:root {
    --font-main: "DM Sans", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --main-secondary: #000;
    --main-secondary-light: #333;
    --bs-primary: var(--main);
    --grey-dark: var(--body-color);
    --bg-light: var(--main-lighter);
    --dark: var(--body-color);
    --bs-border-color: var(--grey) !important;
    --accent: #fcf1ef;
    --cta-green-dark: var(--cta-green);
    --bg-dark-opacity: rgb(34 34 34 / 84%);
    --hero-dark: rgb(34 34 34 / 30%);
    --hero-light: rgba(255, 255, 255, 0.35);
    --link-color: var(--main);
}

@media (min-width: 1550px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

html {
    scroll-behavior: smooth;
}

a,
button,
img,
input,
span,
.form-control,
.btn,
.btn:hover,
.card {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
    box-shadow: none;
}

a {
    text-decoration: none;
    color: var(--link-color);
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:hover,
.btn:focus,
.form-control:focus,
.form-check-input[type=checkbox],
.form_block input[type="checkbox"],
.btn:focus-visible,
.btn-close:focus,
input:focus-visible,
.accordion-button:focus,
#cancelModal .close {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

input[type="submit"] {
    border-width: 1px;
}

/* Global */
body {
    font: normal 300 1rem/1.6 var(--font-main);
    color: var(--body-color);
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--main-lighter);
}

/* colors  */
.text-color {
    color: var(--body-color) !important;
}

.text-light {
    color: var(--body-light) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-main {
    color: var(--main-dark) !important
}

.text-secondary {
    color: var(--main-secondary) !important;
}

.text-green {
    color: var(--cta-green);
}

.bg-light {
    background-color: var(--grey-light) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-dark-opacity {
    background-color: var(--bg-dark-opacity);
}

.bg-main {
    background: var(--main)
}

.bg-main-dark {
    background: var(--main-dark)
}

.bg-main-light {
    background: var(--main-light)
}

.bg-main-lighter {
    background: var(--main-lighter)
}

.bg-secondary {
    background: var(--main-secondary) !important;
}

.bg-secondary-light {
    background: var(--main-secondary-light);
}

.grey-light {
    background: var(--grey-bg);
}

.border-main {
    border: 1px solid var(--main)
}

.border-secondary {
    border: 1px solid var(--main-secondary);
}

.borderColor-main {
    border-color: var(--main) !important
}

.borderColor-light {
    border-color: var(--main-light) !important
}

.mt-n-25 {
    margin-top: -25px;
}

.rounded-100 {
    border-radius: 100px;
}

.rounded-full {
    border-radius: 100%;
}

/* sizes / fonts / titles */
.small,
small {
    font-size: .895em !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fw-800 {
    font-weight: 700 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

b,
strong,
.fw-600 {
    font-weight: 600 !important;
}

.fw-500,
.cookies-title {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-100 {
    font-weight: 100;
}

.lh-normal {
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--body-color);
    line-height: 1.2;
}

h1 {
    font-size: calc(1.5625rem + 2.75vw);
}

h2 {
    font-size: calc(1.3rem + 0.6vw);
}

h3 {
    font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3.075rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.625rem;
    }
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.page_title {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
}

.section_title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
}

.section_title-md {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 700;
}

.section_title-lg {
    font-size: 53px;
    margin-bottom: 25px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .section_title-lg {
        font-size: 45px;
    }

    .section_title-md {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section_title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .section_title-md {
        font-size: 34px;
        margin-bottom: 20px;
    }
}

.hero_title {
    font-size: 80px;
    line-height: 1.1;
}

@media (max-width: 1400px) {
    .hero_title {
        font-size: 68px;
    }
}

@media (max-width: 991px) {
    .hero_title {
        font-size: 55px;
    }
}


/* forms */
textarea {
    resize: none;
}

.form-control {
    border-radius: 10px;
}

label {
    margin-bottom: 3px;
    font-size: 16px;
}

.login-form label {
    font-weight: 500;
}

.form-check-input[type=checkbox],
input[type=checkbox] {
    border: 1px solid var(--body-color);
}

.form-control::-webkit-input-placeholder {
    color: var(--body-color);
}

.form-control::-moz-placeholder {
    color: var(--body-color);
}

.form-control:-ms-input-placeholder {
    color: var(--body-color);
}

.form-control::placeholder {
    color: var(--body-color);
}

.form-control {
    display: block;
    color: var(--body-color);
    width: 100%;
    border: 1px solid var(--main-secondary);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding: 15px;
    background: #fff;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
    border: 1px solid var(--main-secondary);
    background: transparent;
}

.form-check-input:checked {
    background-color: var(--main);
    border-color: var(--main);
}

.form-check-input:focus {
    border-color: var(--main-secondary);
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* buttons */
.btn,
[type=submit]:not(:disabled) {
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.btn:before {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 100%;
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: auto;
    transition: all 0.5s ease;
    z-index: 2;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 10%);
}

.btn:not(:hover):before {
    width: 0;
}

.btn.btn-primary,
[type=submit]:not(:disabled) {
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
[type=submit]:not(:disabled):hover,
[type=submit]:not(:disabled):focus,
:not(.btn-check)+.btn:active {
    border-color: var(--main-hover);
    background-color: var(--main-hover);
    color: #fff;
}

.btn.btn-main-light,
.btn.btn-main-light:hover,
.btn.btn-main-light:focus,
.btn.btn-main-light:active {
    border-color: var(--main-light);
    background-color: var(--main-light);
    color: var(--body-color);
}

.btn.btn-secondary {
    background-color: var(--main-secondary);
    border-color: var(--main-secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--main-secondary-light);
    border-color: var(--main-secondary-light);
    color: #fff;
}

.btn.btn-mix {
    color: #fff;
    background-color: var(--main-secondary);
    border: 5px solid var(--main-lighter);
}

.btn.btn-mix:hover,
.btn.btn-mix:focus,
.btn.btn-mix:active {
    background-color: var(--main-hover);
    color: #fff;
}

.btn.bg-white {
    border: 1px solid var(--main-secondary);
    color: var(--main-secondary);
}

.btn.bg-white:hover,
.btn.bg-white:focus,
.btn.bg-white:active {
    color: var(--main);
}

.btn.btn-sm {
    text-transform: none;
    border-radius: 50px;
    padding: 7px 23px;
}

.cat_link .btn.btn-icon,
.link_all {
    padding: 20px;
}

.cat_link .btn.btn-icon.bg-main-light:hover,
.cat_link .btn.btn-icon.bg-main-light:focus,
.cat_link .btn.btn-icon.bg-main-light:active {
    background-color: var(--main-light);
}

.link_all.btn.btn-icon.bg-main-lighter svg {
    stroke: var(--dark);
}

.link_all.btn.btn-icon.bg-main-lighter:hover,
.link_all.btn.btn-icon.bg-main-lighter:focus,
.link_all.btn.btn-icon.bg-main-lighter:active {
    background-color: var(--main);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.link_all.btn.btn-icon.bg-main-lighter:hover svg,
.link_all.btn.btn-icon.bg-main-lighter:focus svg,
.link_all.btn.btn-icon.bg-main-lighter:active svg {
    stroke: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cat_link .btn.btn-icon,
.cat_link .btn.btn-icon:before {
    border-radius: 100%;
}

.cat_link.ml--l {
    margin-left: -60px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cat_link.ml--l:hover {
    margin-left: -40px;
}

/* footer */
footer {
    line-height: 2;
}

footer.lh-sm {
    line-height: 1.5 !important;
}

footer h4 {
    font-size: 24px;
}

footer:not(.bg-main-dark) .nav-link {
    color: var(--main-secondary);
}

footer .nav-link:focus,
footer .nav-link:hover,
footer .nav-link.active {
    color: var(--main-dark);
}

footer.bg-main-dark .nav-link {
    color: #fff;
    opacity: 0.81;
}

footer.bg-main-dark .nav-link:focus,
footer.bg-main-dark .nav-link:hover,
footer.bg-main-dark .nav-link.active {
    color: var(--main-light);
    opacity: 1;
}

footer.nav-inline .nav-link {
    display: inline;
}

/* lang dropdown */
.lang_swicher .dropdown-item {
    font-size: 14px;
    padding: 2px 18px;
}

.lang_swicher .dropdown-item:active {
    background: var(--grey-light);
}

/* card */
.card {
    border-radius: 30px;
    border: 0;
    background: transparent;
    border-top-right-radius: 0;
}

.card:not(.single-faq) {
    border: 1px solid var(--main-secondary);
}

.card:not(.single-faq) h4,
.card:not(.single-faq) .card_title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 15px;
    text-align: center;
}

.card.single-faq {
    margin-bottom: 1.75rem !important;
}

.card.single-faq h5 a {
    color: var(--body-color);
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
    border-bottom: 1px solid var(--dark);
}

.card.single-faq .card-body {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

.card.single-faq .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: transparent;
}

/* modals */
.modal-content {
    background-color: var(--main-lighter);
    border-radius: 30px;
    border-top-right-radius: 0;
    overflow: hidden;
}

.modal-body {
    padding: 2rem;
}

.modal-header {
    border-bottom: 0;
}

.modal-dialog h4 {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 400;
}

#cancelModal .text-main {
    color: var(--body-color) !important;
}

#cancelModal .modal-header {
    padding: 1rem 2rem;
}

#cancelModal .modal-title {
    font-size: 24px;
    font-weight: 400;
}

#cancelModal .close {
    font-size: 30px;
    padding: 0;
    border: 0;
    background: transparent;
}

#subscription_type [type=submit]:not(:disabled) {
    display: block;
    margin: 0 auto;
}

#cancel-modal-locked .modal-header {
    border: 0 !important
}

#cancel-modal-locked .modal-title {
    width: 100%;
    padding: 1rem;
}

#cancel-modal-locked .modal-footer {
    justify-content: center;
    padding: 0 0 1.8rem !important;
    border: 0;
}

#subscription_id {
    background: transparent;
    padding: 0;
    margin: 1rem 0 0 0;
}

#subscription_id option.text-black {
    padding: 10px !important;
    cursor: pointer;
    border-bottom: 1px solid var(--grey-light) !important;
}

#subscription_id option.text-black:checked,
#subscription_id option.text-black:focus {
    background: transparent !important;
    font-weight: 600 !important;
}

@media (max-width: 800px) {
    #added-modal .modal-dialog {
        max-width: 95% !important;
    }
}

/* static pages and custom changes */
.static_content.justify {
    text-align: justify;
}

@media (min-width: 1550px) {
    .static_content .container {
        max-width: 1320px;
    }
}

.static_content h1 {
    display: none;
}

.faq .container.my-5 {
    margin: 0 !important;
}

/* cart */
.cart_page .subscribe-box {
    border: 0 !important;
    line-height: 18px;
}

.cart_page .subscribe-box h6 {
    font-weight: 400;
    margin-bottom: 5px;
}

.cart_page #standardDelivery1.mt-2 {
    margin-top: 3px !important;
}

.cart-price-breakdown #vatAccordion .accordion-button {
    background: var(--main-light) !important;
    font-weight: normal !important;
    text-transform: none !important;
}

/* cat home */
.cat_card img.card {
    border-radius: 40px 0 0 0;
    background: #fff;
}

.cat_card a:hover img.card {
    border-radius: 0 40px 0 0;
}

.cat_card.cat_card-2 .card {
    border: 0;
}

.cat_card.cat_card-3 .card {
    border: 5px solid #fff;
}

.cat_card.cat_card-2,
.cat_card.cat_card-2 .col,
.cat_card.cat_card-2 a {
    position: relative;
}

.cat_card.cat_card-2 a {
    overflow: hidden;
}

.cat_card.cat_card-2 .btn_block {
    margin-top: -68px;
    position: absolute;
    width: 100%;
}

.cat_card.cat_card-3 .btn_block {
    margin-top: -90px;
    margin-left: -20px;
    position: absolute;
}

.cat_card.cat_card-2 .btn_block .btn.btn-sm {
    border-radius: 10px;
    padding: 7px 18px;
}

.cat_card.cat_card-2 .btn_block .btn.btn-sm,
.cat_card.cat_card-3 .btn_block .btn.btn-sm {
    border: 1px solid #fff !important;
}

.cat_card.cat_card-3 .btn_block .btn.btn-sm {
    padding: 13px 22px;
    font-weight: 500;
    font-size: 17px;
}

.cat_card.cat_card-2 .col:first-child a img.card {
    border-radius: 20px 150px 0 0;
}

.cat_card.cat_card-2 .col:nth-child(2) a img.card,
.cat_card.cat_card-2 .col:nth-child(4) a img.card {
    border-radius: 180px 180px 0 0;
}

.cat_card.cat_card-2 .col:nth-child(3) a img.card {
    border-radius: 150px 20px 0 0;
}

.cat_card.cat_card-3 .col:first-child a img.card {
    border-bottom-right-radius: 200px;
    border-top-right-radius: 40px;
}

.cat_card.cat_card-3 .col:nth-child(2) a img.card {
    border-top-right-radius: 200px;
}

.cat_card.cat_card-3 .col:nth-child(3) a img.card {
    border-top-right-radius: 40px;
    border-top-left-radius: 200px;
}

.cat_card.cat_card-3 .col:nth-child(4) a img.card {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 200px;
}

.cat_card.cat_card-2 .col:hover a img.card,
.cat_card.cat_card-3 .col:hover a img.card {
    border-radius: 0;
}

.cat_card.cat_card-2 {
    z-index: 100;
}

.cat_card.cat_card-2:after {
    content: '';
    position: absolute;
    top: 62%;
    left: -60px;
    transform: translate(-60px, -50%);
    width: 380px;
    height: 380px;
    z-index: -1;
    background: var(--main-lighter);
    border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .cat_card.cat_card-2:after {
        width: 280px;
        height: 280px;
        left: -30px;
        top: 65%;
    }
}

.cat_card.cat_card-4 img.card,
.cat_card.cat_card-4 .col:hover a img.card {
    border-radius: 250px 250px 0 0;
}

.cat_card.cat_card-4 .col a {
    position: relative;
    display: flex;
    height: 100%;
}

.cat_card.cat_card-4 .col a:after {
    content: "";
    width: 100%;
    max-width: 600px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--main-secondary);
    visibility: hidden;
    transition: all 0.8s;
    border-radius: 250px 250px 0 0;
}

.cat_card.cat_card-4 .col a:hover:after {
    left: -18px;
    top: 18px;
    visibility: visible;
}

.cat_card.cat_card-4 .col a:hover img {
    transform: translate(10px, -10px);
    z-index: 10;
}

.cat_card.cat_card-4 .cat_name {
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    bottom: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cat_card.cat_card-4 .col a:hover .cat_name {
    font-size: 25px;
    background: var(--main-light);
    width: 50%;
    z-index: 10;
}

@media(max-width: 1200px) {
    .cat_card.cat_card-4 .col a:hover .cat_name {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    .cat_card.cat_card-4 .col a:hover .cat_name {
        width: 90%;
        font-size: 17px;
    }
}

/* filters block  */
@media(max-width: 991px) {
    #filters {
        display: none;
    }
}

.filter-title {
    height: 52px;
    margin: 0;
    padding: 12px 5px 5px 13px;
    font-weight: 700;
    font-size: 17px;
}

.filter-header:not(:first-of-type) {
    margin-top: .5rem;
}

.filter-header {
    margin-bottom: .5rem;
}

.filters-block .link-filter {
    display: flex;
    padding: 5px 0 0 10px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filters-block .link-filter.brand-entry {
    padding: 10px 0 0 18px;
}

.filters-block .link-filter.suboption {
    padding-left: 1.2rem;
    transform: scale(0.9);
}

.filters-block .link-filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filters-block .link-filter span {
    display: inline-block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    position: relative;
    margin-right: 10px;
    text-align: center;
    line-height: 16px;
    top: 3px;
    transition: all 0.2s;
    border: 1px solid var(--main-secondary);
    overflow: hidden;
}

.filters-block .link-filter label {
    cursor: pointer;
    color: var(--dark) !important;
    font-size: 15px;
    font-weight: 400;
}

.filters-block .checkbox {
    display: none;
}

.filters-block .checkmark {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--grey-light);
}

.filters-block .checkmark:after {
    content: '\2713';
    display: none;
    color: #fff;
    position: absolute;
    left: 1px;
    bottom: 1px;
    height: 14px;
    font-weight: bold;
}

.filters-block .checkbox:checked~.checkmark:after {
    display: block;
}

.filters-block .checkbox:checked~.checkmark {
    background: var(--main-secondary);
    border-color: var(--main-secondary);
}

.filters-block .brand-filter,
.filters-block .filter-categories {
    max-height: 350px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.4rem 0.5rem 0;
    overflow-y: scroll;
}

@media (max-width: 767px) {

    .filters-block .brand-filter,
    .filters-block .filter-categories {
        max-height: 280px;
    }
}

.filters-block .btn {
    line-height: 1;
    height: 50px;
}

.filters-block .btn.btn-primary {
    align-items: center;
    justify-content: center;
    flex: auto;
}

/* custom scroll */
.filter-list {
    position: relative;
    max-height: 475px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-list::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.product-view #product-selection #color-option::-webkit-scrollbar-track,
.offcanvas-body::-webkit-scrollbar-track {
    background: var(--grey-light);
    border-radius: 0;
}

.filter-list::-webkit-scrollbar,
.filter-list::-webkit-scrollbar-track,
body::-webkit-scrollbar,
.product-view #product-selection #color-option::-webkit-scrollbar,
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
    background: var(--grey-light);
}

body::-webkit-scrollbar {
    width: 10px;
}

.filter-list::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb:hover,
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--grey-dark);
}

.filter-list,
.product-view #product-selection #color-option,
.offcanvas-body {
    scrollbar-width: thin;
}

.product-view #product-selection #color-option,
.filter-list,
.offcanvas-body {
    scrollbar-color: var(--grey-dark) var(--grey-light);
}

/* alert */
.alert {
    position: fixed;
    top: 1.5em;
    right: 1.5em;
    max-width: 70%;
    margin: auto 0 !important;
    border-radius: 0;
    z-index: 1000;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-size: 16px;
}

/* nav */
.nav_button {
    position: relative;
    height: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.nav_button:hover {
    opacity: 0.7;
}

.nav_button.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
}

.nav_button.active .middle {
    opacity: 0;
}

.nav_button.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.nav_button.active .top,
.nav_button.active .middle,
.nav_button.active .bottom,
.nav_button span {
    background: var(--body-color);
}

.nav_button span {
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.nav_button span:nth-of-type(2) {
    top: 8px;
}

.nav_button span:nth-of-type(3) {
    top: 16px;
}

.overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
}

.overlay-menu ul li {
    display: block;
}

.overlay-menu ul li a {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    line-height: 35px;
}

.overlay-menu .nav-lg {
    font-size: 25px;
}

.overlay-menu ul li a.nav-link {
    color: var(--dark);
}

.overlay-menu ul li a.nav-link:focus,
.overlay-menu ul li a.nav-link:hover,
.overlay-menu ul li a.nav-link.active {
    color: var(--main-dark);
}

nav .nav-list a.nav-link:focus,
nav .nav-list a.nav-link:hover,
nav .nav-list a.nav-link.active {
    color: var(--main);
}

nav .nav_more a {
    color: var(--dark);
    font-size: 20px;
}

nav.nav-4 .nav_more a {
    font-size: 15px;
}

nav .nav_more a:hover,
nav .nav_more a:focus {
    color: var(--body-color)
}

nav .nav_more .badge {
    font-size: 11px
}

nav.inner-dark .nav_button span.middle {
    width: 80%;
}

.nav-list a {
    position: relative;
    display: inline-block;
    transition: all 300ms ease-in-out;
    padding: 1rem 0.8rem;
}

nav.inner-main .nav_button {
    width: 25px;
}

nav.inner-main .nav_button span.middle {
    width: 70%;
    right: auto;
    left: 15%;
}

.nav-1 .gift-card-nav-item a,
.nav-3 .gift-card-nav-item a {
    font-weight: 600 !important;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.nav-1 .gift-card-nav-item a:focus,
.nav-1 .gift-card-nav-item a:hover,
.nav-3 .gift-card-nav-item a:focus,
.nav-3 .gift-card-nav-item a:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover,
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: var(--body-color);
    background-color: var(--main-lighter);
}

@media (max-width: 767px) {

    .navbar .custom_w-100,
    .navbar .custom_w-100 .dropdown,
    .navbar .custom_w-100 .dropdown .btn {
        width: 100%;
        justify-content: center;
    }

}

@media (max-width: 500px) {
    .navbar-brand .img-fluid {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    nav.nav-3 .dropdown.border-right {
        border-right: 1px solid var(--main-light);
    }
}

@media (min-width: 1200px) {
    nav.nav-3 .search_content form {
        width: 350px;
    }
}

nav .dropdown-menu {
    min-width: 100%;
}

/* animations */
.hover-shine {
    position: relative;
    overflow: hidden;
}

.hover-shine:before {
    transition: none;
}

.hover-shine.hover-dark:before {
    background-color: rgba(0, 0, 0, 0.041);
}

.hover-shine:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hover-shine:not(:hover):before {
    width: 0;
}

.hover-shine:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: all 0.5s ease;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.65);
}

.shop_product .hover-rotate img,
.hover-rotate-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.shop_product .hover-rotate img,
.hover-rotate-img img,
.hover-zoom-img img,
.hover-rotate-img .img-rotate {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.shop_product:hover .hover-rotate img,
.hover-rotate-img:hover img {
    -webkit-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.hover-rotate-img.hover-rotate-img-sm:hover img,
.hover-rotate-img.hover-rotate-img-sm:hover .img-rotate {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
}

.hover-zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-zoom-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.shop_product:hover .hover-rotate.border,
.hover-rotate-img.border:hover,
.shop_product:hover .hover-zoom.border,
.hover-zoom-img.border:hover {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.shop_product .product_img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.shop_product:hover .product_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* collection */
@media (max-width: 1200px) {
    .product-view .product-info .section_title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .product-view .product-info {
        text-align: center;
    }
}

.shop_product:hover .border {
    border-color: var(--main-secondary) !important;
}

.shop_product .info_hover {
    visibility: hidden;
    opacity: 0;
}

.shop_product .info_hover,
.shop_product:hover .info_hover {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.shop_product:hover .info_hover {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.shop_product .info_hover.btn-shop .btn {
    padding: 12px 30px;
    font-size: 14px;
    bottom: 2px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.shop_product:hover .info_hover.btn-shop .btn {
    bottom: -23px;
}

.shop_product .shop_icon {
    top: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.45);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_product .shop_icon.shop_icon-2 {
    top: 75px;
}

.shop_product .shop_icon svg {
    fill: #fff;
}

.shop_product .shop_icon:before {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 100%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: all 0.2s ease;
    z-index: 2;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}

.shop_product .shop_icon:not(:hover):before {
    width: 0;
}

.shop_product .product_info .brand-name {
    font-size: 15px;
}

.shop_product .product_info .product-name {
    font-size: 16px;
    line-height: 20px;
}

.shop_product .product_info .brand-name,
.shop_product .product_info .product-name {
    color: var(--body-color);
}

.shop_product .price span:not(.text-decoration-line-through) {
    color: var(--main-dark);
}

@media (max-width: 1410px) {
    .product_details .custom_w {
        width: 100% !important;
    }

    .product_details .custom_w.custom_mt {
        margin-top: 2.5rem;
    }
}

.shop_product:hover .img_block {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transform: translateY(-20px);
}

.product-view .custom_radius .field input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-view .custom_radius .btn-box .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* tabs */
.product_details .tab-content>.active {
    opacity: 1;
}

.product_details .nav-pills {
    border: 1px solid var(--main-secondary);
    border-radius: 50px;
    padding: 0 6px;
}

.product_details .tab_title {
    color: var(--main-secondary);
    font-weight: 500;
    padding: 5px 22px;
    border-radius: 60px;
    margin: 6px 0;
    display: inline-block;
}

.product_details .active.tab_title {
    color: #fff;
    background: var(--main-secondary);
}

.tab_title.tab_title-md {
    color: var(--main-secondary);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.active .tab_title.tab_title-md,
.tab_title.tab_title-md:hover {
    color: var(--main-dark);
}

/* cta */
.cta {
    z-index: 1;
    position: relative
}

.cta h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 35px;
}

.cta p {
    font-size: 17px;
    line-height: 1.56;
    margin-bottom: 45px;
}

.mask-img img {
    width: 100%;
    mask-image: url(../0b99e123-a0b6-4081-a519-d3b7659901d3/bg-media.svg);
    -webkit-mask-image: url(../0b99e123-a0b6-4081-a519-d3b7659901d3/bg-media.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    height: 100%;
    object-fit: cover;
}

.mask-img-1 img {
    mask-size: auto 100%;
    mask-position: right;
}

.mask-img-2 img {
    mask-position: left;
}

.mask-img-2 .btn {
    position: absolute;
    bottom: 70px;
    left: 20%;
}

.cta.clear_img {
    height: 580px;
}

@media (max-width: 992px) {
    .cta.clear_img {
        height: 450px;
    }
}

/* hero */
.stars_holder svg.star-1 {
    fill: var(--main-light);
}

.stars_holder svg.star-2 {
    fill: var(--main-secondary);
}

.stars_holder .star {
    position: absolute;
}

.stars_holder .star-1,
.stars_holder .star-3,
.stars_holder .star-4 {
    -webkit-transform: translate(-43%, -10%);
    transform: translate(-43%, -10%);
    -webkit-animation: rotate-360 20s infinite linear;
    animation: rotate-360 20s infinite linear;
}

.stars_holder .star-1 {
    top: 18%;
    left: 48%;
    z-index: -1;
}

.stars_holder .star-2 {
    top: 8%;
    right: 12%;
    -webkit-transform: translate(15%, -10%);
    transform: translate(15%, -10%);
    z-index: 1;
    -webkit-animation: rotate-360 20s infinite linear;
    animation: rotate-360 20s infinite linear;
}

.stars_holder .star-3 {
    top: 28%;
    left: 50%;
    z-index: 1;
}

.stars_holder .star-4 {
    bottom: 28%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 992px) {

    .stars_holder .star-2,
    .stars_holder .star-3 {
        display: none;
    }
}

@media (max-width: 767px) {
    .stars_holder .star-1 {
        top: 13%;
        left: 75%;
    }
}

@-webkit-keyframes rotate-360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotate-360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media (max-width: 992px) {
    svg.inline-star {
        width: 60px;
        height: 60px;
    }
}

.left-box {
    position: relative;
}

.left-box:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23FFFAF3"/></svg>');
    position: absolute;
    width: 30.77%;
    max-width: 450px;
    height: 50px;
    top: 0;
    background-size: 100%;
    left: 5%;
    background-position: top;
    background-repeat: no-repeat;
}

.left-box.left-box-2:after {
    left: auto;
    right: 15%;
}

img.white-frame {
    border-radius: 340px;
    border: 20px solid #fff;
}

img.white-frame:hover {
    border-radius: 50px;
}

.hero_overlay {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}

.hero-dark {
    background-color: var(--hero-dark);
}

.hero-light {
    background-color: var(--hero-light);
}

@media (max-width: 992px) {
    .bg-part-white {
        background: transparent !important;
    }
}

.page_block {
    background-color: var(--main-lighter-2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page_block .hero-light {
    background-color: rgb(255 255 255 / 55%);
}

.hero_intro {
    text-align: center;
}

@media (min-width: 1200px) {
    .hero_intro h1 {
        font-size: 3.255rem;
    }
}

@media (min-width: 992px) {
    .hero_intro {
        position: absolute;
        margin: 10% 30%;
        z-index: 1;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .hero_intro h1 {
        font-size: 2.955rem;
    }
}

@media (max-width: 991px) {
    .hero_intro h1 {
        font-size: 2.355rem;
    }
}

/* hero_products */
.hero.hero_products p.brand-name {
    font-size: 16px;
}

.hero.hero_products h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 500;
}

.hero.hero_products-md p {
    font-size: 17px;
    line-height: 1.3;
}

.hero .carousel-light p,
.hero .carousel-light h2 {
    color: #ffffff;
    text-align: center;
}

.hero.hero_products .carousel-item {
    height: auto;
}

.hero.hero_products .carousel-control-prev,
.hero.hero_products .carousel-control-next {
    display: none;
}

@media (min-width: 1101px) {
    .hero .carousel-item {
        height: 650px;
    }
}

@media (max-width: 1100px) {
    .hero.hero_products:not(.hero_products-md) h2 {
        font-size: 20px;
    }
}

@media (max-width: 850px) {
    .hero .carousel-item {
        height: 500px;
    }
}

.cat-md h2 {
    font-weight: 600;
    text-align: center;
    margin: 15px 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--main-secondary);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

@media (min-width: 768px) {
    .cat-md h2 {
        margin-top: -35px;
        text-align: end;
        width: max-content;
        float: right;
        background: #eef1f5;
        z-index: 1000;
        padding: 12px 23px;
        position: relative;
        margin-right: 20px;
    }
}

.cat-md a:hover h2 {
    color: var(--main-dark);
}

@media (max-width: 560px) {

    .cat-md .carousel-control-next-icon,
    .cat-md .carousel-control-prev-icon {
        display: none;
    }
}

.cat-lg h2 {
    font-size: 55px;
    margin-bottom: 0;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .cat-lg h2 {
        font-size: 45px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .cat-lg h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .cat-lg h2 {
        font-size: 25px;
    }

    .cat-lg .carousel-caption {
        padding-bottom: 0;
    }

    .cat-lg .carousel-indicators {
        display: none;
    }
}

@media (max-width: 500px) {
    .cat-lg h2 {
        font-size: 20px;
    }
}

.carousel-dark .carousel-indicators.text-main [data-bs-target] {
    background-color: var(--main-secondary);
}

/* services */
.services_md .services_block {
    flex-direction: row;
}

.services_md.text-center .services_block {
    justify-content: center;
}

.services_md .services_block p {
    font-size: 16px;
    line-height: 1.3;
}

.services_md .services_block h4 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.services_md .services_block {
    margin-bottom: 15px;
}

.services_md.text-white .services_block h4 {
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 8px;
}

/* text slider */
.dz-features-wrapper {
    position: relative;
    z-index: 1000;
    border-top: 1px solid var(--main-secondary);
    border-bottom: 1px solid var(--main-secondary);
}

.dz-features-wrapper.bg_color {
    background: var(--main-light)
}

.dz-features-wrapper.bg_color-2 {
    background: #fff
}

.dz-features-wrapper.mn-n-top {
    margin-top: -40px;
}

.dz-features-wrapper.deg-1 {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.dz-features-wrapper.deg-2 {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.dz-features-wrapper .dz-features {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-animation: ticker 0s linear infinite 0s normal;
    animation: ticker 0s linear infinite 0s normal;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-duration: 32.9528s;
    animation-duration: 32.9528s;
}

.dz-features-wrapper .dz-features .item {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .dz-features-wrapper .dz-features .item {
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .dz-features-wrapper .dz-features .item {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .dz-features-wrapper .dz-features .item {
        padding: 10px;
    }
}

.dz-features-wrapper:hover .dz-features {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.text-wrapper {
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px;
}

@media only screen and (max-width: 575px) {
    .text-wrapper {
        padding: 0px 20px 0px;
    }
}

.text-wrapper .title {
    font-size: 50px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 12px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media only screen and (max-width: 575px) {
    .text-wrapper .title {
        font-size: 30px;
    }
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.my-invoice .accordion-button#heading-invoice {
    background: transparent !important;
}

.giftcard-page {
    background: transparent !important;
}