#header-sticky {
    position: fixed;
    width: 100%;
    top: -70px;
    transition: top .2s ease;
}

#header-sticky.slide-bottom {
    top: 0;
    transition: top .6s ease;
}
body .chr-products-tab-wrapper, body.woocommerce-page div.product .woocommerce-tabs ul.tabs,
body.woocommerce-page .ast-woocommerce-container .woocommerce-tabs ul.tabs /* todo: find out if we need this, as it is causing issues */ {
    visibility: hidden !important;
    height: 0 !important;
}



/* scroll top fix */
body #ast-scroll-top {
    background-color: #006eb6;
    font-size: 1.3333333333333rem;
    border-radius: 100px;
    z-index: 200;
}


.woocommerce-tabs a {
    color: #009BDE;
}
.woocommerce-tabs a:hover {
    color: #017DC7;
}

/* Form elements */
.inp-error {
    outline: 2px solid red !important;
    border: none !important;
}

/* Payment methods */
body.admin-bar .wc_payment_method.payment_method_yookassa_widget {
    display: list-item !important;
}
/*
body.admin-bar .wc_payment_method.payment_method_tinkoff {
    display: list-item !important;
}
*/
body.admin-bar #payment_method_robokassa {
    display: inline-block !important;
}
/*.wc_payment_method.payment_method_tinkoff, */.wc_payment_method.payment_method_yookassa_widget, #payment_method_robokassa {
    display: none !important;
}
/* Hide Alfa-Bank payment logo */
.payment_method_rbspayment img {
    display: none !important;
}
/* Hide T-Bank payment logo */
.payment_method_tbank img {
    display: none !important;
}

.info-inline {
    display: inline-block;
    margin-left: 7px;
    height: 18px;
}

/* Anchor + Sticky header */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0;
    visibility: hidden;
    pointer-events: none;
}


.button-xs a {
    font-size: 1.3rem !important;
}
.button-xs a .elementor-button-icon.elementor-align-icon-left {
    margin-right: 15px;
}

/* Table of contents for Landing Pages */
.chr-table-of-contents .uael-nav-menu {
    flex-direction: column;
}
.chr-table-of-contents .uael-nav-menu li {
    margin-bottom: 15px;
}
.chr-table-of-contents .uael-nav-menu li a {
    color: #017DC7 !important;
    position: relative;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
    transition: none !important;
    padding: 0 !important;
    font-weight: normal;
    line-height: 19px;
}
.chr-table-of-contents .uael-nav-menu li a:hover, .chr-table-of-contents .uael-nav-menu li a:focus {
    text-decoration: none;
    outline: none;
}

/* Pre-order header info block */



/* Sticky header menu used for Table of contents and Product tabs */
body .sticky-custom-nav-header {
    display: none;
}
body .sticky-custom-nav-header.product-sticky-nav {
    display: block;
}
body .sticky-custom-nav-header/**/ .uael-nav-menu {
    white-space: nowrap;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
    border: none;
    margin: 0 auto;
    width: 1200px;
    /*left: 0;*/
    padding: 0 20px;
}
body .sticky-custom-nav-header/**/ .uael-nav-menu::-webkit-scrollbar {
    display: none;
}
body .sticky-custom-nav-header/**/ {
    /*left: 0;*/
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-top: 1px solid rgba(0,0,0,0.15);
}
body .sticky-custom-nav-header/**/ ul::before,
body .sticky-custom-nav-header/**/ ul::after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    width: 20px;
    height: 100%;
    pointer-events: none;
}
/*
body .sticky-custom-nav-header ul::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,0) 100%);
}
body .sticky-custom-nav-header ul::after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 100%);
    width: 40px;
}
*/



body .sticky-custom-nav-header/**/ .uael-nav-menu li {
    display: inline-block;
}
body .sticky-custom-nav-header/**/ .uael-nav-menu li.active {
    background: #e5e5e5;
}
body .sticky-custom-nav-header/**/ ul.uael-nav-menu li.active::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    box-shadow: none;
    left: 0;
    border-top: 3px solid #017DC7;
}

body .sticky-custom-nav-header/**/ ul.uael-nav-menu li.prev-active::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    box-shadow: none;
    left: 0;
    border-top: 3px solid #017DC7;
}

body .sticky-custom-nav-header/**/ .uael-nav-menu li a {
    color: #515151;
    padding: 13px 15px;
    font-weight: 700;
}

.product-sticky-nav {
    position: fixed !important;
    width: 100% !important;
    z-index: 1000 !important;
}


/* OLD - Add to Cart button in the footer of the page */
body .add-to-cart-cloned-wrapper {
    position: fixed;
    bottom: -96px;
    z-index: 100;
    width: 100%;
    height: 96px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: bottom .2s ease;
}
body .add-to-cart-cloned-wrapper.displayed {
    bottom: 0;
    transition: bottom .6s ease;
}
body .add-to-cart-cloned-wrapper.displayed .add-to-cart-cloned {
    font-size: 16px;
    color: #FFFFFF;
    background-color: #017DC7;
    border-radius: 60px;
    box-shadow: 0 3px 23px -1px #017dc7;
    padding: 13px 28px;
    line-height: 1.7;
    border: none;
    letter-spacing: normal;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 1.8em;
    margin-top: -0.3em;
    margin-left: 0.5em;
}

/* NEW - Add to Cart, Whatsapp buttons in the footer of the product pages */
body .footer-actions {
    display: none;
    z-index: 10000;
    flex-direction: row;
    justify-content: space-around;
}
.footer-actions a.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    border-radius: 30px;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    /*color: #ffffff !important;*/
    text-align: center;
    width: 200px;
    height: 45px;
    color: #b8b8b8 !important;
    border-width: 1px;
    border-color: #b8b8b8;
    text-decoration: none;
}
.footer-actions a.footer-btn-2 {
    color: #ffffff !important;
    background-color: #187bf1;
    border-color: transparent;
}
.footer-actions a.footer-btn-1 {
    color: #858585 !important;
    background: transparent;
    border-color: #858585;
}
@media screen and (max-width: 959px) {
    body .footer-actions.active {
        display: flex;
    }
    .footer-actions {
        display: none;
        align-items: center;
        position: fixed;
        bottom: 0;
        background: #f7f7f7;
        left: 0;
        z-index: 100000000;
        width: 100%;
        padding: 14px 20px;
        justify-content: space-evenly;
        border-top: 1px solid #e1e1e1;
        gap: 20px;
    }
    .footer-actions a.footer-btn {
        width: auto;
        max-width: 200px;
        flex: 1 1 0px;
    }
}

/* Referral partners */
/*.elementor-field-group-ref_partner_code {
    display: none !important;
}
.elementor-field-group-ref_partner_code.display {
    display: flex !important;
}*/
.elementor-message.elementor-message-success {
    margin-top: 30px;
}


/* Tax - remove from Checkout page */
.includes_tax {
    /*display: none !important;*/
}


/* New Product Page */
.product-tpl_2023_12 {
    display: none;
}

/* Products (Shop) Page */
.woocommerce ul.products li.product .chr-shop-product-in-stock,
.woocommerce-page ul.products li.product .chr-shop-product-in-stock {
    bottom: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    background-color: rgba(255, 255, 255, .88);
    transition: background .3s;
    text-align: center;
    left: 1em;
    right: 1em;
    padding: .5em 0 .7em;
    color: #006eb6;
    border: 2px solid #006eb6;
}
.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
    color: #006eb69c !important;
}


/* Mobile - Landscape */
@media screen and (orientation:landscape) and (min-width: 319px) and (max-width: 900px) {
    .hide-mobile-landscape {
        display: none !important;
    }
    .show-mobile-landscape {
        display: unset !important;
    }
    .show-mobile-block-landscape {
        display: block !important;
    }
}

/* Tablet - Portrait */
@media screen and (orientation:portrait) and (min-width: 750px) and (max-width: 921px) {
    .hide-tablet-portrait {
        display: none !important;
    }
}

/* All except Mobile (not so good solution) */
@media screen and (min-width: 750px) {
    .non-mobile.elementor-widget-toggle .elementor-tab-content {
        display: block;
    }
}

/* Mobile (not so good solution) */
@media screen and (max-width: 750px) {
    .non-mobile.elementor-widget-toggle:nth-of-type(1) .elementor-tab-content {
        display: block;
    }
}

/* Desktop (setting the minimum after which layout is being changed to desktop), will work for some Tablets too */
@media screen and (min-width: 921px) {
    .hide-desktop {
        display: none;
    }
}

/* NOT Desktop (setting the max after which layout is being changed to mobile), will work for some Tablets too */
@media screen and (max-width: 921px) {
    /* hide title, breadcrumb on mobile alike devices */
    .hide-not-desktop {
        display: none;
    }
    .entry-summary .woocommerce-breadcrumb, .entry-summary .product_title  {
        display: none;
    }

    /* Make product gallery smaller */
    .woocommerce div.product .images {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .woocommerce div.product .wpa-product-gallery-thumbs button.wpawg-prev {
        left: -30px;
    }
    .woocommerce div.product .wpa-product-gallery-thumbs button.wpawg-next {
        right: -30px;
    }
}

/* Tablet */
@media screen and (min-width: 544px) and (max-width: 921px) {
    /* hide title, breadcrumb on mobile alike devices */
    .hide-tablet  {
        display: none;
    }

    /* Make product gallery smaller */
    .woocommerce div.product .images {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }
}




@media (min-width: 544px) {
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu {
        list-style: none;
        padding: 0;
        margin: 0 0 1em;
        overflow: hidden;
        position: relative;
        border-top: 1px solid rgba(0,0,0,.05);
    }
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item {
        display: inline-block;
        padding: 0.5em 0;
        font-weight: 700;
        color: #515151;
        text-decoration: none;
    }
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item a,
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item a:focus {
        color: #515151;
        outline: none;
    }
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item.prev-active::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 3px;
        box-shadow: none;
        left: 0;
        border-top: 3px solid #017DC7;
    }
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item.active::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 3px;
        box-shadow: none;
        left: 0;
        border-top: 3px solid #017DC7;
    }
}



@media (max-width: 544px) {

    body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 22px;
    }

    .ast-single-post .product_title.entry-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0.5em;
    }

    .official-brand {
        /*position: absolute !important;
        left: 5px;
        bottom: -7px;*/
        white-space: nowrap;
    }

    body .child-align-left-mobile ul {
        text-align: left;
    }

    body:not(.elementor-editor-active) .elementor-menu-anchor:before {
        height: 80px;
        margin: -80px 0 0;
    }

    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu {
        /**/
        /*top: 0;*/
        /*transition:top .2s ease;*/

    }

    body .sticky-custom-nav-header/**/ .uael-nav-menu {
        display: flex;
        width: 100%;
        white-space: normal;
    }

    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item {
        width: 100%;
        font-weight: 700;
        align-items: center;
        display: flex;
        /*border-bottom: 1px solid #E7E7E7;*/
    }

    body .sticky-custom-nav-header ul.uael-nav-menu li.menu-item {
        align-items: center;
        display: flex;
    }
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        width: 0;
        border-top: 3px solid #017DC7;
        /*transition: width 150ms ease-in-out;*/
    }

    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item.prev-active::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        border-top: 3px solid #017DC7;
    }

    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item.active {
        color: #017DC7;
        background: #fff;
    }

    /*body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item.active {
        background: #f9f9f9;
    }*/
    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item.active::before {
        width: 100%;
    }

    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu li.menu-item a {
        color: #515151;
        width: 100%;
    }


    body .sticky-custom-nav.chr__product-tabs-nav-custom ul.uael-nav-menu.slide-bottom {
        transition: top .4s ease;
    }

    /*body .sticky-custom-nav.chr__product-tabs-nav-custom::before,
    body .sticky-custom-nav.chr__product-tabs-nav-custom::after {
        height: 45px;
    }*/
}


/* CSS Loader on Button */
.full-viewport.ld-over.running {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    font-size: 4em;
}

.full-viewport.ld-over.running .chr_redirect_text {
    position: absolute;
    top: calc(50% + 1em);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    z-index: 4000;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}

.ld-over,
.ld-ext-left {
    position: relative;
    transition: all 0.3s;
    transition-timing-function: ease-in;
}
.ld-over > .ld,
.ld-ext-left > .ld {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin-top: -1.5em;
    margin-left: -0.5em;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    transition-timing-function: ease-in;
}
.ld-over > .ld > *,
.ld-ext-left > .ld > * {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-0.5em, -0.5em);
}
.ld-over.running > .ld,
.ld-ext-left.running > .ld {
    opacity: 1;
    z-index: auto;
    visibility: visible;
}
.ld-ext-left.running {
    padding-left: 2.5em !important;
}
.ld-ext-left > .ld {
    top: 50%;
    right: auto;
    left: 1.25em;
}
@keyframes ld-flip-v
{
    0% {
        animation-timing-function: cubic-bezier(0.1909,0.4373,0.4509,0.7454);
        transform: rotateX(0deg);
    }
    30% {
        animation-timing-function: cubic-bezier(0.128,0.2315,0.9704,0.8632);
        transform: rotateX(153.72deg);
    }
    50% {
        animation-timing-function: cubic-bezier(0.5788,0.3001,0.5613,0.6784);
        transform: rotateX(180deg);
    }
    55% {
        animation-timing-function: cubic-bezier(0.1545,0.4929,0.6089,0.9373);
        transform: rotateX(238.68deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}
.ld.ld-flip-v {
    animation: ld-flip-v 1s infinite linear; ;
}
.ld-ball {
    width: 1em;
    height: 1em;
    position: relative;
    color: inherit;
    display: inline-block;
    box-sizing: content-box;
}
.ld-ball:after {
    content: " ";
    display: block;
    width: 2em;
    height: 2em;
    box-sizing: border-box;
    transform-origin: 0 0;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
}
.ld-ball:after {
    border-radius: 50%;
    background: currentColor;
}
.ld-over:before {
    content: " ";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    background: rgba(240,240,240,0.8);
}
.ld-over.running > .ld {
    z-index: 4001;
    color: #017dc7;
}
.ld-over.running:before {
    opacity: 1;
    z-index: 4000;
    display: block;
}
body.no-scroll {
    overflow: hidden;
}

/* Points Withdraw */
.chr-btr-withdraw-block {
    margin-bottom: 1em;
}


/* artyom, 16/05/22 */
/*
body li.menu-item-10368 {
    display: none !important;
}
body.logged-in li.menu-item-10367 {
    display: none !important;
}
body.logged-in li.menu-item-10368 {
    display:block !important;
}*/

body .woocommerce-info.wc_points_redeem_earn_points > h3 {
    border-left: 3px solid !important;
    padding-left: 10px !important;
    opacity: 0.75 !important;
    font-size: 11px !important;
}
body .woocommerce-info.wc_points_redeem_earn_points > div:first-child {
    margin-top: 20px !important;
}
body .woocommerce-info.wc_points_redeem_earn_points .button.wc_points_rewards_apply_discount {
    margin-top: 20px !important;
    background-color: #009bde !important;
}

/* FIX Jet Popup Overlay */
.jet-popup.jet-popup--front-mode {
    z-index: 3000 !important;
}


.cart-pop .elementor-button--view-cart {
    display: none !important;
}


/* Boxberry PVZ button & loader */
.wfacp_single_shipping_desc a {
    background: #484848 !important;
    border-radius: 4px !important;
    color: #EDEDED !important;
    font-size: 14px !important;
    padding: 5px 16px !important;
    margin-left: 10px !important;
}
.chr_boxberry_loader {
    text-align: center;
    padding: 0 0 10px 0;
    color: #e51a4b;
    font-weight: bold;
}


/* Video blocks */
.chr-video-block .chr-video-control {
    position: absolute;
    top: 0;
    left: 0;
    background: #d7d7d738;
    width: 100%;
    height: 100%;
    display: block;
}
.chr-video-block .chr-video-control.hide {
    display: none;
}
/*.chr-video-block .jet-video:hover .chr-video-control {*/
/*    display: block;*/
/*}*/
.chr-video-block .chr-video-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #ffffffbd;
    display: none;
}
.chr-video-block .chr-video-control i.fa-play {
    display: inline;
}



/* Woocommerce Tinkoff Paid via link from CRM Thank you page */
.woocommerce-cart.woocommerce-page .entry-content h1,
.woocommerce-cart.woocommerce-page .entry-content .box.woocommerce_message.woocommerce_message_info-box {
    text-align: center
}


/* Varitaion Product additional data under price block */
.woocommerce-variation-price-additions {
    font-size: 1.2rem;
}
.woocommerce-variation-price-additions a {
    color: #017DC7;
    text-decoration: underline;
    white-space: nowrap;
}
.woocommerce-variation-price-additions strong, .woocommerce-variation-price-additions s {
    font-size: 1.4rem;
    white-space: nowrap;
}

/* Dekopill rename to Dekohair */
.chr_dekopill_rename_notif {
    background: #373737;
    color: #EDEDED;
    padding: 9px 16px;
    text-align: center;
    margin: -30px 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.chr_dekopill_rename_notif i {
    margin-right: 20px;
    font-size: 1.3em;
}
.chr_dekopill_rename_notif span {
    font-size: 1.1em;
    font-weight: 600;
}
h1.product_title.entry-title span {
    font-size: 1.1em;
}
h2.woocommerce-loop-product__title span {
    font-size: 1.1em;
}
@media screen and (max-width: 750px) {
    .chr_dekopill_rename_notif {
        line-height: 20px;
        margin: -21px 0 20px;
    }
}



/* info under Dekopill/Dekohair rating div */
.chr_after_rating_benefits i {
    color: #6ec1e4;
    margin-right: 4px;
}
.chr_after_rating_benefits ul, .chr_after_rating_benefits li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.chr_after_rating_benefits {
    margin: 20px 0;
}


/* Registration magic form for Affiliate */
.rminput {
    position: relative;
}
.rminput .ld {
    position: absolute;
    right: 0;
    top: 18px;
    width: auto !important;
    color: #017dc7;
}
.chr-btr-confirm-block {
    display: none;
}
.chr-bl-txt {
    line-height: 1.4em;
    margin: 10px 0;
}
.chr-bl-txt-error {
    color: red;
}
.chr-bl-txt-success {
    color: #017dc7;
    font-weight: bold;
}
button.chr-btr-btn {
    position: relative;
    border-radius: 9px;
    padding: 8px 13px;
    font-size: 16px;
}
button.chr-btr-btn .ld {
    display: none;
    right: -50px;
    top: 9px;
}
button.chr-btr-btn.active .ld {
    display: block;
}
.rmagic .rmrow .rminput input[readonly] {
    opacity: 0.7;
    cursor: not-allowed;
}
.rmagic .buttonarea input[type=submit][disabled] {
    cursor: not-allowed !important;
}
.chr-btr-link a {
    color: #017dc7;
    text-decoration: dotted;
    border-bottom: 1px solid #017dc7;
    padding-bottom: 2px;
}
body .rmagic-form input[name=email_check_code] {
    height: 36px !important;
    margin-right: 10px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
}
.chr-btr-send-again a {
    display: none;
}

.rm-user-details-card {
    font-weight: normal !important;
}

/* Affiliate plugin & Addons */
.chr-aff-coupon-code {

}
.chr-btr-add-coupon-form button {
    display: flex;
}
.chr-btr-add-coupon-form button .ld {
    display: none;
}
.chr-btr-add-coupon-form button.active .ld {
    display: block;
    margin-left: 10px;
}
/* Hide Affiliate campaign fields */
.affwp-campaign-wrap {
    display: none;
}




/* WooCommerce Gallery */
.wpa-product-gallery > button {
    display: none !important;
}

.wpa-product-gallery-thumbs img {
    cursor: pointer !important;
}

.wpa-product-gallery img {
    cursor: zoom-in !important;
}

.mfp-bg,
.mfp-wrap {
    z-index: 9999 !important;
}

.wpa-product-gallery-thumbs.slick-slider .slick-slide img {
    opacity: 1 !important;
    border: none !important;
    transition: all 0.3s !important;
}

.wpa-product-gallery-thumbs.slick-slider .slick-slide.slick-current img {
    /*border-color: #777 !important;*/
}

.wpa-product-gallery-thumbs > .slick-list {
    margin-left: 2.5px !important;
}


/*
 * Button styles
 **/

/* Blue button */
.chr-btn-style-1 {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #006EB6;
    border-style: solid;
    border-width: 2px;
    border-color: #006EB6;
    border-radius: 84px;
    box-shadow: 0 0 10px 0 #00000080 !important;
    padding: 10px 25px 15px 25px;
    margin-top: 10px;
    display: inline-block;
}
a.chr-elementor-click.chr-btn-style-1:hover {
    color: #FFFFFF;
    background-color: #277CB5;
    border-color: #2B7EB5;
}
@media (max-width: 544px) {
    .chr-btn-style-1 {
        font-size: 18px;
    }
}


/* Fix - WooCommerce Product Variation select is not 100% width */
.woocommerce div.product form.cart .variations tbody, .woocommerce div.product form.cart .variations tbody tr {
    display: block;
}


/* Make Dekohair - 60 rating 5 */
.post-1566 .star-rating > span {
    width: 97% !important;
}


/* Checkout - delivery */
.form_section_two_step_0_elementor_2 h4 {
    margin-top: 15px !important;
}
#accept_privacy_field .woocommerce-input-wrapper {
    display: inline-block;
    padding: 8px 11px;
}
#accept_privacy_field.woocommerce-invalid.woocommerce-invalid-required-field .woocommerce-input-wrapper {
    border: 2px solid #ff000045;
    padding: 6px 9px;
    border-radius: 5px;
}

/* Cookie Accept Block */
.accept_cookies_bl {
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 85px;
    z-index: 150;
    background: #ebebeb;
    width: 600px;
    padding: 12px 22px;
    border-radius: 5px;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 1.5em;
}
.accept_cookies_txt a {
    color: #0073bf;
    text-decoration: underline;
}
.accept_cookies_btn a {
    display: inline-block;
    color: #555555;
    border: 1px solid #999999;
    background-color: #ebebeb;
    border-radius: 5px;
    font-weight: 600;
    padding: 2px 20px;
}
.accept_cookies_btn a:hover {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    color: #111111 !important;
    border-color: #111111 !important;
    background-color: #e8e8e8 !important;
}
@media screen and (max-width: 750px) {
    .accept_cookies_bl {
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .accept_cookies_bl.bottom-footer {
        bottom: 74px;
    }
}


/* No Dekohair 120ml */
.chr_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #666666ba;
    top: 0;
    left: 0;
    z-index: 1000000;
}
.chr_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    font-size: 1.2em;
    text-align: center;
}
.chr_popup strong {
    font-size: 1.2em;
}
@media (max-width: 544px) {
    .chr_popup {
        min-width: 80%;
    }
}



/* Add to cart hide if empty */
.elementor-menu-cart--buttons-stacked {
    display: none !important;
}
.elementor-menu-cart--buttons-stacked.show {
    display: block !important;
}

/* Success message after Woocommerce purchase */
.woocommerce-thankyou-order-received {
    color: #0072bf;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.elementor .elementor-field-type-checkbox a {
    text-decoration: underline;
}
.elementor-field-type-checkbox.inp-error {
    width: calc(100% - 10px) !important;
    margin-left: auto;
    margin-right: auto;
    padding: 6px !important;
    border-radius: 5px;
}



    /* Test debug */
.dbg-list {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45vh;
    background: #dbdbdb;
    padding: 10px;
    margin: 0;
    overflow: scroll;
    z-index: 1000000;
}






