:root {
    --font-main: Barlow Semi Condensed;
    --font-secondary: "EB Garamond", Sans-serif;
    --bs-primary: var(--main);
    --grey-dark: var(--body-color);
    --bg-light: var(--main-lighter);
    --dark: var(--body-dark);

    --border-color: #e5e5e5;
    --bs-border-color: var(--border-color) !important;

    --accent: #fcf1ef;
    --cta-green-dark: var(--cta-green);
    --bg-dark-opacity: rgb(34 34 34 / 95%);
    --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 400 17px/1.6 var(--font-main);
    color: var(--body-color);
    overflow-x: hidden;
    overflow-y: auto;
}

/* colors  */
.text-color {
    color: var(--body-color) !important;
}

.text-light {
    color: var(--body-light) !important;
}

.text-dark {
    color: var(--body-dark) !important;
}

.text-main {
    color: var(--main) !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-light {
    background: var(--main-light)
}

.bg-main-lighter {
    background: var(--main-lighter)
}

.bg-gradient-1 {
    background: linear-gradient(164deg, #ffffff 40%, var(--main-light) 60%);
}

.bg-gradient-2 {
    background: linear-gradient(13deg, #ffffff 40%, var(--main-light) 60%);
}

.bg-gradient-3 {
    background: linear-gradient(186deg, #ffffff 40%, var(--main-light) 60%);
}

.bg-secondary {
    background: var(--main-secondary) !important;
}

.bg-secondary-light {
    background: var(--main-secondary-light);
}

.grey-light {
    background: var(--grey-bg);
}

.btn-close.invert {
    filter: invert(1);
}

.border-main {
    border: 1px solid var(--main)
}

.border-secondary {
    border: 1px solid var(--main-secondary);
}

.borderColor-main {
    border-color: var(--main) !important
}

.borderColor-main-light {
    border-color: var(--main-light) !important
}

.borderColor-main-lighter {
    border-color: var(--main-lighter) !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-24 {
    font-size: 24px !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,
.cookies-title {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-100 {
    font-weight: 100;
}

.ls-lg {
    letter-spacing: 1px !important;
}

.lh-normal {
    line-height: normal;
}

.lh-sm {
    line-height: 1.28 !important;
}

.max-w-900 {
    max-width: 900px;
}

.w-md-50 {
    min-width: 50%;
}

@media (min-width: 992px) {
    .w-md-50 {
        width: 50%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--body-dark);
    line-height: 1.2;
    font-family: var(--font-secondary);
}

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: 3.3rem;
    margin: 0;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .page_title {
        font-size: 2.8rem;
    }
}

.section_title {
    margin-bottom: 20px;
    font-size: 32px;
}

.section_title-sm {
    font-size: 33px;
    margin: 0;
    display: inline-block;
    position: relative;
}

.section_title-md {
    font-size: 35px;
    font-weight: 400;
}

.section_title-lg {
    font-size: 53px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 1;
}

@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: 0;
}

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(--border-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);
}

.nav-2 .search_content .form-control::-webkit-input-placeholder {
    color: var(--body-dark);
}

.nav-2 .search_content .form-control::-moz-placeholder {
    color: var(--body-dark);
}

.nav-2 .search_content .form-control:-ms-input-placeholder {
    color: var(--body-dark);
}

.nav-2 .search_content .form-control::placeholder {
    color: var(--body-dark);
}

.form-control {
    display: block;
    color: var(--body-color);
    width: 100%;
    border: 1px solid var(--border-color);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding: 13px 15px;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
    border: 1px solid var(--main);
}

.form-check-input:checked {
    background-color: var(--main);
    border-color: var(--main);
}

.form-check-input:focus {
    border-color: var(--main);
}

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: 0;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.7px;
}

.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 {
    background-color: #fff;
    border-color: var(--main);
    color: var(--main);
}

.btn.btn-white {
    background-color: #fff;
    border-color: var(--main);
    color: var(--body-color);
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border-color: var(--main);
    color: #fff;
    background-color: var(--main);
}

.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: #fff;
    border-color: var(--main-secondary);
    color: var(--main-secondary);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-white:hover,
.btn.btn-white:focus,
.services.services_card .services_block:hover .service_icon {
    animation: wobbleud 0.6s linear;
    -webkit-animation: wobbleud 0.6s linear;
}

@keyframes wobbleud {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    75% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes wobbleud {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    75% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn.btn-transparent:active {
    background: transparent;
}

.btn.btn-mix {
    color: var(--main-secondary);
    background-color: #fff;
}

.btn.btn-mix:hover,
.btn.btn-mix:focus,
.btn.btn-mix:active {
    background-color: var(--main-secondary);
    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.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;
}

/* footer */
@media (max-width: 360px) {
    footer .logo.img-fluid {
        max-width: 90% !important;
    }
}

footer {
    line-height: 2;
}

footer.lh-sm {
    line-height: 1.5 !important;
}

footer h4 {
    font-size: 24px;
}

footer .nav-link:focus,
footer .nav-link:hover,
footer ul:not(.no_active) .nav-link.active {
    color: var(--main);
}

footer.bg-dark-opacity .nav-link {
    color: #fff;
    border-bottom: 1px solid transparent;
}

footer.bg-dark-opacity .nav-link:focus,
footer.bg-dark-opacity .nav-link:hover,
footer.bg-dark-opacity ul:not(.no_active) .nav-link.active {
    color: #fff;
    border-bottom: 1px solid var(--main-secondary);
}

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: 0;
    border: 1px solid var(--main-light);
    background: transparent;
}

.card:not(.single-faq) h4,
.card:not(.single-faq) .card_title {
    font-size: 1.45rem;
    margin-bottom: 0;
    background: var(--main-light);
    font-weight: 600;
}

.card.single-faq {
    margin-bottom: 5px !important;
}

.card.single-faq h5 a {
    color: var(--body-dark);
    font-size: 1.3rem;
    display: block;
    padding: 5px 0;
}

.card.single-faq .card-header {
    background: var(--main-light);
    border-bottom: 0;
}

/* modals */
.modal-content {
    background-color: var(--main-lighter);
    border-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;
}

#cancelModal .text-main {
    color: var(--body-color) !important;
}

#cancelModal .modal-header {
    padding: 1rem 2rem 0;
}

#cancelModal .modal-body {
    padding-top: 1rem;
}

#cancelModal .modal-title {
    font-size: 22px;
}

#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: 1px solid var(--main) !important;
    line-height: 18px;
    background-color: var(--main-lighter) !important;
}

.cart_page .subscribe-box h6 {
    margin-bottom: 5px;
    font-family: var(--font-main);
    text-transform: uppercase;
    font-size: 15px;
}

.cart_page .subscribe-box p {
    font-size: 13px !important;
}

/* cat home */
.cat_card .col a {
    position: relative;
    display: flex;
    height: 100%;
}

.cat_card .cat_name {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cat_card.cat_card_1 .col a {
    flex-direction: column;
}

.cat_card.cat_card_1 .cat_name h3 {
    opacity: 0.8;
    position: relative;
    padding-bottom: 5px;
}

.cat_card.cat_card_1 .col a:hover .cat_name h3,
.cat_card.cat_card_1 a:hover .cat_name {
    opacity: 1;
}

.cat_card.cat_card_1 .cat_name h3:before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 3px;
    background: var(--main);
}

.cat_card.cat_card_1 .col a:hover h3:before {
    width: 100%;
}

.cat_card.cat_card_2 .cat_name {
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* filters block  */
@media(max-width: 991px) {
    #filters {
        display: none;
    }
}

.filter-title {
    height: 45px;
    margin: 0;
    padding: 12px 5px 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.filter-header:not(:first-of-type) {
    margin-top: .5rem;
}

.filter-header {
    margin-bottom: .5rem;
}

.filters-block .link-filter {
    display: flex;
    padding: 5px 0 0 0;
    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 5px;
}

.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(--body-color);
    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: 2px;
    bottom: 1px;
    height: 14px;
    font-weight: bold;
    font-size: 14px;
}

.filters-block .checkbox:checked~.checkmark:after {
    display: block;
}

.filters-block .checkbox:checked~.checkmark {
    background: var(--main);
    border-color: var(--main);
}

.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:not(.text-white) ul li a.nav-link,
.overlay-menu:not(.text-white) ul li.cancel_link a.nav-link,
.overlay-menu:not(.text-white) ul li.cancel_link a.nav-link.active {
    color: var(--dark);
}

.overlay-menu.text-white ul li.cancel_link a.nav-link.active {
    color: #fff;
}

.overlay-menu ul li a.nav-link:focus,
.overlay-menu ul li a.nav-link:hover,
.overlay-menu ul li a.nav-link.active,
.overlay-menu ul li.cancel_link a.nav-link.active:hover {
    color: var(--main);
}

nav .nav-list a.nav-link {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--body-dark);
}

nav.nav-4 .nav-list a.nav-link {
    font-weight: 400;
}

nav .nav-list.text-white a.nav-link {
    color: #fff;
}

nav .nav_more a {
    color: var(--dark);
    font-size: 20px;
}

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-1 .nav-list a,
.nav-4 .nav-list a {
    padding: 1rem 0;
    margin: 0 0.8rem;
}

.nav-1 .nav-list a.nav-link:after,
.nav-4 .nav-list a.nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: calc(0.5em - -3px);
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.8;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform 0.3s ease-in-out;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: var(--main);
}

.nav-4 .nav-list a.nav-link:after {
    background: #fff;
    margin-top: calc(0.5em - -5px);
}

.nav-1 .nav-list a.nav-link:focus:after,
.nav-1 .nav-list a.nav-link:hover:after,
.nav-1 .nav-list a.nav-link.active:after,
.nav-4 .nav-list a.nav-link:focus:after,
.nav-4 .nav-list a.nav-link:hover:after,
.nav-4 .nav-list a.nav-link.active:after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    transition-timing-function: ease;
}

nav.inner-main .nav_button {
    width: 25px;
}

nav.inner-main .nav_button span.middle {
    width: 70%;
    right: auto;
    left: 15%;
}

.navbar {
    z-index: 1000 !important;
}

.navbar .dropdown-item {
    color: var(--body-dark)
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover,
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: var(--main);
    background: transparent;
}

@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,
    footer .logo.img-fluid {
        max-width: 100% !important;
    }
}

nav .dropdown-menu {
    min-width: 100%;
}

.dropdown-menu {
    border-radius: 0;
}

/* 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.2);
    transform: scale(1.2);
}

.shop_product:hover .hover-rotate.border,
.hover-rotate-img.border:hover,
.shop_product:hover .hover-zoom.border,
.hover-zoom-img.border:hover,
.product-details-content .img-lg,
.shop_product .product-name,
.shop_product:hover .border {
    -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);
}

/* product */
.product-details-content .thumbnail-img {
    opacity: 0.7;
}

.product-details-content .thumbnail-img:hover,
.product-details-content .img-lg:hover {
    border-color: var(--main) !important;
    opacity: 1;
}

/* collection */
@media (max-width: 1200px) {
    .product-view .product-info .section_title {
        font-size: 30px;
    }
}

.shop_product .border {
    border-color: var(--main-light) !important;
}

.shop_product:hover .border {
    border-color: var(--main) !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: 13px;
}

.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 .product_info .brand-name {
    color: var(--body-light);
}

.shop_product .product_info .product-name {
    color: var(--body-color);
}

.shop_product:hover .product-name {
    color: var(--body-dark);
}

.shop_product .price span:not(.text-decoration-line-through) {
    color: var(--main);
}

@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;
}

/* tabs */
.product_details .tab-content>.active {
    opacity: 1;
}

.product_details .tab_title {
    position: relative;
    color: var(--body-color);
    padding: 0 0 5px 0;
    margin: 5px 18px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.8;
}

.product_details .active .tab_title,
.product_details .tab_title:hover {
    opacity: 1;
}


.product_details .tab_title:before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 3px;
    background: var(--main);
}

.product_details .active.tab_title:before,
.product_details .tab_title:hover:before {
    width: 100%;
}

/* cta */
.cta {
    z-index: 1;
    position: relative
}

.cta.clear_img {
    height: 580px;
}

@media (max-width: 992px) {
    .cta.clear_img {
        height: 450px;
    }
}

/* hero */
.carousel-indicators.text-dark [data-bs-target] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-control-next.limit_w,
.carousel-control-prev.limit_w {
    width: 8%;
}

@media (min-width: 992px) {
    .hero-3 .carousel-inner {
        min-height: 800px;
    }
}

@media (max-width: 991px) {
    .hero-3 .carousel-inner {
        min-height: 550px;
    }
}

@media (max-width: 767px) {

    .carousel-control-next.limit_w,
    .carousel-control-prev.limit_w {
        display: none;
    }
}

.hero_overlay {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}

.hero-dark {
    background-color: var(--hero-dark);
}

.hero-light {
    background-color: var(--hero-light);
}

.page_block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.page_block .hero-light {
    background-color: rgb(255 255 255 / 75%);
}

/* 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;
    }
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--body-color);
}

/* services */
.services .services_block {
    flex-direction: row;
}

.services.services_card .services_block,
.services.services_card .services_block .service_icon,
.services.services_card .services_block h4 {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.services.services_card .services_block {
    border: 1px solid var(--main-light);
    padding: 25px;
    background: #fff;
    flex-direction: column;
    text-align: center;
}

.services.services_card.block_secondary .services_block {
    border: 1px solid var(--main-secondary);
}

.services.services_card .services_block:hover {
    border: 1px solid var(--main);
}

.services.services_card.block_secondary .services_block:hover {
    border: 1px solid var(--main-secondary);
}

.services.services_card .services_block .service_icon {
    color: var(--main);
    margin-bottom: 8px;
    font-size: 45px;
}

.services.services_card .services_block:hover .service_icon {
    color: var(--body-color)
}

.services.services_card .services_block p {
    line-height: 1.3;
    margin: 0;
}

.services.services_card .services_block h4 {
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.services.services_card.block_main .services_block {
    background: var(--main);
}

.services.services_card.block_secondary .services_block {
    background: var(--main-secondary);
}

.services.services_card.block_main .services_block,
.services.services_card.block_main .services_block .service_icon,
.services.services_card.block_main .services_block h4,
.services.services_card.block_secondary .services_block,
.services.services_card.block_secondary .services_block .service_icon,
.services.services_card.block_secondary .services_block h4 {
    color: #fff
}

.services.services_card.block_main .services_block:hover {
    background: var(--main-lighter);
}

.services.services_card.block_secondary .services_block:hover {
    background: #fff;
}

.services.services_card.block_main .services_block:hover,
.services.services_card.block_main .services_block:hover h4,
.services.services_card.block_secondary .services_block:hover,
.services.services_card.block_secondary .services_block:hover h4 {
    color: var(--body-color)
}

.services.services_card.block_main .services_block:hover .service_icon {
    color: var(--main)
}

.services.services_card.block_secondary .services_block:hover .service_icon {
    color: var(--main-secondary)
}

.services.text-white .services_block h4 {
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 8px;
}

.giftcard-page .card-img-top {
    margin: 0 auto;
    display: flex;
}

.my-account_page h4.invoice-title,
.my-account_page h4.order-title {
    padding: 13px 20px !important;
}