@import url('//fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --font-main: 'Poppins', Arial, Tahoma;
    --font-secondary: var(--font-main);
    --bs-primary: var(--main);
    --grey-dark: var(--body-color);
    --dark: var(--body-dark);
    --border-color: var(--border);
    --bs-border-color: var(--border-color) !important;
    --accent: #fcf1ef;
    --cta-green-dark: var(--cta-green);
    --bg-dark-opacity: rgb(34 34 34 / 55%);
    --hero-dark: rgb(34 34 34 / 28%);
    --hero-light: rgba(255, 255, 255, 0.60);
    --link-color: var(--main-hover);
    --bg-body: var(--bg-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 16px/1.65 var(--font-main);
    color: var(--body-color);
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

/* 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-body {
    background-color: var(--body-color);
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-dark-opacity {
    background-color: var(--bg-dark-opacity);
}

.bg-body {
    background-color: var(--bg-body) !important;
}

.bg-main {
    background: var(--bg-main)
}

.bg-main2 {
    background: var(--bg-main2)
}

.bg-secondary {
    background: var(--main-secondary) !important;
}

.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) !important;
}

.borderColor-main {
    border-color: var(--main) !important
}

@media (min-width: 991px) {
    .border-lg-start {
        border-left: 1px solid var(--border-color);
    }
}

.mt-n-25 {
    margin-top: -25px;
}

.rounded-100 {
    border-radius: 100px;
}

.rounded-full {
    border-radius: 100%;
}

.pointer {
    cursor: pointer;
}

hr {
    border-color: var(--border-color);
    opacity: 1;
}

/* sizes / fonts / titles */
.small,
small {
    font-size: .890em !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-18,
.cookies-title {
    font-size: 18px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !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 !important;
}

.lh-sm {
    line-height: 1.28 !important;
}

.max-w-900 {
    max-width: 900px;
}

.max-w-500 {
    max-width: 500px;
}

.w-90 {
    min-width: 90%;
}

.w-md-50 {
    min-width: 50%;
}

@media (min-width: 992px) {
    .w-md-50 {
        width: 50%;
    }
}

.font-secondary {
    font-family: var(--font-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .02em;
    font-family: var(--font-secondary);
    color: var(--body-dark);
}

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;
}

.title_block {
    margin-bottom: 1rem;
}

.page_title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.section_title {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: .02em;
    text-align: center;
}

.section_title-lg {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1;
}

.hero_title {
    font-size: 60px;
    line-height: 1.1;
}

@media (max-width: 1400px) {
    .hero_title {
        font-size: 58px;
    }
}

@media (max-width: 991px) {
    .hero_title {
        font-size: 48px;
    }
}

/* forms */
textarea {
    resize: none;
}

.form-control {
    border-radius: 6px;
}

label {
    margin-bottom: 3px;
    color: var(--body-light);
    font-size: 15px;
    line-height: normal;
}

.form-check-input[type=checkbox],
input[type=checkbox] {
    border: 1px solid var(--border-color);
}

.form-control::-webkit-input-placeholder {
    color: var(--body-light);
}

.form-control::-moz-placeholder {
    color: var(--body-light);
}

.form-control:-ms-input-placeholder {
    color: var(--body-light);
}

.form-control::placeholder {
    color: var(--body-light);
}

.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: 8px 15px;
    font-size: 14px;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
    border: 1px solid var(--main);
}

.dark_search .form-control {
    color: #fff;
    background: transparent;
    border: 1px solid var(--body-light);
    border-radius: 0;
}

.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: 6px;
    padding: 9px 20px;
    position: relative;
    line-height: normal;
    white-space: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.btn:hover,
.btn:focus,
.btn:active,
[type=submit]:not(:disabled):hover,
[type=submit]:not(:disabled):focus,
:not(.btn-check)+.btn:active {
    color: var(--body-color);
}

.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,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    background-color: var(--main-hover);
    border-color: var(--main-hover);
    color: #fff;
}

.btn.btn-secondary,
.btn.btn-white {
    background-color: #fff;
    border-color: var(--main);
    color: var(--body-color);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
}

.btn.btn-transparent:active {
    background: transparent;
}

.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;
    padding: 7px 23px;
    letter-spacing: normal;
}

/* footer */
@media (max-width: 360px) {
    footer .logo.img-fluid {
        max-width: 90% !important;
    }
}

footer h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

footer {
    line-height: 2;
}

footer.lh-sm {
    line-height: 1.5 !important;
}

footer .nav-link {
    display: inline;
}

footer .nav-link:focus,
footer .nav-link:hover,
footer .nav-link.active {
    color: var(--link-color);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer.text-white .nav-link {
    border-bottom: 1px solid transparent;
}

footer.text-white .nav-link:focus,
footer.text-white .nav-link:hover,
footer.text-white .nav-link.active {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    border-bottom: 1px solid var(--main-secondary);
    padding-bottom: 3px;
}

footer.nav-inline .nav-link {
    display: inline;
}

footer.text-white h3 {
    color: #fff;
}

/* 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: 6px;
    border: 1px solid var(--border);
}

.card:not(.single-faq) h4,
.card:not(.single-faq) .card_title {
    border-radius: 6px 6px 0 0;
}

.card:not(.single-faq) h4,
.card:not(.single-faq) .card_title,
.card.single-faq h5 a {
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    background: var(--body-dark);
}

.card.single-faq h5 a {
    padding: 14px 20px;
    display: block;
    border-radius: 6px;
    font-weight: 500;
}

.card.single-faq h5 a[aria-expanded="true"],
.card.single-faq h5 a:hover,
.card.single-faq h5 a:focus {
    background: var(--main-hover);
}

.card.single-faq .card-header {
    border-bottom: transparent;
    padding: 0;
    border-radius: 0;
}

.card.single-faq .card-body {
    padding: 16px 20px 0;
}

.card.single-faq {
    margin-bottom: 3px !important;
    border: 0
}

/* modals */
.modal-content {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.modal-body {
    padding: 2rem;
}

.modal-header {
    border-bottom: 0;
}

.modal-dialog .modal-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-dialog h4 {
    margin-bottom: 0;
    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 .close {
    font-size: 30px;
    line-height: normal;
    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;
    }
}

#added-modal .radius-right-40 {
    border-bottom-right-radius: 40%;
}

/* 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(--cta-green) !important;
    line-height: 18px;
    background-color: var(--cta-green-light) !important;
}

.cart_page .subscribe-box h6 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--cta-green);
    font-size: 15px;
}

.cart_page .subscribe-box p {
    font-size: 14px !important;
    opacity: 0.9;
    line-height: normal;
}

/* 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_2 .cat_name {
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* filters block  */
@media(max-width: 991px) {
    #filters {
        display: none;
    }
}

.filter-title {
    text-transform: uppercase;
    padding: 15px;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    background: var(--main-secondary);
}

.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-light);
    overflow: hidden;
    background: #fff
}

.filters-block .link-filter label {
    cursor: pointer;
    color: var(--dark) !important;
}

.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: 0;
    height: 14px;
    font-weight: bold;
    font-size: 15px;
}

.filters-block .checkbox:checked~.checkmark:after {
    display: block;
}

.filters-block .checkbox:checked~.checkmark {
    background: var(--body-dark);
    border-color: var(--body-dark);
}

.filter-list {
    position: relative;
    overflow-x: hidden;
}

.filters-block .brand-filter,
.filters-block .filter-categories {
    max-height: 355px;
    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.btn-primary,
.filters-block .btn.btn.btn-secondary {
    align-items: center;
    justify-content: center;
    flex: auto;
}

/* custom scroll */
.filter-list::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.product-view #product-selection #color-option::-webkit-scrollbar-track,
.offcanvas-body::-webkit-scrollbar-track,
#plan-option::-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,
#plan-option::-webkit-scrollbar,
#plan-option::-webkit-scrollbar-track {
    width: 8px;
    background: var(--grey-light);
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb,
.offcanvas-body::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb:hover,
.filter-list::-webkit-scrollbar-thumb,
#plan-option::-webkit-scrollbar-thumb {
    background-color: var(--main);
}

.filter-list,
.product-view #product-selection #color-option,
.offcanvas-body,
#plan-option {
    scrollbar-width: thin;
}

.offcanvas-body,
.product-view #product-selection #color-option,
.filter-list,
#plan-option {
    scrollbar-color: var(--main) var(--grey-light);
}

/* alert */
.alert {
    position: fixed;
    top: 2em;
    right: 3em;
    max-width: 70%;
    margin: auto 0 !important;
    border-radius: 10px;
    z-index: 1000;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-size: 15px;
}

/* nav */
.nav-3 .nav-link {
    margin: 0 12px;
}

.nav-3 .nav-item.gift-card-nav-item {
    padding: 4px 6px;
}

.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: 30px;
}

.overlay-menu .nav-lg {
    font-size: 25px;
}

.overlay-menu:not(.text-white) ul li a.nav-link {
    color: var(--dark);
}

nav .nav-list.text-white a.nav-link {
    color: #fff;
}

.navbar a.nav-link:focus,
.navbar a.nav-link:hover,
.navbar a.nav-link.active,
nav .nav-list.text-white a.nav-link:hover,
nav .nav-list.text-white a.nav-link:focus,
nav .nav-list.text-white a.nav-link.active,
.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(--link-color);
}

.overlay-menu h4 {
    padding-bottom: 8px;
}

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 .badge-sm {
    font-size: 10px
}

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%;
}

.navbar {
    z-index: 1000 !important;
}

.navbar .dropdown-item,
.top_menu .nav-item.gift-card-nav-item {
    padding: 4px 18px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover,
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: var(--link-color);
    background: transparent;
}

@media (max-width: 500px) {

    .navbar-brand .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: var(--main);
}

.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.15);
    transform: scale(1.15);
    cursor: crosshair;
}

.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);
}

.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: 25px;
}

.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);
    font-size: 13px;
}

.shop_product .product_info .product-name {
    color: var(--body-dark);
    font-weight: 500;
    line-height: normal;
}

.shop_product:hover .product-name {
    color: var(--body-dark);
}

.shop_product .price span:not(.text-decoration-line-through) {
    color: var(--main);
}

.shop_product .img_block {
    border: 1px solid var(--border-color);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.shop_product:hover .img_block,
.cat_card_1 a:hover .img_block .cat_name,
.shop_product:hover .img_block .hover_add-to-cart,
.shop_product:hover .img_block:after,
.cat_card_1 a:hover .img_block,
.cat_card_1 a:hover .img_block:after {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.cat_card_1 a .img_block .cat_name,
.shop_product .img_block .hover_add-to-cart {
    top: 0;
    height: 100%;
    width: 88%;
    left: 6%;
    justify-content: center;
    align-items: end;
    display: flex;
    z-index: 1;
    opacity: 0;
}

.cat_card_1 a:hover .img_block:after,
.shop_product:hover .img_block:after,
.cat_card_1 a:hover .img_block .cat_name,
.shop_product:hover .img_block .hover_add-to-cart {
    opacity: 1;
}

/* tabs */
.product_details .nav-pills.tabs_left li a {
    border: 1px solid var(--border-color);
    margin: 0 0 .5rem;
    padding: 12px 30px 12px 15px;
    border-radius: 6px;
    background: #fff;
}

.product_details .nav-pills.tabs_left li a:hover,
.product_details .nav-pills.tabs_left li a:focus,
.product_details .nav-pills.tabs_left li a.active {
    background: var(--bg-body);
}

.product_details .nav-pills li {
    float: none;
    display: inline-block;
    cursor: pointer;
}

.product_details .nav-pills {
    width: 100%;
    margin-bottom: 0;
}

.product_details .nav-pills a {
    line-height: normal;
    position: relative;
    display: block;
    outline: none;
    color: var(--body-dark);
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.8;
}

.product_details .nav-pills.clear_title li,
.hover_line {
    position: relative;
}

.product_details .nav-pills.clear_title li a {
    padding-bottom: 4px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
}

.product_details .nav-pills.clear_title li a:after,
.hover_line:after {
    content: "";
    position: absolute;
    height: 3px;
    background: var(--main-secondary);
    bottom: 0;
    left: 0;
    width: 0;
}

.cat_link p.hover_line {
    display: inline-block;
}

.cat_link:hover .hover_line:after,
.cat_link:focus .hover_line:after,
.product_details .nav-pills.clear_title li:hover a:after,
.product_details .nav-pills.clear_title li:focus a:after,
.product_details .nav-pills.clear_title li.active a:after,
.product_details .nav-pills.clear_title li a.active:after {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: 100%;
}

.cat_link .shadow_inset {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.cat_link .shadow_inset img {
    z-index: -1;
    position: relative;
}

.product_details .tab-content>.active {
    opacity: 1;
}

/* cta */
.cta {
    z-index: 1;
    position: relative
}

.prime.clear_img {
    min-height: 600px;
}

.cta.clear_img {
    min-height: 600px;
}

.cta.clear_img-2 {
    min-height: 500px;
}

@media (max-width: 992px) {
    .cta.clear_img {
        min-height: 470px;
    }

    .prime.clear_img {
        min-height: 300px;
    }
}

/* hero */
.carousel-indicators.text-dark [data-bs-target] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .hero-3 .carousel-inner {
        min-height: 780px;
    }
}

@media (max-width: 991px) {
    .hero-3 .carousel-inner {
        min-height: 500px;
    }
}

.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-1 .carousel-control-next-icon,
.hero-1 .carousel-control-prev-icon {
    background-size: 55px;
    opacity: 0.5;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hero-1:hover .carousel-control-next-icon,
.hero-1:hover .carousel-control-prev-icon {
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-1 .carousel-control-prev,
    .hero-1 .carousel-control-next {
        display: none;
    }
}

/* 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,
.services .services_block h3 {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.services .services_block h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}

.services .services_block p {
    font-size: 15px;
    margin: 0;
}

.services.services_column .services_block {
    flex-direction: column;
    text-align: center;
}

.services_card.col_white .services_block {
    background: #fff;
}

/* account */
.account_page .order-title,
.account_page .invoice-title {
    padding: 16px 24px;
    margin-bottom: 20px !important;
}

/* */
#vatAccordion .accordion-button {
    border: 1px solid var(--bg-body)
}

#vatAccordion .accordion-button:not(.collapsed) {
    background: var(--bg-body);
}