/*
Theme Name: PlayGrow Child
Theme URI: https://playgrow.qodeinteractive.com
Template: playgrow
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Description: Baby Shop and Kids Store Theme
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-menu,featured-images,flexible-header,post-formats,sticky-post,threaded-comments,translation-ready
Version: 1.2.1.1778852042
Updated: 2026-05-15 15:34:02


/* ===== VARIABLES ===== */
:root {
    --main-bg-color: #F7F3F0;
	
	--main-font-color: #3a2f2a;
	
	--mimelo-primary-color: var(--qode-main-color); /* #b08968 */
	--mimelo-dark-color: #3A2F2A;
	--mimelo-light-color: #F5F1ED;
	--mimelo-neutral-color: #D6D1CC;
	--mimelo-emphasis-color: #D8A7A0;
	
	--mimelo-white-color: #fdfdfd;
}


/* ===== GLOBAL TYPOGRAPHY ===== */
h1, h2, h3, h4 {
	letter-spacing: 0.03em!important;
}

p {
	color: var(--main-font-color);
}

.qodef-page-content a, 
.qodef-page-content p a {
    color: var(--mimelo-primary-color);
    text-decoration: underline;
}

.qodef-page-content a:hover, 
.qodef-page-content p a:hover {
    color: var(--mimelo-emphasis-color);
}


/* Bullet color override */

.widget.widget_nav_menu ul li a:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.478' height='4.556'%3E%3Cpath fill='%23b08968' d='M4.079056 1.18575c-.159955-.480259-.668794-.239015-1.322086.009215-2.444155-.9701-3.519316 3.201548-.945687 3.335206a1.66141603 1.66141603 0 0 0 1.794449-2.746474c.31743-.106444.593667-.238448.473324-.597947ZM2.125079 3.662298a1.10027552 1.10027552 0 0 1-.439184-.802818 1.04226099 1.04226099 0 0 0 1.263628.287211c-.003764.320308-.505463.486633-.825255.514448Z'/%3E%3C/svg%3E");
}

/* ===== GLOBAL BUTTONS ===== */

.error404 .qodef-404-button .qodef-button,
.wp-child-theme-playgrow-child .widget_playgrow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    border-radius: 5px;
}

.widget_playgrow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:last-child {
    background-color: var(--mimelo-dark-color);
    border-color: var(--mimelo-dark-color);
}

button[type="submit"]:hover, input[type="submit"]:hover,
.error404 .qodef-404-button .qodef-button:hover,
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout .checkout-button:hover,
.widget_playgrow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:first-child:hover,
.widget_playgrow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:last-child:hover {
    background-color: var(--mimelo-emphasis-color);
    border-color: var(--mimelo-emphasis-color);
}

.wp-child-theme-playgrow-child .password-input .show-password-input {
    display: none;
}


#qodef-woo-page a.added_to_cart, #qodef-woo-page a.button, #yith-quick-view-modal a.added_to_cart, #yith-quick-view-modal a.button, .qodef-woo-shortcode a.added_to_cart, .qodef-woo-shortcode a.button,
.qodef-button.qodef-html--link{
    font-family: "Manrope", sans-serif;
    line-height: 1.1em;
}


/* ===== OTHER GLOBALS =====*/

.qodef-single-image .qodef-m-image img {
    border-radius: 5px;
}
/* Hide bugged offset image because elementor setting does not work */
.qodef-offset-image-wrapper {
    display: none;
}


/* === BACK TO TOP === */

#qodef-back-to-top {
    width: 50px;
    right: 15px;
    bottom: 15px;
}
/*
#qodef-back-to-top .qodef-e-back-to-top-icon {
    width: 54px;
    height: 54px;
    display: inline-block;
    object-fit: contain;
}

.qodef-e-back-to-top-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    object-fit: contain;
    transition: opacity 0.25s ease;
}

.qodef-e-back-to-top-icon--hover {
    opacity: 0;
}

#qodef-back-to-top:hover .qodef-e-back-to-top-icon--default {
    opacity: 0;
}

#qodef-back-to-top:hover .qodef-e-back-to-top-icon--hover {
    opacity: 1;
}
*/
#qodef-back-to-top {
    display: inline-block;
    text-decoration: none;
}

.qodef-back-to-top-icon {
    display: inline-flex;
}

.qodef-e-back-to-top-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid var(--mimelo-primary-color);
    color: var(--mimelo-primary-color);
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.qodef-e-back-to-top-circle i {
    font-size: 18px;
    line-height: 1;
}

#qodef-back-to-top:hover .qodef-e-back-to-top-circle {
    background-color: var(--mimelo-primary-color);
    color: #ffffff;
    transform: translateY(-3px);
}

/* visually hidden but accessible label, replaces the old alt text */
.qodef-back-to-top-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===== CONTACT FORM ===== */
.qodef-contact-form-7 .wpcf7-submit,
.qodef-contact-form-7 input,
.qodef-contact-form-7 textarea {
    border-radius: 5px;
}

/* ===== LAYOUT ===== */
@media only screen and (max-width: 1024px) {
    .qodef-content-grid {
        width: 92%;
    }
}

/* ===== MAIN HEADER ===== */

/* Hellobar */
.neoserv-hellobar-slide {
    padding: 5px 10px!important;
}

.neoserv-hellobar-slide .neoserv-hellobar-content {
    font-weight: 400;
}

.qodef-header--standard #qodef-page-header-inner {
    padding-left: 7%;
    padding-right: 7%;
}

.widget_icl_lang_sel_widget {
    width: 80px;
}

/* Navigation */

.qodef-header-navigation > ul > li {
    font-weight: 600;
}

.qodef-header-navigation .qodef-drop-down-second > div > ul > li {
    font-size: 14px;
}

.qodef-header--centered #qodef-page-header {
	padding-top: 25px;
}

#qodef-page-header .qodef-header-logo-link {
	width: 140px;
	height: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
	width: 50%;
	height: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link .qodef-header-logo-image {
	max-height: 40px;
}

@media (min-width: 1025px) and (max-width: 1350px) {
    .widget_ns_product_search_widget {
        display: none;
    }
}

/* Move the button down because hellobar takes up space and this has position: absolute */
.widget_playgrow_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    top: 88px;
    right: 45px;
}



/* ==== CUSTOM HEADER SEARCH FORM ==== */

.ns-search-widget {
    background-color: var(--mimelo-white-color);
    padding: 5px 5px 5px 17px;
    border: 1px solid #3a2f2a;
    border-radius: 5px;
}


/* Header socials */
.mimelo-socials {
    display: flex;
    gap: 14px;
    align-items: center;
}

.mimelo-socials a {
	margin-right: 10px;
    color: inherit;
    font-size: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    color: var(--mimelo-primary-color);
}

.mimelo-socials a:hover {
    color: var(--mimelo-emphasis-color);
}

/* Header WPML lang select */
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	width: 88px;
	font-weight: bold;
    color: var(--mimelo-primary-color);
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
	font-weight: bold;
    /*color: var(--mimelo-primary-color);*/
    color: #6e6e6e;
    font-size: 14px;
    margin: 17px 0;
    padding: 0 12px 0 30px;
    /*justify-content: center;*/
    position: relative;
    overflow: hidden;
    transition: padding-left .2s ease-out,padding-right .2s ease-out;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover {
    /*color: var(--mimelo-emphasis-color);*/
    color: #000;
    
    padding-left: 42px;
    padding-right: 0;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:before {
        content: "";
    position: absolute;
    top: calc(50% - 3px);
    height: 5px;
    width: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.478' height='4.556'%3E%3Cpath fill='%23b08968' d='M4.079056 1.18575c-.159955-.480259-.668794-.239015-1.322086.009215-2.444155-.9701-3.519316 3.201548-.945687 3.335206a1.66141603 1.66141603 0 0 0 1.794449-2.746474c.31743-.106444.593667-.238448.473324-.597947ZM2.125079 3.662298a1.10027552 1.10027552 0 0 1-.439184-.802818 1.04226099 1.04226099 0 0 0 1.263628.287211c-.003764.320308-.505463.486633-.825255.514448Z'/%3E%3C/svg%3E");
    border-radius: 100%;
    transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-in-out;
    opacity: 0;
    left: 16px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover:before {
    left: 28px;
    opacity: 1;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border: 1px solid #f7f3f0;
    width: 90px;
    margin-top: 7px;
    padding: 6px 0 9px 0;
}


  
  
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{
    color: var(--mimelo-emphasis-color);
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle::after {
    margin-top: -2px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	background-color: transparent;
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 10px;
}

/* ==== MOBILE HEADER ==== */
.qodef-mobile-header-navigation > ul > li {
    padding: 10px 0;    
}

.qodef-mobile-header-navigation .sub-menu > li {
	margin-left: 4px;
}

.qodef-mobile-header-navigation .sub-menu > li > a {
	margin: 9px 0 0 0;
}

.qodef-mobile-header-navigation .sub-menu > li:first-of-type > a {
	margin: 13px 0 0 0;
}

.qodef-mobile-header-navigation > ul > li:first-of-type > .qodef-drop-down-second > .qodef-drop-down-second-inner > ul > li:first-of-type {
    margin-left: 0;
}

.qodef-mobile-header-navigation > ul > li:first-of-type > .qodef-drop-down-second > .qodef-drop-down-second-inner > ul > li:first-of-type > a > span {
    color: #fff;
	background: var(--mimelo-primary-color);
	border-radius: 5px;
	padding: 1px 10px;
}


/* ==== CUSTOM MOBILE TOP NAV ==== */
.bhf-mobile-top-nav {
    border-top: 1px solid #eae3de;
    border-bottom: 1px solid #eae3de;
    margin: 20px 0 0 0;
    font-weight: 300;
    letter-spacing: 0.07em;
    font-size: 14px;
}

.qodef-mobile-header-navigation ul li span,
.qodef-mobile-header-navigation ul li a {
    font-weight: 300;
    letter-spacing: 0.07em;
    font-size: 14px;
    
}

.bhf-mobile-top-nav .bhf-mobile-top-nav-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.bhf-mobile-top-nav .bhf-mobile-top-nav-list > .menu-item {
    text-transform: uppercase;
    padding: 10px 0;
}

.qodef-mobile-header-navigation > ul > li:first-of-type > a > span {
	color: var(--mimelo-primary-color);
	font-weight: 600;
}

/* ==== CUSTOM BOTTOM HEADER BAR ==== */

/* Modify base theme header */
#qodef-page-header {
	height: 126px;
}

#qodef-page-header-inner {
	height: 60px;
	background: var(--main-bg-color);
}

/* ===== MINI CART SIDE AREA ===== */
.qodef-woo-side-area-cart .qodef-woo-side-area-cart-item .qodef-e-title {
    line-height: 1.3;
    font-weight: 300;
    font-size: 18px;
}

/* ===== CART =====*/
#qodef-woo-page.qodef--cart .woocommerce-cart-form .cart_item .product-name a {
    font-weight: 300;
    font-size: 16px;
}

#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table thead tr th {
    font-size: 20px;
}

#qodef-woo-page.qodef--cart .cart-collaterals .cart_totals h2 {
    font-size: 26px;
    margin: 9px 0 10px 0;
}

/* == NAVIGATION CATEGORIES == */

/* Arrow */
.qodef-svg--menu-arrow.qodef-menu-item-arrow {
    width: 19px!important;
    height: 19px!important;
    position: absolute;
    top: 3px;
    transition: all 0.2s ease-out;
}

.bhf-categories .menu-item-has-children:hover .qodef-svg--menu-arrow.qodef-menu-item-arrow {
    transform: rotate(90deg);
}

/* indent on hover */
.bhf-categories .menu-item-has-children .sub-menu > li > a {
    position: relative;
    transition: all .2s ease-out;
}

.bhf-categories .menu-item-has-children .sub-menu > li > a::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    height: 5px;
    width: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.478' height='4.556'%3E%3Cpath fill='%23D8A7A0' d='M4.079056 1.18575c-.159955-.480259-.668794-.239015-1.322086.009215-2.444155-.9701-3.519316 3.201548-.945687 3.335206a1.66141603 1.66141603 0 0 0 1.794449-2.746474c.31743-.106444.593667-.238448.473324-.597947ZM2.125079 3.662298a1.10027552 1.10027552 0 0 1-.439184-.802818 1.04226099 1.04226099 0 0 0 1.263628.287211c-.003764.320308-.505463.486633-.825255.514448Z'/%3E%3C/svg%3E");
    border-radius: 100%;
    transition: all .2s ease-out;
    left: 6px;
    opacity: 0;
}

.bhf-categories .menu-item-has-children .sub-menu > li > a:hover {
    padding-left: 32px;
}

.bhf-categories .menu-item-has-children .sub-menu > li > a:hover::before  {
    left: 18px;
    opacity: 1;
}

.bhf-wrap {
    width: 100%;
	height: 66px;
    background: var(--mimelo-white-color);
}

.qodef-header-sticky {
    background-color: var(--mimelo-white-color);
}

.bhf-inner {
	/*height: 66px;*/
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 1400px;
    margin: 0 auto;*/
    padding: 0 7%;
    gap: 100px;
    background: #ffffff;
}

#mega-menu-wrap-header_categories #mega-menu-header_categories {
	display: flex;
	justify-content: space-between;
}

#mega-menu-wrap-header_categories #mega-menu-header_categories > li.mega-menu-item > a.mega-menu-link {
	height: unset;
	line-height: 1;
	white-space: nowrap;
}

#mega-menu-wrap-header_categories #mega-menu-header_categories > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500;
}

#mega-menu-wrap-header_categories #mega-menu-header_categories > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    font-weight: 600 !important;
}

#mega-menu-wrap-header_categories #mega-menu-header_categories > li.mega-menu-item > ul.mega-sub-menu {
    padding: 15px 0 0 0;
}

.bhf-wrap .bhf-inner .bhf-categories {
    flex: 1;
}

.bhf-wrap .bhf-inner .bhf-cat-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}





.bhf-wrap .bhf-inner > .bhf-categories > .bhf-cat-list > .menu-item {
    position: relative;
}

#qodef-page-header .bhf-categories > .bhf-cat-list > .menu-item > a {
	padding: 25px 20px 25px 0;
    text-decoration: none;
    color: var(--main-font-color);
	text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.02rem;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s;
}

#qodef-page-header .bhf-categories > .bhf-cat-list > .menu-item:not(:first-of-type) > a {
    color: var(--mimelo-primary-color);
    font-weight: normal!important;
}

#qodef-page-header .bhf-categories > .bhf-cat-list > .menu-item:not(:first-of-type) > a:hover {
    color: var(--mimelo-emphasis-color);
}

/* Custom first category button */
#qodef-page-header .bhf-categories  > .bhf-cat-list > .menu-item:first-of-type a {
    padding: 10px 20px;
    color: #fff;
	background: var(--mimelo-primary-color);
	border-radius: 5px;
	font-weight: 600;
}

/* Hover effect for first nav item */
#qodef-page-header .bhf-categories  > .bhf-cat-list > .menu-item:first-of-type a:hover,
#qodef-page-header .bhf-categories  > .bhf-cat-list > .menu-item:first-of-type a:active {
	background: var(--mimelo-emphasis-color);
	font-weight: 600;
}

/* Dropdown submenus */
.bhf-cat-list .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 20px 0 0 0;
    padding: 12px 0;
    list-style: none;
    background: var(--mimelo-white-color, #fff);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 100;
}

.bhf-cat-list > .menu-item:hover > .sub-menu,
.bhf-cat-list > .menu-item:focus-within > .sub-menu {
    display: block;
}

.bhf-cat-list .sub-menu li {
    white-space: nowrap;
}

.bhf-cat-list .sub-menu a {
    display: block;
    padding: 8px 20px;
    color: var(--main-font-color);
    text-decoration: none;
    text-transform: none;
    font-size: .875rem;
}

.bhf-cat-list .sub-menu a:hover {
    color: var(--mimelo-emphasis-color);
}


/* Custom first category button */

#qodef-page-header .bhf-categories  > .bhf-cat-list > .menu-item:first-of-type a {
    padding: 8px 16px;
    color: #fff;
	background: var(--mimelo-primary-color);
	border-radius: 5px;
	font-weight: 600;
}


/* Hover effect for first nav item */
#qodef-page-header .bhf-categories  > .bhf-cat-list > .menu-item:first-of-type a:hover,
#qodef-page-header .bhf-categories  > .bhf-cat-list > .menu-item:first-of-type a:active {
	background: var(--mimelo-emphasis-color);
	font-weight: 600;
}

/* 2 row layout */

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    
    #qodef-page-header {
        height: 150px;
    }
    
    .bhf-wrap {
        height: 90px;
        padding-top: 3px;
    }
    
    .bhf-wrap .bhf-inner .bhf-cat-list {
        row-gap: 10px
    }
    
    #qodef-page-header .bhf-wrap .bhf-inner .bhf-cat-list > .menu-item {
        flex: 0 0 25%
    }
    
    #qodef-page-header .bhf-categories > .bhf-cat-list > .menu-item > a {
        padding: 0 20px 0 0;
    }
    
    #qodef-page-header .bhf-categories > .bhf-cat-list > .menu-item:first-of-type a {
        padding: 4px 16px;
    }
    
    .bhf-cat-list .sub-menu {
        margin: 0;
    }
}

/* ==== NAVIGATION ITEMS CUSTOM UNDERLINE ON HOVER ==== */

/* Override theme disabling ::after elements */
#mega-menu-header_categories a::after,
#qodef-page-mobile-header .qodef-mobile-header-navigation ul > li > a > .qodef-menu-item-text::after,
.qodef-header-navigation > ul > li > a .qodef-menu-item-text::after,
.wp-child-theme-playgrow-child #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs > li > a::after,
.qodef-yith-wcwl--predefined .yith-wcwl-form .wishlist_table .product-add-to-cart a:after {
    content: "" !important;
    display: block !important;
}

#mega-menu-wrap-header_categories #mega-menu-header_categories a,
.qodef-header-navigation > ul > li > a .qodef-menu-item-text {
    position: relative !important;
    display: inline-block !important;
    text-decoration: none !important;
}


/* DISABLE THEME UNDERLINE */

/* Fix vertical align after theme dotted underline removal */
.woocommerce-info {
    align-items: center;
}

.woocommerce-info a {
    padding: 0!important;
    font-family: Manrope, sans-serif;
}

.qodef-header-navigation > ul > li > a .qodef-menu-item-text::after,
#qodef-page-mobile-header .qodef-mobile-header-navigation ul > li > a > .qodef-menu-item-text::after,
.wp-child-theme-playgrow-child #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs > li > a::after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a::after,
.wp-child-theme-playgrow-child #qodef-woo-page a.added_to_cart::after,
.wp-child-theme-playgrow-child #qodef-woo-page a.button::after,
.wp-child-theme-playgrow-child #yith-quick-view-modal a.added_to_cart::after,
.wp-child-theme-playgrow-child #yith-quick-view-modal a.button::after,
.wp-child-theme-playgrow-child .qodef-woo-shortcode a.added_to_cart::after,
.wp-child-theme-playgrow-child .qodef-woo-shortcode a.button::after,
.wp-child-theme-playgrow-child .widget .wc-block-components-price-slider .wc-block-components-filter-reset-button::after,
.wp-child-theme-playgrow-child .widget .wc-block-components-price-slider .wc-block-components-filter-submit-button::after,
.wp-child-theme-playgrow-child .qodef-button.qodef-layout--textual::after,
.wp-child-theme-playgrow-child.woocommerce-account a.button::after,
.qodef-yith-wcwl--predefined .yith-wcwl-form .wishlist_table .product-add-to-cart a:after,
.woocommerce-error a:after, 
.woocommerce-info a:after, 
.woocommerce-message a:after {
    all: unset;
    content: none !important;
    display: none !important;
}

#mega-menu-header_categories .mega-menu-item + .mega-menu-item .mega-menu-link::after,
#qodef-page-mobile-header .qodef-mobile-header-navigation ul > li > a > .qodef-menu-item-text::after,
.qodef-header-navigation > ul > li > a .qodef-menu-item-text::after,
.wp-child-theme-playgrow-child #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs > li > a::after,
.wp-child-theme-playgrow-child #qodef-woo-page a.added_to_cart::after,
.wp-child-theme-playgrow-child #qodef-woo-page a.button::after,
.wp-child-theme-playgrow-child #yith-quick-view-modal a.added_to_cart::after,
.wp-child-theme-playgrow-child #yith-quick-view-modal a.button::after,
.wp-child-theme-playgrow-child .qodef-woo-shortcode a.added_to_cart::after,
.wp-child-theme-playgrow-child .qodef-woo-shortcode a.button::after,
.wp-child-theme-playgrow-child .widget .wc-block-components-price-slider .wc-block-components-filter-reset-button::after,
.wp-child-theme-playgrow-child .widget .wc-block-components-price-slider .wc-block-components-filter-submit-button::after,
.wp-child-theme-playgrow-child .qodef-button.qodef-layout--textual::after,
.wp-child-theme-playgrow-child.woocommerce-account a.button::after,
.qodef-yith-wcwl--predefined .yith-wcwl-form .wishlist_table .product-add-to-cart a:after,
.woocommerce-error a:after, 
.woocommerce-info a:after, 
.woocommerce-message a:after {
    content: ""!important;
    display: block!important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;

    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* Underline hover */
#mega-menu-header_categories .mega-menu-item + .mega-menu-item .mega-menu-link:hover::after,
#qodef-page-mobile-header .qodef-mobile-header-navigation ul > li > a > .qodef-menu-item-text:hover::after,
.qodef-header-navigation > ul > li > a:hover .qodef-menu-item-text::after,
.wp-child-theme-playgrow-child #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs > li > a:hover::after,
.wp-child-theme-playgrow-child #qodef-woo-page a.added_to_cart:hover::after,
.wp-child-theme-playgrow-child #qodef-woo-page a.button:hover::after,
.wp-child-theme-playgrow-child #yith-quick-view-modal a.added_to_cart:hover::after,
.wp-child-theme-playgrow-child #yith-quick-view-modal a.button:hover::after,
.wp-child-theme-playgrow-child .qodef-woo-shortcode a.added_to_cart:hover::after,
.wp-child-theme-playgrow-child .qodef-woo-shortcode a.button:hover::after,
.wp-child-theme-playgrow-child .widget .wc-block-components-price-slider .wc-block-components-filter-reset-button:hover::after,
.wp-child-theme-playgrow-child .widget .wc-block-components-price-slider .wc-block-components-filter-submit-button:hover::after,
.wp-child-theme-playgrow-child.woocommerce-account a.button:hover::after,
.qodef-yith-wcwl--predefined .yith-wcwl-form .wishlist_table .product-add-to-cart a:hover:after,
.woocommerce-error a:hover:after, 
.woocommerce-info a:hover:after, 
.woocommerce-message a:hover:after {
    transform: scaleX(1);
}

.wp-child-theme-playgrow-child #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs > li.active > a::after,
.wp-child-theme-playgrow-child .qodef-button.qodef-layout--textual:hover::after {
    transform: scaleX(1);
    transition: unset;
    transition: transform 0.3s ease;
}



/* == MOBILE NAVIGATION == */
#qodef-page-mobile-header .qodef-widget-holder .widget.widget_mimelo_cart_widget {
    margin-right: 10px;
}

#qodef-page-mobile-header .qodef-widget-holder .widget.widget_mimelo_account_widget {
    width: 32px;
    margin-top: 10px;
}

#qodef-page-mobile-header .qodef-widget-holder .widget.widget_mimelo_cart_widget {
    width: 32px;
    margin-top: 10px;
}

/* Above mobile nav */
.qodef-mobile-search-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 7% 0 7%;
}

.qodef-mobile-search-row .widget {
    flex: 0 0 80%;
    margin: 0;
}

.bhf-btn--wishlist {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
}

.bhf-btn--wishlist .bhf-btn__icon svg {
    display: block;
    width: 36px;
    height: 36px;
}

.bhf-btn--wishlist .bhf-btn__label {
    font-size: 11px;
}

.bhf-btn__icon {
    position: relative;
    display: inline-flex;
}

.bhf-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 16px;
    height: 19px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--mimelo-primary-color);
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    font-weight: 400;
}

.bhf-wrap .bhf-inner .bhf-btn#bhf-cart-trigger:hover .bhf-cart-count {
    background: var(--mimelo-emphasis-color);
}

.bhf-cart-count--hidden {
    display: none;
}

/* Below mobile nav top row */
.qodef-mobile-lang-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 12px 7%;
    border-top: 1px solid #DB915E;
    border-bottom: 1px solid #DB915E;
    background-color: var(--main-bg-color);
}

.qodef-mobile-lang-item {
    display: flex;
    align-items: center;
    gap: 6px;
    /*opacity: 0.5;*/
    text-decoration: none;
    font-size: 13px;
}

/*.qodef-mobile-lang-item.is-active {
    opacity: 1;
    font-weight: 600;
}*/

.qodef-mobile-lang-item img {
    display: block;
}


/* Below mobile nav bottom row*/
.qodef-mobile-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 20px 7%;
    border-bottom: 1px solid #EAE3DE;
}

.qodef-mobile-contact-email {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 13px;
}

.qodef-mobile-contact-email__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--qode-main-color);
    flex-shrink: 0;
    border: 1px solid currentColor;
}

.qodef-mobile-bottom-row .header-socials {
    display: flex;
    gap: 20px
}

.qodef-mobile-bottom-row .header-socials a > i.fab {
    font-size: 20px;
    color: var(--mimelo-primary-color);
}

/* == Action buttons == */

/* Search */

@media (min-width: 1441px) {
    #qodef-page-header .ns-search-widget__form input[type="search"] {
        width: 180px;
    }
}

.bhf-wrap .bhf-inner .bhf-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    width: 200px;
    justify-content: flex-end;
}

.bhf-wrap .bhf-inner .bhf-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px 16px;
    color: var(--mimelo-primary-color);
    text-decoration: none;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background .2s, color .2s;
    border-radius: 5px;
}

.bhf-wrap .bhf-inner .bhf-btn .bhf-btn__icon:hover,
.bhf-wrap .bhf-inner .bhf-btn .bhf-btn__icon:hover svg path,
.bhf-wrap .bhf-inner .bhf-btn .bhf-btn__icon:hover svg ellipse,
.bhf-wrap .bhf-inner .bhf-btn .bhf-btn__icon:focus {
    color: var(--mimelo-emphasis-color)!important;
    stroke: var(--mimelo-emphasis-color)!important;
}

.bhf-wrap .bhf-inner .bhf-btn.bhf-btn--cart:hover svg path,
.bhf-wrap .bhf-inner .bhf-btn.bhf-btn--cart:hover svg ellipse {
    stroke: var(--mimelo-emphasis-color)!important;
    fill: var(--mimelo-emphasis-color)!important;
}


.bhf-wrap .bhf-inner .bhf-btn__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bhf-wrap .bhf-inner .bhf-btn__icon svg,
.bhf-wrap .bhf-inner .bhf-btn__icon img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* == SVG icon colour swap: pink default, brown on hover == */
/*
.bhf-wrap .bhf-inner .mimelo-icon-account .st0,
.bhf-wrap .bhf-inner .mimelo-icon-wishlist .st0 {
    display: none;
}

.bhf-wrap .bhf-inner .bhf-btn:hover .mimelo-icon-account .st0,
.bhf-wrap .bhf-inner .bhf-btn:focus .mimelo-icon-account .st0,
.bhf-wrap .bhf-inner .bhf-btn:hover .mimelo-icon-wishlist .st0,
.bhf-wrap .bhf-inner .bhf-btn:focus .mimelo-icon-wishlist .st0 {
    display: block;
}

.bhf-wrap .bhf-inner .bhf-btn:hover .mimelo-icon-account .st1,
.bhf-wrap .bhf-inner .bhf-btn:focus .mimelo-icon-account .st1,
.bhf-wrap .bhf-inner .bhf-btn:hover .mimelo-icon-wishlist .st1,
.bhf-wrap .bhf-inner .bhf-btn:focus .mimelo-icon-wishlist .st1 {
    display: none;
}
*/

/* == Cart badge == */
.bhf-wrap .bhf-inner .bhf-badge,
.widget-mimelo_account_widget .bhf-btn-account svg,
.widget_mimelo_cart_widget .bhf-btn__icon .bhf-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--mimelo-primary-color);
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    padding: 2px 4px;
    border-radius: 99px;
    text-align: center;
    line-height: 1.2;
}
/*
.widget_mimelo_cart_widget .bhf-btn__icon .bhf-badge {
    top: unset;
    right: unset;
}
*/


/* == Responsive == */
@media (max-width: 600px) {
    .bhf-wrap .bhf-inner .bhf-inner {
        flex-direction: column;
        padding: 10px 16px;
    }
    .bhf-wrap .bhf-inner .bhf-cat-list {
        justify-content: center;
    }
    .bhf-wrap .bhf-inner .bhf-actions {
        width: 100%;
        justify-content: center;
    }
}

/* ===== FOOTER ===== */

@media (max-width: 680px) {
	#qodef-page-footer .qodef-alignment--left {
		text-align: center;
	}
	
	#qodef-page-footer .mimelo-socials {
		justify-content: center;
	}
	
	#qodef-page-footer .mimelo-socials a {
		margin-right: 0;
		padding: 0 5px;
	}
	
	#qodef-page-footer-bottom-area .qodef-grid-item:last-child {
		justify-content: center;
	}
	
	#qodef-page-footer-bottom-area > div > div > div > div > div > .wp-block-columns-is-layout-flex {
		justify-content: center;
	}
	
	#qodef-page-footer-bottom-area > div > div > div > div > div > .wp-block-columns-is-layout-flex > div.wp-block-column {
		max-width: fit-content;
	}
	
	#qodef-page-footer .widget.widget_nav_menu ul li a {
		padding-left: 0!important;
	}
	
	#qodef-page-footer .widget.widget_nav_menu ul li a:before {
		display: none;
		visibility: hidden;
	}
}

@media screen and (min-width: 1025px) {
    #qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner {
        grid-template-columns: 27% 17% 16% 31%;
    }
}

@media screen and (min-width: 681px) and (max-width: 1024px) {
    #qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner > .qodef-grid-item:nth-of-type(1) {
        order: 1;
    }
    #qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner > .qodef-grid-item:nth-of-type(2) {
        order: 3;
    }
    #qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner > .qodef-grid-item:nth-of-type(3) {
        order: 4;
    }
    #qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner > .qodef-grid-item:nth-of-type(4) {
        order: 2;
    }
}

#qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner > .qodef-grid-item:nth-of-type(1) {
    padding-right: 20px;
}


#qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner > .qodef-grid-item:nth-of-type(1) .qodef-widget-title {
    color: var(--mimelo-primary-color);
}

#qodef-page-footer-top-area .widget_playgrow_core_svg_icon .qodef-svg-icon-widget a:hover svg,
#qodef-page-footer-top-area .widget_playgrow_core_svg_icon .qodef-svg-icon-widget a:hover span,
#qodef-page-footer-top-area .widget_nav_menu a:hover {
    color: var(--mimelo-primary-color);
    stroke: var(--mimelo-primary-color);
    fill: var(--mimelo-primary-color);
}

#qodef-page-footer-top-area .qodef-grid-item .widget_text {
    margin: 0;
}

#qodef-page-footer-top-area .qodef-grid-item .widget_text > .textwidget > p:first-of-type {
    margin-top: 0;
}

.wpml-ls-statics-footer .wpml-ls-item:hover > a {
    color: #000000!important;
    background-color: #eeeeee!important;
}

#qodef-page-footer-bottom-area .qodef-grid-inner > .qodef-grid-item:first-of-type .widget.widget_playgrow_core_single_image img {
    max-width: 140px;
}

/* Mailing form */

#qodef-page-footer .qodef-contact-form-7 input,
#qodef-page-footer .qodef-contact-form-7 button[type=submit] {
    border-radius: 5px;
}

.qodef-m-newsletter.qodef-contact-form-7 > .qodef-grid-inner > p {
    font-size: 12px;
    line-height: 1.2rem;
}


/* ===== BREADCRUMBS ===== */

.qodef-page-title {
	border-top: 1px solid #eae3de;
}

.qodef-page-title .qodef-breadcrumbs span {
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: none;
}

.qodef-page-title .qodef-breadcrumbs a {
	text-transform: none;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-link:hover span {
	color: var(--main-font-color);
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current {
	color: var(--main-font-color);
}


/* ===== SHOP ===== */

/* Padding */
.archive #qodef-page-inner {
    padding: 60px 0 80px 0;
}

/* Title */
.woocommerce-category-title {
    color: var(--mimelo-primary-color);
}

.archive.tax-product_brand #qodef-page-inner,
.archive.tax-product_cat #qodef-page-inner {
    padding: 40px 0 80px 0;
}

.wp-child-theme-playgrow-child .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.wp-child-theme-playgrow-child.post-type-archive-product .widget_products .qodef-woo-product-title {
    font-size: 15px;
}

.widget_block .wc-block-product-categories-list-item-count:not(.count-brand) {
    display: none !important;
}

.widget.widget_block .wc-block-product-categories-list > li > ul {
    margin-bottom: 0!important;
}

.qodef-woo-product-list li {
    border-radius: 5px;
}

/* Order by */
.woocommerce-ordering .select2-container--default .select2-selection--single {
    padding: 7px 15px;
}

/* Related products widget */
.archive #qodef-page-sidebar .product_list_widget .qodef-woo-product-title {
    font-size: 17px;
    font-weight: 300;
}

/* Categories */
.archive #qodef-page-sidebar > .widget_block .wc-block-product-categories-list--depth-0 > li > a > span {
    font-weight: 400;
}
/* Active item */
.archive #qodef-page-sidebar .current-cat-item > .current-cat-link > .wc-block-product-categories-list-item__name,
.archive #qodef-page-sidebar .current-cat-item .wc-block-product-categories-list-item-count {
    font-weight: 500;
    color: var(--mimelo-dark-color);
}

/* Top description */
.term-top-description-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.term-top-description-text {
    flex: 1 1 60%;
}

.term-top-description-thumbnail {
    flex: 0 0 auto;
    max-width: 300px;
}

.term-top-description-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    .term-top-description-row {
        flex-direction: column;
        /*align-items: flex-start;*/
    }
}

/* Bottom description */
.term-description-bottom {
    margin-top: 60px;
}

/* Infinite loading */
.lmp_products_loading {
    margin-top: 20px;
}


/* ===== SINGLE PRODUCT ===== */

.product h1 {
	font-weight: 400;
	font-size: 32px;
	text-transform: none;
	color: var(--qode-main-color);
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image, #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper > div {
	border: 1px solid #f5f1ed;
	border-radius: 5px;
	overflow: hidden;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab, #yith-quick-view-content.single-product .woocommerce-tabs .wc-tab {
    border-radius: 5px;
}


/* Hover effect on info cards */
.qodef-woo-svg {
    display: none;
}

.qodef-woo-product-list li:hover {
    border: 1px solid #eae3de;
}

/* Product info box */

.wcpib-info-block {
    border: 1px solid var(--mimelo-primary-color);
    margin-top: 25px;
    margin-bottom: 25px;
}

.wcpib-info-block ul li {
	list-style: none;
}

.wcpib-info-block ul li > i {
	margin-right: 10px;
}

@media (min-width: 680px) {
	.wcpib-info-block-1of2 {
		width: 50%;
	}
}

/* Product meta */

#qodef-woo-page.qodef--single .product_meta {
	margin-top: 0;
}

#qodef-woo-page.qodef--single .product_meta > * {
    margin-bottom: 5px;
}

#qodef-woo-page.qodef--single .product_meta > span.posted_in {
    font-size: unset!important;
}

#qodef-woo-page.qodef--single .product_meta > span.posted_in > a {
    margin-left: 8px;
}

#qodef-woo-page.qodef--single .product_meta,
#qodef-woo-page.qodef--single .product_meta .posted_in,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
    font-size: 1rem!important; /* override theme !important */
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
    font-weight: 600;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
    font-weight: 400;
}

#qodef-woo-page.qodef--single .product_meta > .posted_in {
    display: block;
    margin-right: 8px;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 600;
}

#qodef-woo-page.qodef--single .product_meta > .posted_in > a {
    color: #6e6e6e;
    font-weight: 400;
}

#qodef-woo-page.qodef--single .product_meta > .posted_in > a:hover {
    color: var(--qode-main-color);
}

/* On sale / out of stock flash badge */
#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.wp-child-theme-playgrow-child .qodef-woo-product-mark.qodef-out-of-stock {
    all: unset;
}

.on-sale-wrap,
#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.wp-child-theme-playgrow-child .qodef-woo-product-mark.qodef-out-of-stock {
    position: absolute;
    z-index: 1;
}

.on-sale-wrap .onsale,
#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.wp-child-theme-playgrow-child .qodef-woo-product-mark.qodef-out-of-stock {
	white-space: nowrap;
	padding: 5px 10px 5px 11px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.4em;
}

/* On sale */
.single .on-sale-wrap {
    top: 13px;
    right: 10px;
}

.archive .on-sale-wrap,
body:not(.single-product) .on-sale-wrap {
    top: 3px;
    right: 0;
}

.on-sale-wrap .onsale {
	background: var(--mimelo-emphasis-color);
	color: #ffffff;
}

/* Out of stock */
.single #qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock {
    top: 10px;
    left: 10px;
}

.archive #qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.wp-child-theme-playgrow-child .qodef-woo-product-mark.qodef-out-of-stock {
    top: 0;
    left: 0;
}

#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.wp-child-theme-playgrow-child .qodef-woo-product-mark.qodef-out-of-stock {
	background: var(--mimelo-dark-color);
	color: #ffffff;
}


/* Backorder */
#qodef-woo-page.qodef--single .stock.available-on-backorder {
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    margin: 28px 0 0;
}

#qodef-woo-page.qodef--single .stock.available-on-backorder a {
    color: var(--mimelo-primary-color);
}

#qodef-woo-page.qodef--single .stock.available-on-backorder:hover a {
    color: var(--mimelo-emphasis-color);
}

/* Out of stock */
#qodef-woo-page.qodef--single .stock.out-of-stock {
    font-size: 18px;
}

/* Qty and Add to cart button */

.wp-child-theme-playgrow-child #qodef-woo-page .summary .cart {
    margin-top: 25px;
}

.wp-child-theme-playgrow-child #qodef-woo-page .summary .cart .qodef-quantity-buttons {
    overflow: hidden;
    border-radius: 5px;
    min-width: 90px;
}

.wp-child-theme-playgrow-child #qodef-woo-page .summary .cart .qodef-quantity-buttons > .qodef-quantity-input {
    border-radius: 5px 0 0 5px;
    border-top: 1px solid var(--mimelo-primary-color);
    border-bottom: 1px solid var(--mimelo-primary-color);
    border-left: 1px solid var(--mimelo-primary-color);
}

.wp-child-theme-playgrow-child #qodef-woo-page .summary .cart .qodef-quantity-buttons > .qodef-quantity-minus {
    border-radius: 0 0 5px 0;
    border-right: 1px solid var(--mimelo-primary-color);
    border-bottom: 1px solid var(--mimelo-primary-color);
}

.wp-child-theme-playgrow-child #qodef-woo-page .summary .cart .qodef-quantity-buttons > .qodef-quantity-plus {
    border-radius: 0 5px 0 0;
    border-top: 1px solid var(--mimelo-primary-color);
    border-right: 1px solid var(--mimelo-primary-color);
}

.wp-child-theme-playgrow-child #qodef-woo-page .summary .cart .button {
    border-radius: 5px;
}

@media screen and (min-width: 681px) and (max-width: 820px) {
    .wp-child-theme-playgrow-child #qodef-woo-page .summary .cart .button {
        width: 100%;
        justify-content: center;
        padding: 22px 5px;
    }
}

@media screen and (max-width: 376px) {
    .wp-child-theme-playgrow-child #qodef-woo-page .summary .cart .button {
        padding: 22px 12px;
    }
}

/* Info box */
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	margin-top: 25px;
}

.wcpib-info-block {
    border-color: var(--mimelo-primary-color);
}

/* Add to wishlist button */
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    margin-top: 25px;
    margin-bottom: 0;
}

/* Default */
.yith-wcwl-add-to-wishlist-button #yith-wcwl-icon-heart-outline {
    color: var(--mimelo-primary-color);
}

/* Hover */
.yith-wcwl-add-to-wishlist-button:hover > .yith-wcwl-add-to-wishlist-button__label,
.yith-wcwl-add-to-wishlist-button:hover > #yith-wcwl-icon-heart-outline
{
    color: var(--mimelo-emphasis-color);
}

/* After adding to wishlist */
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--mimelo-primary-color);
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added:hover svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--mimelo-emphasis-color);
}

/* Product tabs */
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    border-color: #eae3de;
}
@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs > li {
        margin: 0;
    }
}


.ns-product-description-emphasis-block ul li ul li {
    margin-left: 10px;
}

.ns-product-description-emphasis-block h1,
.ns-product-description-emphasis-block h2,
.ns-product-description-emphasis-block h3,
.ns-product-description-emphasis-block h4,
.ns-product-description-emphasis-block h5,
.ns-product-description-emphasis-block h6 {
    color: var(--mimelo-primary-color);
    font-size: 25px;
}

#tab-description .ns-product-description-emphasis-block {
    border-color: var(--mimelo-emphasis-color);
    background: transparent;
}

@media (max-width: 460px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
        padding: 15px;
    }
    
    .ns-product-description-emphasis-block {
        padding: 15px;
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews):not(.woocommerce-Tabs-panel--additional_information) p {
	margin: 10px 0;
}

/* Product additional tabs */
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}

/* Tabs wrap */
.woocommerce-tabs .tabs {
	flex-wrap: wrap;
}

/* Tabs underline */
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a::after {
	height: 1px;
	-webkit-mask-image: unset;
	background: var(--mimelo-primary-color)!important;
}

/* Tabs labels */
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
	letter-spacing: 0.03em;
	white-space: nowrap;
}

/* 40:60 ratio between product image gallery and content */
@media only screen and (min-width: 1025px) {
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		grid-template-columns: 4fr 6fr;
	}
}

/* Keep the 40:60 ratio until 681px width (default was 1024px) */
@media only screen and (min-width: 681px) {
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}

/* Enable product gallery carousel and change 40:60 ratio to column */
@media only screen and (max-width: 680px) {
	.single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper {
		display: flex;
		overflow-x: auto;
		gap: 10px;

		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.single-product #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper > * {
		flex: 0 0 26%;
		scroll-snap-align: start;
	}
	#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		grid-template-columns: 1fr;
	}
}

/* ===== BLOG ===== */

/* Hide blog list publish date info */
.mimelo-blog-list .qodef-blog-item .qodef-date-holder,
.qodef-blog-item .qodef-date-holder,
.single-post .qodef-blog-item .qodef-e-info-author,
.single-post .qodef-blog-item .qodef-info-separator-end,
.archive.category .qodef-blog-item .qodef-e-info-author,
.archive.category .qodef-blog-item .qodef-info-separator-end,
.archive.category .qodef-e-top-holder {
    display: none;
    visibility: hidden;
}

.archive.category .qodef-page-content-section .qodef-e-content > .qodef-e-text > h2 {
    font-size: 24px;
}

.qodef-blog-item .qodef-e-media {
    border-radius: 5px;
    overflow: hidden;
}

/* Title */
.qodef-blog-archive-title {
    text-align: center;
    margin: 0 0 60px 0;
    color: var(--mimelo-primary-color);
}

.single-post .qodef-blog-item .qodef-e-title {
    color: var(--mimelo-primary-color);
}


/* Pre-float items so layout is correct before Isotope initialises */
.archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-item {
    float: left;
}

.archive .qodef-page-content-section .qodef-blog.qodef-layout--columns {
    display: block;
    position: relative; /* Isotope needs this */
}

.archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-item,
.archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-grid-sizer {
    width: calc(33.333% - 20px); /* 30px gutter: 2/3 of 30px = 20px per item */
}

.archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-gutter-sizer {
    width: 30px;
}

.archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-item {
    margin-bottom: 30px;
}

.archive .qodef-m-pagination {
    display: none;
}

.archive .qodef-page-content-section .qodef-e-content {
    margin: 15px 0 0 0;
}

.archive .qodef-page-content-section .qodef-e-content > .qodef-e-text > h2 {
    font-size: 20px;
}


@media (max-width: 1440px) {
    .archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-item,
    .archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-grid-sizer {
        width: calc(50% - 15px); /* 30px gutter: 1/2 of 30px = 15px per item */
    }
}

@media (max-width: 768px) {
    .archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-item,
    .archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-grid-sizer {
        width: 100%;
    }

    .archive .qodef-page-content-section .qodef-blog.qodef-layout--columns .qodef-blog-gutter-sizer {
        width: 0;
    }
}

/* Newest posts sidebar */
.qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
	max-height: 67px;
}

/* ===== FRONT PAGE ===== */


@media screen and (min-width: 1200px) {
    .n2-section-smartslider #n2-ss-2 .n2-ss-layer-row.n2-ss-layer-with-background {
        background-color: unset;
        box-shadow: unset;
    }
}

.wp-child-theme-playgrow-child .nase-znamke > div {
    border-radius: 5px;
    overflow: hidden;
}

.wp-child-theme-playgrow-child .nase-znamke > div:last-of-type {
    background: #f1f1f1;
}

.wp-child-theme-playgrow-child .nase-znamke .vse-znamke .qodef-m-content,
.wp-child-theme-playgrow-child .nase-znamke .vse-znamke .qodef-m-banner-link {
    /* Force correct aspect ratio 1.6:1 */
    padding-bottom: 62.5%; 
}

.wp-child-theme-playgrow-child .nase-znamke .qodef-m-title {
    font-size: 24px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(1,1,1,0.4);
    pointer-events: none;
}

.wp-child-theme-playgrow-child .nase-znamke .vse-znamke .qodef-m-title {
    color: var(--mimelo-primary-color)!important;
    font-weight: 400;
    text-shadow: unset;
}

@media screen and (max-width: 640px) {
    
    .wp-child-theme-playgrow-child .nase-znamke > div {
        width: 100%;
    }
    .wp-child-theme-playgrow-child .nase-znamke > div:last-of-type {
        /* Force correct aspect ratio 1.6:1 */
        padding-bottom: 62.5%;
        height: 0;
    }
}

.nase-znamke .qodef-layout--link-overlay .qodef-m-content .qodef-m-title {
    letter-spacing: 0;
    background-color: transparent;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 400px) {

    .nase-znamke .qodef-layout--link-overlay .qodef-m-content .qodef-m-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 350px) {

    .nase-znamke .qodef-layout--link-overlay .qodef-m-content .qodef-m-title {
        font-size: 17px;
    }
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-image img {
    will-change: transform;
    transition: all .35s ease-out!important;
}

.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
    transform: scale(1.2);
}

.nase-znamke .qodef-layout--link-overlay .qodef-m-content .qodef-m-title {
    transition: all .35s ease-out;
}

.nase-znamke .qodef-layout--link-overlay:hover .qodef-m-content .qodef-m-title {
    transform: scale(1.2);
    /*font-size: 28px;*/
}
/*
.nase-znamke .qodef-layout--link-overlay:hover .qodef-m-content .qodef-m-title {
    background-color: var(--mimelo-emphasis-color);
    border-color: var(--mimelo-emphasis-color);
    border-radius: 10px;
    color: var(--mimelo-white-color)!important;
    outline: 0;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out, opacity .3s ease-out, transform .45s cubic-bezier(.77, 0, .175, 1), background-position .5s cubic-bezier(.25, .25, 0, 1.5);
    padding: 16px 40px;
}
*/

/* Featured categories */
.featured-categories .qodef-m-title {
    font-weight: 400;
}


/* Featured products */
.mimelo-product-list p.qodef-woo-product-title,
.qodef-woo-product-list p.qodef-woo-product-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
}

.qodef-woo-product-list .swiper-slide {
    height: auto;
}

/* Pagination bullets fix */
.wp-child-theme-playgrow-child .swiper-horizontal>.swiper-pagination-bullets {
    width: 100%;
    margin-top: 20px;
}

.wp-child-theme-playgrow-child .swiper-pagination-bullets .swiper-pagination-bullet {
    background-image: unset;
    background-color: var(--mimelo-emphasis-color);
    width: 8px;
    height: 8px;
}

.wp-child-theme-playgrow-child .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--mimelo-primary-color);
}

/* Featured products arrows */

.mimelo-featured-categories .swiper-button-prev,
.mimelo-product-list .swiper-button-prev.swiper-button-outside {
    left: -56px!important;   
}
.mimelo-featured-categories .swiper-button-next,
.mimelo-product-list .swiper-button-next.swiper-button-outside {
    right: -56px!important;
}


@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .mimelo-featured-categories .swiper-button-prev,
.mimelo-product-list .swiper-button-prev.swiper-button-outside {
        left: -35px!important;
    }
    
    .mimelo-featured-categories .swiper-button-next,
.mimelo-product-list .swiper-button-next.swiper-button-outside {
        right: -35px!important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
    .mimelo-featured-categories .swiper-button-prev,
.mimelo-product-list .swiper-button-prev.swiper-button-outside {
        left: -35px!important;
    }
    
    .mimelo-featured-categories .swiper-button-next,
.mimelo-product-list .swiper-button-next.swiper-button-outside {
        right: -35px!important;
    }
}

@media screen and (max-width: 900px) {
    .mimelo-featured-categories .swiper-button-prev,
.mimelo-product-list .swiper-button-prev.swiper-button-outside {
        left: -35px!important;
    }
    
    .mimelo-featured-categories .swiper-button-next,
.mimelo-product-list .swiper-button-next.swiper-button-outside {
        right: -35px!important;
    }
}

@media screen and (max-width: 400px) {
    .mimelo-featured-categories .swiper-button-prev,
.mimelo-product-list .swiper-button-prev.swiper-button-outside {
        left: -25px!important;
    }
    
    .mimelo-featured-categories .swiper-button-next,
.mimelo-product-list .swiper-button-next.swiper-button-outside {
        right: -25px!important;
    }
}

/* Zakaj Mimelo */
.zakaj-mimelo-icon-wrapper {
    position: relative;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .zakaj-mimelo-icon-wrapper:not(:last-of-type):not(:nth-of-type(2))::after {
        content: "";
        position: absolute;
        top: 30px;
        bottom: 13px;
        right: 0;
        width: 1px;
        background: #b08968;
        opacity: 0.5;
    }
}

@media (min-width: 1025px) {
    
    .zakaj-mimelo-icon-wrapper:not(:last-of-type) {
        position: relative;
    }
    
    .zakaj-mimelo-icon-wrapper:not(:last-of-type)::after {
        content: "";
        position: absolute;
        top: 30px;
        bottom: 13px;
        right: 0;
        width: 1px;
        background: #b08968;
        opacity: 0.5;
    }
}


/* Spoznaj mimelo */
.spoznaj-mimelo-section .qodef-m-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.spoznaj-mimelo-section .qodef-m-text {
    font-weight: 400;
    line-height: 1.3;
}

.spoznaj-mimelo-section .mimelo-button {
    border-radius: 5px;
    padding: 16px 40px;
}





/* ===== BLOG POST ===== */

.single-post #qodef-page-inner {
    padding: 80px 0;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
    text-transform: none;
    color: var(--main-font-color);
}

.single-post .qodef--single p {
    text-align: justify;
}

.single-post #qodef-page-content img,
body.category #qodef-page-content img {
    border-radius: 5px;
}

@media screen and (max-width: 540px) {
    .single-post .qodef-product-card-shortcode,
    .single-post img.float-left,
    .single-post img.float-right {
        margin: 25px auto;
    }
}

@media screen and (min-width: 541px) {
    .single-post .qodef-product-card-shortcode,
    .single-post img.float-right {
        float: right;
        padding: 0 0 30px 30px;
     }
     
     .single-post img.float-left {
        float: left;
        padding: 0 30px 30px 0;
     }
}

.single-post .qodef-product-card-shortcode .product {
    position: relative;
    border: 1px solid #eae3de;
    border-radius: 20px;
    padding: 15px;
    transition: border-color .2s ease-out;
    text-align: center;
}

.single-post .qodef-product-card-shortcode .product:hover .qodef-e-media-image img {
    transform: scale(1.05);
}

.single-post .qodef-product-card-shortcode .product .qodef-e-media-image img {
    will-change: transform;
    transition: all .3s ease-out;
}

.single-post .qodef-product-card-shortcode .product .qodef-e-content {
    margin-top: 15px;
}

.single-post .qodef-product-card-shortcode .product .qodef-price-cart-holder {
    margin-top: 15px;
}

.single-post .qodef-product-card-shortcode .product .qodef-woo-product-title {
    margin: 0;
}

/* Tables */
.single-post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 25px 0 30px 0;
}

.single-post table,
.single-post table tbody {
    /*border-radius: 5px;*/
    overflow: hidden;
}

.single-post table tbody tr:first-of-type {
    background: #F7F3F0;
}

.single-post table td:not(:first-of-type) {
  white-space: normal;
  word-break: break-word;
}

.single-post #qodef-page-content ul li {
    margin-left: 8px;
}


/* Related posts */
.single-post .widget_playgrow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-title {
    font-size: 16px;
}

.single-post .widget_playgrow_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-title .qodef-e-title-link:hover {
    color: var(--mimelo-primary-color);
}

/* ===== CART / CHECKOUT ===== */

.woocommerce-cart #shipping_method label,
.woocommerce-checkout #shipping_method label {
    display: inline-block;
}

.woocommerce-cart #shipping_method input,
.woocommerce-checkout #shipping_method input {
    margin-right: 5px;
}

/* ===== CART ===== */

#qodef-woo-page.qodef--cart .shop_table th {
	font-size: 20px;
	white-space: nowrap;
}
/*
.woocommerce-cart  .woocommerce ul#shipping_method label {
    color: transparent;
}*/

.woocommerce-cart  ul#shipping_method label .woocommerce-Price-amount {
    color: #6e6e6e;
}

.woocommerce-cart #coupon_code {
    max-width: 140px;
}

.woocommerce-cart #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    padding-bottom: 20px;
    gap: 20px;
    margin-right: 40px;
    width: fit-content;
    max-width: 450px;
    flex-wrap: wrap;
}


.wp-child-theme-playgrow-child #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 0;
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .woocommerce-cart #qodef-woo-page.qodef--cart .woocommerce-cart-form {
        float: left;
        max-width: calc(100% - 450px);
        width: 100%;
        padding-right: 50px;
    }
    
    .woocommerce-cart #qodef-woo-page.qodef--cart .cart-collaterals {
        float: right;
        padding-left: 50px;
        border-left: 1px solid #eae3de;
    }
    
    .woocommerce-cart #qodef-woo-page.qodef--cart .cart-collaterals .cart_totals {
        margin-top: 0;
    }
    
}


@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .woocommerce-cart #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        width: 100%;
    }    
}


@media screen and (max-width: 1440px) {
    .woocommerce-cart #qodef-woo-page.qodef--cart .shop_table td.actions>.button {
        float: left;
    }
}


/*
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .woocommerce-cart #qodef-woo-page.qodef--cart .woocommerce-cart-form {
        float: left;
        max-width: 50%;
    }
    
    .woocommerce-cart #qodef-woo-page.qodef--cart .cart-collaterals {
        float: right;
        padding-left: 20px;
        border-left: 1px solid #eae3de;
    }
    
    .woocommerce-cart #qodef-woo-page.qodef--cart .cart-collaterals .cart_totals {
        margin-top: 0;
    }
    
    .woocommerce-cart #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        width: 60%;
    }
}
*/
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    padding: 10px 25px;
}


/* Coupon error text */
.woocommerce-cart #coupon-error-notice {
	margin-top: 10px;
}

/* Hide shipping location on cart */
.woocommerce-cart .woocommerce-shipping-destination {
    display: none;
}


.woocommerce-cart .order-total small.includes_tax {
    display: none;
    visibility: hidden;
}

/* Border radius */
.woocommerce-cart .actions button,
.woocommerce-cart .coupon input,
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout .checkout-button {
    border-radius: 5px;
}

.wp-child-theme-playgrow-child.woocommerce-cart .woocommerce .shop_table .qodef-quantity-buttons {
    overflow: hidden;
    border-radius: 5px;
    /*min-width: 90px;*/
}

.wp-child-theme-playgrow-child.woocommerce-cart .woocommerce .shop_table .qodef-quantity-buttons > .qodef-quantity-input {
    border-radius: 5px 0 0 5px;
    border-top: 1px solid var(--mimelo-primary-color);
    border-bottom: 1px solid var(--mimelo-primary-color);
    border-left: 1px solid var(--mimelo-primary-color);
}

.wp-child-theme-playgrow-child.woocommerce-cart .woocommerce .shop_table .qodef-quantity-buttons > .qodef-quantity-minus {
    border-radius: 0 0 5px 0;
    border-right: 1px solid var(--mimelo-primary-color);
    border-bottom: 1px solid var(--mimelo-primary-color);
}

.wp-child-theme-playgrow-child.woocommerce-cart .woocommerce .shop_table .qodef-quantity-buttons > .qodef-quantity-plus {
    border-radius: 0 5px 0 0;
    border-top: 1px solid var(--mimelo-primary-color);
    border-right: 1px solid var(--mimelo-primary-color);
}

.wp-child-theme-playgrow-child.woocommerce-cart .woocommerce .shop_table .button {
    border-radius: 5px;
}

/* ===== CHECKOUT ===== */

.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout h4,
.woocommerce-checkout h5 {
    text-transform: none;
    color: var(--mimelo-primary-color);
}

.woocommerce-checkout #ship-to-different-address > label {
    font-weight: 400;
}

/* Border radius */
.woocommerce-checkout .woocommerce-info,
button#place_order, 
.woocommerce-checkout .woocommerce-form-coupon button {
    border-radius: 5px;
}

.woocommerce-checkout form .woocommerce-terms-and-conditions-wrapper > p.form-row {
    margin-top: 20px;
}

.woocommerce-checkout form input,
.woocommerce-checkout form textarea {
    border-radius: 5px;
}

.woocommerce-checkout .woocommerce-error {
    flex-direction: column;
    gap: 8px;
}

.woocommerce-checkout .order-total small.includes_tax {
    display: none;
    visibility: hidden;
}

.woocommerce-checkout .woocommerce-error li a {
    text-transform: none;
    font-weight: 300;
    font-family: "Manrope", sans-serif;
    color: var(--mimelo-emphasis-color);
}

.woocommerce-checkout .woocommerce-error li a strong {
    margin-right: 4px;
}

.woocommerce-checkout div.woocommerce form p.checkout-inline-error-message:not(#terms_description) {
    margin-top: -25px;
    margin-bottom: 25px;
    color: var(--mimelo-emphasis-color);
}

.woocommerce-checkout div.woocommerce form p#terms_description {
    color: var(--mimelo-emphasis-color);
}

.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=email],
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-container .select2-selection  {
    padding: 7px 15px;
}

.admin-bar[class*="playgrow"] .select2-container--default .select2-dropdown {
    top: 0;
}

.woocommerce-bacs-bank-details {
    margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    letter-spacing: unset;
}


/* Thank you page */
.custom-bacs-instructions {
    margin-top: 30px;
}

.woocommerce-MyAccount-content mark {
	color: var(--mimelo-primary-color);
    background: none;
}

.grecaptcha-badge {
	display: none!important;
	visibility: hidden!important;
}


/* ===== My account ====== */
.woocommerce-account a.button {
	line-height: 1.2;
	font-family: "Manrope", sans-serif;
}

