/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* CUSTOM CSS LG */
:root {
    --naetur-img-bg-color: #f4f3f4;
    --mini-cart-title-height: 40px;
    --mini-cart-bottom-height: 370px;
}

.wcc-flag.flag-icon {
    margin-left: 5px;
}

#masthead li.cart-item .image-icon.header-cart-icon img,
#masthead .header-wishlist-icon .image-icon.wishlist-icon img {
    height: 13px;
}

.woocommerce-Price-currencySymbol {
    margin-right: -0.2rem;
}

/* Fonts settings */

/*
Sn	Font	Applied To	Delete
1	assistant-light	h4, h5, h6	Delete
2	century-gothic	.site-description, body, p, blockquote, li, a, strong, b, i, em	Delete
3	assistant-extra-bold	h1, h2, h3, .entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title, .site-title
*/

/*
 Font Weights
 100 = thin
200 = extra-light
300 = light
400 = normal, book, regular
500 = medium
600 = semi-bold
700 = bold
800 = heavy
900 = black

== Used in Illustrator Design ==
Extra Light = 200
Light, Light Italic = 300
Regular = 400
Medium, Medium Italic = 500
SemiBold = 600
Bold = 700

/* Old use any font styling */

.site-description, body, p, blockquote, li, a, strong, b, i, em {
    font-family: 'montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 .entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title, .site-title {
    font-family: 'montserrat', sans-serif !important;
}

h1, h2, h3 {
    font-weight: 600; /* semi-bold */
    text-transform: uppercase;
}

h4, h5, h6 {
    font-weight: 400; /* regular */
    text-transform: uppercase;
}

h1 {
    font-size: 1.5rem;
}

.section-title,
.section-title span.section-title-main {
    border-bottom-width: 0;
}

/* Help - Explore pages */
.page {
    font-weight: 300;
    font-size: 0.875rem;
}
.help-explore-sidebar {
    padding-left: 80px;
}

.page-template-page-left-sidebar #content .page-inner .row,
.page-template-page-left-sidebar #content .section-title-container{
    max-width: unset;

}
@media only screen and (max-width: 849px) {
    .help-explore-sidebar {
        display: none;
    }
}

.page h1,
.page h2,
.page h3 {
    font-weight: 500;
}

.page h1 {
    font-size: 1.125rem;
    margin-bottom: 40px;
}

.page .section-title-container,
.page .section-title-container.no-margin {
    margin-bottom: 0;
}

.page h2, h3 {
    font-size: 0.875rem;
}

.page h3 {
    text-transform: none;
}

.page .email-us a,
.naetur-contact-form .wpcf7-list-item-label a,
.gtc-gift-card-designs-wrapper .gtc-virtual-gift-card-design-preview {
    color: #000;
    font-weight: 500; /* medium */
    font-style: italic;
}

.page .email-us a:hover,
.naetur-contact-form .wpcf7-list-item-label a:hover {
    text-decoration: underline;
}

/* side bar */
.page-left-sidebar .row .col-first.col-divided {
    border-width: 0;
    font-size: 1rem;
    color: #000000;
}

.page-left-sidebar .widget_nav_menu .menu li.menu-item a {
    padding: 0;
    margin: 10px 0;
    border-bottom: 1px solid transparent;
}

.page-left-sidebar .widget_nav_menu .menu li.menu-item a:hover,
.page-left-sidebar .widget_nav_menu .menu li.menu-item a:active {
    border-bottom: 1px solid #000000;
    color: #000000;
}

/* FAQ */
#content .lightweight-accordion {
    margin-bottom: 0.4em;
}

/* list style type none for letting the arrow of summary dissappear */
#content .lightweight-accordion details,
#content .lightweight-accordion details summary.lightweight-accordion-title {
    padding-left: 0;
    background-image: none;
    -webkit-appearance: none;
    list-style-type: none;
    display: block;
}

#content .lightweight-accordion details summary::-webkit-details-marker {
    display: none;
}

#content .lightweight-accordion details summary.lightweight-accordion-title {
    border-bottom: 1px solid #000000;
    background-color: transparent;
}

#content .lightweight-accordion details .lightweight-accordion-title span {
    text-transform: uppercase;
    font-weight: 500; /* medium */
    font-size: 0.875rem;
}

#content .lightweight-accordion .lightweight-accordion-body {
    padding: 0 0 40px 0;
    font-size: 0.875rem;
    font-weight: 300; /* light */
}

#content .lightweight-accordion .lightweight-accordion-body .lightweight-accordion .lightweight-accordion-title span {
    text-transform: unset;
    font-weight: 300; /* light */
}

#content .lightweight-accordion .lightweight-accordion-body .lightweight-accordion .lightweight-accordion-body {
    padding: 10px 10px 0 10px;
}

#content .lightweight-accordion details .lightweight-accordion-title::after {
    content: url('img/icons/icon-menu-mobile-arrow.svg');
    display: block;
    float: right;
    width: 5px;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

#content .lightweight-accordion details[open] > .lightweight-accordion-title::after {
    transform: rotate(90deg);
}

/* about us */

@media only screen and (max-width: 849px) {
    .about-us-section,
    .about-us-section .about-us-img-col {
        padding: 0 !important;
        margin: 0;
    }

    .about-us-section .about-us-text-col {
        padding: 20px;
    }
}

/* contact form */
.naetur-contact-form .wpcf7-list-item-label,
.naetur-contact-form input[type=submit] {
    font-size: 0.75rem;
}

.naetur-contact-form .wpcf7-list-item-label {
    font-weight: 300;
}

.naetur-contact-form input[type=submit] {
    font-weight: 500;
    min-height: 2rem;
    min-width: 155px;
    line-height: 1.9rem;
}

.naetur-contact-form input[type=submit]:hover,
.naetur-contact-form input[type=submit]:active {

}

.naetur-contact-form input[type=text],
.naetur-contact-form input[type=email] {
    min-height: 47px;
}

.naetur-contact-form input[type=text],
.naetur-contact-form input[type=email],
.naetur-contact-form textarea {
    font-weight: 300; /* light */
    font-size: 0.875rem;
    padding: 8px 13px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    box-shadow: none;
    background-color: #f7f7f7;
}

.naetur-contact-form textarea {
    min-height: 161px;
}

.wpcf7-form .naetur-contact-form.row .col {
    padding: 0 5px;
}

.wpcf7-form .naetur-contact-form.row {
    padding: 0 10px;
}

.naetur-contact-form .wpcf7-not-valid-tip {
    font-weight: 300;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

/* FOOTER (and about us side bar) */
.footer-section h3.section-title,
.footer-section ul, .footer-section li,
.footer-section a {
    color: #ffffff;
    font-size: 1rem;
}

.footer-section h3.section-title,
.footer-section h3.section-title .section-title-main,
.footer-section .widget_nav_menu .widget-title,
.page-left-sidebar .widget_nav_menu .widget-title {
    font-weight: 500; /* medium */
    border-width: 0;
}

.footer-section .section-title-container {
    margin: 0;
}

.footer-section .widget_nav_menu,
.page-left-sidebar .widget_nav_menu {
    text-transform: uppercase;
    padding: 0;
}

.footer-section .footer-newsletter {
    margin-bottom: 40px;
}

.footer-section .footer-newsletter h3.section-title,
.footer-section .footer-newsletter h3.section-title .section-title-main {
    margin: 0;
    padding: 0;
}

.footer-section h3.section-title,
.footer-section .footer-newsletter h3.section-title {
    margin-top: 40px;
}

.footer-section .widget_nav_menu .is-divider,
.page-left-sidebar .widget_nav_menu .is-divider {
    margin: 0;
    height: 0;
}

.footer-section .widget_nav_menu .menu li.menu-item,
.page-left-sidebar .widget_nav_menu .menu li.menu-item {
    font-size: 0.625rem;
    border-width: 0;
    font-weight: 300; /* light */
}

.footer-section .widget_nav_menu .menu li.menu-item a,
.page-left-sidebar .widget_nav_menu .menu li.menu-item a {
    font-size: 0.875rem;
}

.footer-section .widget_nav_menu .widget-title,
.page-left-sidebar .widget_nav_menu .widget-title,
.footer-section .widget_nav_menu .menu li.menu-item a {
    display: inline-block;
    padding: 10px 0;
}

.footer-section .widget_nav_menu .menu li.menu-item a:hover,
.footer-section .widget_nav_menu .menu li.menu-item a:active {
    color: #808080;
}

.footer-section input#footer-subscribe-form-field {
    background-color: #ffffff;
    color: grey;
    font-weight: 300;
    border-radius: 0;
}

.footer-section #footer-subscribe-form-button {
    font-weight: 300;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.footer-section #footer-subscribe-form-button:hover,
.footer-section #footer-subscribe-form-button:active {
    color: #000000;
    background-color: #ffffff;
}

/* footer mobile */

@media only screen and (max-width: 849px) {
    .footer-section .social-icons {
        text-align: left;
    }

    .footer-section h3.section-title {
        margin-top: 0;
    }

    .footer-section .col {
        padding-bottom: 0;
    }

    .footer-section .social-icons {
        margin-top: 20px;
    }

    .footer-section .footer-newsletter {
        margin-bottom: 70px;
    }
}

/* line up img with heading */
.footer-section .footer-payment-img {
    margin-left: 2px;
}

.footer-wrapper .absolute-footer {
    display: none;
}

/* TOP HEADER */
/* Notification Bar */
.notification-bar {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.75rem;
}

/* Header menu */
.header-wrapper.stuck {
    box-shadow: none;
}

ul.header-nav > li.menu-item > a.nav-top-link {
    font-weight: 300;
    font-size: 0.75rem;
}

#masthead .container .top-divider {
    border: none;
}

/* Header menu - sub menu */
.header-nav-main.nav-left, .header-nav-main.nav-left > li.menu-item {
    position: static;
}

.header-nav-main > .menu-item ul.nav-dropdown,
.header-nav-main li.menu-item.current-dropdown > ul.nav-dropdown {
    top: 64px; /* height of navbar */
    left: 0;
}

.header-nav-main > .menu-item ul.nav-dropdown.sub-menu {
    padding: 27px 54px 27px 40px;
}

.header-nav-main > .menu-item ul.nav-dropdown.sub-menu > li > ul.sub-menu > li > a {
    padding: 6px 0;
    border: none;
    font-weight: 300;
    font-size: 0.75rem;
}

.header-nav-main > .menu-item ul.nav-dropdown.sub-menu > li > a,
.header-nav-main > .menu-item ul.nav-dropdown.sub-menu > li > ul.sub-menu > .naetur-submenu-main-item > a {
    padding: 0 0 27px 0;
    border: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9375rem;
}

.header-nav-main > .menu-item .naetur-submenu-main-item-first {
    padding-top: 34px;
}

/* menu - currency dropdown */
.wcc-switcher-style-01 .wcc-dropdown-icon svg {
    width: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: 0.5s ease;
}

.header-inner .wcc-wrapper {
    margin: 0;
    font-weight: 300;
    font-size: 0.75rem;
}

.header-inner #wcc-switcher-style-01 .wcc-crnt-currency,
.header-inner #wcc-switcher-style-01 .wcc-list li {
    height: 30px;
    padding: 5px 10px;
    border: none;
    background-color: #fff;
}

.header-inner #wcc-switcher-style-01 {
    width: 65px;
}

.header-inner #wcc-switcher-style-01 .wcc-list {
    top: 30px;
}

.wcc-list-opened .wcc-dropdown-icon svg {
    transform: scaleY(-1);
}

.header-inner #wcc-switcher-style-01 .wcc-list li.crnt,
.header-inner #wcc-switcher-style-01 .wcc-list li:hover {
    background: #000;
    color: #fff;
}

.mobile-nav .html.custom.html_nav_position_text,
.mobile-nav .wcc_switcher_form_01 {
    display: block;
}

/* header menu - counter shop wishlist */
.header-inner [data-icon-label]::after {
    background-color: #000000;
    color: #ffffff;
    font-weight: 300;
    box-shadow: none;
}

/* AJAX Side Cart */
/* menu on left */
.off-canvas-left .mfp-content {
    width: 260px !important;
}

/* cart on right */
.off-canvas-right .mfp-content {
    width: 100%;
}

@media only screen and (min-width: 850px) {
    .off-canvas .off-canvas-cart {
        width: 405px !important;
    }
}

/* mobile menu */
.mfp-wrap.off-canvas-left {
}

.off-canvas-left .sidebar-menu,
.off-canvas-left .sidebar-menu ul.nav-sidebar,
.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item {
    border-width: 0;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item.active,
.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item:active,
.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item:focus {
    background-color: transparent;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item a,
.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.nav-slide-header,
.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.nav-slide-header button {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu {

}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item .icon-angle-right,
.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item .icon-angle-left {
    line-height: 10px;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item .icon-angle-right::before,
.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.nav-slide-header .icon-angle-left::before {

    content: url('img/icons/icon-menu-mobile-arrow.svg');
    display: inline-block;
    width: 7px;
    height: auto;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.nav-slide-header .icon-angle-left::before {
    transform: rotate(180deg);
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.nav-slide-header .icon-angle-left {
    float: left;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.nav-slide-header button {
    padding: 0 18px;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.nav-slide-header button {
    text-align: center;
}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.menu-item {

}

.off-canvas-left .sidebar-menu ul.nav-sidebar > li.menu-item ul.sub-menu li.menu-item a {
    font-size: 0.9rem;
    font-weight: 300;
    text-transform: unset;
    padding: 10px 0 10px 50px;
}

.off-canvas-left .sidebar-menu {

}

@media screen and (max-width: 849px) {
    /*#cart-popup {*/
    /*    margin-top: 90px;*/
    /*    height: calc(100vh - 90px);*/
    /*}*/
    /*#cart-popup .cart-popup-inner {*/
    /*    height: calc(100vh - 190px);*/
    /*}*/
    /*.mfp-wrap.off-canvas.undefined.off-canvas-right .mfp-close {*/
    /*    margin-top: 90px !important;*/
    /*    z-index: 10046;*/
    /*}*/
    /*#cart-popup .mini-cart-total-wrapper {*/
    /*    !*padding-bottom: 100px;*!*/
    /*}*/
    #cart-popup .gift-wrap-heading,
    #cart-popup .gift-wrap-container {
        display: none;
    }
}

.mfp-wrap.off-canvas-left .mfp-content {
    margin-top: 60px;
    height: calc(100vh - 60px);
}

.has-off-canvas.has-off-canvas-left .current-lightbox-clicked {
    transform: translate(0);
    opacity: 1 !important;
}

.nav-icon a {
    display: inline-block;
    height: 50px;
    margin-top: -5px;
}

.nav-icon i.icon-menu::before {
    content: url('img/icons/icon-mobile-menu-hamburger.svg');
    display: inline-block;
    width: 20px;
    height: auto;
}

.nav-icon .current-lightbox-clicked i.icon-menu::before {
    content: url('img/icons/icon-close.svg');
    width: 15px;
}

/* Off Canvas Clean (e.g. for Mini Cart) */
.mfp-bg.off-canvas.off-canvas-left,
.mfp-bg.off-canvas.undefined.off-canvas-right {
    opacity: 0;
}

/* Mini Cart */
.mfp-wrap .mfp-container .mfp-content {
    box-shadow: none;
    background-color: #fff;
}

.mfp-wrap.off-canvas-right .mfp-container .mfp-content {
    background-color: transparent;
    border-left: 1px solid #000;
}

#cart-popup {
    background-color: #fff;
}

@media screen and (max-width: 849px) {

    .mfp-wrap.off-canvas-right .mfp-container .mfp-content {
        border-width: 0;
    }

    /*#cart-popup {*/
    /*    margin-top: 90px;*/
    /*    height: calc(100vh - 90px);*/
    /*}*/
    /*.mfp-wrap.off-canvas.undefined.off-canvas-right .mfp-close {*/
    /*    margin-top: 90px !important;*/
    /*    z-index: 10046;*/
    /*}*/
}

.mfp-wrap.off-canvas.undefined.off-canvas-right .mfp-close {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 10px 10px 10px 10px;*/
    width: 40px;
    height: 40px;
}

.mfp-wrap.off-canvas.undefined.off-canvas-right .mfp-close > svg {
    width: 20px;
    height: 20px;
    display: block;
}

.cart-popup-inner {
    box-sizing: border-box;
    min-height: 100vh;
    padding: var(--mini-cart-title-height) 0 var(--mini-cart-bottom-height) 0;
    /* padding top:title height - bottom:checkout height */
}

#cart-popup .cart-popup-title h4 {
    margin: 0;
}

#cart-popup .cart-popup-title,
#cart-popup .naetur-sc-container,
#cart-popup .woocommerce-mini-cart-item {
    border-bottom: 1px solid #000;
}

.woocommerce-mini-cart__empty-message {
    padding: 20px;
}

/* mini cart loading */
#cart-popup {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#cart-popup.loading .cart-popup-position-top,
#cart-popup.loading .cart-popup-inner,
#cart-popup.loading .mini-cart-total-wrapper .total {
    opacity: 0.5;
}

/* Mini Cart positioning top */
#cart-popup .cart-popup-position-top {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
}

#cart-popup .cart-popup-position-top .cart-popup-title {
    text-align: left;
    padding-left: 1rem;

    height: var(--mini-cart-title-height);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* mini cart gift wrap */

.gift-wrap-container .gift-wrap-col {
    padding: 0 4px;
    max-width: 120px;
}

.gift-wrap-container .gift-title {
    margin-top: 5px;
    font-size: 0.625rem;
    font-weight: 300;
    text-transform: uppercase;
}

.gift-wrap-container .gift-price {
    margin-top: -5px;
}

.gift-wrap-container .gift-price span bdi,
.gift-wrap-container .gift-price span bdi {
    font-size: 0.8rem;
    font-weight: 500;

}

.gift-wrap-container .gift-plus {
    content: url('img/icons/icon-cart-plus.svg');
    display: inline-block;
    width: 15px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}

.gift-wrap-container .thumbnail-wrapper,
.gift-wrap-container .thumbnail-wrapper:hover {
    background-color: transparent;
}

.gift-wrap-container a.button {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-width: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.gift-wrap-container a.button::before {
    display: none;
}

.gift-wrap-container a.button::after {
    display: none;
}

.gift-wrap-container a.button:hover {
    background-color: transparent;
}

.gift-wrap-container .thumbnail-wrapper img {

}

/* Mini Cart subtotal and checkout positioning */
#cart-popup {
    position: relative;
    overflow: auto;
    height: 100%;
}

.mini-cart-naetur-bottom-wrapper {
    width: 100%;
    height: 0;
    padding: 0;

    position: sticky;
    bottom: 0;

    border-width: 0;
    background-color: #fff;
}

.mini-cart-naetur-bottom-content {
    width: 100%;

    position: absolute;
    bottom: 0;

    background-color: #fff;
}

.mini-cart-naetur-bottom-content .total {
    text-transform: uppercase;
    font-weight: 300;
}

.mini-cart-naetur-bottom-content .total .amount {
    font-weight: 500;
}

.mini-cart-total-wrapper,
#cart-popup .gift-wrap-container {
    border-top: 1px solid #000;
    padding: 1rem;
}

#cart-popup .gift-wrap-container {
    padding-bottom: 0.5rem;
}

.gift-wrap-heading {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0;
    font-weight: 400;
    font-size: 0.875rem;
    background-color: #fff;
}

/* quantity buttons */
.woocommerce-mini-cart .product-quantity-wrapper {
    position: absolute;
    bottom: 12px;
}

.woocommerce-mini-cart .quantity .button {
    width: 20px;
}

.woocommerce-mini-cart .product-quantity-wrapper .button.minus,
.woocommerce-mini-cart .product-quantity-wrapper .button.plus {
    margin-top: 0;
}

.woocommerce-mini-cart .product-quantity-wrapper .button.minus,
.woocommerce-mini-cart .product-quantity-wrapper .button.plus,
.woocommerce-mini-cart .product-quantity-wrapper .qty.input-text,
.woocommerce-mini-cart .product-quantity-wrapper .button.minus:hover,
.woocommerce-mini-cart .product-quantity-wrapper .button.plus:hover,
.woocommerce-mini-cart .product-quantity-wrapper .qty.input-text:hover,
.woocommerce-mini-cart .product-quantity-wrapper .button.minus:active,
.woocommerce-mini-cart .product-quantity-wrapper .button.plus:active,
.woocommerce-mini-cart .product-quantity-wrapper .qty.input-text:active {
    background-color: #ffffff;
    color: #000000;
    border-width: 0;
    box-shadow: none;
}


/* Mini Cart Naetur Shipping Counter */
.woocommerce-mini-cart-sc.naetur-sc-container {
    padding: 1rem;
}

.woocommerce-mini-cart-sc.naetur-sc-container .naetur-sc-message {
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-mini-cart-sc.naetur-sc-container .naetur-sc-progress-bar {
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    height: 7px;
    width: 100%;
}

.woocommerce-mini-cart-sc.naetur-sc-container .naetur-sc-progress-bar .naetur-sc-progress {
    background-color: black;
    height: 100%;
}

/* Mini Cart item */
#cart-popup .woocommerce-mini-cart-item {
    border-top-width: 0;
    margin-top: 0.5rem;
    padding: 0 0 0.75rem calc(2rem + 100px);

    min-height: calc(140px + 0.75rem);
    text-transform: uppercase;
    font-size: 0.875rem;
}

#cart-popup .woocommerce-mini-cart-item .product-item-title {
    width: 100%;
    display: inline-block;
    padding-right: 10px;
}

#cart-popup .woocommerce-mini-cart-item .remove {
    display: inline-block;
    width: auto;
    height: auto;
    z-index: 0;

    right: 1rem;
    bottom: 0.7rem;

    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.5rem !important;
    line-height: 0.5rem !important;
    color: #000;
    border-radius: 0;
    border-width: 0;
    border-bottom: 1px solid #000;
}

#cart-popup .woocommerce-mini-cart-item .display-price bdi,
#cart-popup .woocommerce-mini-cart-item .display-price ins,
#cart-popup .woocommerce-mini-cart-item .display-quantity {
    font-weight: 400;
    color: #000000;
}

#cart-popup .woocommerce-mini-cart-item .display-price,
#cart-popup .woocommerce-mini-cart-item .display-quantity {
    display: block;
    padding-bottom: 8px;
}

#cart-popup .woocommerce-mini-cart-item .mini-cart-thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 100px;
    height: 140px;
    background-color: var(--naetur-img-bg-color);

    display: flex;
    justify-content: center;
    align-items: center;

}

#cart-popup .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    position: static;
    padding: 0;
    margin: 0;

    display: block;
    max-width: 100px;
    max-height: 140px;
    width: auto;
    height: auto;
}

/* Mini Cart gift packaging */

.gtw-slide-order-gift-wrapper-modal .gtw-slide-order-gift-wrapper-content,
.gtw-slide-order-gift-wrapper-modal .gtw-slide-order-gift-wrapper-footer {
    float: none !important;
}

.gtw-slide-order-gift-wrapper-items ul li.gtw-slide-order-gift-wrapper-item {
    height: auto;
    width: auto;
    float: none !important;
}

/* keep same size if resizing of width happens */
/*.gtw-slide-order-gift-wrapper-items ul.gtw-slide-order-gift-wrapper-item-lists {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.gtw-slide-order-gift-wrapper-items ul li.gtw-slide-order-gift-wrapper-item {*/
/*    flex-basis: calc(33.33% - 20px);*/
/*    margin: 10px;*/
/*    background-color: #f44336;*/
/*    color: #fff;*/
/*    position: relative;*/
/*    padding-bottom: calc(100% / 16 * 9); !* 16:9 aspect ratio *!*/
/*    list-style: none;*/
/*}*/

/*.gtw-slide-order-gift-wrapper-items ul li .list-content {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    text-align: center;*/
/*}*/

/* thumbnail background gift wrap */
#cart-popup .gtw-slide-order-gift-wrapper-content .mini-cart-gift-wrap-thumbnail-wrapper,
.gift-wrap-container .thumbnail-wrapper {
    width: 100%;
    height: 150px;
    margin: 0;
    background-color: var(--naetur-img-bg-color) !important;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Mini Cart subtotal and checkout button */
.mini-cart-naetur-bottom-wrapper p.total {
    position: relative;
    display: block;
    text-align: left;
    border-width: 0;
    padding: 0;
    margin: 0;
}

.mini-cart-naetur-bottom-wrapper .total > strong {
    /*float:left;*/
}

.mini-cart-naetur-bottom-wrapper .total .amount {
    float: right;
}

/* button styling */
.mini-cart-naetur-bottom-wrapper .buttons {
    margin: 0;
}

.mini-cart-naetur-bottom-wrapper .button.checkout {
    font-weight: 400;
    background-color: #000;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* HOME PAGE */
.home-page-shop-select-row h4 {
    text-align: left;
    font-weight: 400;
}

.home-page-shop-select-row .box-text {
    padding-left: 0;
}

/* PRODUCT PAGE */
.custom-product-page .product-title-container {
    margin-top: 20px;
}

.custom-product-page .section-content > .row > .col {
    padding-bottom: 0;
}

.custom-product-page h1.product-title,
.custom-product-page .price .amount {
    font-weight: 600; /* semi-bold */
    font-size: 1.5rem;
    text-transform: uppercase;
}

.custom-product-page > .section {
    margin-bottom: 0;
}

/* strike through price */
.custom-product-page .price del {
    text-decoration: unset;
}

.custom-product-page .price del .amount {
    /*text-decoration: line-through;*/
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    left: -10px;
    color: #999999;
}

.custom-product-page .price del .amount:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #999999;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    left: -2px;
}

.custom-product-page .price-wrapper .price br {
    display: none;
}

.custom-product-page .price ins .amount {
    position: relative;
    left: -10px;
}

.custom-product-page h3.product-section-title,
#yith-wcwl-form .wishlist-title h2 {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 500; /* medium */
    padding: 15px;
}

#yith-wcwl-form .wishlist-title h2 {
    padding: 0;
}

.custom-product-page .product-short-description,
.custom-product-page .product-short-description p,
.custom-product-page .product-short-description p span,
.custom-product-page .product-short-description ul li,
.custom-product-page .product-page-accordian .accordion-item .accordion-inner,
.custom-product-page .product-page-accordian .accordion-item .accordion-inner p,
.custom-product-page .product-page-accordian .accordion-item .accordion-inner ul li {
    font-weight: 300; /* light */
    font-size: 0.875rem;
}

.custom-product-page .wpclv-attributes .wpclv-attribute-label,
.custom-product-page .variations .label,
.custom-product-page .variations .label label,
.custom-product-page .product-page-accordian .accordion-item .accordion-title {
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.custom-product-page .add-to-cart-container .quantity,
.custom-product-page .iconic-woothumbs-wishlist-buttons,
.zm-viewer .iconic-woothumbs-zoom-controls .iconic-woothumbs-wishlist-buttons {
    display: none !important; /* hide display-quantity selector on product page */
}
/* product page message container */
.single-product .woocommerce-message .message-container.success-color {
    display: none;
}

/* product page - woothumbs gallery */
.custom-product-page .iconic-woothumbs-all-images-wrap {
    width: 100%;
}

/* product page - sale badge */

.custom-product-page .iconic-woothumbs-images-wrap .badge-container .badge {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #000000;
}

.custom-product-page .iconic-woothumbs-images-wrap .badge-container .badge .badge-inner {
    border-radius: 0;
    font-weight: 600; /* semi bold */
    font-size: 1.125rem;
    line-height: 2.5rem;
    display: inline-block;
    vertical-align: middle;
}

/* product page - email when available */
.xoo-wl-btn-container {
    font-size: 0.875rem;
    text-align: left;
}

.xoo-wl-btn-container button {
    margin: 0;
    padding: 0 0.6rem;
    min-height: 1.75rem;
    border-radius: 0;
    font-weight: 300;
    font-size: 0.625rem;
    text-align: center;
    background-color: #000;
}

/* product page - stock text info */
.custom-product-page .add-to-cart-container table.variations {
    margin-bottom: 0;
}

.custom-product-page .add-to-cart-container .stock {
    font-size: 0.75rem;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
}

/* product page - info tabs */
.custom-product-page .accordion-item {
    padding-bottom: 20px;
}

.custom-product-page .accordion-item .accordion-title {
    padding: 0.3rem 0.6rem 0.3rem 0;
    border-top-width: 0;
    border-bottom: 1px solid #555;
}

.custom-product-page .accordion-item .accordion-title.active {
    background-color: transparent;
}

.custom-product-page .product-page-accordian .accordion .toggle {
    left: unset;
    right: 0;
}

.custom-product-page .product-page-accordian .accordion .toggle i {
    top: -5px;
    line-height: 0;
}

.custom-product-page .product-page-accordian .accordion .toggle .icon-angle-down::before {
    content: url('img/icons/icon-menu-down.svg');
    display: inline-block;
    width: 15px;
    height: auto;
}

.custom-product-page .accordion .accordion-item .accordion-inner {
    padding: 0.5rem 0.5rem 0 0;
}

.custom-product-page .accordion .accordion-item .accordion-inner p {
    margin-bottom: 0.6rem;
}

@media screen and (min-width: 768px) {
    .custom-product-page #accordion-size_guide_tab-content {
        width: 80%;
    }
}

/* product page - as seen on - gallery */
.as-seen-on-gallery-row {
    margin: 0;
}

.as-seen-on-gallery-row > .col {
    padding: 0;
}

.as-seen-on-gallery {
    overflow: hidden;
}

.as-seen-on-gallery .row.carousel.slider {
    margin: 0 15px 0 10px;
}

.as-seen-on-gallery .row .flickity-viewport {
    overflow: visible;
}

.as-seen-on-gallery .carousel .carousel-cell {
    flex-basis: 20%;
    width: 100%;
    max-width: 20%;
    padding: 5px;
}


.as-seen-on-gallery .thumbnail {
    width: 100%;
}

.as-seen-on-gallery .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 849px) {
    .as-seen-on-gallery .carousel .carousel-cell {
        padding: 2px;
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
}

@media screen and (max-width: 400px) {
    .as-seen-on-gallery .carousel .carousel-cell {
        max-width: 50%;
        flex-basis: 50%;
    }
}

/* watchCSS code - flickity on by default */
.up-sells .row-slider::after {
    content: 'flickity';
    display: none;
}

/* product page - complete the look */
@media screen and (max-width: 849px) {

    .up-sells .row.row-slider::after {
        content: '';
    }

    .up-sells > .row.row-slider {
        display: flex;
        margin: 0 13px !important;
    }

}

.custom-product-page .up-sells {
    border-top-width: 0;
}

.custom-product-page .up-sells > .row {
    max-width: 100%;
    margin: 0;
}

.custom-product-page .complete-the-look-col {
    padding: 0;
    margin: 0;
}

#main .product .custom-product-page .section.product-as-seen-on-section,
#main .product .custom-product-page .section.product-complete-the-look-section {
    padding: 0;
}

.as-seen-on-gallery-row {
    padding-bottom: 30px;
}

/* product page - linked variant color */
.wpclv-attributes .wpclv-terms .wpclv-term-color,
.wpclv-attributes .wpclv-terms .wpclv-term-color a,
.wpclv-attributes .wpclv-terms .wpclv-term-color span {
    border-radius: 50%;
}

.wpclv-attributes .wpclv-terms .wpclv-term-color {
    border-color: transparent;
    height: 20px;
    min-width: 20px;
    line-height: 18px;
    padding: 2px;
}

.wpclv-attributes .wpclv-terms .wpclv-term-color.active {
    border-color: #000000;
}

.wpclv-attributes .wpclv-terms .wpclv-term-color:hover {
    border-color: #808080;
}

.wpclv-attributes .wpclv-terms .wpclv-term-color span,
.wpclv-attributes .wpclv-terms .wpclv-term-color a {
    height: 14px;
    line-height: 14px;
    width: 100%;
}

/* product page - variant buttons */

.wpcvs-type-button .wpcvs-term,
.wpcvs-type-button .wpcvs-term span {
    font-size: 0.875rem;
    font-weight: 300; /* light */
    text-transform: uppercase;
    border-width: 0;
    border-radius: 0;
}

.wpcvs-type-button .wpcvs-term {
    height: 32px;
    min-width: 32px;
    line-height: 30px;
}

.wpcvs-type-button .wpcvs-term > span {
    background-color: transparent;
    color: #000000;
    padding: 0 2px;
    line-height: 25px;
    height: 22px;
    vertical-align: bottom;
}

.wpcvs-type-button .wpcvs-term.wpcvs-selected span:before {
    display: none;
}

.wpcvs-type-button .wpcvs-term.wpcvs-selected span {
    border-bottom: 1px solid #000;
}

/* product page - strike through out of stock */

.custom-product-page .wpcvs-terms.wpcvs-type-button .naetur-out-of-stock.wpcvs-enabled,
.custom-product-page .wpcvs-terms.wpcvs-type-button .wpcvs-disabled {
    /*text-decoration: line-through;*/
    font-weight: 300;
    position: relative;
    color: #999999;
}

.custom-product-page .wpcvs-terms.wpcvs-type-button .naetur-out-of-stock.wpcvs-enabled > span {
    color: #999999;
}

.custom-product-page .wpcvs-terms.wpcvs-type-button .naetur-out-of-stock.wpcvs-enabled::after,
.custom-product-page .wpcvs-terms.wpcvs-type-button .wpcvs-disabled::after {
    content: "";
    display: block !important;
    position: absolute;
    border-bottom: 1px solid #999999;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    left: 0;
}

/* product page - add to cart */
.product .single_add_to_cart_button.button.alt,
.product .single_add_to_cart_button.button.alt.disabled {
    width: 286px;
    height: 1.75rem;
    background-color: #000000;
    font-weight: 300; /* light */
    font-size: 0.625rem;
    text-transform: uppercase;
    margin: 0;
    opacity: 1;
    padding-right: 5px;
}

.xoo-wl-btn-container button {
    width: 286px;
}

@media screen and (max-width: 934px) {
    .product .single_add_to_cart_button.button.alt,
    .product .single_add_to_cart_button.button.alt.disabled,
    .xoo-wl-btn-container button {
        width: 240px;
    }

    .product .yith-wcwl-wishlistaddedbrowse a,
    .product .yith-wcwl-wishlistexistsbrowse a {
        display: none;
    }
}

@media screen and (max-width: 670px) {
    .product .single_add_to_cart_button.button.alt,
    .product .single_add_to_cart_button.button.alt.disabled,
    .xoo-wl-btn-container button {
        width: 200px;
    }
}

.product .price-wrapper .product-page-price,
.product .product-short-description,
.product .wpclv-attributes,
.product .add-to-cart-container .variations .value,
.product .add-to-cart-container {
    padding-bottom: 1.5rem;
}

.product .product-page-photo-gallery-col .col-inner {
    float: left;
}


@media only screen and (min-width: 850px) {

    .product .product-page-photo-gallery-col .col-inner {
        padding-right: 60px;
    }
}

.product .yith-wcwl-add-to-wishlist {
    display: inline-block;
}

#yith-wcwl-popup-message {
    display: none !important;
}

.product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt {
    background-color: #000000;
    min-height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    padding: 0;
    margin: 0;
    border-width: 0;
}

.product .yith-wcwl-add-to-wishlist .add_to_wishlist span {
    display: none;
}

.product .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    margin: 0;
    width: 0.875rem;
    padding-bottom: 2px;
}

.product .yith-wcwl-add-to-wishlist .feedback img {
    box-sizing: border-box;
    padding: 0 0.4375rem;
    min-height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    display: inline-block;
    background-color: #000000;

}

.product .yith-wcwl-add-to-wishlist a {
    font-weight: 300;
    font-size: 0.875rem;
}

.product .variations_form {
    margin-bottom: 0;
}


/* PRODUCT ARCHIVE / SHOP PAGE */
.archive h1.shop-page-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 5px;
}

@media only screen and (min-width: 850px) {
    .archive .second-container {
        padding-top: 0;
        margin-top: -50px;
    }
}

.archive #main .row.category-page-row {
    padding-top: 10px;
}

/* full width archive page*/
.archive .category-page-row,
.archive .page-title-inner,
.page-id-96 #content > .row.row-main,
#yith-wcwl-form .products.row.row-small {
    max-width: unset;

}
.archive .page-title-inner.second-container {
    padding: 0 30px;
}

@media (max-width: 849px) {
    .archive .page-title-inner.second-container {
        padding: 0 15px;
    }
}
.archive #main .shop-container .products.row {
    max-width: unset;
    width: 100%;
    margin: 0;
}

.archive .woocommerce-result-count,
.archive .category-filtering .filter-button,
.archive .sort-button,
.archive .woocommerce-breadcrumb {
    font-weight: 200;
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* filters and sort */
.archive .woocommerce-result-count {
    display: block;
    margin-right: 0;
}

.archive .category-filtering {
    display: inline-block;
    font-size: 0.75rem;
    text-align: right;
}

.archive .category-filtering .archive-menu {
    text-align: left;
    z-index: 300;
}


.archive .category-filtering .filter-button::after {
    content: url('img/icons/icon-menu-mobile-arrow.svg');
    display: inline-block;
    width: 5px;
    height: auto;
    transition: transform 0.3s linear;
}

.archive .category-filtering .filter-button.active-btn::after {
    transform: rotate(90deg);
}

/* sidebar filters and sort */
.archive .woocommerce-ordering,
.archive .woocommerce-ordering select,
.bapf_clr_text,
.bapf_body ul li label {
    font-size: 0.75rem;
    font-weight: 300;
}

.category-filtering,
.archive-menu {
    width: 100%;
}

.archive-menu {
    position: relative;
}

.archive-menu .sidebar,
.header-search .sidebar {
    display: none;

    width: 24rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    overflow: visible;
    background: white;
}

.archive-menu #sort-sidebar {
    width: 12rem;
}

.archive-menu .sidebar.active,
.header-search .sidebar.active {
    display: block;
}

.archive-menu .sidebar .close-icon,
.header-search .sidebar .close-icon {
    z-index: 400;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url('img/icons/icon-close.svg'); /* Replace 'path-to-close-icon.png' with the actual path to your close icon image */
    background-size: contain;
}


.archive-menu #shop-sidebar .sidebar-inner {
    padding: 40px 55px 40px 70px;
    font-weight: 300;
    font-size: 0.75rem;
}

.archive-menu #sort-sidebar .sidebar-inner {
    padding: 0 20px 20px 20px;
    font-weight: 300;
    font-size: 0.75rem;
}

.archive-menu #sort-sidebar {
    text-align: right;
}

.archive-menu #sort-sidebar .radio-buttons label {
    font-size: 0.75rem;
    font-weight: 300;
    text-align: right;
}

.archive-menu #sort-sidebar .radio-buttons label input {
    margin: 10px;
}

.header-search #sort-sidebar .sidebar-inner {
    padding: 20px;
    font-weight: 300;
    font-size: 0.75rem;
}

.archive-menu #shop-sidebar .sidebar-inner {
    display: flex;
    flex-wrap: wrap;
}

.archive-menu #shop-sidebar .berocket_single_filter_widget {
    flex-basis: auto;
}

.archive-menu #shop-sidebar .berocket_single_filter_widget {
    width: 100%;
}

/* set width of size and ringsize berocket widget */
.archive-menu #shop-sidebar .berocket_single_filter_widget.berocket_single_filter_widget_64710,
.archive-menu #shop-sidebar .berocket_single_filter_widget.berocket_single_filter_widget_64720 {
    width: 50%;
    margin-bottom: 3px;
}


/* header menu - search */

.header-search .search-box {
    width: 250px;
    top: -6px;
}

.header-search .search-box .close-icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.header-search .search-icon-naetur {
    content: url('img/icons/menu-icon-search.svg');
    display: inline-block;
    width: auto;
    height: 13px;
}

.header-search > .search-box-btn {
    padding: 10px 0;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
}

.header-search .search-box input[type=search] {
    height: 2rem;
}

.header-search .submit-button {
    margin-top: 7px;
    display: block;
}

.header-search .submit-button.button.icon,
.header-search .search-field,
.header-search .search-field:hover,
.header-search .search-field:active,
.header-search .search-field:focus {
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
}

.header-search .search-field {
    padding-left: 0;
}

/* auto complete suggestions */
.autocomplete-suggestions {
    background-color: #fff;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 5px 10px;
    border-width: 0;
    position: relative;
}

.autocomplete-suggestion .search-image {
    border-radius: 0;
    background-color: #f4f3f4;
    width: 81px;
    height: 112px;
    display: block;
    padding: 15px 0;
}

.autocomplete-suggestion .search-name {
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 300;
    position: absolute;
    left: 100px;
    top: 40px;
}

.autocomplete-suggestion .search-price {
    font-size: 0.6rem;
    font-weight: 400;
    position: absolute;
    left: 100px;
    top: 65px;
}

@media only screen and (max-width: 849px) {
    .mobile-nav .header-search,
    .mobile-nav.nav.nav-left {
        position: static;
    }

    .mobile-nav .header-search .search-box {
        left: 0;
        top: 0;
        width: 100vw;
    }

    .mobile-nav .header-search .search-icon-naetur {
        width: 15px;
        height: auto;
    }

    .mobile-nav .header-search .search-box,
    .mobile-nav .header-search .search-box .searchform-wrapper,
    .mobile-nav .header-search .search-box .searchform {
        height: 69px;
    }

    .header-search .sidebar .close-icon {
        right: 28px;
        top: 28px;
    }

    .header-search .submit-button {
        padding: 0 20px;
    }

    .mobile-nav.nav-right > li {
        margin: 0 10px;
    }
}

/* display color on two columns */
#shop-sidebar .bapf_sfilter.bapf_stylecolor .bapf_body ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 175px;
}

#shop-sidebar .bapf_reset {
    margin-top: 30px;
}

#shop-sidebar .bapf_sfilter .bapf_clr_span {
    border-width: 0;
}

#shop-sidebar .bapf_sfilter .bapf_clr_span,
#shop-sidebar .bapf_ckbox_sqchck input[type=checkbox] {
    width: 14px;
    height: 14px;
    line-height: 14px;
}

#shop-sidebar .bapf_ckbox_sqchck input[type=checkbox] {
    border: 1px solid #555;
    position: relative;
}

#shop-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span,
#shop-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_img_span {
    transform: none;
    border: 1px solid #000000;
}

#shop-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_text,
#shop-sidebar .bapf_sfilter.bapf_ckbox_sqchck input:checked + label {
    text-decoration: underline;
}

#shop-sidebar .bapf_ckbox_sqchck label {
    position: relative;
    top: 4px;
}

#shop-sidebar .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0;
    background-color: #000000;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    transform: none;
}


#shop-sidebar .bapf_sfilter input[data-name="White"] + label .bapf_clr_span {
    border: 1px solid #000000;
}

#shop-sidebar .bapf_slidr_main.ui-widget-content {
    height: 1px;
}

#shop-sidebar .bapf_sfilter .ui-widget-content .ui-state-default {
    width: 0.8rem;
    height: 0.8rem;
    top: -5px;
    background-color: #000000;
}

#shop-sidebar .bapf_sfilter .bapf_button.bapf_update,
#shop-sidebar .bapf_sfilter .bapf_button.bapf_reset {
    min-height: 2.3rem;
}

#shop-sidebar .bapf_sfilter .bapf_button.bapf_update {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
}

#shop-sidebar .bapf_sfilter .bapf_button.bapf_reset {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.archive-menu .sidebar h3 {
    font-weight: 500;
    text-transform: uppercase;
}

/* PRODUCT ITEM */
.row-small > .product-small.col,
.row-small > .flickity-viewport > .flickity-slider > .product-small.col {
    padding: 0 12px 20px 12px;
}

.product-small .product-title,
.product-small .price .amount,
.product-small .product-variations-wrapper ul.product-variations li {
    font-weight: 300; /* light */
    font-size: 0.625rem;
    text-transform: uppercase;
}

.product-small .price .amount {
    font-weight: 500; /* medium */
}

.product-small .product-variations-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: -5px;
}

.product-small .product-variations-wrapper ul.product-variations {
    list-style-type: none;
    margin: 0;
    height: 1.5rem;
}


.product-small .product-variations-wrapper ul.product-variations li {
    display: inline-block;
    margin: 0 0.6rem 0.6rem 0;
    position: relative;
}

.product-small .product-variations-wrapper ul.product-variations li.current-variation::after {
    content: "";
    display: block !important;
    position: absolute;
    content: "";
    border-bottom: 1px solid #000000;
    bottom: 0;
    margin-top: -1px;
    width: 120%;
    left: -10%;
}
.product-small .product-variations-wrapper ul.product-variations li.out-of-stock {
    text-decoration: line-through;
    color: #999999;
}

.product-small .price del {
    display: inline-block;
    text-decoration: unset;
}

/* strike through sold out price */
.product-small .price del .amount {
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #999999;
}

.product-small .price del .amount:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #999999;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    left: -2px;
}

.product-small .out-of-stock-label.sold-label {
    background-color: #000000;
    color: #ffffff;
    font-weight: 600; /* semibold */
    font-size: 0.75rem;
    padding: 0;
    height: 2.125rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.125rem;
    top: unset;
    bottom: 0;
}

.product-small .out-of-stock-label.sold-label.notify-me {
    line-height: 0.625rem;
    padding-top: 0.5rem;
}

.product-small .out-of-stock-label.sold-label span {
    display: inline-block;
    vertical-align: middle;
}

.product-small .out-of-stock-label.sold-label .small-text {
    font-size: 0.5rem;
    font-weight: 300; /* light */
    font-style: italic;
}

/* product item - sale badge */
.product-small .badge-container .badge {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 3.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    background-color: #000000;
}

.product-small .badge-container .badge .badge-inner {
    border-radius: 0;
    font-weight: 600; /* semi bold */
    font-size: 0.625rem;
    line-height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
}

/* product item - wishlist icon */
.product-small .image-tools.top-right {
    padding: 0;
}

.product-small .wishlist-button {
    border-width: 0;
}

.product-small .wishlist-button i::before {
    content: url('img/icons/wishlist-product-heart.svg');
    display: inline-block;
    width: 15px;
    height: auto;
}

.product-small .wishlist-button:hover {
    background-color: transparent;
}

/* product-remove-wrapper for wishlist */
.product-small .wishlist-button:hover i::before,
.product-small .wishlist-button.wishlist-added i::before,
.product-remove-wrapper .remove i::before {
    content: url('img/icons/wishlist-product-heart-fill.svg');
}

.product-small .wishlist-icon .wishlist-popup {
    display: none;
}

/* pagination */
.archive .woocommerce-pagination ul.page-numbers li > span,
.archive .woocommerce-pagination ul.page-numbers li > a {
    font-weight: 400;
    font-size: 0.875rem;
    border-width: 1px;
    padding: 0 6px;
    height: 1.8rem;
    min-width: 1.8rem;
}

/* mobile version PRODUCT ITEM */

@media (max-width: 849px) {

    .row-small > .product-small.col,
    .row-small > .flickity-viewport > .flickity-slider > .product-small.col {
        padding: 0 2px 15px 2px;
    }

    .archive .category-page-row > .col {
        padding: 0 5px 30px 5px;
    }

    .product-small .title-wrapper {
        flex: unset;
    }

    .product-small .box-text-products {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .product-small .image-tools.is-small.top.right {
        padding: 8px 5px 0 0;
    }

    .product-small .wishlist-button i::before {
        width: 18px;
    }

    .product-small .box-text-products .price-wrapper {
        margin-bottom: 4px;
    }

    .archive .page-title-inner.second-container {
        padding-top: 0;
    }

    .archive #main .row.category-page-row,
    .archive .category-filtering.category-filter-row {
        padding-top: 0;
        padding-bottom: 0;
    }

}

/* CHECKOUT / ORDER REVIEW PAGE */
.checkout-sidebar #order_review th,
.checkout-sidebar #order_review td,
.checkout-sidebar #payment ul li.wc_payment_method {
    border-width: 0;
}

/* top */
.checkout-sidebar {
    font-weight: 300;
    font-size: 0.875rem;
}

.checkout-sidebar .amount {
    font-weight: 500;
    font-size: 1rem;
}

.checkout-sidebar .order-total .amount {
    font-size: 1.5rem;
}

.checkout-sidebar .order-total .includes_tax {
    display: none;
}

.checkout-sidebar .cart-subtotal th,
.checkout-sidebar .shipping th {
    font-weight: 400;
    font-size: 0.875rem;
    color: #000;
}
.checkout-sidebar #shipping_method > li > label.shipping__list_label .amount {
    float: right;
}
.checkout-sidebar #shipping_method > li > label.shipping__list_label{
    font-size: 0.8rem;
    font-weight: 300 !important;
    line-height: 1.2rem;
}

.checkout-sidebar .order-total th {
    font-size: 1rem;
}

/* payment options */
.checkout-sidebar {
    padding: 0 40px;
}

.checkout-sidebar #payment ul li label,
.checkout-sidebar .woocommerce-terms-and-conditions-checkbox-text {
    font-weight: 300;
}

.checkout-sidebar .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}

.checkout-sidebar .woocommerce-terms-and-conditions-checkbox-text a:hover {
    text-decoration: underline;
}

.checkout-sidebar .woocommerce-terms-and-conditions-wrapper .input-checkbox {
    margin: 0 4px;
}

.checkout-sidebar .woocommerce-privacy-policy-text {
    font-size: 0.6rem;
}

/* giftcard redeem */

.gtc-form-wrapper .woocommerce-info {
    display: none;
}

.gtc-checkout-gift-card-usage-content {
    display: block;
}

.gtc-checkout-gift-card-usage-content .gtc-checkout-gift-card-usage-form {
    display: flex;
}

.gtc-checkout-gift-card-usage-form label {
    display: none;
}

.gtc-checkout-gift-card-usage-form input[type=text] {
    width: auto;
    flex: 1;
}

/* coupon redeem / (giftcard redeem) */
.checkout-sidebar .coupon {
    margin-bottom: 5px;
}

.gtc-checkout-gift-card-usage-content {
    margin-bottom: 40px;
}

.checkout-sidebar .checkout_coupon,
.naetur-checkout-coupon-wrapper .gtc-myaccount-redeem-gift-card-form-wrapper {
    padding: 0;
    margin: 0;
    border-width: 0;
}

.checkout-sidebar .coupon .flex-col:first-child {
    padding: 0 10px 0 0;
}

.checkout-sidebar .coupon input.input-text,
input[type='text'].gtc-checkout-gift-card-code {
    height: 45px;
    box-shadow: none;
    border: 1px solid #555;
    border-radius: 4px;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 300;
}

input[type='text'].gtc-checkout-gift-card-code {
    margin: 0 10px 0 0;
}

.checkout-sidebar .coupon .button,
.checkout-sidebar .coupon .button:hover,
.gtc-checkout-gift-card-usage-form button.gtc-checkout-gift-card-usage-btn {
    height: 45px;
    border-radius: 4px;
    background-color: #555;
    color: #fff;
    padding: 0 15px !important;
    text-transform: none;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
}

/* button */

.checkout-sidebar #place_order.button,
.checkout-sidebar #place_order.button:hover {
    background-color: #000;
}

/* form left */
.checkout-title-col {
    padding-bottom: 0;
}

.page-checkout h1.checkout-title {
    margin-bottom: 15px;
}

.woocommerce-billing-fields {
    border-width: 0;
    padding-top: 0;
}

.woocommerce-billing-fields h3 {
    display: none;
}

.woocommerce-checkout .form-row label {
    font-weight: 300;
}

.woocommerce-checkout input[type=date],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=password],
.woocommerce-checkout input[type=search],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=url],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    box-shadow: none;
    border: 1px solid #000000;
}

.woocommerce-checkout .select-resize-ghost,
.woocommerce-checkout .select2-container .select2-choice,
.woocommerce-checkout .select2-container .select2-selection,
.woocommerce-checkout select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #eee;
    background-image: url('img/icons/icon-menu-down.svg');
    background-position: right 1em top 50%;
    background-repeat: no-repeat;
    background-size: auto 8px;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding-right: 1.4em;
}

/* ORDER PAGE */
/* overview right */
.woocommerce-table__product-name.product-name {
    overflow: hidden;
}

.shop_table .cart_item td.woocommerce-table__product-name {
    padding: 0 0 15px 0;
}

.naetur-order-product-item-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}

.naetur-order-product-info {
    flex-grow: 1;
    text-align: left;
}

.naetur-order-product-item-subtotal {
    text-align: right;
}

.naetur-order-product-thumbnail {
    max-width: 80px;
    min-width: 60px;
    width: 80px;
    box-sizing: content-box;

}

.naetur-order-left-column {
    order: 1;
}

.naetur-order-right-column {
    order: 2;
}

@media (max-width: 850px) {
    .naetur-order-left-column, .naetur-order-right-column {
        width: 100%;
        order: unset;
    }

    .checkout-sidebar {
        padding: 0;
    }
}

.naetur-order-product-item-wrapper {

}

/* ORDER DETAILS / ORDER COMPLETE ( / CHECKOUT ) */
.checkout-page-title,
.woocommerce-order-received .checkout-page-title {
    display: none;
}

.woocommerce-order-received .woocommerce-order-details__title {
    font-weight: 400;
    font-size: 1.25rem;
}

.woocommerce-order-received .woocommerce-order-details.woocommerce-info {

    font-weight: 300;
    font-size: 0.75rem;
}

.woocommerce-order-received .woocommerce-table thead th {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
}

.woocommerce-order-received .woocommerce-table .naetur-order-product-thumbnail,
.checkout-sidebar .woocommerce-table .naetur-order-product-thumbnail {
    padding-right: 20px;
}

.woocommerce-order-received .woocommerce-table td.product-name {
    padding: 15px 15px 15px 0;
}

.woocommerce-order-received .woocommerce-table .product-name .naetur-order-product-info,
.checkout-sidebar .woocommerce-table .product-name .naetur-order-product-info,
.naetur-order-product-item-quantity .product-quantity,
.woocommerce-order-received .woocommerce-table .product-name .naetur-order-product-item-price span.amount,
.checkout-sidebar .woocommerce-table .product-name .naetur-order-product-item-price span.amount {
    font-weight: 300;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #000000;
}

.woocommerce-order-received .woocommerce-table .product-name .naetur-order-product-info > div,
.checkout-sidebar .woocommerce-table .product-name .naetur-order-product-info > div {
    padding-bottom: 0.5rem;
}

.woocommerce-order-received .woocommerce-table .product-name .naetur-order-product-name,
.checkout-sidebar .woocommerce-table .product-name .naetur-order-product-name {
    font-weight: 400;
    font-size: 0.75rem;
}

.woocommerce-order-received .woocommerce-table .product-total .amount,
.checkout-sidebar .woocommerce-table .product-total .amount,
.woocommerce-order-received .woocommerce-table tfoot .amount {
    font-weight: 500;
    font-size: 0.875rem;
}

.woocommerce-order-received .woocommerce-table tfoot th {
    font-weight: 300;
    font-size: 0.75rem;
}

.woocommerce-order-received .woocommerce-table tfoot small.includes_tax {
    display: none;
}

.woocommerce-order-received .woocommerce-table thead tr th,
.woocommerce-order-received .woocommerce-table thead tr td {

    border-bottom: 1px solid #000;
}

.woocommerce-order-received .woocommerce-table tbody tr th,
.woocommerce-order-received .woocommerce-table tbody tr td {
    border-width: 0;
}

.woocommerce-order-received .woocommerce-table tfoot tr th,
.woocommerce-order-received .woocommerce-table tfoot tr td {
    border-bottom-width: 0;
    border-top: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* order received info card */

.naetur-order-right-column .col-inner {
    box-shadow: none;
    background-color: #f2f2f2;

}

.naetur-order-right-column .woocommerce-notice,
.naetur-order-right-column .woocommerce-notice strong,
.naetur-order-right-column .woocommerce-customer-details h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.naetur-order-right-column ul.woocommerce-order-overview {
    list-style-type: none;
}

.naetur-order-right-column ul.woocommerce-order-overview li {
    font-weight: 300;
    font-size: 0.75rem;
    margin: 8px 0;
}

.naetur-order-right-column ul.woocommerce-order-overview li .order-overview-title {
    width: 110px;
    display: inline-block;
}

.naetur-order-right-column ul.woocommerce-order-overview li strong {
    font-weight: 500;
    font-size: 0.75rem;
}

.naetur-order-right-column ul.woocommerce-order-overview li.email strong {
    word-wrap: break-word;
}

.naetur-order-right-column ul.woocommerce-order-overview li.method strong {
    text-transform: uppercase;
}

.naetur-order-right-column .woocommerce-customer-details h2 {
    margin-top: 40px;
}

.naetur-order-right-column .woocommerce-customer-details address {
    font-weight: 300;
    font-size: 0.75rem;
    font-style: normal;
}

.naetur-order-right-column .woocommerce-customer-details address .woocommerce-customer-details--email {
    padding-top: 30px;
}

/* WISHLIST */
.woocommerce-wishlist .product-small,
.woocommerce-wishlist .product-small .box-text {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-wishlist .products .col a.add_to_cart {
    display: block;
    vertical-align: middle;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    font-weight: 300;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
}

.woocommerce-wishlist .products .col .product-remove-wrapper {
    position: relative;
}

.woocommerce-wishlist .products .col .product-remove-wrapper a {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 50;
    border-width: 0;
}

.woocommerce-wishlist .yith-wcwl-share {
    display: none;
}

.woocommerce-wishlist .added_to_cart.wc-forward {
    display: none;
}
/* gift card product page */
.gtc-gift-card-summary h4 {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 500; /* medium */
}

.gtc-gift-card-summary .gtc-gift-card-field-row input[type=text],
.gtc-gift-card-summary .gtc-gift-card-field-row textarea {

    box-shadow: none;
    border: 1px solid #000000;
    border-radius: 0;
}

.gtc-gift-card-summary div label {
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: 0.4rem;
}

.gtc-gift-card-sender-details-wrapper .gtc-gift-card-sender-message-description {
    font-size: 0.8rem;
    display: block;
}

.gtc-gift-card-designs-wrapper {
    display: none;
}

/* END CUSTOM CSS LG */