/* 
 Theme Name:   Dokan child
 Theme URI:    
 Description:  child theme for dokan
 Author:       madeinworld
 Author URI:   https://madeinworld.ditests.com
 Template:     martfury
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/





/* .mobile-menu.hidden-lg.hidden-md {
    display: none;
}
.main-menu{
    display: none;
} */
.site-header .header-main {
    border-bottom: 1px solid #e1e1e1;
}

.mobile-menu-row {
	display: none;
    padding-left: 15px;
}
.wmodes-textblock{
    display: inline-block;
    background-color: transparent !important;
    padding: 0 !important;
}
.wmodes-textblock .wmodes-tb-contents a {
    font-size: 16px;
    background-color:var(--mf-primary-color);
	color:#fff;
    padding: 12px 30px;
    border-radius: 5px;
    display: block;
}
.wmodes-textblock .wmodes-tb-contents a:hover{
    background-color: var(--secondary-color);
    color: var(--mf-background-primary-text-color);
}
#custom-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 100%;
    height: 100vh;
	background-color:#00000099;
}
#custom-popup .popup-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	width: 100%;
	max-width: 500px;
}
#custom-popup form .form_field{
	display:flex;
	gap:15px;
}
#custom-popup form span{
	margin-bottom:15px;
}
#custom-popup form span.wpcf7-spinner{
	margin:0;
}
#custom-popup form .form_field p{
	display:flex;
	gap:15px;
}
#custom-popup form p {
    margin: 0;
}
#custom-popup form label{
	display:block;
	margin-bottom:5px;
}
#custom-popup form input {
    transition: border 0.5s;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 15px;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
#custom-popup form br{
	display:none;
}
#custom-popup form .g-recaptcha{
	margin-bottom:15px;
}
#custom-popup form input[type="submit"] {
    background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
    padding: 0 25px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    height: 48px;
    line-height: 48px;
}
#custom-popup form input[type="submit"]:hover{
    background-color: var(--secondary-color);
    color: var(--mf-background-primary-text-color);
}
#custom-popup  form .wpcf7-response-output{
	margin:0 ;
}
#close-popup {
	position: absolute;
	top: -15px;
	right: 20px;
	width:35px;
	height:35px;
	border-radius:50%;
	font-size:16px;
	line-height:35px;
	text-align:center;
	background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
	cursor:pointer;
}
#close-popup:hover{
    background-color: var(--secondary-color);
}
.stop-scroll {
	overflow: hidden;
}
.contact_form input {
    transition: border 0.5s;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 15px;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.contact_form form input[type="submit"] {
    background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
    padding: 0 25px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    height: 48px;
    line-height: 48px;
	width:auto !important;
}
.contact_form  form .g-recaptcha{
	margin-bottom:15px;
}
.contact_form form br{
	display:none;
}
.contact_form form span{
	margin-bottom:15px;
}
.contact_form form p {
    margin: 0;
}


.site-header .product-extra-search {
    display: none;
}
.site-header.minimized .product-extra-search {
    display: block;
}
.site-header .extras-menu{
	margin-left:auto !important;
}.psearch-content {
    display: flex;
    width: 100%;
}
ul.product-search-results .product_details a {
    text-transform: capitalize;
}
ul.product-search-results .product_details .made-product-in{
	font-size: 15px;
    font-weight: 700;
}
ul.product-search-results li a {
    text-transform: uppercase;
}

.secondary-bg{
	background-color:var(--secondary-color);
	color:#fff;
    border: 1px solid var(--secondary-color) !important;
}
.secondary-bg:hover {
    background-color: var(--secondary-color);
    color: var(--mf-background-primary-text-color);
}
.header-extras .product-extra-search:nth-child(2) {
    display: none;
}
.product_searchform,.custom_search_form_class{
	display:flex;
	width:100%;
}
.product_searchform .search_results,.search_results_container {
    z-index: 1;
    transform: scaleX(1);
    width: 100%;
    top: 99%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
}
.product_searchform .search_results ul,.search_results_container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    max-height: 315px;
}
.product_searchform .search_results li,.search_results_container li {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
	margin:0;
}
.product_searchform .search_results li a,.search_results_container li a {
    text-decoration: none;
    color: var(--mf-background-primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.product_searchform .search_results li a:hover,.search_results_container li a:hover{
	color:var(--secondary-color);
}
.product_searchform .search_wrapper,.custom_search_form_class .search_wrapper{
	width: 100%;
    display: flex;
    position: relative;
}
.product_searchform .search_field,.custom_search_form_class .search_field{
    height: 42px;
    line-height: 1;
    border: 1px solid var(--secondary-color);
    border-right: none;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    border-radius: 5px 0 0 5px;
}
.custom_search_form_class .search_field{
    border-left: none !important;
}
.product_searchform .search_field{
	border-left: 1px solid var(--secondary-color) !important;
}
.custom_search_form_class .product-cat-label {
    border: 1px solid var(--secondary-color) !important;
}
.custom_search_form_class .search_field{
	 border-radius: 0;
}
.product_searchform .search-submit,.custom_search_form_class .search-submit {
    float: right;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
}
.product_searchform .search-submit:hover,.custom_search_form_class .search-submit:hover {
    background-color: var(--mf-dark-color);
    border: 1px solid var(--mf-dark-color) !important;
}
.product-cat {
    width: auto;
    float: left;
    position: relative;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}
.product-cat-label {
    padding-right: 30px;
    padding-left: 18px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 100%;
    white-space: nowrap;
    background-color: #fff;
}
.product-cat-dd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    min-height: 42px;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}
.product-search-results li {
   display: flex;
   align-items: center;
}
.product-search-results li img {
    max-width: 60px;
    margin-right: 10px;
}
.product-search-results li .product-price{
	margin:0;
}


.site-footer .footer-info{
	display:none;
}
.gt_selector{
	border:none !important;
}
.mf-product-thumbnail .footer-button{
	display:none !important;
}

.site-footer .footer-links {
    display: none;
}
.img_box img {
    background: var(--mf-background-primary-color);
}
.img_box p span{
	color: var(--mf-primary-color);
}
.our_team .team_details{
	bottom:-100% ;
	transition:all 0.5s ease-in-out;
}
.our_team:hover .team_details{
	bottom:0 ;
}



.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu{
	position:absolute !important;
  background: var(--mf-primary-color) !important;
	border-bottom: none !important;
    padding: 0 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li{
  background: var(--mf-primary-color) !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a{
	font-weight: 800 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before{
	left: 0 !important;
  	top: 0 !important;
    border-color: var(--mf-dark-color) !important;
}





.product_made_in  label{
	color:var(--mf-dark-color);
	display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
}
.product_made_in .eael-entry-media {
    border: 1px solid var(--e-global-color-699ba8c);
}
.product_made_in .eael-entry-wrapper {
    padding: 15px 0;
}
.product_made_in .eael-grid-post-holder-inner {
    position: relative;
    overflow: hidden;
}
.product_made_in  .eael-entry-wrapper {
    position: absolute;
    left: 0;
    bottom: -100%;
    background: #000000cc;
    border: 1px solid var(--e-global-color-699ba8c);
    border-top: none;
    width: 100%;
	transition:all 0.4s ease-in-out;
}
.product_made_in .eael-grid-post-holder-inner:hover .eael-entry-wrapper {
    bottom: 0;
}
.product_made_in  .eael-entry-wrapper a{
    font-weight: 500;
	color:#fff !important;
}

.tabs-nav::-webkit-scrollbar {
    height: 0px; 
}
.tabs-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.tabs-nav::-webkit-scrollbar-thumb {
    background-color: var(--mf-background-primary-color); 
    border-radius: 10px; 
    border: 0px solid #f1f1f1;  
}
.tabs-nav::-webkit-scrollbar-thumb:hover {
    background-color: #145f89; 
	cursor: grabbing;
}

.made-in-taxonomy-tabs .tabs-nav {
    list-style: none;
    padding: 0;
    display: flex;
    white-space: nowrap;
	overflow-x: auto;
}
.made-in-taxonomy-tabs .tabs-nav li {
    margin-right: 10px;
    margin-bottom: 0;
}
.made-in-taxonomy-tabs .tabs-nav li a {
    text-decoration: none;
    padding: 10px 15px;
    background: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    color: var(--mf-background-primary-color);
}
.made-in-taxonomy-tabs .tabs-nav li a:hover{
    background: #ddd;
}
.made-in-taxonomy-tabs .tabs-nav li.active a {
    background: var(--mf-background-primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e3e3e3;
}
.made-in-taxonomy-tabs .tabs-header-nav{
    display: flex;
    align-items: center;
    position: relative;
	padding:0 45px;
	
}
.made-in-taxonomy-tabs button.scroll-left,.made-in-taxonomy-tabs button.scroll-right {
    cursor: pointer;
    background-color: #f4f4f4;
    border: none;
    padding: 10px;
    font-weight: 900;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}
.made-in-taxonomy-tabs button.scroll-left{
	left:0px;
}
.made-in-taxonomy-tabs button.scroll-right{
	right:0px;
}
.made-in-taxonomy-tabs button.scroll-left:hover,.made-in-taxonomy-tabs button.scroll-right:hover{
    background-color: #ddd;
} 
.made-in-taxonomy-tabs .tabs-content .tab-content {
    display: none;
}
.made-in-taxonomy-tabs .tabs-content .tab-content.active {
    display: block;
}
.topbar .topbar-sidebar {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.site-header .header-main {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
.site-header .product-extra-search .search-wrapper .search-results {
    border-bottom: 0!important;
}
.header-layout-2 .topbar {
    background-color: #52afd8 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.dokan-dashboard .dokan-dash-sidebar ul li.has-submenu ul.navigation-submenu{
	display:none;
}
.dokan-dashboard .dokan-dash-sidebar ul li.has-submenu:hover ul.navigation-submenu{
	display:block;
    top: 100% !important;
    left: 0 !important;
	right:unset !important;
	bottom:unset !important;
	position: absolute !important;
    background: var(--mf-primary-color) !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.has-submenu:hover ul a{
	color:#fff !important;
}
.dokan-dashboard .dokan-dash-sidebar ul li.submenu-hoverd ul.navigation-submenu{
    top: 100% !important;
    left: 0 !important;
	position: absolute !important;
    background: var(--mf-primary-color) !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.has-submenu:after{
	display:none !important;
}


/* .dokan-dashboard #topbar,.dokan-dashboard .site-header,.dokan-dashboard .page-header{
	display:none;
}
.dokan-dashboard .min-h-screen.min-w-full {
    position: relative;
    display: flex;
} */
.dokan-dashboard .ml-0.transition-\[margin-left\].md\:ml-\[225px\]{
	margin:0;
	padding-left:15px;
}
.dokan-dashboard .ml-0.transition-\[margin-left\].md\:ml-0{
	width:100%;
	margin:auto;
}
.dokan-dashboard .bg-dark-primary.min-h-screen.block{
	position:sticky;
}





#store-form .dokan-form-group .dokan-w5 {
    width: 100%;
    float: unset !important;
    text-align: left;
}
#store-form .dokan-form-group  .dokan-w3 {
    width: 100%;
    float: unset !important;
	text-align:left !important;
}
#store-form.dokan-form-horizontal{
	text-align:left;
}
#store-form .dokan-form-group{
	width:60%;
	margin:15px auto;
	text-align:left !important;
}
#store-form .dokan-form-group .dokan-form-group{
	width:100%;
}
#store-form .dokan-form-group .dokan-acf .acf-field .acf-label {
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 15px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}
#store-form .dokan-form-group .dokan-acf .acf-field .acf-fields .acf-label{
	width:unset;
}
#store-form .dokan-form-group .dokan-acf .acf-field .acf-label label {
    display: inline-block;
    font-weight: 600;
    margin: 0;
}
#store-form .dokan-form-group .dokan-acf .acf-field .acf-input {
    text-align: left;
}
#store-form .dokan-form-group .acf-fields{ 
    border: none !important;
}
#store-form .dokan-form-group .acf-field.acf-field-file {
    border: none;
}
#store-form .dokan-form-group .acf-field{
	margin:0;
}
#store-form .dokan-form-group .dokan-w4.ajax_prev{
    margin: 15px 0 0 !important;
}
#store-form.dokan-form-horizontal .entry-title{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
	width:60%;
	margin:20px auto ;
	text-align:center;
}
#store-form #dokan-profile-picture-wrapper {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}



.woocommerce-product-details__short-description{
	display:none;
}
.mf-single-product .mf-summary-header {
    display: none !important;
}
.mf-single-product p.price {
    display: none;
}
/* .mf-single-product  .product_meta{
	display:none;
} */
.custom_product_fields .product_acf{
	margin-bottom:15px;
	font-size:16px;
	display:flex;
    align-items: center;
}
.custom_product_fields .product_acf .acf_term{
	padding-left:10px;
}
.custom_product_fields .product_acf .acf_term span.units {
    margin-left: 5px;
}
.custom_product_fields .product_acf ins {
    font-size: 24px;
    color: #ff3300;
    text-decoration: none;
    font-weight: 600;
}
.custom_product_fields .product_acf span.sale {
    font-size: 14px;
    color: #ff3300;
    font-weight: 500;
}
.custom_product_fields .product_acf del {
    opacity: 1;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    padding-left: 5px;
}
.custom_product_fields div label{
    display: inline-block;
	font-weight:600;
	font-size:18px;
	color:var(--mf-dark-color);
}
.custom_product_fields .product_acf label{
	width:160px;
}
.mf-product-detail .product_title,.mf-product-detail .entry-meta{
	display:none !important;
}
.custom_product_fields .product_name {
    font-size: 20px ;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    color: var(--mf-primary-color);border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.made_in_product {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
}
.mf-product-details-hover{
	display:none !important;
}
.woocommerce ul.products li.product .product-inner{
	padding:20px !important;
}
.product-maq-details{
	margin-top:10px;
}
.woocommerce ul.products li.product .product-inner{
	margin:0 !important;
	height:100%;
	border: 1px solid #c0c0c0 !important;
	transition:all o.4s ease-in-out;
    box-shadow: 0 0 20px 0 #00000000;
}
.woocommerce ul.products li.product .product-inner:hover {
    box-shadow: 0 0 20px 0 #00000026;
}
.woocommerce ul.products li.product{
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: auto !important;
}
ul .slick-track{
	display:flex !important;
}
.woocommerce ul.products li.product .product-inner .mf-rating{
	display:none;
}
.woocommerce ul.products li.product.product-category{
	display:none !important;
}
.dokan-product-edit-form .acf-fields > .acf-field{
	padding:0 ;
	border:none ;
    margin-bottom: 15px;
}
.dokan-product-edit-form .acf-field .acf-label label {
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
    font-weight: 600;
}
.wc-tabs .seller_tab,.wc-tabs .additional_information_tab,.woocommerce-Tabs-panel--additional_information {
	display:none !important;
}

.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.withdraw {
    display: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li .submenu-item.payment {
    display: none !important;
}
select.gt_selector.notranslate {
    color: #000000 !important;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #ccc !important;
    padding: 5px 5px 5px;
    border-radius: 5px;
    width: 140px;
    margin-left: 15px;
}
.site-header .extras-menu .menu-item-hotline {
    padding-right: 0;
}
span.ribbons {
    display: none;
}


/* .woocommerce div.product div.images .flex-control-nav.slick-initialized{
    display: none;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
    overflow: unset !important;
    max-height: unset !important;
}
.woocommerce div.product div.summary {
    position: sticky;
    top: 140px;
    left: 0;
}
.mf-product-detail{
	position:relative;
}
 .woocommerce-product-gallery__image {
    display: inline-block;
    width: auto !important;
}
.flex-viewport {
    height: unset !important;
    overflow: unset !important;
    position: sticky !important;
}
.woocommerce div.product .woocommerce-product-gallery__image:first-child {
    grid-column: 1 / 3;
} */

.product-country-flag {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 25px;
}
.product-country-flag img {
    width: 32px; 
    height: auto;
    display: block;
    margin: 0 auto;
}

#mf-catalog-toolbar {
    display: flex;
    align-items: center; 
    gap: 20px;
}
.product-category-filter{
    margin-right: 15px;  
    display: inline-block;
}
.tax-product_cat .product-category-filter{
    display: none;
}
.product-category-filter select{
	min-width: 230px;
    cursor: pointer;
    min-height: 33px;
    line-height: 33px;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    padding: 0 25px 0 15px;
}
.products-found{
	width:auto !important;
}
.woocommerce .shop-toolbar.multiple .woocommerce-ordering {
	width: auto !important;
}
.woocommerce .shop-toolbar .woocommerce-ordering {
    display: inline-block;
}
.woocommerce .shop-toolbar .mf-filter-mobile {
    display: none !important;
}
.woocommerce .shop-toolbar.multiple .woocommerce-ordering {
    margin-right: 0px !important;
	margin-left: auto;
}
.catalog-sidebar {
	display:none;
}
.content-area {
    margin: 0 auto !important;
    float: unset !important;
}
.search-results .content-area {
	width:100% !important;
}
.woocommerce-info {
    display: none;
}
/* .product-extra-search form{
	display:none !important;
}
.product-extra-search.header_search form{
	display:flex !important;
}
 */


.img_box img {
    width: 250px;
    height: 250px !important;
    object-fit: cover;
    object-position: center;
}


.testimonial-list .slick-track {
	display:flex;
}

.testimonial-list .slick-list {
	display:flex;
}

.testimonial-list .testimonial-info {
	height:100%;
}

.form-newsletter {
	display:flex;
	position:relative
}

.form-newsletter input[type="email"] {
	border-radius:3px 0 0 3px;
}

.form-newsletter p {
	margin-bottom:0;
}
.form-newsletter .wpcf7-form-control-wrap {
	margin-bottom:0;
}


.form-newsletter .submit_btn  input[type="submit"] {
	background-color:var(--secondary-color);
	border-radius:0 3px 3px 0;
	
}
 

.site-footer .footer-widgets .footer-sidebar.footer-4 .widget.widget_text {
	margin-bottom:20px;
}
#primary,.page-breadcrumbs .martfury-container{
	width:1170px !important;
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-woocommerce-heading{
	text-transform:capitalize;
}



/* responsive css  */
@media only screen and (min-width:1366px){
	.woocommerce ul.products .col-md-3 {
		width: 20% !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.site-footer .footer-widgets .widget .mc4wp-form input[type=email] {
		min-width: 150px;
	}
	.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
        width: 33.33% !important;
    }
	 .elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
        clear: unset !important;
    }
}

@media only screen and (max-width: 1199px){
	#primary,.page-breadcrumbs .martfury-container{
		width:970px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.site-header .mobile-menu {
        padding: 10px 0 10px !important;
    }
	.site-header .mobile-menu-row .mf-toggle-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	.woocommerce .customer-login .woocommerce-form-row__remember .lost-password {
		text-align:right;
	}
	#mf-catalog-toolbar.shop-toolbar.multiple {
		justify-content:space-between;
	}
	#mf-catalog-toolbar.shop-toolbar .product-category-dropdown select {
		min-width: 225px;
	}
		#mf-catalog-toolbar.shop-toolbar .product-category-dropdown  {
		margin-right:0;
	}
	.mobile-menu-row {
		display: inline-block;
	}
	.site-header .header-logo {
        width: 20% !important;
    }
	.site-header .header-extras {
        width: 80% !important;
    }
	.sticky-header .site-header.minimized .mobile-menu{
		position:static !important;
	}
	.site-header .extras-menu .menu-item-hotline {
        display: none !important;
    }
	.custom_search_form_class .search_field {
		border-left:1px solid var(--secondary-color) !important; 
		border-radius: 5px 0 0 5px !important;
	}
	.site-header .header-logo {
        width: 20% !important;
    }
	.woocommerce ul.products li.product .product-inner .mf-product-content, .woocommerce ul.products li.product .product-inner .mf-product-price-box {
        display: block !important;
    }
	.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
        width: 33.33% !important;
    }
	 .elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
        clear: unset !important;
    }
	#primary,.page-breadcrumbs .martfury-container{
		width:730px !important;
	}
}

@media only screen and (max-width: 767px) {
	.site-header .mobile-menu {
        padding: 10px 0 10px !important;
    }
	.site-header .mobile-menu-row .mf-toggle-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	.site-header .logo img {
		height: auto !important;
		width: 70px;
	}
	.sticky-header .site-header.minimized .mobile-menu{
		position:static !important;
	}
	.mobile-menu-row {
		display: inline-block;
	}
	.site-header .header-logo {
        width: 25% !important;
    }
	.site-header .header-extras {
        width: 75% !important;
    }
/* 	.main-menu.hidden-xs.hidden-sm {
		display: block !important;
	} */
	.woocommerce .customer-login .tabs-nav {
		margin-bottom:10px !important;
		display: flex;
		justify-content: center;
	}
	.woocommerce-account .page-header-page .entry-title {
		padding: 15px 0 30px;
	}
	.customer-login .row>div {
		padding: 0 10px;
	}
	.woocommerce .customer-login .tabs-nav a {
		font-size: 22px !important;
	}
	.site-footer .footer-widgets .widget .widget-title {
		margin-bottom: 15px;
	}
	.site-footer .footer-widgets {
		padding-top: 35px;
	}
	section.up-sells .related-title, section.related .related-title {
		margin: 0 0 20px;
	}
	body:not(.single-product-layout-6) section.related ul.products .slick-arrow{
		width: 33px;
        height: 33px;
        line-height: 33px;
		font-size: 18px;
	}
	.img_box img {
		width: 190px !important;
		height: 190px !important;
	}
	.woocommerce .customer-login .woocommerce-form-row__remember .lost-password {
		text-align:right;
	}
	#custom-popup .popup-content {
		padding:30px 10px;
	}
	
	#custom-popup form .form_field p {
		gap:10px;
	}
	
	#custom-popup .popup-content form .form_field p .wpcf7-form-control-wrap select.wpcf7-select {
		  padding: 0 4px;
	}
	#mf-catalog-toolbar.shop-toolbar.multiple {
		justify-content:space-between;
	}
	
		#mf-catalog-toolbar.shop-toolbar .product-category-dropdown  {
		margin-right:0;
	}
	
	.woocommerce .shop-toolbar.multiple .woocommerce-ordering {
		width:40%;
	}article.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
        width: 50%;
    }
	.woocommerce ul.products li.product .product-inner .mf-product-content, .woocommerce ul.products li.product .product-inner .mf-product-price-box {
        display: block !important;
    }
	.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
        width: 33.33% !important;
    }
	 .elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
        clear: unset !important;
    }
	.custom_search_form_class .search_field {
		border-left:1px solid var(--secondary-color) !important; 
		border-radius: 5px 0 0 5px !important;
	}
	.site-header .product-extra-search .search-submit {
		padding-left: 10px !important;
		padding-right: 10px !important ;
		min-width: 75px !important;
	}
	.topbar-row {
		display: flex !important;
	}
	.extras-menu .gtranslate_wrapper{
		display:none !important;
	}
	.sticky-header.admin-bar .site-header.minimized .header-main {
		top: 0 !important;
	}
	.header-department-top .header-logo .logo {
		margin-right: 0 !important;
	} 
	.product_searchform .search_field, .custom_search_form_class .search_field {
		padding-right: 10px;
		padding-left: 10px;
	}
	.site-header .header-extras {
        padding-left: 0;
    }
	.site-header .extras-menu > li {
        padding: 0 0 0 15px !important;
    }
	#mf-catalog-toolbar {
		gap: 10px;
	}
	#primary,.page-breadcrumbs .martfury-container{
		width:100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#primary ul.products {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
	
}

@media only screen and (max-width: 575px) {
	.woocommerce .shop-toolbar.multiple .woocommerce-ordering {
        width: 85%;
        margin-right: auto !important;
        margin-left: unset;
    }
	
	.woocommerce .customer-login .woocommerce-form-row__remember .woocommerce-form__label-for-checkbox span {
		  padding-left: 22px;
	}
	.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
        width: 50% !important;
    }
	.site-header .header-logo {
        width: 30% !important;
    }
	.site-header .header-extras {
        width: 70% !important;
    }
}
@media only screen and (max-width: 425px){
	.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
        width: 100% !important;
    }
	.woocommerce .products li{
		width:100% !important;
	}
}
