/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Akatab:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
:root {
    --blue: #2B0D2E;
    --green: #5BCBCC;
    --bg: #EEEEEE;
    --sale: #951717;
    --white: #FEFEFE;
    --star: #F38500;
    --new: #2B0D2E;
    --text-gradient: linear-gradient(270deg, #2B0D2E 1.78%, #75517D 97.11%);
    --roboto: 'Roboto', sans-serif;
    --main-font: 'Nunito Sans';
    --heading-font: 'Playfair Display';
    --text: #2B0D2E;
    --bg-gradient: linear-gradient(90deg, #75517D 0%, #2B0D2E 100%);
    --background-color: #FFFDF9;
    --foreground-color: #2B0D2E;
    --light-yellow: #DED3B8;
    --violet-gradient: linear-gradient(0deg, #DAB9E8 10%, transparent 100%);
    --light-violet: #6B4872;
    --white-yellow: linear-gradient(180deg, #FCF9F2 0%, #DED3B8 100%);

}

.bg-gradient {
    background: var(--bg-gradient);
}

.bg-yellow-gradient {
    background: linear-gradient(180deg, #DED3B8 0%, #FCF9F2 100%);
}

.text-light-violet {
    color: var(--light-violet);
}

.text-transform-none {
    text-transform: none;
}

.preview_story {
    background: #ded3b8;
    color: #2b0d2e;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.preview_story img {
    max-height: 20px;
    max-width: 20px;
    object-fit: scale-down;
}

.ctabutton {
    width: 100%;
    max-width: 394px;
    border: 0;
    background-color: #16431C;
    padding: 14px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
}

.loading {
    opacity: 0.5;
    pointer-events: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: var(--main-font);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    
}

body {
    background-color: var(--background-color);
    color: var(--foreground-color);
}

h5 {
    text-transform: none;
}

p {
    font-size: 16px;
    line-height: 18.75px;
}

.order-confirmation-text p {
    font-size: 180%;
    line-height: 1.2;
    font-family: var(--heading-font);
}

.violet-text {
    text-transform: none;
    background: linear-gradient(180deg, #2B0D2E 0%, #75517D 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: var(--foreground-color);
}

.header-container .col-xs-1,
.header-container .col-xs-2,
.header-container .col-xs-3,
.header-container .col-xs-4,
.header-container .col-xs-5,
.header-container .col-xs-6,
.header-container .col-xs-7,
.header-container .col-xs-8,
.header-container .col-xs-9,
.header-container .col-xs-10,
.header-container .col-xs-11,
.header-container .col-xs-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.header-container .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.header-container .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.header-container .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.header-container .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.header-container .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.header-container .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.header-container .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.header-container .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.header-container .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.header-container .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.header-container .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.header-container .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

#page .cbp-hrmenu-tab .cbp-hrsub {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
}

div#iqitmegamenu-horizontal .col-xs-2 {
    width: auto;
}

/*Mobile Menu animation*/
.menu {
    height: 50px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 7px -7px #000;
    border-radius: 10px;
}

.menu:before {
    content: url(../../img/header/mobile-bg-s.jpg);
    position: absolute;
    left: calc(50% - 45px);
    top: 16px;
}

.menu__trigger {
    position: absolute;
    top: 45px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-color: var(--blue);
    border-radius: 50%;
    cursor: pointer;
    transition: .35s ease;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}

.menu__base {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.menu__item {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 70px;
    border-radius: 50%;
    padding: 5px;
    background-color: var(--white);
    border: none;
    z-index: -1000;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu__item>img {
    width: 100%;
}

.menu__item--0 {
    transition: .35s ease;
    left: calc(50% - 30px);
}

.menu__item--1 {
    transition: .35s ease .1s;
    left: calc(50% - 30px);
}

.menu__item--2 {
    transition: .35s ease .2s;
    right: calc(50% - 30px);
}

.menu__item--3 {
    transition: .35s ease .3s;
    right: calc(50% - 30px);
}

.is-rotate {
    transform: rotateZ(225deg);
    background-color: var(--green);
}

.item-0 {
    top: 75px;
    left: calc(50% - 75px);
    opacity: 1;
}

.item-1 {
    top: 105px;
    left: calc(50% - 45px);
    opacity: 1;
}

.item-2 {
    top: 105px;
    right: calc(50% - 45px);
    opacity: 1;
}

.item-3 {
    top: 75px;
    right: calc(50% - 75px);
    opacity: 1;
}

/* Custom Icons Here */
.icon-shoptech-contact::before {
    content: '';
    background-image: url(/themes/shoptech/img/icon-contact.png);
    background-size: 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: flex;
}

.icon-shoptech-user::before {
    content: '';
    background-image: url(/themes/shoptech/img/icon-user.png);
    background-size: 15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

.icon-shoptech-cart::before {
    content: '';
    background-image: url(/themes/shoptech/img/header/icon-cart.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: flex;
}

.icon-shoptech-cam::before {
    content: '';
    background-image: url(/themes/shoptech/img/header/icon-cart.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: flex;
}

.icon-shoptech-search::before {
    content: '';
    background-image: url(/themes/shoptech/img/header/icon-search.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: flex;
}

.icon-shoptech-wishlist::before {
    content: '';
    background-image: url(/themes/shoptech/img/header/icon-wishlist.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: flex;
}

/* Body Changes */
body .container {
    max-width: 1430px !important;
}

body .container-header {
    background-color: transparent !important;
}
#cube_page {
    transform: none !important;
}
#cube_page > figure {
    transform: none !important;
}
#cube_page div#page {
    background: #DED3B8;
    background: linear-gradient(180deg, rgba(222, 211, 184, 1) 0%, rgba(252, 249, 242, 1) 31%, rgba(252, 249, 242, 1) 100%);
    padding-top: 268px;
}
#cube_page .header-container.bg-yellow-gradient {
    background: transparent;
}

/* Header */

div#cube_page #page header#header .container-header > .text-center > a {
    position: absolute;
    left: calc(50% - 125px);
    top: 0;
    width: 250px;
}
div#cube_page header#header,
div#cube_page header#header * {
    transition: .2s;
}
div#cube_page header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .2s;
    z-index: 99999;
    background: transparent;
    max-width: 100vw;
}
div#cube_page.sticky header#header {
    box-shadow: 0px 0px 10px;
    background: #DED3B8;
    background: linear-gradient(180deg, rgba(222, 211, 184, 1) 0%, rgba(252, 249, 242, 1) 100%);
}
div#cube_page.sticky #page header#header .container-header > .text-center > a img {
    max-width: 100%;
    height: auto;
    margin: 0 !important;
}

div#cube_page.sticky header#header .container.container-header > div {
    display: flex;
    justify-content: space-between;
}

div#cube_page.sticky header#header .container.container-header{
    height: 100px;
}

div#cube_page header#header .container.container-header div#menu-container {
    left: 98%;
    transform: translateX(-110%);
    width: max-content;
    right: unset;
    top: 50px;
}
div#header_hooks {
    position: absolute;
    right: 0;
    top: 62px;
}
.sticky div#header_hooks {
    top: 25px;
}
div#cube_page header#header .container.container-header div#prices {
    position: absolute;
    right: 12.5%;
    top: 25px;
}
div#cube_page.sticky header#header .container.container-header div#menu-container {
    top: 18px;
    animation: moveLeft 1s forwards ease;
    animation-delay: 0.5s; /* ⏳ Delay before it starts */
}

.header_left {
    height: 61px;
    position: relative;
    top: 50px;
}

.profile-menu {
    display: none;
    flex-direction: column;
    text-align: left;
    gap: 5px;
    position: absolute;
    margin: auto;
    right: 0;
    top: 100%;
    min-width: 100px;
    width: max-content;
    border: none;
    box-sizing: content-box;
    z-index: 1;

    border-radius: 10px;
    background-color: #ded3b8;
    box-shadow: 0px 0px 10px;

    @media screen and (max-width: 1399px) {
    }
    div {
        display: flex;
        position: relative;
        flex-direction: column;
        padding: 15px;
    }
    a {
        font-size: 16px;
        text-decoration: none;
        color: black;
        padding: 5px 10px;
    }
    /* a.close_btn_user {
        position: absolute;
        cursor: pointer;
        top: -5px;
        right: -5px;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: var(--blue);
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        line-height: 1px;
        color: #fff;
    } */
}

/* .account_trigger_wrapper:hover .profile-menu,
.account_trigger_wrapper:active .profile-menu {
    display: flex;
} */

.sticky .header_left {
    position: absolute;
    right: 47px;
    width: auto !important;
    top: -9px;
    bottom: 0;
    margin: auto;
}

.account_trigger,
.search_trigger {
    width: 32px;
    height: 32px;
}

#search-modal {
    width: 100%;
    max-width: max-content;
    background-color: transparent;
    border: 0;
    margin-top: 33vh !important;
    form {
        border-color: #ded3b8 !important;
        background-color: rgba(0, 0, 0, 0.4);
    }
    input {
        height: 50px;
        width: 310px;
        font-size: 1.2rem;
        line-height: 1.2;
        color: #ded3b8;
    }

    input::placeholder {
        color: #ded3b8;
    }
}

#search-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.language-dropdown {
    cursor: pointer;
}

.sticky .language-dropdown {
    display: none;
}

.language-switcher {
    gap: 5px;
    
    img {
        max-height: 20px;
    }
}

.small_header {
    z-index: 100000;
    gap: 50px;

    .account_trigger {
        width: 20px;
        height: 20px;
    }
}

body.show-cart-popup .small_header {
    z-index: 0;
}

.cart-popup-title {
    font-size: 20px;
}

.footer-bar {
    @media screen and (min-width: 992px) {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1400px) {
    #search-modal {
        margin-top: 13em !important;
    }
}


/* header animation */

@media screen and (min-width: 1400px) {
    div#cube_page.sticky #page header#header .container-header > .text-center > a {
        animation: shrinkAndMove 1s forwards ease;
    }
    @keyframes shrinkAndMove {
        0% {
          width: 200px;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
        }
        50% {
          width: 75px;
          left: 50%;
          top: 15px;
          transform: translateX(-50%);
        }
        100% {
          width: 75px;
          left: 0;
          top: 15px;
          transform: translateX(0);
        }
    }
    @keyframes moveLeft {
        0% {
            left: 90%;
            transform: translateX(-100%);
        }
        50% {
            left: 10%;
            transform: translateX(0);
        }
        100% {
            left: 10%;
          transform: translateX(0);
        }
    }
}

@media screen and (max-width: 1399px) {
    div#cube_page.sticky #page header#header .container-header > .text-center > a {
        animation: shrinkAndMove .3s forwards ease;
    }
    div#cube_page #page header#header .container-header > .text-center > a img.logo {
        max-height: 150px !important;
        width: max-content !important;
    }
    @keyframes shrinkAndMove {
        0% {
          width: 200px;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
        }
        100% {
          width: 75px;
          left: 50%;
          top: 15px;
          transform: translateX(-50%);
        }
    }
    div#cube_page header#header .container.container-header div#menu-container {
        top: 38px !important;
        position: absolute;
        left: 0;
        transform: none;
    }
    div#cube_page.sticky header#header .container.container-header div#menu-container {
        top: 33px !important;
    }
    div#cube_page header#header .container.container-header div#prices {
        display: none !important;
    }
    div#header_hooks {
        top: 35px;
        right: 4%;
    }
}


@media screen and (max-width: 1399px) and (min-width: 1000px) {
    div#cube_page #page header#header .container.container-header div#menu-container {
        top:  16px !important;
    }
    div#cube_page.sticky #page header#header .container.container-header div#menu-container {
        top: 20px !important;
    }
    div#cube_page header#header .container.container-header div.prices span {
        font-size: 16px;
    }
    div#cube_page header#header .container.container-header div.prices.prices-left {
        right: 30% !important;
    }
    div#cube_page header#header .container.container-header div.prices{
        top: 34px !important;
    }
    div#header_hooks {
        top: 16px !important;
    }
    .sticky div#header_hooks {
        top: 30px !important;
    }
}
@media screen and (max-width: 600px) {
    body div#page {
        padding-top: 116px !important;
    }
    div#cube_page #page header#header .container-header > .text-center > a img.logo {
        max-height: 100px !important;
    }
    div#cube_page.sticky #page header#header .container-header > .text-center > a {
        animation: shrinkAndMove .3s forwards ease;
    }
    @keyframes shrinkAndMove {
        0% {
          /* width: 200px; */
          /* left: 50%; */
          /* top: 0; */
          /* transform: translateX(-50%); */
        }
        100% {
          /* width: 75px; */
          /* left: 50%; */
          /* top: 5px; */
          /* transform: translateX(-50%); */
        }
    }
}
@media screen and (max-width: 768px) {
    div#cube_page header#header .search_trigger {
        display: none;
    }
    div#header_hooks .account_trigger_wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    div#cube_page header#header .container.container-header div#menu-container {
        /* top: 14px !important; */
        gap: 0;
    }
    div#header_hooks {
        /* top: 14px !important; */
        gap: 0;
    } 
}
/* header animation end */


/* animation end */

.header-container header .nav {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
    border-width: 1px;
    border-image-slice: 1;
}

.header-container header .row #header_logo {
    height: unset !important;
}

.header-container header .nav {
    background-color: white !important;
}

#header .shopping_cart {
    margin-top: 45px;
}

/* Nav/Mega Menu */
.iqitmegamenu-wrapper #iqitmegamenu-horizontal {
    background-color: transparent !important;
}
    #iqitmegamenu-mobile #iqitmegamenu-shower span {
        display: none;
    }
    #page #iqitmegamenu-mobile #iqitmegamenu-shower {
        border: none !important;
        padding: 0 !important;
        background: transparent !important;
        width: auto;
    }

.header-container .cbp-hrmenu>ul {
    justify-content: center;
    display: flex;
}

.header-container .cbp-hrmenu>ul>li {
    padding: .5rem 0;
}

.header-container .cbp-hrmenu>ul>li a span.cbp-tab-title {
    text-transform: none;
}

.header-container .cbp-hrmenu>ul>li a {
    background-color: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    text-decoration: none;
}

/* IqitContent */
.iqitcontent-element-id-44 .iqitcontent-column-inner>div.d-flex,
.iqitcontent-element-id-44,
.iqitcontent-element-id-37,
.iqitcontent-element-id-38 {
    margin-top: 0 !important;
}

.iqitcontent-element-id-39,
.iqitcontent-element-id-43 {
    height: 100%;
    margin-top: 0 !important;
}

.iqitcontent-element-id-42 .iqitcontent-column-inner>div.d-flex {
    background: #B8E1E2;
}

.iqitcontent-element-id-39 .iqitcontent-column-inner>div.d-flex {
    background: #95B7D1;
    height: 100%;
}

.iqitcontent-element-id-40 .iqitcontent-column-inner>div.d-flex {
    background: #A2ACD1;
}

.iqitcontent-element-id-39 {
    margin-bottom: 10px !important;
}

.iqitcontent-element-id-40 {
    margin-top: 10px !important;
}

.iqitcontent-element-id-42 {
    padding-right: 5px;
}

.iqitcontent-element-id-43 .banner-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.iqitcontent-element-id-38 {
    display: flex;
    flex-direction: column;
}

.iqitcontent-element-id-38 .iqitcontent-column-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iqitcontent-element-id-44 .banner-img {
    justify-content: center;
    display: flex;
}

.banner-information {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    padding: 0 10px;
}

.banner-img {
    width: 50%;
}

.categoryheading {
    font-family: 'Playfair Display;', serif;
    font-size: 18px;
    background: linear-gradient(to bottom, #2B0D2E, #75517D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    color: #2c2c2c;
    margin: 40px 0 20px 0;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.categorydesc {
    font-family: 'Playfair Display;', serif;
    font-size: 15px;
    background: linear-gradient(to bottom, #2B0D2E, #75517D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: left;
    color: #2c2c2c;
    margin: 40px 0 20px 0;
    line-height: 1.3;
    letter-spacing: 1px;

}

.banner-information h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-transform: none;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-information p {
    font-size: 19px;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    color: #555;
}

.banner-information .banner-btn a {
    background: #5BCBCC;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #000000 !important;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 700;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: none !important;
}

.banner-information .banner-btn {
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/*Header section*/
.st-list-row {
    padding: 0;
}

.st-icon-list {
    list-style-type: none;
    font-size: 16px;
    line-height: 16px;
}

/*Cube animation*/
@media(max-width: 999px) {
    body header#header>div:nth-child(3) {
        border-bottom: 0;
        box-shadow: none;
    }

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        text-shadow: 0px 0px 13px #ffeed6;
    }
}

    label.select-label {
        display: block;
        text-transform: uppercase;
        padding: 1.1em 1.5em;
        letter-spacing: 1px;
        text-align: right;
        background: #40C8C4;
        color: #f2f2f2;
        cursor: pointer;
        box-shadow: 0 0px 20px 0 rgba(25, 42, 119, 0.4);
    }

    label.select-label .glyphicon {
        font-size: 0.9em;
        text-align: right;
        margin-right: 20px;
    }

    ul {
        list-style-type: none;
    }

    .move-left {
        margin-left: 0px !important;
        opacity: 1 !important;
    }

    #header_links {
        display: none !important;
    }

    body .header-container header .nav {
        border: 0;
        text-align: center;
    }

    body .header-container header .nav p {
        width: 100%;
    }

}

figure:nth-child(1) {
    display: none;
}

.tnt-search-mobile {
    margin: 0 auto;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease-out;
    background: #fff;
    /* overflow: hidden; */
}

.tnt-search-mobile #search_tnt_top {
    margin: 0 auto;
}

.tnt-search-mobile #search_tnt_top #tntSearchQuery {
    border-radius: 22px;
    padding: 10px 20px;
    box-shadow: 0 5px 7px -7px #000;
    border: 1px solid var(--blue);
}

.search_show {
    max-height: 50px !important;
    opacity: 1 !important;
    transition: all 0.5s ease-out;
    padding-top: 5px;
    padding-bottom: 5px;
}

#desktop-header #tntSearchQuery {
    border-radius: 16px !important;
    border-color: var(--blue) !important;
}

.tnt-search-desktop.hide-desktop-search {
    /* max-width: 0; */
    opacity: 0;
    transition: all 0.2s ease-out;
}

.tnt-search-desktop {
    transition: all 0.5s ease-out;
    padding-left: 10px;
    max-width: 320px;
    max-height: 100%;
    top: -5px;
}

#iqitmegamenu-horizontal.cbp-sticky {
    opacity: 1;
    background: #fff !important;
}

.transform-none {
    transform: none !important;
    transform-style: unset !important;
}


.logo-sticky {
    position: absolute;
    bottom: 45px;
    z-index: 2;
    width: 160px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

#mh-sticky.sticked .logo-sticky {
    display: block;
}

#mh-sticky.sticked .mobile-main-wrapper {
    display: none;
}

header .mobile-condensed-header #mh-sticky.sticked {
    background: transparent;
    box-shadow: none;
}

#shopping_cart_container.stickCart {
    right: unset !important;
}

header#header>div:nth-child(3) {
    background: #fff;
    box-shadow: 0px 2px 10px rgb(228 228 228);
    border-image-source: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
    border-bottom: 4px solid;
    border-width: 1px;
    border-image-slice: 1;
}

body #shopping_cart_container .more_info {
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    width: 18px;
    padding: 0;
    height: 18px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    top: -3px;
    right: 0px;
}

/*Topbar*/
.top-right-content #languages-block-top,
.top-right-content #currencies-block-top {
    float: none;
}

.top-right-content {
    display: flex;
    align-items: center;
}

.top-right-content #languages-block-top div.current div:after,
.top-right-content #currencies-block-top div.current div:after {
    content: url(../../img/header/icon-arrow-down.png);
}

/* FAQ Footer */
#faqs {
    .border {
        border-color: var(--light-yellow) !important;
    }

    .rounded {
        border-radius: 10px !important;
    }

    ul {
        @media screen and (min-width: 992px) {
            grid-template-columns: auto auto auto;
        }

        @media screen and (min-width: 1200px) {
            grid-template-columns: 394px 394px 394px;
        }
    }

    li {
        background-color: #FCF9F2;

        > label {
            cursor: pointer;
        }

        > div {
            display: none;
        }
    }

    li:has(input:checked) {
        > div {
            display: block;
        }
    }
}

/*Footer*/
#page .footer-container .footer-container-inner1 {
    display: none;
}

#page .footer-container {
    margin-top: 30px;
    position: relative;
}

#page .footer-container .footer-container-inner {
    background: #DED3B8;
    background: linear-gradient(180deg, rgb(134 121 88) 0%, rgb(223 212 185) 55%);

    a {
        text-decoration: none;
    }

    .rounded {
        border-radius: 10px;
    }

    #newsletter_block_left {
        background-color: #726441;
        border-radius: 10px !important;
        padding: 5px !important;

        button {
            padding: 0 !important;
            height: auto !important;
            min-height: unset !important;
            background: none !important;
        }
        input {
            margin-bottom: 0;
            max-width: 96% !important;
        }
    }
}
footer#footer > div:nth-child(2) {
    justify-content: space-between;
}
footer#footer > div:nth-child(2) > p:nth-child(2) {
    line-height: 2 !important;
    font-size: 17px;
    margin: 0;
}

#page .footer-container .footer-container-inner,
#page .footer-container .footer-container-inner #block_contact_infos>div ul li i,
#page .footer-container .footer-container-inner h4,
#page .footer-container .footer-container-inner h4 a,
#page .footer-container .footer-container-inner h4 a:link,
#page .footer-container .footer-container-inner h4 a:hover,
#page .footer-container .footer-container-inner a,
#page .footer-container .footer-container-inner a:link,
#page .footer-container .footer-container-inner .bullet li a:before {
    color: var(--text) !important;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

#page .footer-block h4,
#page .footer-block h4 a {
    font-weight: 500 !important;
}

.footer-container .toggle-footer {
    margin-top: 30px;
}

#page .footer-container #footer .bullet li {
    border: 0;
}

#page .footer-container #footer .bullet li a,
#page .footer-container #footer1 .bullet li a {
    padding-left: 0;
    text-transform: none;
}

#page .footer-container #footer .bullet li a:before,
#page .footer-container #footer1 .bullet li a:before {
    display: none;
}

/*Homepage*/
.blue-heading {
    color: var(--blue);
    font-weight: 700;
    text-transform: none;
    font-size: 30px;
    line-height: 35.84px;
}

.blue-title {
    color: #153092;
    font-weight: 900;
    text-transform: none;
    font-size: 55px;
    line-height: 70px;
}

#page .green-btn {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    background: #5BCBCC;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    color: #FFFFFF !important;
    padding: 5px;
    white-space: nowrap;
}

.box-border {
    background: #FAFAFA;
    border: 2px solid #FFFFFF !important;
    box-sizing: border-box;
}

.big-banner-text {
    
    margin-bottom: 0px;
    text-stroke: 2px #52432f;
    -webkit-text-stroke: 1px #2B0D2E;
    align-self: stretch;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(
180deg
, #a77837 0%, #f1e1cc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
text-shadow: 0px 1px 20px #dbaa65;

    @media screen and (min-width: 1024px) {
        text-stroke: 2px #2B0D2E;
        -webkit-text-stroke: 2px #2B0D2E;
        font-size: 46px;
text-shadow: 0px 1px 20px #dbaa65;
    }
}

.iqitcontent-element-id-22 .iqit-fullwidth-content {
    width: 100%;
}

.iqitcontent-element-id-23 {
    padding: 0;
}

#page #columns .iqitcontent-element-id-22 .nav-tabs>li>a {
    color: #fff !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 10px 15px;
}

#page #columns .iqitcontent-element-id-22 .nav-tabs>li {
    text-align: center;
    position: relative;
    z-index: 2;
    width: calc(100%/3);
}

/* #page .iqitcontent-element-id-22 .nav-tabs ul a.active:before {
content: url(../../img/icon-active.png);
position: absolute;
bottom: -16px;
left: 50%;
transform: translateX(-50%);
} */
.append-arrow {
    content: url(../../img/icon-active.png);
    position: absolute;
    bottom: 0;
    z-index: 2;
    transition: all 0.3s;
}

#page #columns .iqitcontent-element-id-22 .nav-tabs>li>a:hover {
    background: transparent !important;
}

.iqitcontent-element-id-22 .nav-tabs {
    /* background: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25); */
    display: flex;
    justify-content: space-around;
    padding: 11px;
    border-bottom: 0;
    position: relative;
}

.iqitcontent-element-id-22 .nav-tabs:before {
    content: "";
    background: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
    display: block;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    z-index: 1;
}

/*Product Listing*/
#page .product_list.grid>li {
    max-width: calc(100%/5);
    width: 100%;
    transition: all 0.3s;
    flex: unset;
    height: 320px;
}

.show-left-column #page .product_list.grid>li,
.show-right-column #page .product_list.grid>li {
    max-width: calc(100%/4);
    width: 100%;
    transition: all 0.3s;
    flex: unset;
    height: 320px;
}

.show-left-column.show-right-column #page .product_list.grid>li {
    max-width: calc(100%/3);
    width: 100%;
    transition: all 0.3s;
    flex: unset;
    height: 320px;
}


#page .product_list.grid .product-list-style3 .product-container,
#page .product_list.grid .product-list-style2,
#page .product_list.grid .product-list-style1 .product-container {
    min-height: 290px;
}

#page .product-container .product_img_link img {
    border: 0;
    box-shadow: 8px 12px 20px 0px #b3a588;
}

#page .product-container .right-block .product-name {
    font-size: 14px;
    line-height: 29px;
    color: var(--text) !important;
}

#page .product-list-style1 .product-container .right-block .product-name-container {
    height: 30px;
}

#page .product-list-style1 .product-container .right-block .product-name-container {
    height: 20px;
}

#page .product-container .right-block .button-container a {
    background: transparent !important;
    box-shadow: none;
    /* border-radius: 6px; */
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 10px;
    width: 170px;
    margin: 0 auto;
    position: relative;
    height: 30px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

#page .product-container .right-block .button-container .add-to-cart-price {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    /* background: #2b0d2e; */
    /* border: 3px solid transparent !important; */
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    display: block;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); */
}
#page .product-container .right-block .button-container a .add-to-cart-price .pl-1 {
    display: none;
}
.ajax_block_product .add-to-cart-price>div:last-child {
    /* width: 100% !important; */
}
.pl-quantity-input-wrapper,
span.product-reference {
    display: none !important;
}
/* #page .product-container .right-block .button-container .add-to-cart-price::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 5px solid #fff;
    border-radius: 5px;
} */
#page .product_list.grid>li .right-block .add_to_cart_wrapper .lnk_view {
    width: 100%;
    box-shadow: none;
    border: none;
    height: auto;
}
#page .product_list.grid>li .right-block .add_to_cart_wrapper .lnk_view:hover {
    background: none;
}
#page .product_list.grid>li .right-block .add_to_cart_wrapper .lnk_view .add-to-cart-price {
    gap: 10px;
    flex-wrap: nowrap;
}
#page .product_list.grid>li .right-block .add_to_cart_wrapper .lnk_view .add-to-cart-price .preview_story {
    width: 30%;
}
#page .product_list.grid>li .right-block .add_to_cart_wrapper .lnk_view .add-to-cart-price .gotoproduct {
    width: calc(70% - 10px);
    background: #2b0d2e !important;
    opacity: 1;
    height: auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 3.7px 0;
}
#page .product_list.grid>li .right-block .add_to_cart_wrapper .lnk_view .add-to-cart-price .preview_story {
    width: 30%;
    background: #ded3b8;
    color: #2b0d2e;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#page .product_list.grid>li .right-block .add_to_cart_wrapper .lnk_view .add-to-cart-price .preview_story > img {
    max-width: 20px;
}
#page .product-container .right-block .button-container .d-flex {
    border-radius: 6px;
    border-width: 4px !important;
    position: relative;
}

#page .product-container .right-block .button-container a .add-to-cart-price {
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#page .product_list.grid>li .right-block .add_to_cart_wrapper a.button .add-to-cart-price>div.preview_story {
    width: 30%;
}

/*Have a seat*/
.section-have-a-seat .bg-chair {
    background: url(../../img/home/chair.jpg);
    background-size: cover;
    height: 730px;
    width: 100%;
    background-repeat: no-repeat;
}

.bg-chair h3 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: var(--text);
    max-width: 455px;
    text-transform: none;
}

.text-gradient {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    text-transform: none;
    background: linear-gradient(89.91deg, #5BCBCC 41.15%, #142E92 59.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-bg {
    background: linear-gradient(88.85deg, #5BCBCC 0.55%, #132D91 100%);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

/*Section brands*/
.section-brands {
    margin-top: 50px;
}

/*Product Listing*/
#page .product-list-style1 .new-label,
#page .product-list-style2 .new-label {
    position: absolute;
    color: #ffffff !important;
    background: var(--new) !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 0;
    padding: 5px;
    text-transform: none;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page .product-list-style1 .sale-label,
#page .product-list-style2 .sale-label {
    color: #ffffff !important;
    background: var(--sale) !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 0;
    padding: 5px;
    text-transform: none;
    width: 50px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page .star_content {
    width: 80px;
    padding: 0;
}

#page .star {
    width: 14px;
    opacity: 1;
}

#page .star:after {
    content: url(../../img/product-list/icon-star-nofill.png);
}

#page .star.star_on:after {
    content: url(../../img/product-list/icon-star.png);
    opacity: 1;
}

#page .functional-buttons div.quickview a:before {
    background: url(../../img/product-list/icon-view.png);
    width: 17.6px;
    height: 12px;
    font-size: unset;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page .functional-buttons div.wishlist a:before {
    background: url(../../img/product-list/icon-wishlist.png);
    width: 18px;
    height: 14px;
    font-size: unset;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page .functional-buttons div.compare a:before {
    background: url(../../img/product-list/icon-compare.png);
    width: 15px;
    height: 15px;
    font-size: unset;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page .functional-buttons-grid {
    opacity: 1;
    visibility: visible;
    border: 0;
    background: transparent;
    width: 25px;
    position: absolute;
    right: 4px;
    top: 5px;
    height: 85px;
    display: none;
}

#page .functional-buttons>div {
    padding: 1px;
    border: 0 !important;
    position: relative;
    height: 22px;
    width: 22px;
    border-radius: 20px;
    margin: 0 auto 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: unset;
}

#page .functional-buttons>div a {
    display: flex;
}

#page .functional-buttons>div a:before {
    padding: 0;
    border: 0 !important;
    position: relative;
    margin-right: 0;
}

#page .functional-buttons div a span {
    position: absolute;
    left: 0;
}

#page .functional-buttons div a span {
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 14px;
    color: #555555;
    width: auto;
    background: rgb(255 255 255 / 0.8);
    z-index: 2;
    padding: 2px 3px;
    top: 3px;
    text-align: right;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
    left: unset;
}

#page .functional-buttons>div>a:hover span {
    opacity: 1;
    right: 25px;
}

#page .product-list-style1 .price-reduction-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--sale);
    border-radius: 3px;
    width: 170px;
    margin: auto;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    max-height: 0;
    transition: all 0.3s;
    opacity: 0;
    padding: 0 5px;
}

#page .ajax_block_product .button-container {
    overflow: visible;
}

.manufacturer-container a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--text) !important;
}

/* #page ul.product_list li:hover {
transform: scale(1.1);
} */

#page .sizesmobile_toggle {
    display: none;
}


/* #page .product_list.grid > li:hover .product-container {
position: absolute;
background: #f7f7f7;
/* width: 100%;
z-index: 4;
} */

.product_name_discount>div:first-child {
    text-align: left;
}

.product_name_discount>div:last-child {
    text-align: right;
}

.iqitcontent-column-inner .tab-content .tab-pane.active {
    transition: all 0.5s;
}

/*Responsive switcher*/
.responsive_switcher {
    position: fixed;
    top: 25%;
    right: 0;
    display: block;
    z-index: 99999999;
    background: #153093;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
    text-align: center;
    width: 50px;
    transition: all 0.5s ease-in;
}

.responsive_switcher:hover {
    width: 212px;
    transition: all 0.3s ease-out;
}

.responsive_switcher .responsive-options {
    display: flex;
    align-items: center;
    margin: 0;
}

.responsive_switcher .responsive-options li {
    padding: 10px 15px;
    cursor: pointer;
}

.responsive_switcher .responsive-options li img {
    max-width: none;
}

/*Left Sidebar*/
#page #left_column .block {
    background-color: transparent;
}

#page #left_column {
    background: #FFFFFF;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
}

#page #left_column .block .title_block {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--text) !important;
    border: 0 !important;
}

#page #left_column .block li,
#page #left_column .block li a {
    font-size: 16px;
    line-height: 19px;
    border: 0;
    /* padding-left: 0; */
    color: var(--text);
    padding-bottom: 0;
    margin-bottom: 5px;
}

#page #left_column .block li a:before {
    display: none;
}

#page #left_column .block_content.products-block ul li {
    width: 148px;
    text-align: center;
    display: inline-block;
}

#page #left_column .block_content.products-block ul li .product-name {
    font-size: 14px;
    line-height: 16px;
    text-transform: unset;
}

#page #left_column .price-reduction-block {
    font-size: 12px;
    line-height: 14px;
    background: var(--sale);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 0 4px;
    align-items: center;
    margin-bottom: 4px;
}

#page #left_column .price-reduction-block .price-percent-reduction {
    background: transparent !important;
    padding: 0;
}

#page #left_column .price-box .price {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    background: linear-gradient(#fff, #fff), linear-gradient(to right, #142E92, #5BCBCC);
    border: 3px solid transparent;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    display: block;
    margin-top: 2px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

#page #left_column .product-price,
#page #left_column .special-price {
    border-radius: 6px;
    border-width: 4px !important;
    position: relative;
}

#page #left_column .product-price a,
#page #left_column .special-price a {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 21px !important;
    color: var(--new) !important;
}

#page #left_column .block_content {
    padding: 0;
}

#page #left_column .product-price::before,
#page #left_column .special-price::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 5px solid #fff;
    border-radius: 5px;
}

#page #left_column #special_block_right li,
#page #left_column #new-products_block_right li,
#page #left_column #viewed-products_block_left li {
    padding: 0 7px;
}

#page #left_column #layered_block_left_wrapper .layered_price,
#page #left_column #layered_block_left>.title_block {
    display: none !important;
}

#page #left_column .block .products-block .product-name {
    font-size: 16px !important;
    line-height: 19px !important;
    color: var(--text) !important;
    text-transform: unset !important;
    display: block;
    overflow: hidden;
    height: 20px;
}

/*Page heading*/
#page .page-heading {
    font-weight: bold;
    font-size: 34px !important;
    line-height: 40px !important;
    color: var(--blue) !important;
    border: 0;
    display: block;
    width: 100%;
}

#page .page-heading span.heading-counter {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    color: #6F6F6F;
}

/*Page description*/
#page .cat_desc.cat_desc_container {
    background: #FFFFFF;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
    border: 0;
    padding: 25px 30px;
    font-size: 16px;
    line-height: 19px;
    color: var(--text);
    margin-bottom: 75px;
}

/*bottom pagination*/
#page .bottom-pagination-content {
    border: 0;
}

/*Breadcrumbs*/
#page .breadcrumb {
    font-size: 12px;
    line-height: 14px;
    color: #6F6F6F !important;
    background: transparent !important;
}

#page .breadcrumb a:after {
    display: none;
}

#page #productsnavpn {
    display: none;
}

#page .breadcrumb .navigation-pipe {
    width: 10px;
    display: inline-block;
    text-indent: unset;
    margin-left: 5px;
}

/*sort pagibar*/
#page .content_sortPagiBar .sortPagiBar {
    border: 0;
}

#page .productsSortForm {
    display: block !important;
}

.product_sort_btn ul {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.product_sort_btn ul li p,
#page .view-and-count ul li p {
    font-size: 12px;
    line-height: 14px;
    color: #6F6F6F;
    padding-top: 3px;
    margin-bottom: 0;
}

.product_sort_btn ul li {
    text-align: center;
    cursor: pointer;
}

#page .productsSortForm {
    display: none !important;
}

#page .content_sortPagiBar .sortPagiBar {
    border: 0;
    display: flex;
}

#page .content_sortPagiBar .view-and-count {
    float: none;
    width: 20%;
}

#page .content_sortPagiBar .view-and-count ul {
    display: flex;
    justify-content: space-around;
}

.product_sort_btn {
    width: 80%;
}

.text-underline {
    text-decoration: underline;
}

/*List*/
#page .product_list.list .addToCartFormWrapper {
    background: transparent;
}

#page .product_list.list>li {
    width: 100%;
}

#page .product_list.list>li .functional-buttons {
    display: flex;
    justify-content: center;
}

#page .product_list.list>li .functional-buttons>div {
    margin: 0 10px 15px;
}

#page .product_list.list .functional-buttons div a span {
    top: -20px;
    left: 50% !important;
    transform: translateX(-50%);
    right: unset;
}

#page .product_list.list .product-container {
    padding: 0;
    margin: 5px 0;
}

#page ul.product_list.list>li .comments_note .empty_comments {
    display: block;
}

#page .product_list.list .star_content {
    margin-left: 5px;
}

#page ul.product_list.list>li .product-container .price-percent-reduction {
    display: none;
}

#page ul.product_list.list .price-reduction-content {
    max-height: 14px;
    opacity: 1;
    padding: 5px 5px 0;
}

#page .product_list.list .addToCartFormWrapper .combinationUl {
    display: inline-block;
}

#page .product_list.list .addToCartFormWrapper li.colorLi {
    border: 0 !important;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
    margin: 4px;
}

.hasMoreVariants {
    transition: all 0.3s;
    position: absolute;
    padding: 0 !important;
    text-transform: capitalize;
    background: #fff;
    width: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    font-size: 15px;
}

.product_list>li.has_more_variants:hover .hasMoreVariants {
    opacity: 1;
    pointer-events: auto;
}

.ajax_block_product .add-to-cart-price>div:last-child {
    overflow: hidden;
}

/*Inputs*/
#page .radio span.checked:before {
    background: #142E92;
    content: "";
    border-radius: 7px;
    height: 7px;
    width: 7px;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page div.radio,
#page div.radio span,
#page div.radio input {
    width: 12px;
    height: 12px;
}

#page .attribute_label {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

#page .tnt-search-desktop input {
    padding: 5px 30px 5px 5px;
}

#page .tnt-search-desktop,
#page .tnt-search-mobile {
    position: relative;
}

#page .tnt-search-desktop .stnt_search_btn {
    color: #142e92;
    border: 0;
    position: absolute;
    top: 1px;
    right: 8px;
    height: 28px;
    width: 23px;
    background: transparent;
}

#page .tnt-search-mobile input {
    width: 100%;
}

#page .tnt-search-mobile .stnt_search_btn {
    top: 5px;
    color: #142e92;
    border: 0;
    position: absolute;
    right: 8px;
    height: 28px;
    width: 23px;
    background: transparent;
}

.tnt-search-mobile #search_tnt_top {
    max-width: 335px;
}

.tnt-search-mobile #search_tnt_top .stnt-input-c {
    position: relative;
}

.trigger-desktop-search {
    cursor: pointer;
}

.trigger-hide-desktop-seach {
    font-size: 35px;
    color: #616161;
}

#desktop-header .st-search {
    height: 40px;
}

.mw-160 {
    max-width: 160px;
}

.mw-400 {
    max-width: 400px;
}

.font-14 {
    font-size: 14px !important;
    line-height: 16px !important;
}

#center_column .bottom-pagination-content {
    opacity: 0;
}

.font-18 {
    font-size: 18px !important;
    line-height: 21px !important;
}

.add_to_cart_wrapper {
    position: relative;
    max-width: 170px;
    margin: 0 auto;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper .additionalbtns {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper .additionalbtns a.chkout {
    position: absolute;
    left: -200px;
    top: 0;
    color: #fff !important;
    background: #5BCBCC !important;
    padding: 7px;
    width: 50%;
    border-radius: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    transition: .3s;
    font-weight: 600;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.3;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper .additionalbtns a.cont {
    position: absolute;
    right: -300px;
    top: 0;
    color: #fff !important;
    background: #142e92 !important;
    padding: 7px;
    width: 50%;
    border-radius: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: .3s;
    font-weight: 600;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.3;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns a:before {
    display: none;
}

#page .product_list.grid>li .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns a.chkout {
    left: 0;
    z-index: 999999;
}

#page .product_list.grid>li .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns a.cont {
    right: 0;
    z-index: 999999;
}

#page .product_list.grid>li .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns {
    display: block;
    visibility: visible;
    opacity: 1;
}

/*Blockcart*/
#page #header .cart_block {
    top: 0;
    border: 0 !important;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    /* display: block !important; */
    background: #FFFFFF;
    background: linear-gradient(180deg,rgb(255, 255, 255) 50%, rgb(222, 211, 184) 100%);
    max-height: 100vh;
    max-width: 80vw;
    z-index: 999991;
}

#page #header #button_order_cart {
    color: #173595 !important;
    background: #fff !important;
    font-weight: 500;
    border-image-source: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%) !important;
    border-width: 2px;
    border-image-slice: 2 !important;
    border: 1px solid !important;
    border-radius: 5px;
}

/*header footer opacity*/
#page #header,
footer {
    opacity: 1 !important;
}

/*Buttons*/
body .button.button-small,
body .button.button-medium {
    background: #ece7bb !important;
    color: var(--blue) !important;
    border: 1px solid #ece7bb !important;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.51);
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .2s;
}

body .button.button-small:hover,
body .button.button-medium:hover {
    border-color: var(--blue) !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.51);
}

body div.star:after {
    color: #F38500 !important;
}

#page ul.footer_links {
    border: 0;
}

/*Wishlist*/
#mywishlist .box {
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #58C5CA, #fff);
    border: 1px solid transparent !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    padding: 15px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
}

#mywishlist h3 {
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555 !important;
}

#mywishlist .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #58C5CA !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    max-width: unset !important;
    margin-bottom: 10px;
}

#page input:focus,
#page textarea:focus,
#page select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.addcart-scroll {
    position: relative !important;
    top: 0 !important;
}

.hidden {
    display: none;
}

@keyframes slidebottom {
    to {
        top: 0;
        position: fixed;
    }
}

@keyframes slidetop {
    to {
        top: -175px;
    }
}

body #toTop {
    background: #143092;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    width: 40px;
    right: 5px;
}

body #toTop:before {
    font-size: 20px;
    top: -7px;
    position: relative;
}

#toTop.totop-showed {
    opacity: 1 !important;
}

#page .product-list-style1 .sale-label.reduced-label,
#page .product-list-style2 .sale-label.reduced-label {
    font-size: 11px;
    line-height: 10px;
}

.paymants_logos {
    padding-right: 55px;
}
#iqitmegamenu-mobile .iqitmegamenu-icon {
    background: #2b0d2e !important;
    color: #fff !important;
}
#iqitmegamenu-mobile span {
    color: #2b0d2e !important;
}
/* @media screen and (max-width: 1399px) and (min-width: 1000px) {
    div#cube_page header#header .container.container-header {
        font-size: 16px;
    }
    
    div#cube_page.sticky header#header .container.container-header > div > * {
        position: static !important;
    }
    div#cube_page.sticky header#header .container.container-header > div {
        display: grid;
        grid-template-columns: repeat(5, auto);
        align-items: center;
        padding: 5px 0;
    }
} */
@media screen and (max-width: 1000px) {
    #page #iqitmegamenu-mobile #iqitmegamenu-shower .container {
        padding: 0;
    }
    
    .sticky div#header_hooks {
        top: 30px !important;
    }
}
@media screen and (max-width: 600px) {
    div#cube_page.sticky header#header .container.container-header > div > * {
        position: static !important;
    }
    div#cube_page.sticky header#header .container.container-header > div {
        display: grid;
        grid-template-columns: repeat(4, 25%);
        align-items: center;
        padding: 5px 0;
    }
    div#cube_page.sticky header#header .container.container-header div#menu-container {
        grid-column: 1;
        grid-row: 1;
    }
    div#cube_page.sticky #page header#header .container-header > .text-center > a {
        grid-column: 2 / span 2;
        grid-row: 1;
        width: 100%;
    }
    .container-header img.logo {
        height: 150px;
        width: auto;
    }
    div#cube_page.sticky #page header#header .container-header > .text-center > a img {
        height: 75px;
    }
    div#cube_page.sticky header#header .container.container-header > div div#header_hooks {
        grid-row: 1;
        grid-column: 4;
    }
    div#cube_page.sticky header#header .container.container-header {
        height: auto;
    }
    div#cube_page header#header .container.container-header div.prices.prices-left {
        grid-column: 1 / span 2;
        grid-row: 2;
    }
    div#cube_page header#header .container.container-header div.prices.prices-right {
        grid-column: 3 / span 2;
        grid-row: 2;
    }
    footer#footer > div:nth-child(2) > p:nth-child(2) {
        line-height: 1.4 !important;
    }
    .footer-container #footer ul li a, .footer-container #footer1 ul li a {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
}

div#book_modal {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #000000d6;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    div#book_modal button { 
        display: inline-block;
    }
    
    .close-btn {
        position: fixed;
        z-index: 9;
        top: calc(3vw + 5px);
        left: calc(3vw + 5px);
        color: red;
        font-size: 20px;

        @media screen and (min-width: 1000px) {
            position: absolute;
            top: -30px;
            right: -12px;
            left: auto;
        }
    }

    #age_buttons_container {
        div#age_buttons button,
        #close_preview_btn button{
            background: #fff;
            border: none;
            padding: 10px;
            font-size: 16px;
            min-width: 100px;
        }

        #age_buttons_label span {
            font-weight: 600;
            color: #ffffff;
            font-size: 16px;
        }

        div#age_buttons_label {
            margin-block: 20px;
            color: #fff;
        }

        @media screen and (max-width: 999px) {
            position: sticky;
            width: 100%;
            background-color: rgba(0,0,0,0.5);
            bottom: 0;
            grid-template-areas:
                "label label"
                "ages close";

            #close_preview_btn {
                grid-area: close;
            }

            #age_buttons {
                grid-area: ages;
            }

            #age_buttons_label {
                grid-area: label;
                margin-block: 0;
            }

            div#age_buttons button,
            #close_preview_btn button {
                font-size: 15px;
                min-width: 70px;
            }
        }
    }

    @media screen and (max-width: 999px) {
        justify-content: flex-start;
        align-items: center;
        overflow: scroll;
        flex-direction: column;
        max-width: 94vw;

        /* (100vw - 94vw) / 2 */
        left: 3vw;
        top: 3vw;
        bottom: 3vw;
        right: 3vw;
    }
}

div#book_modal_wrap {
    width: 400 !important;
    height: 600px !important;

    @media screen and (max-width: 999px) {
        height: auto !important;
        width: 100% !important;

        > div {
            height: calc(100vw * 1.5) !important;
            width: 100% !important;
            position: relative;
            max-width: 580px;
            max-height: 870px;
            margin: 0 auto;
        }

        > .button-container {
            position: sticky;
            bottom: 15px;
            height: auto !important;
        }
    }
}

.hidden_important {
    display: none !important;
    opacity: 0 !important;
}
.cart_block dt {
    display: flex;
    align-items: center;
}
.cart_block dt .cart-info {
    width: 50%;
}
.cart_block dt div#cart_block_qty_edit {
    width: 25%;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 30px;
    align-self: end;
    gap: 0px;
}
.cart_block dt div#cart_block_qty_edit input {
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
}
.cart_block dt div#cart_block_qty_edit a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#iqitmegamenu-accordion_wrapper {
    overflow: scroll;
    position: fixed;
    z-index: 9999;
    top: 0;
    /* left: 0; */
    height: 100vh;
}
body ul#iqitmegamenu-accordion {
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(222, 211, 184) 100%);
    padding: 0;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: scroll;
    position: static;
    margin: 0;
}
@media screen and (max-height: 500px) {
    body ul#iqitmegamenu-accordion {
        height: auto;
    }
}
#iqitmegamenu-accordion li a:hover,
body #cbp-close-mobile:hover {
    color: #2b0d2e !important;
    background-color: transparent !important;
}
.cbp-spmenu-push-toright div#cube_page #page header#header .container-header > .text-center > a,
.cbp-spmenu-push-toright div#iqitmegamenu-mobile {
    display: none;
}
#iqitmegamenu-accordion.cbp-spmenu li ul, #cbp-close-mobile {
    background: transparent !important;
}
#iqitmegamenu-accordion li a, #cbp-close-mobile {
    color: #2b0d2e !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
body #iqitmegamenu-mobile .iqitmegamenu-icon {
    background: none !important;
    display: flex;
    flex-direction: column;
}
body #iqitmegamenu-mobile .iqitmegamenu-icon > img:nth-child(1n+2) {
    margin-top: -8px;
}
header .ajax_cart_quantity {
    position: static !important;
    background: transparent !important;
}
li#my_account_menu {
    /* position: absolute; */
    bottom: 20px;
    font-size: 12px;
    width: 100%;
    justify-content: space-between;
}
li#menu_logo {
    width: 100%;
    margin-bottom: 10vh;
    margin-top: 10vh;
}
li#menu_logo img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
li#cbp-close-mobile {
    position: absolute;
    right: 0;
    top: 0;
}
li#search_from_mobile {
    position: absolute;
    top: 6%;
    width: 100%;
}
li#search_from_mobile form {
    border: none !important;
}
li#search_from_mobile form input {
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0;
    padding: 0px 15px !important;
    font-size: 16px;
    font-weight: 600;
}
li#search_from_mobile form input:focus {
    box-shadow: none;
    border-width: 2px !important;
    border-color: #2b0d2e;
}
body ul#iqitmegamenu-accordion li:nth-child(3) a {
    font-weight: 700 !important;
    font-size: 18px;
}
.cart_block .cart-info .product-name a {
    line-height: 1;
}
