/*
Theme Name: Farmed Organic
Author: the Techno Exponent team
Author URI: https://technoexponent.com
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
*/
@media only screen and (min-width: 601px) {
    .admin-bar header, .admin-bar .header {top: 32px;}
}
@media only screen and (max-width: 1023px) {
    .header_row .cart_block button[aria-label="menu-button"] svg:nth-child(2) {display: none;}
    .header_row .cart_block button.active_Cross[aria-label="menu-button"] svg:nth-child(1) {display: none;}
    .header_row .cart_block button.active_Cross[aria-label="menu-button"] svg:nth-child(2) {display: block;}
}
.footer_top .left_block .custom-logo{filter: brightness(0) invert(1); border-bottom: 1px solid;}