/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-item .manu_image a {
    display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
    max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    /* fix */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
    left: -5px;
}

.additional-image-slider .owl-item {
    width: max-content !important;
}

/* mouse grab icon */
.grabbing {
    cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
    position: absolute;
    width: 100%;
    top: 45%;
    direction: ltr !important;
    opacity: 0;
}

.customNavigation button,
.customNavigation a {
    font-size: 0;
    position: absolute;
    padding: 0;
    color: #888888;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 28px;
    height: 38px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    background-color: transparent;
}

.customNavigation button.prev,
.customNavigation a.prev {
    left: -40px;
    background-image: url(../img/codezeel/left-angle.svg);
}

.customNavigation button.next,
.customNavigation a.next {
    right: -44px;
    background-image: url(../img/codezeel/right-angle.svg);
}

.customNavigation a.prev:hover {
    background-image: url(../img/codezeel/left-angle-hover.svg);
}

.customNavigation a.next:hover {
    background-image: url(../img/codezeel/right-angle-hover.svg);
}

#cztestimonialcmsblock .customNavigation a.prev {
    left: 0;
}

#cztestimonialcmsblock .customNavigation a.next {
    right: 0;
}

.nivo-directionNav a {
    width: 50px;
    height: 50px;
}

.czhomeslider .nivo-directionNav .nivo-prevNav {
    background-image: url(../img/codezeel/slider-left-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav {
    background-image: url(../img/codezeel/slider-right-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
    background-image: url(../img/codezeel/slider-left-arrow-hover.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
    background-image: url(../img/codezeel/slider-right-arrow-hover.svg);
}

@media (max-width: 1500px) {
    .customNavigation a.prev {
        left: -15px;
    }

    .customNavigation a.next {
        right: -15px;
    }
}

@media (max-width: 991px) {
    .customNavigation button.prev,
    .customNavigation a.prev {
        left: -10px;
    }

    .customNavigation button.next,
    .customNavigation a.next {
        right: -10px;
    }
}

/* Always show carousel arrows on mobile and make them clickable */
@media (max-width: 767px) {
    .customNavigation,
    .authorbooks-products .customNavigation {
        opacity: 1 !important;
        z-index: 5;
        pointer-events: auto;
    }

    .customNavigation button,
    .customNavigation a {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 1199px) and (min-width: 401px) {
    .customNavigation {
        top: 45%;
    }
}

#czleftbanner img,
#czrightbanner img {
    max-width: 100%;
}

@media (max-width: 767px) {
    #czleftbanner, #czrightbanner {
        display: none;
    }
}

#czleftbanner li, #czrightbanner li {
    display: inline-block;
}

#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#czleftbanner li a:before, #czrightbanner li a:before {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
    background-image: url(../img/codezeel/top-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px;
    background-color: transparent;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    font-size: 0;
    display: block;
}


/* Flexslider */

#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #f9eded;
    width: 100%;
    background-size: 3%;
    min-height: 800px;
}

@media (max-width: 1459px) {
    #index .spinner {
        min-height: 700px;
    }
}

@media (max-width: 1259px) {
    #index .spinner {
        min-height: 530px;
    }
}

@media (max-width: 1199px) {
    #index .spinner {
        min-height: 505px;
    }
}

@media (max-width: 991px) {
    #index .spinner {
        min-height: 415px;
    }
}

@media (max-width: 480px) {
    #index .spinner {
        min-height: 200px;
    }
}

@media (max-width: 380px) {
    #index .spinner {
        min-height: 160px;
    }
}


.product-quantity .add {
    margin-left: 0px;
}

.product-leftside .product-cover {
    /*left: -50px;*/
}

.product-cover {
    margin-bottom: 0px;
}

#content-page-content {
    text-align: center;
    background: #FFF;
    border-radius: 20px;
    max-height: 600px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .product-cover img.img-fluid {
        /*max-width: 110% !important;*/
        /*width: 110% !important;*/
        height: 450px;
        width: auto;
        cursor: zoom-in;
    }

    #header .user-info ul.dropdown-menu {
        top: 25px !important;
    }


    #tab-content div.tab-pane {
        border-radius: 20px;
    }
}

.product-tabcontent ul.nav-tabs li.nav-item a {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}


@media (max-width: 991px) {
    .footer-container {
        padding-top: 20px !important;
    }
}

.product-tabcontent {
    margin-top: 15px;
    /*margin-bottom: 15px;*/
}

@media (max-width: 768px) {
    .footer-container #czfootercmsblock .footerlogo {
        min-height: 35px !important;
    }
}

.footer-container #czfootercmsblock .footerlogo {
    background: transparent url(https://knyhago.com.ua/img/logo_footer.png) no-repeat scroll 0 0;
    min-height: 35px;
    background-position: center center !important;
    background-size: contain;
}


.authorbooks-products .customNavigation {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.authorbooks-products {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    /*float: left;*/
    /*width: 100%;*/
    /*position: relative;*/
    /*text-align: center;*/
    /*padding: 50px 0 35px;*/
}

.authorbooks-products {
    padding-top: 0px;
    padding-bottom: 0;
}

.authorbooks-products .products {
    float: left;
    width: 100%;
    position: relative;
}

.authorbooks-products:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}

.authorbooks-products .productscategory-wrapper {
    margin: 0 -14px;
}

.products .product-thumbnail img {
    width: 115%;
    left: -7%;
}

@media (min-width: 768px) {
    .authorbooks-products {
        /*background: #e0e0e0;*/
        background: #ffffff;
        padding: 25px;
        border-radius: 20px;
        border: 1px solid #ffffff;
        margin-top: 15px;
    }

    .authorbooks-products .products {
        width: 95.5% !important;
        margin-left: 25px !important;
    }

    .products .product-miniature {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        background: #fff;
        padding: 5px;
        margin-top: 10px;
        transition: all 0.3s ease; /* плавний перехід */
        cursor: pointer;
    }

    .products .product-miniature:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    }

    .products-section-title {
        margin: 0px !important;
    }

    .productscategory-products {
        /*background: #e0e0e0;*/
        background: #ffffff;
        padding: 25px;
        border-radius: 20px;
        margin-top: 15px;
        padding-top: 25px;
        border: 1px solid #ffffff;
    }

    .productscategory-products .products {
        width: 95.5% !important;
        margin-left: 25px !important;
    }

    .product-quantity .add .add-to-cart i.fa-shopping-cart {
        padding-right: 15px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .product-quantity .add .add-to-cart i.fa-shopping-cart {
        padding-right: 10px;
        font-size: 15px;
    }

    .authorbooks-products {
        background: #ffffff;
        border-radius: 20px;
        padding-top: 25px;
        border: 1px solid #ffffff;
        margin-top: 15px;
    }

    /* Mobile typography tweaks for section titles */
    .products-section-title,
    .authorbooks-products .products-section-title {
        font-family: 'displayFont', 'displayFont Fallback', 'Inter', sans-serif;
        font-weight: 450;
        font-size: 20px;
        line-height: 1.3;
    }

    .products .product-miniature {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        background: #fff;
        padding: 5px;
        margin-top: 10px;
        transition: all 0.3s ease; /* плавний перехід */
    }

    .products .product-miniature:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    }

    .authorbooks-products .products {
        width: 90% !important;
        margin-left: 25px !important;
    }

    .productscategory-products {
        background: #ffffff;
        /*padding: 25px;*/
        border-radius: 20px;
        margin-top: 15px;
        padding-top: 25px;
        border: 1px solid #ffffff;
    }

    .productscategory-products .products {
        width: 90% !important;
        margin-left: 25px !important;
    }

    .row.sort-by-row {
        margin-left: 0px !important;
        margin-top: 1rem;
    }

    .pagination {
        margin-top: 0rem !important;
        background: #FFF;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #products .pagination .products-sort-order .material-icons.pull-xs-right {
        margin-top: 8px;
    }

    #products .pagination .products-sort-order .dropdown-menu {
        right: 30px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }

    #products .pagination .products-sort-order span.select-title {
        background: #ffffff;
        color: #000000;
        border-radius: 20px;
    }

    #products .pagination .row.sort-by-row {
        margin-bottom: 10px;
    }

    #products .pagination .products-sort-order {
        width: 100% !important;
    }
}


@media (max-width: 480px) {
    .productscategory-products .products,
    .authorbooks-products .products {
        margin-left: 20px !important;
    }
}

@media (max-width: 991px) {
    .block-category {
        margin-bottom: 0px;
    }

    /*.product-leftside .product-cover img {*/
    /*    position: inherit;*/
    /*}*/
    .product-leftside .product-cover {
        /*left: -80px;*/
        left: 0px;
        text-align: center;
    }

    .product-cover img.img-fluid {
        /*max-width: 115% !important;*/
        /*width: 100% !important;*/
        /*margin-top: 15px;*/
        /*margin-bottom: 15px;*/
        /*width: 80% !important;*/
    }

    .breadcrumb {
        /*margin-bottom: 20px;*/
        margin-bottom: 15px;
    }


    /*====*/
    .breadcrumb {
        /* Зовнішній контейнер з фоновою картинкою */
        background-image: url('/themes/Bookrow/assets/img/codezeel/breadcrumb-bg-new-min_mobile.jpg');
        background-position: center;
        background-size: cover;
        padding: 10px;
        position: relative;
        padding: 5px;
    }

    .breadcrumb-scroll {
        /* Внутрішній div для скролу */
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-top: 5px;
    }

    .breadcrumb-scroll::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb ol {
        display: flex;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
        flex-wrap: nowrap;
        width: max-content;
    }

    .breadcrumb li {
        flex: 0 0 auto;
    }

    /*.breadcrumb a,*/
    /*.breadcrumb span {*/
    /*    display: inline-block;*/
    /*    padding: 6px 12px;*/
    /*    text-decoration: none;*/
    /*    color: #333;*/
    /*    background: rgba(255, 255, 255, 0.8);*/
    /*    border-radius: 5px;*/
    /*    transition: background 0.3s;*/
    /*    white-space: nowrap;*/
    /*}*/
    /*.breadcrumb a:hover {*/
    /*    background: rgba(0, 0, 0, 0.05);*/
    /*}*/
    /*!* Декоративне зображення у фоні *!*/
    /*.breadcrumb img.nav-background {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*    opacity: 0.2;*/
    /*    z-index: -1;*/
    /*}*/
}

/* Шрифти з локальні файли */

/* Display Font - для заголовків та основних елементів */
@font-face {
    font-family: 'displayFont';
    src: url('custom/font_7x9k2m.woff2') format('woff2');
    font-display: swap;
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: 'displayFont';
    src: url('custom/font_4n8p5q.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

/* Interface Font - для інтерфейсу та тексту */
@font-face {
    font-family: 'interfaceFont';
    src: url('custom/font_2r6t8v.woff2') format('woff2');
    font-display: swap;
    font-weight: 550;
    font-style: normal;
}

@font-face {
    font-family: 'interfaceFont';
    src: url('custom/font_9w3y7z.woff2') format('woff2');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'interfaceFont';
    src: url('custom/font_1a5c9e.woff2') format('woff2');
    font-display: swap;
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: 'interfaceFont';
    src: url('custom/font_8b4f6h.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

/* Fallback шрифти */
@font-face {
    font-family: 'displayFont Fallback';
    src: local('Arial');
    ascent-override: 94.77%;
    descent-override: 33.12%;
    line-gap-override: 0.00%;
    size-adjust: 100.08%;
}

@font-face {
    font-family: 'interfaceFont Fallback';
    src: local('Arial');
    ascent-override: 94.41%;
    descent-override: 33.00%;
    line-gap-override: 0.00%;
    size-adjust: 100.46%;
}

/* Заміна поточних шрифтів на шрифти з mbooks.com.ua */

/* Основні шрифти для body */
body {
    font-family: 'interfaceFont', 'interfaceFont Fallback', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

/* Заголовки - використовуємо displayFont */
h1, h2, h3, h4, h5, h6 {
    font-family: 'displayFont', 'displayFont Fallback', 'Inter', sans-serif;
    font-weight: 450;
    line-height: 1.3;
}

/* Навігація та меню */
.navbar-nav,
.navbar-brand,
.main-menu,
.nav-link {
    font-family: 'interfaceFont', 'interfaceFont Fallback', 'Inter', sans-serif;
    font-weight: 500;
}

/* Кнопки та посилання */
.btn,
.button,
a {
    font-family: 'interfaceFont', 'interfaceFont Fallback', 'Inter', sans-serif;
    font-weight: 500;
    border-radius: 20px;
}

/* Ціни та акційні теги */
.price,
.discount,
.sale-tag,
.product-price {
    font-family: 'displayFont', 'displayFont Fallback', 'Inter', sans-serif;
    font-weight: 450;
}

/* Опис товарів */
.product-description,
.product-info,
.book-description {
    font-family: 'interfaceFont', 'interfaceFont Fallback', 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

/* Форми та поля вводу */
input, textarea, select {
    font-family: 'interfaceFont', 'interfaceFont Fallback', 'Inter', sans-serif;
    font-weight: 400;
}

/* Футер */
footer,
.footer-content {
    font-family: 'interfaceFont', 'interfaceFont Fallback', 'Inter', sans-serif;
    font-weight: 400;
}

/* Категорії та теги */
.category-name,
.product-category,
.tag {
    font-family: 'interfaceFont', 'interfaceFont Fallback', 'Inter', sans-serif;
    font-weight: 500;
}

/* Автор та видавництво */
.author-name,
.publisher,
.book-info {
    font-family: 'displayFont', 'displayFont Fallback', 'Inter', sans-serif;
    font-weight: 400;
}

/* Спеціальні елементи */
.bestseller-tag,
.new-tag,
.special-offer {
    font-family: 'displayFont', 'displayFont Fallback', 'Inter', sans-serif;
    font-weight: 450;
}

/* Назви книг */
.book-title,
.product-name {
    font-family: 'displayFont', 'displayFont Fallback', 'Inter', sans-serif;
    font-weight: 450;
}

/* CSS змінні для шрифтів (як на mbooks.com.ua) */
:root {
    --font-display: "displayFont", "displayFont Fallback";
    --font-interface: "interfaceFont", "interfaceFont Fallback";
}

/* Використання змінних */
.display-font {
    font-family: var(--font-display);
}

.interface-font {
    font-family: var(--font-interface);
}

/* Покращення читабельності тексту */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.01em;
}

/* Оптимізація заголовків */
h1 {
    font-size: 2.5rem;
    font-weight: 450;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    font-weight: 450;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 450;
    margin-bottom: 1rem;
}

/* Покращення навігації */
.navbar-nav .nav-link {
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Стилізація кнопок */
.btn {
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

/* Покращення читабельності цін */
.price {
    font-weight: 450;
    letter-spacing: 0.02em;
}

#subcategories ul li .subcategory-name {
    height: 50px;
    display: block;
}

#subcategories ul li {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -1px rgba(0, 0, 0, .05) !important;
}

#subcategories ul li h5 {
    font-weight: 500;
}

.productpage_title, .quickview h1.h1 {
    text-transform: none;
}

.products-section-title, .block_newsletter .title {
    text-transform: none !important;
}

#product .pp-right-column {
    /*background: #e0e0e0;*/
    background: #ffffff;
    border: 1px solid #ffffff;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

span.star-required {
    color: #f00;
}

@media (min-width: 768px) {
    #product .pp-right-column {
        /*height: 600px;*/
        border-radius: 20px;
    }


}

.block-type {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .block-type {
        margin-top: 10px;
    }
}

.block-type-cart img {
    width: 75% !important;
    /*height: 35px;*/
}

/*Clone btn add to cart for product page*/
#styckyAddToCart {
    position: fixed;
    bottom: -45px;
    display: flex;
    background: #ffffff;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 45px;
    transition: all 0.2s ease;
    /*box-shadow: 0px 2px 6px #000000a6;*/
    z-index: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#styckyAddToCart i {
    margin-right: 10px;
}

#styckyAddToCart #our_price_display_clone {
    width: 50%;
    text-align: center;
    height: 100%;
    background: white;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    /*margin-right: 15px;*/
    color: #000000;
}

#styckyAddToCart #our_price_display_clone .product-price {
    margin: 0px;
}

#styckyAddToCart #old_price_display_clone {
    text-decoration: line-through;
    font-size: 0.6em;
    position: absolute;
    top: 0;
    right: 50%;
}

#styckyAddToCart .add_to_cart_clone {
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}

#styckyAddToCart .add_to_cart_clone {
    width: 45% !important;
    text-align: center;
    height: 35px;
    background-color: #054b7d;
    border-color: #054b7d;
    color: white;
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 20px;
    /*font-weight: 500;*/
    font-size: 17px;
}

#styckyAddToCart .add_to_cart_clone:focus {
    background-color: #026dbb;
    border-color: #026dbb;
}

#styckyAddToCart .add_to_cart_clone:hover {
    background-color: #026dbb;
    border-color: #026dbb;
}

.product-information .blockreassurance_product {
    margin-top: 10px;
}

/*--*/

nav.breadcrumb {
    position: relative; /* Встановлює контекст позиціонування для абсолютного позиціонування img */
    overflow: hidden; /* Переконуємося, що зображення не виходить за межі блоку */
    background: #054b7d;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.breadcrumb .nav-background {
    position: absolute; /* Абсолютне позиціонування щодо nav */
    top: 0; /* Зображення прикріплене до верху */
    left: 0; /* Зображення прикріплене до лівого краю */
    width: 100%; /* Ширина зображення розтягнута на 100% від nav */
    height: 100%; /* Висота зображення розтягнута на 100% від nav */
    z-index: -1; /* Зображення буде під іншими елементами */
    object-fit: cover; /* Забезпечує покриття всієї області блоку, зберігаючи пропорції */
}

@media (max-width: 991px) {
    .newproducts .products.before-load-page,
    .special-products .products.before-load-page,
    .featured-products .products.before-load-page {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .newproducts .products.before-load-page,
    .special-products .products.before-load-page,
    .featured-products .products.before-load-page {
        height: 400px;
    }
}

@media (min-width: 991px) {
    .newproducts .products.before-load-page,
    .special-products .products.before-load-page,
    .featured-products .products.before-load-page {
        height: 512px;
    }
}

.additional-description {
    margin-top: 10px;
}

#payment-option-1-container > label > img,
#payment-option-2-container > label > img,
#payment-option-3-container > label > img,
#payment-option-4-container > label > img,
#payment-option-5-container > label > img,
#payment-option-6-container > label > img {
    width: 40%;
    float: right;
}

#payment-option-1-container > label > span,
#payment-option-2-container > label > span,
#payment-option-3-container > label > span,
#payment-option-4-container > label > span,
#payment-option-5-container > label > span,
#payment-option-6-container > label > span {
    float: left;
}

#history .table th,
#history .table td {
    padding: 0.1rem;
}

.products .product_list li.product_item {
    padding-bottom: 10px;
    background: #FFF;
    border-radius: 20px;
    padding-top: 5px;
    margin-bottom: 10px !important;
    display: inline-block;
    margin: 0px 2px;
}

#checkout #payment-confirmation .btn-primary,
#cart .checkout.cart-detailed-actions a.btn.btn-primary {
    background-color: #2eb91f;
    border-color: #2eb91f;
}

.cart_block .btn-primary,
#checkout .btn-primary,
#cart .checkout.cart-detailed-actions a.btn.btn-primary,
#blockcart-modal .cart-content .btn-primary {
    background: #054b7d !important;
    background-color: #054b7d !important;
    border-color: #054b7d !important;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .product_list .btn-primary {
        background: #054b7d !important;
        background-color: #054b7d !important;
        border-color: #054b7d !important;
    }
}


.cart_block .btn-primary:hover,
#checkout .btn-primary:hover,
#cart .checkout.cart-detailed-actions a.btn.btn-primary:hover,
#blockcart-modal .cart-content .btn-primary:hover,
.products .product_list li .btn.add-to-cart:hover {
    background: #026dbb !important;
    background-color: #026dbb !important;
    border-color: #026dbb !important;

}

.block-switch-lang-version {
    display: inline;
    padding-left: 20px;
}


/* Switch 1 Specific Styles Start */

.box_1 {
    /*background: #eee;*/
    display: inline;
    padding-left: 20px;
}

.block-lang-ebook {
    display: inline;
    padding: 5px;
    border-radius: 15px;
    background: #f5f5f5;
    border: solid 1px #6e6e6e;
}

.block-lang-ebook-cart {
    margin-top: 10px;
    width: fit-content;
    display: block;
}

.block-lang-ebook-cart label {
    margin-bottom: 0px;
}

.product-feature-lang:has(.block-lang-ebook) {
    /*margin-bottom: 5px;*/
}

.switch_lang {
    padding-left: 20px;
}

.switch_lang a {
    color: #606060;
}


@media (max-width: 767px) {
    input[type="checkbox"].switch_1 {
        top: 10px !important;
        font-size: 20px !important;
    }

    .block-lang-ebook {
        padding: 5px;
    }

    .switch_lang {
        padding-left: 10px;
    }

    .box_1 {
        padding-left: 10px;
    }

    .product-feature-lang:has(.block-lang-ebook) {
        /*margin-bottom: 5px;*/
        width: 100% !important;
        text-align: center;
    }
}

input[type="checkbox"].switch_1 {
    margin-top: -10px;
    top: 7px;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #787878;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
    /*background: #0ebeff;*/
    background: #787878;
}

input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 1.5em);
}

/* Switch 1 Specific Style End */

.product-description .block-aditional-description {
    border: 1px solid #ff0000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);

    /*Hide for moderation*/
    display: none;
}


/*--------------------*/
.payment-options .custom-radio-new {
    border: 0px !important;
    border-radius: 50%;
    padding-right: 10px;
    margin-right: 0px;
    margin-top: 2px;
}

/*div:has(> input[data-module-name="binancepay"]) {*/
/*    margin-bottom: 0px;*/
/*    margin-top: 10px !important;*/
/*}*/

.payment-options .custom-radio-new .form-check-input-custom {
    width: 1.6em;
    height: 1.6em;
    border: 1.5px solid #94c120; /* Тонкий зелений контур */
    background-color: white;
    appearance: none; /* Видаляємо стандартний вигляд */
    border-radius: 50%;
    display: grid;
    place-content: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

/* Стилізація вибраного radio */
.payment-options .custom-radio-new .form-check-input-custom:checked {
    background-color: white; /* Фон залишається білим */
    border: 1.5px solid #94c120; /* Зелений контур */
}

/* Додаємо чорну крапку в центр */
.payment-options .custom-radio-new .form-check-input-custom:checked::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    background-color: black; /* Чорна крапка */
    border-radius: 50%;
    display: block;
}

/* Стилізація тексту */
.payment-options .custom-radio-new .form-check-label {
    font-weight: bold;
    font-size: 1.2rem;
}

/*--------------------*/

div#category-description {
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
}


.mobile-sticky-order-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #ffffff00;
    padding: 10px 16px 10px 16px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    /*border-top: 1px solid #eee;*/
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1), opacity 0.35s cubic-bezier(.4, 0, .2, 1);
}

.mobile-sticky-order-btn button {
    /*border-radius: 5px;*/
}

.mobile-sticky-order-btn.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-sticky-order-btn .btn {
    width: 100%;
    font-size: 1.2em;
}

@media (min-width: 769px) {
    .mobile-sticky-order-btn {
        display: none !important;
    }
}

.arcontactus-widget.left.arcontactus-message {
    transition: bottom 0.35s cubic-bezier(.4, 0, .2, 1);
}

.arcontactus-widget.left.arcontactus-message.arcontactus-move-up {
    bottom: 80px !important;
}

.top_button {
    transition: bottom 0.35s cubic-bezier(.4, 0, .2, 1);
}

.top_button.top-button-move-up {
    bottom: 80px !important;
}

.mobile-sticky-order-btn.js-init-hidden {
    display: none !important;
}

.top_button.js-init-hidden {
    display: none;
}

/* Сортування категорій (dropdown sort orders) */
.products-sort-order .dropdown-menu .select-list {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    color: #222;
    padding: 6px 16px;
    font: inherit;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.products-sort-order .dropdown-menu .select-list:hover,
.products-sort-order .dropdown-menu .select-list:focus,
.products-sort-order .dropdown-menu .select-list:active {
    background: #e53935;
    color: #fff;
    text-decoration: none;
}

.products-sort-order .dropdown-menu .select-list[aria-disabled="true"] {
    color: #aaa;
    background: none;
    cursor: default;
}

/* Sticky header on scroll */
.header-top {
    position: -webkit-sticky; /* для Safari/iOS */
    position: sticky;
    top: 0;
    z-index: 9999; /* поверх контенту */
    background: #fff; /* щоб не просвічувався контент */
}

/* щоб дропдауни в хедері були над усім */
.header-top .dropdown-menu {
    z-index: 10000;
}

/* Sticky Header Styles */
.header-top.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.header-top.sticky .header_logo img {
    max-height: 50px;
    transition: max-height 0.3s ease;
}

/* Animation for sticky header */
@keyframes slideDown {
    from {
        transform: translate(-50%, -100%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* Add padding to body when header is sticky */
body.header-sticky {
    padding-top: 80px;
    transition: padding-top 0.25s ease;
}

/* Cart modal: place buttons in one row on mobile */
@media (max-width: 575.98px) {
    #blockcart-modal .cart-content .cart-content-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap; /* keep buttons in a single row */
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
    }

    #blockcart-modal .cart-content .cart-content-btn .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0; /* equal, shrinkable widths */
        min-width: 0; /* allow shrinking within row */
        width: auto !important;
        max-width: none !important;
        box-sizing: border-box;
        margin: 0 !important;
        white-space: normal; /* allow text to wrap */
        word-break: break-word;
        overflow: visible;
        text-align: center;
    }

    /* When JS detects overflow and adds .stack, place buttons on two rows full width */
    #blockcart-modal .cart-content .cart-content-btn.stack .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100% !important;
    }
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    padding: 10px 5px;
}

/* Responsive adjustments */

/* Desktop/tablet: make cart modal buttons fill the parent's width */
@media (min-width: 576px) {
    #blockcart-modal .cart-content .cart-content-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    #blockcart-modal .cart-content .cart-content-btn .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        width: 100% !important;
        max-width: none !important;
        white-space: nowrap;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .header-main.sticky .header-top {
        padding: 5px 0;
    }

    .header-main.sticky .header_logo img {
        max-height: 40px;
    }

    body.header-sticky {
        padding-top: 60px;
    }
}

/* Mobile-specific smooth slide for sticky header (avoid sideways jump) */
@media (max-width: 575.98px) {
    .header-top.sticky,
    .header-top.fixed {
        animation: slideDownMobile 0.25s ease;
    }
}

@keyframes slideDownMobile {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Адаптивний логотип */
.header_logo img {
    max-width: 100%;
    height: auto;
    max-height: 80px; /* Максимальна висота для десктопу */
    width: auto;
    transition: all 0.3s ease;
}

/* Адаптивні розміри для різних екранів */
/*@media (max-width: 1200px) {*/
/*    .header_logo img {*/
/*        max-height: 70px;*/
/*    }*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .header_logo img {*/
/*        max-height: 60px;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .header_logo img {*/
/*        max-height: 50px;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .header_logo img {*/
/*        max-height: 40px;*/
/*    }*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .header_logo img {*/
/*        max-width: 120%;*/
/*    }*/
/*}*/

@media (max-width: 1024px) {
    .header_logo img {
        max-height: 70px;

    }

    .header_logo h1 {
        font-size: 1.375rem;
    }
}

@media (max-width: 425px) {
    .header_logo img {
        max-height: 35px;
        width: 130px;
    }

}

@media (max-width: 375px) {
    .header_logo img {
        max-height: 30px;
    }

}

@media (max-width: 320px) {
    .header_logo img {
        max-height: 20px;
    }
}

.product-feature-author {
    /*margin-top: 10px;*/
}

@media (max-width: 768px) {
    .wish_comp .wishlist {
        width: 50%;
    }

    .product-feature-author {
        margin-top: 0px;
    }

    .product-variants .product-stock {
        width: max-content;
        padding: 5px;
        margin-top: 5px;
        color: #006616;
    }

    #add-to-cart-or-refresh .product-discounts.js-product-discounts {
        margin-bottom: 10px;
    }

    .comments_note {
        margin-top: 12px !important;
    }

    .productpage_title,
    .quickview h1.h1 {
        padding-bottom: 15px;
    }
}

.comments_note {
    margin-top: 5px;
}


@media (max-width: 991px) {
    .product-quantity .add .add-to-cart {
        border-radius: 20px;
        padding: 10px;
        width: 75%;
    }

    .product-quantity .add {
        text-align: center;
    }
}

/* Full-width search bar dropdown on mobile */
/*@media (max-width: 767px) {*/
/*    !*#header .search-widget { width: 100% !important; }*!*/
/*    #header .search-widget .search_toggle {*/
/*        left: 0 !important;*/
/*        right: 0 !important;*/
/*        width: 100% !important;*/
/*        max-width: none !important;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    #header .search-widget .search_toggle {*/
/*        left: 0 !important;*/
/*        right: 0 !important;*/
/*        width: 100% !important; !* override theme's 240px *!*/
/*        max-width: none !important;*/
/*    }*/
/*}*/


/*@media (max-width: 767px) {*/
/*    !*#header .search-widget { width: 100% !important; }*!*/
/*    #header .search-widget .search_toggle {*/
/*        position: fixed !important;*/
/*        top: 60px !important; !* render under header *!*/
/*        left: 0 !important;*/
/*        right: 0 !important;*/
/*        width: 100vw !important;*/
/*        max-width: none !important;*/
/*        z-index: 10000 !important; !* above header icons *!*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*    }*/
/*}*/

@media (max-width: 480px) {
    #header .search-widget .search_toggle {
        position: fixed !important;
        top: 55px !important;
        right: -78px !important;
        width: 100vw !important;
        max-width: none !important;
        z-index: 10000 !important;
        padding-left: 0px;
        padding-right: 0px;
        left: 0px;
        background: #ffffff00;
    }
}

/* Place menu icon at the far right and shift other icons accordingly (mobile) */
@media (max-width: 1200px) {
    #header .header-top {
        position: relative;
        padding-right: 70px !important;
    }

    #header .header-top-inner {
        width: 100% !important;
    }

    #header .header-top-inner .menu-icon {
        position: absolute !important;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10001;
        margin: 0;
    }
}

#globo-hidden-menu-displayTop-5 .globomenu .globomenu-submenu .globomenu-target > span,
.productpage_title, .quickview h1.h1 {
    font-family: "interfaceFont", "interfaceFont Fallback" !important;
}

#product #content-wrapper #read-fragment-pdf a {
    margin-bottom: 0px !important;
    /*background: #BDBDBD !important;*/
    background: #EEEEEE !important;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #ffffff !important;
}

#read-fragment-pdf {
    padding: 0px;
}

@media (max-width: 768px) {
    #product #content-page-content {
        border: 1px #ffffff;
        border-radius: 20px;
        background: #ffffff;
    }

    .product-cover img.img-fluid {
        width: auto;
    }

    #product #content-wrapper .product-container div.pp-left-column {
        padding-right: 10px;
        padding-left: 10px;
    }

    #product #content-wrapper .product-container div.pp-right-column {
        border: 1px solid #ffffff;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 1px;
        margin: 15px 10px 0px 10px;
        /*background: #e0e0e0;*/
        border-radius: 20px;
        width: auto;
        /*margin-top: 15px;*/
    }

    #product #content-wrapper .product-tabcontent .nav-tabs {
        margin-bottom: 0px;
        line-height: 2.5;
    }

    #product #content-wrapper .product-tabcontent {
        border-radius: 20px;
        margin-top: 15px;
        /*background: #bdbdbd;*/
        margin-right: -5px;
        margin-left: -5px;
        width: auto;
        border: 1px solid #FFF;
    }

    #product #content-wrapper .product-tabcontent #tab-content {
        border-top: 1px solid #FFF;
        margin: 0px -1px -1px -1px;
    }

    #product #content-wrapper .product-tabcontent #tab-content div.tab-pane {
        border-radius: 0px 0px 20px 20px;
        /*background: #e0e0e0;*/
    }

    #product .pp-right-column .product-actions {
        padding-top: 10px;
        margin-top: 0px;
    }

    .product-prices {
        margin-bottom: 0px;
    }


}

.block-row.stock-comment {
    display: flex;
    padding-top: 5px;
}

.product-stock-block, .comments_note {
    width: 50%;
}

.pp-right-column .comments_note .total-rating {
    margin-bottom: 0px !important;
}

.pp-right-column .comments_note .total-rating .fa-comments-o {
    font-size: larger;
    margin-left: 5px;
}

.product-information {
    padding-bottom: 5px;
}


.product-feature-lang.duplicate {
    width: max-content;
    border: 1px solid #d8d8d9;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.product-feature-lang h4 {
    font-family: "interfaceFont", "interfaceFont Fallback" !important;
}

@media (max-width: 1200px) {
    #header .header-top {
        position: relative;
        padding-right: 90px !important;
    }

    #header .header-top-inner {
        width: 100% !important;
    }

    #header .header-top-inner .menu-icon {
        position: absolute !important;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10001;
        margin: 0;
    }
}

body {
    padding-top: 0px !important;
}

#header {
    background: #FFF;
}

/* Constrain floating header to container width */
@media (min-width: 576px) {
    .header-top.fixed,
    .header-top.sticky {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        width: 100%;
        /*max-width: 100% !important; !* Bootstrap container width *!*/
        /*max-width: 540px; !* Bootstrap container width *!*/
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {
    .header-top.fixed,
    .header-top.sticky {
        max-width: 100% !important; /* Bootstrap container width */
    }
}

/* Make sticky header background full width (white) while content is centered */
.header-top.fixed:before,
.header-top.sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #ffffff;
    z-index: -1;
}

@media (min-width: 768px) {
    .header-top.fixed,
    .header-top.sticky {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .header-top.fixed,
    .header-top.sticky {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .header-top.fixed,
    .header-top.sticky {
        max-width: 1140px;
    }
}

@media (min-width: 1260px) {
    .header-top.fixed,
    .header-top.sticky {
        max-width: 1230px; /* Bootstrap 5 xl+ containers if used */
    }
}

.card.cart-container .cart-items div.current-price {
    text-align: left;
}

.payement_logo_block,
#czfootercmsblock .social-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    justify-content: center;
}

.payement_logo_block {
    margin-top: 25px;

}

.payement_logo_block .fa {
    font-size: 35px;
    color: #f5f5f5;
}

#content .payement_logo_block a, .social-icons a,
#czfootercmsblock .payement_logo_block a,
#czfootercmsblock .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555;
    font-size: 18px;
    transition: transform 0.2s ease, background 0.3s ease, color 0.3s ease;
    font-size: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#content .payement_logo_block a, .social-icons a {
    background: #e6e6e6;
}

#content .payement_logo_block, .social-icons {
    justify-content: left;
}


.payement_logo_block a:hover,
.social-icons a:hover {
    transform: scale(1.1);
    background: #e0e0e0;
    color: #000;
}


@media (max-width: 1200px) and (min-width: 767px) {
    .col-md-6 {
        float: left;
        width: 49%;
    }
}

#login-form .form-control-label {
    padding-top: 10px;
}

#login-form #field-email {
    border-radius: 20px;
    /*line-height: 32px;*/
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#login-form #field-password {
    border-radius: 20px 0px 0px 20px;
    /*line-height: 32px;*/
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#login-form div.js-parent-focus {
    box-shadow: none;
}

#login-form button#submit-login {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#login-form button[data-action="show-password"] {
    padding: 4px 8px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2), 4px 4px 6px rgba(0, 0, 0, 0.1);
}

#login-form button[data-action="show-password"] .fa-eye-slash,
#login-form button[data-action="show-password"] .fa-eye {
    font-size: 25px;
}

.cart-item .product-line-grid div.product-discount,
.cart-item .product-line-grid div.current-price {
    float: left;
}

.card.cart-summary,
.card.cart-container {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);

}

.card.cart-summary {
    margin-bottom: 0rem !important;
}

@media (min-width: 768px) {
    .cart-grid-body {
        margin-bottom: 0rem;
    }
}

#checkout-personal-information-step {
    border-radius: 20px 20px 0px 0px;
}

#checkout-payment-step {
    border-radius: 0px 0px 20px 20px;
}

#js-checkout-summary {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);

}

#checkout-personal-information-step #field-password {
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#checkout-personal-information-step div.js-parent-focus {
    box-shadow: none;
}

#checkout-personal-information-step button[data-action="show-password"] .fa-eye-slash,
#checkout-personal-information-step button[data-action="show-password"] .fa-eye {
    font-size: 25px;
}

#checkout-personal-information-step button[data-action="show-password"] {
    padding: 4px 8px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2), 4px 4px 6px rgba(0, 0, 0, 0.1);
}

#checkout-personal-information-step #field-phone,
#checkout-personal-information-step #field-email {
    border-radius: 20px;
}

#checkout-personal-information-step #field-email {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    #js-checkout-summary {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    body#checkout section#content {
        margin-bottom: 0px;
    }
}

#cms section#main {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: "displayFont", "displayFont Fallback";
}

#cms section#main h2 {
    font-style: italic;
}


#my-account .page-footer a:hover {
    border-color: #ff5858;
    background: #fff;
    border: 1px solid;
}

#my-account .page-footer a {
    padding: 10px;
    background: #FFF;
}

.product-stock-block .product-stock span[data-stock="in_stock"] {
    color: #006616;
}

.product-stock-block .product-stock span[data-stock="out_of_stock"] {
    color: #ff5858;
}

#cms .page-content.page-cms img {
    width: -webkit-fill-available;
    height: auto;
}

.globomenu-target-with-image img.globomenu-image-size-globomenu-image-size {
    width: -webkit-fill-available !important;
    height: auto !important;
}


#cms #content ul:not(:has(h3)) {
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 20px;*/
    padding: 10px;
}

#checkout-payment-step .payment-options img {
    width: 180px;
}

.newsletter-form {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

#identity #field-email {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

button[data-link-action="save-customer"] {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}

#identity .page-footer {
    margin-top: 10px;
}

div.payment-option:has(input[type="radio"][name="payment-option"]:checked) {
    background: #b0cbdf;
}

.cart-summary .cart-voucher.js-cart-voucher h4,
#js-checkout-summary .cart-voucher.js-cart-voucher h4 {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

#js-checkout-summary .cart-voucher ul.promo-name,
.cart-summary .cart-voucher ul.promo-name {
    padding-top: 0px;
}

.cart-summary .cart-voucher.js-cart-voucher {
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 20px;*/
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}


@media (max-width: 340px) {
    #header .logo {
        display: none;
    }
}