:root {
    --color-primary-bg: #3e464a;
    --color-primary-border-bg: #3e464a;
    --color-primary-text: #3e464a;
    --color-body-bg: white;
    --color-header-bg: white;
    --color-header-bg-bottom: #3e464a;
    --color-popup-bg: white;
    --color-store-bg: #fffc;
    --color-store-border: white;
}
html {
    scroll-behavior: smooth;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: var(--color-body-bg);
    color: var(--color-primary-text);
    font-family: Optima, helvetica, sans-serif;
    touch-action: auto;
}
.main-content {
    background-color: var(--color-body-bg);
    color: var(--color-primary-text);
}
button {
    border: none !important;
    background: #fff0;
}
button:focus-visible {
    outline: unset !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.description ul {
    list-style: disc;
    padding-left: 2rem;
}
.description ol {
    list-style: decimal;
    padding-left: 2rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input:focus,
    select:focus,
    textarea:focus {
        font-size: 1rem;
    }
}
img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
a {
    color: inherit;
}
.prata {
    font-family: Prata;
}
.baskervville {
    font-family: Baskervville;
}
.roboto {
    font-family: Roboto;
}
.inter {
    font-family: Inter;
}
.container {
    max-width: 105rem !important;
    padding: 0;
}
.single-product-page .container {
    max-width: 104.2rem !important;
    padding: 0;
}
.container-checkout {
    margin: auto;
    max-width: 70rem !important;
    padding: 0;
}
.btn-main {
    border-radius: 5px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 0.8em 1.5em;
    background: var(--color-primary-bg);
    color: #fff;
    border: 1px solid var(--color-primary-border-bg) !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.product-features-section {
    min-height: 29.75em;
}
.product-features-section-height {
    min-height: unset !important;
}
.shop-btn-block {
    padding: 0 7em;
}
.btn-main-white {
    background: #fffc;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0.31em #fffc;
    height: 100%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    padding: 1.3rem 0.325em;
    color: var(--color-primary-text);
    width: fit-content !important;
    min-width: 11em;
}
.btn-main-outline {
    border-radius: 5px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 0.8em 1.5em;
    background-color: transparent;
    color: var(--color-primary-text);
    border: 1px solid var(--color-primary-border-bg) !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.cart-btns {
    font-size: 1.1rem;
    border-radius: 0;
    background-color: #f2f2f2;
    color: var(--color-primary-text);
    font-weight: 600;
    width: 3rem;
    height: 3rem;
}
.add-cart-input-small .cart-btns {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
}
.add-cart-input-small .cart-count-input {
    width: 2em;
}
.subscription-feature-title-block {
    color: #696c70;
}
.subscription-feature-title-price {
    font-size: 0.8rem;
    color: #696c70;
}
.cart-btns:hover {
    background-color: var(--color-primary-bg) !important;
    color: #fff;
}
.cart-count-input {
    font-size: 1rem;
    border: 0 solid var(--color-primary-bg);
    border-radius: 0;
    max-width: 4em;
    text-align: center;
    height: 100%;
    text-align: center;
    background-color: transparent;
}
@media all and (max-width: 500px) {
    .cart-count-input {
        font-size: 16px !important;
    }
    .add-cart-input-small .cart-btns {
        width: 25px !important;
        height: 25px !important;
    }
}
.btn-main-outline:hover {
    color: #fff;
    background: var(--color-primary-bg);
}
.btn-main:hover {
    background: #f2f2f2;
    color: #000;
}
.btn-main.bg-black:hover {
    background: #f2f2f2 !important;
    color: #000 !important;
}
.btn-main.fs-24 {
    font-size: 0.875rem;
    padding: 0.8em 1.5em;
}
.btn-secondary {
    font-size: 0.875rem;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    padding: 0.8em 1.5em;
    background-color: transparent;
    color: #000;
    border: 1px solid var(--color-primary-border-bg) !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.btn-secondary:hover {
    background-color: var(--color-primary-bg) !important;
    color: #fff;
}
.btn-transparent {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    padding: 0.8em 1.5em;
    background: #fff0;
    color: #000;
    border: 1px solid #000 !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.btn-transparent:hover {
    background: #000;
    color: #fff;
}
.none-500 {
    display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.form-control {
    appearance: auto;
}
.section-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0.5em;
}
.section-title-big {
    font-size: 2.4rem;
}
.section-title-small {
    font-size: 1.2rem;
}
.section-title.fs-50 {
    font-size: 1.625rem;
}
.text-white {
    color: #fff;
}
.form-control:not(.selectpicker):focus {
    box-shadow: none !important;
    border-color: #f48484 !important;
}
.slide-button {
    display: block;
    position: absolute;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
}
.btn-prev {
    left: -1.5rem;
    transform: translate(-100%, -50%);
}
.btn-next {
    right: -2rem;
    transform: translate(100%, -50%);
}
.header {
    background: var(--color-header-bg);
}
.header-main {
    position: sticky;
    z-index: 1049;
    top: 0;
    height: 5.31em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main-shadow {
    box-shadow: 0 2px 20px #c8c8c8;
}
.header .top-row {
    box-shadow: 0 4px 4px 0 #00000040;
}
.header .header-slider {
    background: var(--color-primary-bg);
    padding: 0.375em 0;
    position: relative;
    transition: all 0.3s ease;
}
.header .header-slider-bottom {
    background: var(--color-header-bg-bottom);
}
.header .header-slider .remove-block {
    position: absolute;
    right: 1%;
    top: 1%;
    width: 0.875em;
    height: 0.875em;
    z-index: 1;
}
.header .header-slider .slider-text,
.header .header-slider .slider-text * {
    margin-top: 1px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.header .header-slider .slider-text a {
    font-weight: 600;
    text-decoration: underline;
}
.header .header-row {
    padding: 1.1em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-row .buttons {
    display: grid;
    column-gap: 1.5em;
    grid-template-columns: auto auto auto 5.8em;
    justify-content: center;
    align-items: center;
}
.header .header-row .project-name {
    font-family: Prata;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.header .header-row .project-name:hover {
    transform: scale(1.05);
}
.header .header-row .menu-button {
    text-align: end;
}
.header .search-input {
    border: none !important;
    position: relative;
}
.header .search-input .input-group {
    display: flex;
    align-items: center;
}
input:focus-visible {
    outline: 0;
}
.form-control:focus {
    background-color: transparent;
}
.header .search-input,
.header .search-input::placeholder {
    margin: 0 !important;
    background: var(--color-header-bg);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #474646;
}
.header .search-input .open-search img {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}
.header .open-search {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #484646;
    padding: 0 0.6rem !important;
}
.header .basket-icon,
.header .wishlist-button a {
    position: relative;
    display: inline-block;
}
.header .account-button img,
.header .basket-icon img,
.header .wishlist-button img {
    width: 1.4em;
    height: 1.4em;
    object-fit: contain;
}
.modal-content {
    background-color: var(--color-popup-bg) !important;
}
.header .shopping-cart {
    position: absolute;
    background-color: var(--color-popup-bg);
    width: 25em;
    top: 2em;
    right: -10.7em;
    border: 1px solid #000;
    padding: 1em;
    z-index: 1050;
}
.header .empty-cart,
.header .title-shopping-cart {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 1.25em;
}
.header .shopping-cart .close {
    position: absolute;
    display: flex;
    top: 1.25em;
    right: 1em;
    width: 1em;
    height: 1em;
}
.header .shopping-cart .remove img {
    width: 1em;
    height: 1em;
}
.header .shopping-cart .img-link-part {
    width: 5.3em;
    height: 5.3em;
}
.header .shopping-cart .prod-info {
    display: flex;
    gap: 1em;
    margin-right: 0.5em;
}
.header .shopping-cart .single-product-row {
    border-bottom: 1px solid #000;
    margin-bottom: 0.65em;
    padding: 1.25em 0.625em;
}
.header .shopping-cart .prod-name,
.header .shopping-cart .prod-price {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.18;
    text-align: left;
    margin-bottom: 0.5em;
}
.header .shopping-cart .price-row * {
    font-size: 1rem;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 1.3em;
}
.header .shopping-cart .price-row p:first-child {
    font-weight: 600;
}
.header .shopping-cart .pricies {
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}
.header .shopping-cart .btn-main {
    width: 100%;
    margin: auto;
}
.menu-modal {
    height: 100vh !important;
}
.modal {
    z-index: 1100 !important;
    --bs-backdrop-zindex: 1100 !important;
}
.menu-modal .modal-content,
.shopping-crat .modal-content {
    height: 100%;
}
.cart-dropdown {
    height: 100%;
    --bs-modal-border-radius: 0 !important;
}
#menuModal .modal-content {
    position: relative;
    padding: 4em 2em !important;
    border-radius: 0;
}
#menuModal .modal-dialog {
    width: 20em;
    border-radius: 0;
}
#menuModal .close-menu {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 2em;
    right: 3em;
}
#menuModal .menu-block ul {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e7e7e7;
}
#menuModal .menu-block ul:last-child {
    border-bottom: 0;
}
#menuModal .menu-block li {
    line-height: 1.87;
    text-align: left;
    font-size: 1rem;
    transition: all 0.5s ease-in;
    color: #b6b6b6 !important;
    border-bottom: 1px solid #fff0;
    font-weight: 600;
    padding: 0.5em 0;
}
#menuModal .menu-block li a {
    color: var(--color-primary-bg) !important;
}
#menuModal .menu-block li a * {
    font-family: inherit !important;
}
.footer .logo-block .logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .container {
    padding: 0 0.75rem;
}
.footer .logo-block .jadore-logo {
    padding-left: 9em;
    width: 100%;
}
.footer .logo-block {
    padding: 1.375em 0;
}
.footer .logo-block .logo {
    width: 10.12em;
    height: 8em;
}
.footer .simply-logo-block {
    padding-right: 4.625em;
}
.footer .simply-logo {
    width: 22.25em;
    height: 3.9em;
}
.footer .footer-title {
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.footer .menu-list li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 1.25em;
    text-transform: capitalize;
}
.footer .newsletter {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}
.newsletter .social-icons img {
    width: 2.24em;
    height: 2.09em;
}
.footer .footer-main-part {
    padding: 1.5em 0;
    border-top: 1.2px solid #e1e1e1;
    border-bottom: 1.2px solid #e1e1e1;
}
.footer .footer-bottom {
    border-top: 1.2px solid #e1e1e1;
    padding: 0.625em 0 1.5em 0;
}
.footer .footer-bottom .paragraph {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}
.newsletter .social-media-ul li:not(:last-child) .social-icons {
    margin-right: 1.56em;
}
.scroll-top {
    width: 4.56em;
    height: 4.56em;
    position: fixed;
    bottom: 105%;
    right: 0.1em;
    z-index: 99;
    cursor: pointer;
    transition: 1s ease;
}
.scroll-top.open {
    bottom: 1.1em;
}
.subscribe-section {
    margin: 0.625em 0;
}
.subscribe-section .subscribe {
    background: #f2f2f2;
    padding: 1.25em;
    display: flex;
    justify-content: center;
    gap: 3.125em 1em;
}
.subscribe-section .subscribe .img-block {
    min-width: 44.375em;
    height: auto;
}
.subscribe-section .subscribe-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subscribe-section .subscribe-form .title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.34;
    margin-bottom: 0.4em;
    text-align: center;
}
.subscribe-section .subscribe-form .subtitle {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0.83em;
    color: #000;
}
.subscribe-section .form-control::placeholder {
    font-size: 0.87rem;
    color: #9d9d9d;
    text-transform: uppercase;
}
.coupon-input::placeholder {
    font-size: 1rem !important;
}
.subscribe-section .form-control {
    border: none;
    font-size: 0.93rem;
    color: #000;
    padding: 0.9em 1.3em;
    background: #fff;
    border-radius: 0;
    width: 17.5em;
    background-color: transparent;
    border-bottom: 1px solid 3e464a;
}
.home-banner {
    margin-bottom: 2em;
}
.home-banner .banner-image {
    width: 100%;
    height: auto;
    position: relative;
}
.home-banner .banner-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.home-banner .banner-image-fixed img {
    height: calc(100vh - 15em);
}
.home-banner .banner-image .jadore-stores-section {
    position: absolute;
    bottom: 3.75em;
    left: 0;
}
.jadore-stores-section-top {
    top: 3.75em;
    bottom: unset !important;
}
.jadore-stores-section-middle {
    bottom: unset !important;
    top: 50%;
    transform: translateY(-50%);
}
.home-banner .banner-image .jadore-stores {
    width: 100%;
    gap: 1.25em;
}
.home-banner .banner-image .btn-main {
    display: block;
    width: fit-content !important;
    margin: auto;
    text-transform: inherit;
}
.home-banner .banner-image .store-item {
    background: var(--color-store-bg);
    padding: 0.5em;
    height: 6.25em;
    min-width: 23.68em;
}
.checkout-section input[type="checkbox"] {
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.5em !important;
}
.home-banner .banner-image .item-block {
    border: 2px solid var(--color-store-border);
    height: 100%;
}
.home-banner .item-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.home-banner .item-link .title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 0.3em;
}
.home-banner .item-link .subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0;
}
.home-collections {
    margin-bottom: 2.5em;
}
.home-collections .collection-link {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-collections .collection-link img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 16.25em;
    margin-bottom: 1.25em;
}
.home-collections .collection-name {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.welcome-jadore {
    margin-bottom: 1.25em;
    width: 100%;
    height: auto;
}
.welcome-jadore .black-block {
    position: relative;
    width: 100%;
    height: auto;
}
.welcome-jadore .black-block .video {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.welcome-jadore .welcome-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: auto;
    height: auto;
}
.welcome-jadore .welcome-content .btn-main {
    border: 1px solid #fff !important;
    width: fit-content;
    margin: 0 auto;
}
.welcome-jadore .welcome-content .btn-main:hover {
    background: #fff;
    color: #000;
}
.product-slider {
    margin-bottom: 5em;
}
.product-slider .product-link {
    width: 100%;
    height: 100%;
}
.product-slider .product-link img {
    height: 19.8em;
}
.home-about:last-child {
    margin-bottom: 1.25em;
}
.home-about .flew-row {
    display: flex;
    gap: 1.25em;
}
.home-about .flew-row.left {
    flex-direction: row-reverse;
}
.home-about .flew-row .text-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 2.5em;
}
.home-about .flew-row .img-block {
    min-width: 49.5%;
    height: auto;
}
.home-about .flew-row .text,
.home-about .flew-row .text :not(h1, h2, h3, h4, h5, h6) {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0.8em;
}
.home-about .flew-row .text p {
    margin-bottom: 0;
}
.home-about .flew-row .link-item:not(:last-child) {
    margin-right: 1em;
}
.home-about .flew-row .link-item {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-transform: capitalize;
}
.home-about .flew-row .link {
    font-family: Prompt;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
.image-section {
    margin-bottom: 3.1em;
    padding-top: 1.25em;
}
.image-section .banner-image {
    width: 100%;
    margin: auto;
}
.single-product-page {
    padding-top: 3.125em;
    margin-bottom: 1.25em;
}
.single-product-page .product-row {
    grid-gap: 5.75rem;
}
.single-product-page .other-images {
    margin-top: 1.5em;
}
.single-product-page .other-images .swiper-slide {
    height: 9.375em;
}
.single-product-page .other-images .main-slider-image {
    width: 9.375em;
}
.single-product-page .other-images .swiper-slide-other-images {
    width: 9.375em;
}
.single-product-page .other-images .main-slider-image img {
    object-fit: cover;
    width: 9.375em;
    height: 9.375em;
}
.single-product-page .product-code,
.single-product-page .product-page-title {
    margin-bottom: 0.75em;
}
.single-product-page .product-title {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 0;
}
.single-product-page .share-icon {
    width: 2.8em;
    height: 2.8em;
}
.single-product-page .product-code {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.625;
}
.single-product-page .product-price {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-bottom: 1.875rem;
}
.check-radio[type="radio"] {
    display: none;
}
.single-product-page .feature-label {
    min-width: 9.1rem;
    background-color: #fff;
    border: 1px solid var(--color-primary-border-bg);
    color: var(--color-primary-text);
    height: 3.2em;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    color: #696c70;
}
.feature-label-disabled {
    opacity: 0.5;
}
.single-product-page .product-feature {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}
.single-product-page .product-feature-input:disabled ~ label {
    opacity: 0.5;
}
.single-product-page .feature-label:hover,
.single-product-page .product-feature-input:checked ~ label {
    background: var(--color-primary-bg);
    color: #fff;
}
.single-product-page .feature-label.sold-out-label.no-image {
    border: 1px solid red !important;
}
.single-product-page .feauture-name {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}
.feauture-name.feauture-name-small {
    font-size: 1rem;
}
.single-product-page .feauture-row {
    margin-bottom: 1.25em;
}
.product-features-section-height .feauture-row {
    margin-bottom: 1.875em !important;
}
.single-product-page .product-feature .list-price {
    margin-top: 0.2em !important;
    font-size: 0.8125rem;
}
.single-product-page .color-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.single-product-page .color-feature .color {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    margin-bottom: 0.625em;
    border: 1px solid #6d6d6d;
}
.single-product-page .color-feature .feature-label img {
    width: 0.54em;
    height: 0.41em;
}
.single-product-page .label-content {
    background: var(--color-primary-bg);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-product-page .label-content img {
    width: 0.7em;
    height: auto;
    background: unset;
    border: 0 !important;
}
.single-product-page .color-feature .list-name {
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    border-radius: 50%;
}
.single-product-page .color-feature .feature-label {
    position: relative;
    border: none;
    background: 0 0;
    height: unset;
    color: var(--color-primary-bg);
}
.single-product-page .check-block {
    display: none;
    position: absolute;
    top: -1%;
    right: 5%;
    outline: 2px solid #fff;
    border: none;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
}
.single-product-page .box-feature .check-block {
    top: -14%;
    right: -8%;
}
.single-product-page .color-feature .feature-label:hover,
.single-product-page .color-feature .product-feature-input:checked ~ label {
    -webkit-box-shadow: none;
    outline: 0 !important;
    background: 0 0;
    border: none;
    color: var(--color-primary-bg);
}
.single-product-page .color-feature .feature-label:hover .check-block,
.single-product-page .color-feature .product-feature-input:checked ~ label .check-block {
    display: block;
}
.single-product-page .box-feature .product-feature-input:checked ~ label .check-block,
.single-product-page .box-featuree .feature-label:hover .check-block {
    display: block;
}
.added-to-cart input {
    font-family: KoPubBatang;
    padding: 0 0.37em;
    font-size: 1.68rem;
    font-weight: 300;
    text-align: center;
    width: 2.3em;
    border: none;
    color: var(--color-primary-bg);
}
.added-to-cart {
    margin-bottom: 1.25em;
    margin-top: 0.7em;
}
.added-to-cart .cart-btns {
    font-family: KoPubBatang;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.08;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    width: 1.25em;
    height: 1.25em;
    color: var(--color-primary-text);
    border-radius: 0;
}
.form-control:disabled {
    background-color: unset;
}
.single-product-page .boxes .swiper {
    overflow-y: visible;
    padding-right: 1em;
}
.single-product-page .boxes .feature-label {
    width: auto;
    position: relative;
}
.single-product-page .boxes .feature-label.with-image {
    min-width: unset;
    width: 100%;
}
.single-product-page .boxes .list-name {
    margin-top: 0.625em;
}
.single-product-page .box-feature {
    width: 5.4375rem;
}
.single-product-page .boxes .swiper-slide {
    width: auto;
    flex-shrink: 0;
    margin-right: 12px;
}
.single-product-page .boxes .box {
    width: 5.4375rem;
    height: 5.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product-page .box img {
    border: 1px solid transparent;
    transition: border 0.5s;
    object-fit: cover;
    border-radius: 4px;
}
label.feature-label.with-image {
    border: 0 !important;
    background-color: transparent !important;
}
.single-product-page .content-area .slide-button {
    width: 0.8em;
    height: 0.8em;
    top: 30%;
}
.single-product-page .main-img-part .slide-button {
    width: 1.5em;
    height: 1.5em;
    top: 40%;
}
.single-product-page .boxes .list-name {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0 !important;
    text-align: center;
}
.product-feature-input-text:checked ~ .feature-label {
    background: var(--color-primary-bg) !important;
}
.product-feature-input-text:checked ~ .feature-label * {
    color: #fff;
}
.single-product-page .boxes .feature-label:hover img,
.single-product-page .boxes .product-feature-input:checked ~ label img {
    border: 1px solid var(--color-primary-bg);
}
.single-product-page .button-block {
    margin-bottom: 1.875rem;
    display: flex;
    flex-direction: column;
}
.single-product-page .btn-main {
    text-transform: uppercase;
}
.single-product-page .button-block button {
    width: 16.6em;
    font-size: 1rem;
    font-weight: 500;
}
.single-product-page .accordion-product {
    max-width: 100%;
}
.single-product-page .accordion-item {
    padding: 1.4em 1.3em 1.4em 0;
    border: none;
    border-top: 0.05em solid var(--color-primary-bg);
    background-color: none;
    background: 0 0;
    border-radius: 0 !important;
}
.single-product-page .accordion-item-small {
    padding: 1em 1.3em 1em 0;
    border-top: 0 !important;
    border-bottom: 0.05em solid var(--color-primary-bg);
}
.single-product-page .accordion-item:last-child {
    border-bottom: 0.05em solid var(--color-primary-bg);
}
.single-product-page .accordion-item .title {
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
.single-product-page .accordion-button {
    font-size: 1.07rem;
    font-weight: 400;
    line-height: 1.2;
    background: 0 0;
    border: none !important;
    padding: 0;
    text-transform: uppercase;
    color: #000;
}
.single-product-page .accordion-body {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.21;
}
.single-product-page .accordion-button::after {
    background-image: url(./../../images/arrowRIght.svg);
    background-size: contain;
    width: 0.93em;
    height: 0.93em;
    transition: all 0.3s ease;
    transform: rotate(0);
}
.accordion-button:not(.collapsed) {
    color: inherit;
    box-shadow: unset;
}
.accordion-button:focus {
    box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.products-slick-block {
    margin-bottom: 5em;
}
.col-2-shop {
    width: 20%;
}
.product-main {
    position: relative;
    transition: all 0.3s ease;
}
.product-main .in-whishlist {
    display: none;
    transition: all 0.3s ease;
}
.product-main .active .in-whishlist {
    display: block;
}
.product-main .active .no-wishlist {
    display: none;
}
.product-main .add-to-whishlist {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    z-index: 2;
    transition: all 0.3s ease;
}
.product-row-title {
    margin-right: 1.875em;
}
.add-to-whishlist-product {
    position: relative;
    top: 0 !important;
    right: 0 !important;
}
.product-main .add-to-whishlist button {
    padding: 0.5em;
}
.product-main .add-to-whishlist:hover .in-whishlist {
    display: block;
}
.product-main .add-to-whishlist:hover .no-wishlist {
    display: none;
}
.product-main .product-image {
    display: block;
    height: 20em;
    width: 100%;
    margin-bottom: 0.425em;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in;
}
.product-main .transparent-block {
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.4em;
    background: #ffffffad;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.product-main:hover .quick-view {
    display: flex;
}
.product-main .product-image:hover .new-collection,
.product-main .product-image:hover img {
    transform: scale(1.1);
}
.product-main .product-image img {
    transition: all 0.5s ease-in;
    object-fit: cover;
}
.product-main .new-collection {
    position: absolute;
    left: 0;
    bottom: 0.3125em;
    width: 100%;
}
.product-main .quick-view {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    z-index: 1;
}
.product-main .add-to-whishlist img {
    width: 1.6em;
    height: 1.75em;
}
.product-main .name-of-product {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: 0.2em;
}
.product-main .price-of-product {
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 0.8;
    text-align: left;
    display: block;
    line-height: 1.13;
}
.product-main .price-of-product .price-of-product__price {
    display: block;
    height: 100%;
    color: #545f63;
    float: left;
    font-size: 1rem;
    padding-right: 1rem;
}
.product-main .price-of-product__title {
    display: block;
    font-size: 0.8rem;
    color: #667379;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.products-slick-block .products-slide {
    position: relative;
}
.shop-part {
    scroll-margin-top: -50rem;
}
.shop-part .shop-title {
    font-size: 2.5rem;
    font-weight: 400;
}
.shop-part .shop-filtr-link {
    font-size: 0.975rem;
    padding: 0.625em;
    display: block;
    text-align: center;
    transition: all 0.5s ease-in;
    font-weight: 400;
    color: var(--color-primary-bg) !important;
    text-transform: uppercase;
    border-bottom: 1px solid #fff0;
}
.shop-part .shop-filtr-link * {
    font-family: inherit !important;
}
.shop-part .shop-filtr-link * {
    color: var(--color-primary-bg) !important;
    font-style: normal !important;
}
.shop-part .shop-filtr-link.router-link-exact-active {
    border-bottom: 1px solid #000;
}
.shop-part .shop-filtr-link:hover {
    border-bottom: 1px solid #000;
}
.shop-part .filter-by .form-control {
    border: none !important;
}
.product-main .choose-color-part {
    display: flex;
    grid-gap: 0 0.5em;
}
.choose-color-part .filter-checkbox.check-your-info-color {
    margin-bottom: 0;
}
.choose-color-part input:checked ~ .bg-color {
    border: 2px solid #000;
}
.product-main input[type="checkbox"] {
    display: none !important;
}
.shop-part .logo-design-part {
    width: 7.5em;
    height: 6.25em;
}
.product-main .bg-color {
    width: 1rem;
    height: 1rem;
    background-size: 100%;
    display: block;
    border-radius: 100%;
    border: 1px solid #000;
}
.shop-part .logo-design-part {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 6.25em auto;
}
.shop-bg-part {
    background-image: url(../../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 13em;
    position: relative;
}
.shop-bg-part .content-part {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shop-part .shop-text {
    color: #fff;
    font-size: 1.3rem;
    font-family: Lato, sans-serif;
    text-align: center;
    font-weight: 300;
}
.shop-part .img-part {
    width: 24em;
    height: 4.25em;
    margin: auto;
    margin-bottom: 0.2em;
}
.shop-part .mob-d-block-button {
    display: none;
}
.swiper-pagination {
    display: flex;
    grid-gap: 0.625em;
    bottom: -10% !important;
    left: 45% !important;
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 1.56em !important;
    height: 1.56em !important;
    background: #d9d9d9 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #474646 !important;
}
.images-slide {
    margin-bottom: 1.25em;
}
.images-slide .slide-row {
    height: 50em;
}
.images-slide .image-slide {
    background: #f2f2f2;
    position: relative;
}
.images-slide .image-slide .swiper-pagination {
    bottom: 5% !important;
    left: 42% !important;
    height: auto !important;
}
.images-slide .image-slide .swiper-pagination-bullet {
    width: 1.125em !important;
    height: 1.125em !important;
}
.images-slide .slide-row .image-slide,
.images-slide .slide-row .right-img {
    padding: 0;
    height: 100%;
}
.images-slide .slide-row .right-img .img-block {
    height: 100%;
}
.images-slide .slide-row .right-img .img-block img {
    object-fit: cover;
}
.images-slide .slide-img {
    padding: 6.25em !important;
    height: 100%;
}
.images-slide .slide-row .image-slide * {
    height: 100%;
}
.images-slide .swiper-slide {
    height: 100%;
}
.empty-cart-section {
    margin: 5em 0;
}
.empty-cart-section .empty-cart {
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2em;
}
.checkout-section .product-remove {
    margin: 0.625em 0;
    text-align: right;
}
.checkout-section .product-remove img {
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.3em;
}
.checkout-section .product-remove .remove {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
}
.checkout-section .main-part {
    padding-top: 3.125em;
}
.checkout-section .main-part .section-title {
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 0.5em;
}
.checkout-section .main-part .image-part .product-img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0.3em;
}
.checkout-section .main-part .image-part .product-name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}
.cart_item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.checkout-section .main-part .image-part .price-number {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 0.8;
    text-align: left;
}
.checkout-section .summary-block .price-number {
    text-wrap: nowrap;
}
.checkout-section label {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-bottom: 0.812em;
    font-weight: 700;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #aeaeae;
    background: 0 0;
    padding: 0 0.5em 0.1em 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    color: #747474;
    border-radius: 0;
    resize: none;
    margin-bottom: 0;
}
.form-control.is-invalid.is-password {
    background-image: unset !important;
}
.form-control::placeholder {
    font-size: 0.8rem;
}
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23747474" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1em;
    padding-right: 2em;
}
.form-group {
    margin-bottom: 0.7em;
}
.checkout-section {
    padding-bottom: 4em;
}
.checkout-section .form-control::placeholder {
    color: #747474;
}
.checkout-section .form-control:not(.selectpicker):focus {
    border-color: var(--color-primary-bg);
}
.checkout-section .payment-summary {
    position: relative;
    padding-left: 2em;
}
.checkout-section .total-price-part {
    border: 1px solid var(--color-primary-bg);
    padding: 0.625em;
    margin-bottom: 1.25em;
    border-radius: 5px;
}
.checkout-section .sticky-block {
    position: sticky;
    top: 7em;
    left: 0;
    z-index: 10;
}
.checkout-section .summary-block {
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0.625em;
}
.checkout-section .summary-block * {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
}
.checkout-section .summary-block small,
.checkout-section .summary-block small * {
    font-size: 1rem !important;
}
.checkout-section .summary-block .amount-text {
    font-weight: 600;
    text-align: left;
}
.btn-review {
    font-size: 1rem;
}
.summary-products {
    margin-bottom: 0.625em;
    padding-bottom: 0.625em;
}
.checkout-section .summary-cart-item {
    border-bottom: 1px solid #e6e6e6;
}
.checkout-section .apply-btn .btn-main {
    padding: 0.72em 2.5em;
    width: auto !important;
    min-width: 10em !important;
}
.checkout-section .summary-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 0;
}
.checkout-section .summary-text a {
    text-decoration: underline;
}
.checkout-section .links-part {
    margin-bottom: 2.5em;
}
.checkout-section .billing-block,
.checkout-section .delivery-block,
.checkout-section .new-instruction-block,
.checkout-section .payment-block {
    margin-bottom: 3rem;
}
.checkout-section .information-block .section-title {
    margin-bottom: 1rem;
    line-height: 1;
    padding-bottom: 0.25em;
}
.checkout-section .information-block .address-type {
    margin-bottom: 2.25em;
}
.address-type div:first-child button {
    border-radius: 5px 0 0 5px;
}
.address-type div:nth-child(2) button {
    border-left: 0 !important;
    border-radius: 0 5px 5px 0;
}
.checkout-section .pick-up-checkbox-div {
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    margin-bottom: 0 !important;
}
.checkout-section .card-payment-header label {
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 1.3em;
    margin: 0 !important;
}
.checkout-section .add-cart-input-small .cart-btns {
    background: var(--color-primary-bg);
    color: #fff !important;
    font-weight: 700;
}
.flex-col-1 {
    flex: 1;
}
.card-payment-body {
    padding-top: 1.5em;
}
.card-payment-body .small-text {
    color: #687282;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0.8em;
}
.small-text i {
    font-size: 0.7rem;
    color: #3e464a7a;
    margin-right: 0.4em;
}
.checkout-section .card-payment-header label:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #000;
    transition: all 0.5s;
}
.checkout-section .card-payment-header input:checked ~ label:before {
    background-color: #000;
}
.checkout-section .card-payment-header [type="radio"] {
    display: none;
}
.checkout-section .card-payment-option {
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 5px 16px rgba(18, 16, 16, 0.08);
}
.checkout-section .card-payment-option .payment-label-img {
    height: 1.5rem;
    width: auto !important;
}
.signin-page {
    margin: 5.5em 0;
}
.signin-page .section-title {
    margin-bottom: 1.3em;
}
.signin-page .social {
    width: 1.75em;
    height: 1.75em;
    margin-right: 0.875em;
}
.signin-page .signin-text,
.signin-page .signin-text * {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: 0.625em;
}
.signin-page .left-text p {
    font-size: 1.25rem;
    margin-bottom: 1em;
}
.signin-page .signin-text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 0;
}
.signin-page .signin-text ul li {
    font-size: 1.15em;
}
.signin-page .col-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 4em;
    min-height: 21em;
}
.signin-page .col-content.right {
    border-left: 1px solid var(--color-primary-bg);
}
.signin-page .btn-secondary {
    text-transform: none;
}
.password-show {
    position: absolute;
    right: 4%;
    top: 1.1em;
    transform: translateY(-50%);
    z-index: 3;
}
.signin-page .form-control {
    border: 1px solid var(--color-primary-bg);
    border-radius: 0;
    font-size: 1em;
    padding: 0.8rem 1rem;
}
.signin-page .form-control::placeholder {
    font-size: 1em;
}
.signin-page .form-control::placeholder {
    color: #b1b1b1;
}
.signin-page .link-to-forgot-pass {
    display: block;
    position: relative;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #b1b1b1;
    margin: 1em 0;
    transition: all 0.4s ease;
}
.signin-page .link-to-forgot-pass:hover {
    color: var(--color-primary-bg) b2;
}
.breadcrumb-block {
    margin-top: 2em;
    margin-bottom: 0.7em;
}
.breadcrumb-block .link-to-page.router-link-exact-active {
    color: var(--color-primary-bg);
}
.breadcrumb-block .link-to-page::after {
    content: ">";
    display: inline-block;
    margin: 0 0.5em;
}
.breadcrumb-block .link-to-page:last-child::after {
    display: none;
}
.breadcrumb-block .link-to-page {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #909090;
    text-transform: uppercase;
}
.count-badge {
    width: 1.7em;
    height: 1.7em;
    background-color: var(--color-primary-bg);
    color: #fff;
    font-size: 0.7rem;
    line-height: normal;
    font-weight: 600;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -0.7em;
    top: -0.7em;
    text-align: center;
    vertical-align: middle;
}
.register-page {
    margin-bottom: 1.6em;
}
.register-page .register {
    width: 65%;
    margin: auto;
}
.register-page .form-group label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.17;
    text-align: left;
    margin-bottom: 0.3em;
}
.register-page .form-control {
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 0.625em;
    position: relative;
    padding: 0.625em 0.725em;
}
.register-page .form-group label::before {
    content: ".";
    display: inline-block;
    margin: 0 0.25em;
    font-size: 2rem;
    vertical-align: bottom;
}
.register-page .form-control::placeholder {
    color: #b1b1b1;
}
.register-page .password-show {
    right: 6%;
    top: 1.35em;
}
.register-page .required-fields {
    font-family: Roboto;
    font-size: 0.825rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
    margin-bottom: 0;
}
.register-page .required-fields::before {
    content: ".";
    display: inline-block;
    margin: 0 0.25em;
    font-size: 1.5rem;
    vertical-align: bottom;
    font-weight: 500;
}
.register-page .register-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}
.register-page .register-text a {
    text-decoration: underline;
}
.thank-you-section {
    margin: 3.5em 0;
}
.thank-you-section .title {
    font-family: PinyonScript;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0.2em;
}
.thank-you-section .subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0.83em;
}
.thank-you-section .order-number {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 1em;
}
.thank-you-section .btn-main {
    padding: 0.8em 6.2em;
}
.shop-part .dropdown-toggle::after {
    background-image: url(./../../images/next-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
    vertical-align: -0.255em;
}
.account-page {
    margin: 3.75em 0;
}
.account-page .links-row {
    margin-bottom: 3em;
    padding: 0 1.5em;
}
.account-page .acount-item {
    cursor: pointer;
}
.wishlist-section .image-slide {
    position: relative;
}
.my-account-section .account-profile {
    width: 40%;
    margin: auto;
    margin-bottom: 3.75em;
}
.my-account-section .account-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
    gap: 2em;
}
.my-account-section .account-row * {
    font-family: Roboto;
    font-weight: 300;
    line-height: 1.17;
    margin-bottom: 0;
}
.my-account-section .account-row .left-part {
    font-size: 1.5rem;
    text-align: left;
    min-width: 10em;
}
.my-account-section .account-row .right-part {
    font-size: 1.25rem;
    text-align: right;
}
.my-account-section .buttons {
    display: flex;
    justify-content: center;
    gap: 1.5em;
}
.account-page .btn-main {
    display: flex;
    justify-content: space-between;
    padding: 0.85em 4.6em;
}
.account-page .title-border {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}
.close-modal {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 3em;
    right: 3em;
}
.account-page .modal-content {
    padding: 5em 3em 4em 3em;
}
.account-page .modal .title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1em;
}
.account-page .modal .form-group {
    margin-bottom: 1.25em;
}
.recipients-section .recipient-item {
    border: 1px solid #efede1;
    padding: 1.25em;
    margin-bottom: 1.25em;
}
.recipients-section .main-part {
    border-top: 1px solid #efede1;
    padding-top: 1.25em;
}
.payment-section .item,
.recipients-section .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
.payment-section .item *,
.recipients-section .item * {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: end;
}
.recipients-section .top-buttons {
    text-align: right;
}
.account-page .edit-btn {
    width: 1.87em;
    height: 1.93em;
    margin-right: 1em;
}
.account-page .remove-btn {
    width: 1.3em;
    height: 1.2em;
}
.payment-section .top-buttons {
    margin-top: 0.625em;
    text-align: right;
}
.payment-section .card-details {
    display: flex;
    align-items: center;
}
.payment-section .card-details .img-part {
    min-width: 12em;
    height: 100%;
    border-right: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
}
.payment-section .card-details .img-part img {
    width: 5.4em;
    height: 3.6em;
}
.payment-section .card-info {
    padding: 0.625em;
}
.payment-section .card-item {
    border: 1px solid #efede1;
    padding: 1em 1.5em;
}
.payment-section .card-numbers {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.16;
    margin-bottom: 0.4em;
}
.payment-section .validity {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
}
.products-slider {
    margin: 1.25em 0;
}
.products-slider .logo-img {
    width: 6em;
    height: 4.8em;
    margin-bottom: 3.125em;
}
.products-slider .title {
    font-family: Prata;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2.5em;
    color: #fff;
}
.products-slider .shop-now-block {
    background: #474646;
    height: 100%;
    padding: 2.6em 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.centered-slides .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 15em !important;
    height: 18.75em;
}
.centered-slides .swiper-slide-active {
    width: 27.5em !important;
    height: 31.25em;
}
.centered-slides .swiper-slide-next,
.centered-slides .swiper-slide-prev {
    width: 21.25em !important;
    height: 25em;
}
.centered-slides .slide-img {
    height: 100%;
}
.centered-slides .slide-img img {
    object-fit: cover;
}
.centered-slides .swiper-wrapper {
    align-items: center;
}
.centered-slides .swiper-slide-next,
.centered-slides .swiper-slide-prev {
    width: 19.25em !important;
    height: 23em;
}
.animateIn {
    animation: animateIn 1s ease;
}
@keyframes animateIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animateOut {
    animation: animateOut 1s ease;
}
@keyframes animateOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.error-page {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error-page .error-title {
    font-family: Prompt;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    text-align: center;
}
.error-page .btn-main {
    padding: 0.8em 3.5em;
}
.pagination {
    grid-gap: 0.625em;
}
.pagination .page-item button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s ease-in;
    width: 2.5em;
    height: 2.5em;
}
.page-link-action {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-link-action img {
    height: 0.625em;
}
.pagination button.page-link.active {
    background: var(--color-primary-bg) 14 !important;
    color: var(--color-primary-text);
}
.pagination .page-link {
    color: var(--color-primary-bg);
}
.pagination .page-link {
    color: #000;
    font-size: 1rem;
}
.pagination .page-link:focus {
    box-shadow: unset;
    background: 0 0;
}
.selected-option {
    border: 1px solid #000 !important;
    padding: 0.3125em 1.25em;
    display: flex;
    align-items: center;
    text-align: center;
    transition: all 0.5s ease-in;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #000;
}
.basket-icon::after {
    content: unset;
}
.shimmer {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}
.selected-filter-link:before {
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    width: 0.8em;
    height: 0.8em;
    background-color: #c0b689;
    border-radius: 50%;
    margin-right: 0.4em;
}
.selected-option img {
    width: 0.625em;
    height: 0.625em;
    margin-left: 0.625em;
    vertical-align: middle;
}
.btn-filter {
    padding: 0.625em 1em;
    border-radius: 5px;
    border: 1px solid var(--color-primary-border-bg) !important;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -moz-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -o-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
    right: -1px;
}
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
    -moz-transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
    -o-transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
    transition:
        opacity 0.3s linear,
        left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
    left: -1px;
}
#filterModal .modal-content,
#filterModalGeneral .modal-content {
    border-radius: 0;
    width: 25.875rem;
    border: 0;
}
#filterModal .modal-header,
#filterModalGeneral .modal-header {
    padding: 2.375rem 1.5rem 1.375rem;
}
.accordion-button-filter {
    padding: 1.1em 0;
    font-size: 1rem;
    font-weight: 600;
}
#filterModal .modal-body,
#filterModalGeneral .modal-body {
    padding: 0.375rem 1.5rem 1.375rem;
}
.accordion-button {
    background-color: transparent !important;
}
.accordion {
    --bs-accordion-bg: transparent;
}
.accordion-button-filter:not(.collapsed) {
    background-color: unset;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.form-check-input {
    border-radius: 0 !important;
    border: 1px solid #000;
}
.form-check-filter .form-check-input {
    width: 1.2em;
    height: 1.2em;
}
.form-check-filter .form-check-input[type="radio"] {
    border-radius: 50% !important;
}
.form-check .form-check-input {
    margin-left: -2em;
}
.form-check {
    padding-left: 2em;
}
.accordion-button-filter:not(.collapsed)::after {
    transform: rotate(180deg);
}
.form-check-input:focus {
    box-shadow: unset;
}
button:disabled:not(.accordion-button) {
    opacity: 0.2;
}
button.accordion-button.accordion-button-filter[disabled]:after {
    content: unset;
}
.card-content-list {
    max-height: 25em;
    overflow-y: auto;
}
.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}
.order-review .modal-dialog {
    max-width: 69.5em;
    border-radius: 0;
}
.order-review .modal-content {
    border-radius: 0;
    padding: 0.625em;
}
.order-review .modal-body {
    border: 1px solid #000;
}
.order-review .section-title {
    font-size: 1.5rem !important;
}
.checkout-review-title {
    font-size: 1em;
    color: #6d6d6d;
    font-weight: 600;
}
.checkout-review-text {
    font-size: 0.9375em;
    color: #000;
}
.order-review .total-price-part {
    background-color: #f2f2f2;
}
.checkout-section textarea {
    height: 1.5em;
    max-height: 6em !important;
    min-height: unset !important;
}
.delivery-edit-btn {
    font-size: 0.8em;
    font-style: italic;
}
.vc-highlight-content-solid {
    background: #000;
}
.vc-day-content:hover {
    color: #000;
}
.vc-header {
    padding-bottom: 2em;
}
.vc-pane-layout {
    border: 1px solid #000;
}
.vc-day {
    padding: 0 0.4em;
}
.cookie-consent {
    z-index: 99999;
    position: fixed;
    background-color: var(--color-popup-bg);
    bottom: 1em;
    left: 1em;
    border-radius: 2px;
    max-width: 25em;
    padding: 1em;
}
.router-link-active.router-link-exact-active.w-100.btn-transparent {
    background: #000;
    color: #fff;
}
.pac-container {
    z-index: 999999 !important;
}
.main-slider-pagination {
    display: none;
    text-align: center;
}
button.swal2-confirm.swal2-styled.swal2-default-outline {
    background: #af9f84 !important;
    color: #fff;
    font-size: 0.875rem !important;
    padding: 0.8em 1.5em;
    font-weight: 700;
    min-width: 6em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    font-weight: 700;
    padding: 0.8em 1.5em;
    font-size: 0.875rem !important;
    min-width: 6em;
}
div.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.search-container-product {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: var(--color-popup-bg);
    z-index: 100;
    left: 0;
    padding: 3em;
    visibility: hidden;
    top: -100%;
    transition: all 0.3s;
}
.search-container-product.show-search-container {
    top: 8.3em;
    visibility: visible;
}
.bg-dark-gray {
    background-color: var(--color-primary-bg) !important;
}
#collectionsModal .modal-content {
    border-radius: 0;
}
#collectionsModal .modal-dialog {
    max-width: 30em;
    width: 20em;
}
.mobile-position-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 3em;
    background-color: #fff;
    z-index: 999;
    padding: 0.5em 1em;
    border-top: 1px solid #cbcbcb;
}
.product-fix-image {
    object-fit: cover;
    width: 6em;
    height: 6em;
}
.mobile-position-fixed .product-title {
    line-height: 1.3;
    font-size: 1.1em !important;
}
.mobile-position-fixed .product-price {
    font-size: 1.2em !important;
}
.form-control:not(.selectpicker):focus {
    border-color: #000 !important;
}
.account-buttons-part {
    white-space: nowrap;
}
.modal-content-simple {
    border-radius: 0 !important;
    border: 1px solid #000;
    box-shadow: 0 0 0 0.5em #fff;
}
.medium-zoom-overlay {
    z-index: 99998;
}
.medium-zoom-image--opened {
    z-index: 99999;
}
.vel-img {
    box-shadow: unset !important;
    background-color: unset !important;
}
.vel-modal {
    background-color: #fff !important;
}
.vel-icon {
    fill: #000 !important;
}
.vel-toolbar,
.vel-toolbar .toolbar-btn {
    display: none !important;
}
.label-image {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 10;
    top: 0;
}
.pagination-links-menu {
    grid-gap: 0.7rem;
}
.pagination-links-menu li {
    text-transform: uppercase;
    color: var(--color-primary-text);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    grid-gap: 0.7rem;
}
.pagination-links-menu li img {
    height: 0.7rem;
}
.pagination-links-menu li a {
    white-space: nowrap;
}
.pagination-links-menu li:last-child *,
.pagination-links-menu li:last-child p {
    color: var(--color-primary-text) !important;
    font-size: var(--bs-body-font-size) !important;
    line-height: normal !important;
    margin: 0;
    font-weight: 700;
}
.modal-content {
    border-radius: 0 !important;
}
.product-desc-body ul {
    list-style: circle;
    padding-left: 1.3em;
}
.product-desc-body ul li {
    list-style: circle;
}
.img-block img {
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain;
    display: block;
}
.home-about .right .img-block {
    display: flex;
    justify-content: flex-end;
}
.home-about .left .img-block {
    display: flex;
    justify-content: flex-start;
}
.home-about .img-block-center {
    display: flex;
    justify-content: center !important;
}
.account-title {
    margin-bottom: 1.5em;
}
.btn-link {
    font-weight: 400;
    font-size: 1.25rem;
    padding-bottom: 2px !important;
    border-bottom: 1px solid !important;
}
.btn-link-danger {
    font-weight: 400;
    font-size: 1.25rem;
    color: #db0000;
    border-bottom: 1px solid #db0000 !important;
}
.form-control-2 {
    border: 1px solid #909090;
    background-color: #f2f2f2;
    border-radius: 0;
}
.swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
    border-radius: 0 !important;
}
button.swal2-deny.swal2-styled {
    border-radius: 5px !important;
    background: 0 0;
    color: #000;
    border: 1px solid #9c8e79 !important;
    padding: 0.8em 1.5em !important;
}
button.swal2-confirm.swal2-styled.swal2-default-outline {
    border-radius: 5px;
    padding: 0.8em 1.5em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: unset !important;
}
.checkout-section .apply-btn .btn-main:disabled {
    opacity: 1 !important;
}
.blog-container img {
    width: auto;
    max-width: 100%;
    margin-bottom: 0.5em;
}
.cursor-pointer {
    cursor: pointer;
}
.subscription-option-image {
    width: 11.25em;
}
.min-width-unset {
    min-width: unset !important;
}
.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}
.gap-8 {
    grid-gap: 0.5rem;
}
.mb-20 {
    margin-bottom: 1.25rem;
}
.form-control-bordered {
    border: 1px solid #aeacac !important;
    padding: 0.625rem;
    border-radius: 4px;
    font-size: 1em;
}
.subscription-product-card {
    border: 1px solid #af9f8433;
    background-color: #af9f8426;
    padding: 0.625em;
    border-radius: 10px;
}
.subscription-product-card button {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.625em;
}
.subscriptionCalendar {
    width: 100%;
}
.subscriptionCalendar.vc-container.vc-monthly.vc-primary.vc-light {
    width: 100%;
}
.subscriptionCalendar .vc-pane-layout {
    border: 1px solid #e9e9e9 !important;
    box-shadow: 0 0 6px 0 #0000000d !important;
    border-radius: 4px;
}
.vc-focus:focus-within {
    outline: 0;
    box-shadow: none;
}
.subscriptionCalendar .vc-highlight-content-solid {
    background: #af9f84 !important;
    color: #fff !important;
}
.subscriptionCalendar .vc-header .vc-title {
    font-size: 15px !important;
}
.subscriptionCalendar .vc-weekday {
    font-size: 13px !important;
}
.subscriptionCalendar .vc-highlight-content-solid:hover {
    color: #fff !important;
}
.vc-day-content.vc-focusable.vc-focus.vc-attr.vc-disabled.vc-attr.vc-highlight-content-solid.vc-beige {
    background: #af9f8466 !important;
    color: #434343 !important;
}
.vc-focus:focus-within {
    box-shadow: unset !important;
}
.choose-end-date-block .vc-day-content.vc-focusable.vc-focus.vc-attr:not(.vc-disabled) {
    background: #af9f8466;
}
.vc-day-content.vc-focusable.vc-focus.vc-attr.vc-attr.vc-highlight-content-solid.vc-primary {
    background: #000;
}
.vc-day-content.vc-focusable.vc-focus.vc-attr.vc-attr.vc-highlight-content-solid.vc-primary:hover {
    color: #fff !important;
}
.suggestion-list {
    background-color: #fff;
    position: absolute;
    width: 100%;
    border: 1px solid;
    left: 0;
    margin-top: -0.3em;
    display: none;
    list-style: none;
}
.suggestion-list li {
    cursor: pointer;
    padding: 0.3em 1em;
    color: #000;
}
.suggestion-list li:hover {
    background-color: #eee;
}
.checkout-table-subscription {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5em;
}
.cart-item-subscription {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
@media (max-width: 1441px) {
    .container {
        max-width: 85rem !important;
    }
    .carousel {
        padding: 0 2em;
    }
    .shop-btn-block {
        padding: 0 7em;
    }
    .btn-prev {
        left: 0;
    }
    .btn-next {
        right: 0;
    }
    .slide-button {
        width: 1rem;
        height: 1rem;
    }
    .section-title.fs-50 {
        font-size: 1.625rem;
    }
    .home-collections .collection-link img {
        height: 15.25em;
        margin-bottom: 1em;
    }
    .home-banner .banner-image .store-item {
        height: 5.7em;
        min-width: 18em;
    }
    .home-banner .banner-image .jadore-stores-section {
        bottom: 2.5em;
    }
    .home-banner .banner-image .jadore-stores-section-top {
        bottom: unset !important;
        top: 2.5em;
    }
    .subscribe-section .subscribe .img-block {
        min-width: 35em;
    }
    .home-about .flew-row .link {
        font-size: 1.25rem;
    }
    .home-about .flew-row .text,
    .home-about .flew-row .text :not(h1, h2, h3, h4, h5, h6) {
        font-size: 1rem !important;
    }
    .carousel {
        padding: 0 1em;
    }
    .single-product-page .container {
        max-width: 96% !important;
    }
    .product-features-section {
        min-height: 33.2em;
    }
    .main-slider-image .big-image img {
        height: 46rem !important;
        object-fit: cover;
    }
    .single-product-page .carousel {
        padding: 0;
    }
    .single-product-page .btn-prev {
        left: -1.5rem;
    }
    .single-product-page .boxes {
        margin: 1.25em 0;
    }
    .added-to-cart input {
        font-size: 1.25rem;
    }
    .added-to-cart .cart-btns {
        font-size: 1.5rem;
    }
    .single-product-page .share-icon {
        width: 2.3em;
        height: 2.3em;
    }
    .single-product-page .other-images .swiper-slide {
        height: 9.4em;
    }
    .product-main .product-image {
        height: 16em;
    }
    .product-main .transparent-block {
        height: 2em;
    }
    .header .shopping-cart {
        width: 23em;
        right: -6.7em;
    }
    .shop-bg-part .content-part {
        top: 45%;
    }
    .section-title-big {
        font-size: 2.6rem;
    }
    .section-title-small {
        font-size: 1.4rem;
    }
    .products-slider .shop-now-block {
        padding: 2em;
    }
    .products-slider .title {
        font-size: 1.125rem;
        margin-bottom: 1.5em;
    }
    .products-slider .logo-img {
        margin-bottom: 1.5em;
    }
    .centered-slides .carousel {
        padding: 0 3em;
    }
    .single-product-page .main-img-part .btn-next {
        right: -5%;
    }
    .single-product-page .main-img-part .btn-prev {
        left: -5.3%;
    }
    .container-checkout {
        max-width: 70rem !important;
    }
}
@media (max-width: 1024px) {
    .checkout-table-subscription {
        grid-gap: 0.1em;
    }
    .container {
        max-width: 62rem !important;
    }
    .container-checkout {
        max-width: 62rem !important;
    }
    .section-title.fs-50 {
        font-size: 1.8rem;
    }
    .shop-btn-block {
        padding: 0 2.6em;
    }
    .home-banner .banner-image img {
        width: 100%;
        object-fit: cover;
        height: auto !important;
    }
    .home-banner .banner-image-fixed img {
        height: auto !important;
    }
    .btn-main.fs-24 {
        font-size: 0.875rem;
        padding: 0.8em 1.5em;
    }
    .home-collections .collection-link img {
        height: 13.25em;
    }
    .home-banner .banner-image .store-item {
        height: 5em;
        min-width: 14em;
    }
    .home-banner .item-link .title {
        font-size: 1.2rem;
    }
    .home-banner .item-link .subtitle {
        font-size: 1rem;
    }
    .subscribe-section .subscribe .img-block {
        min-width: 28em;
    }
    .subscribe-section .subscribe-form .title {
        font-size: 2rem;
    }
    .subscribe-section .subscribe-form .subtitle {
        font-size: 1.125rem;
    }
    .home-about .flew-row .text,
    .home-about .flew-row .text :not(h1, h2, h3, h4, h5, h6) {
        font-size: 1rem;
    }
    .home-about .flew-row .link {
        font-size: 1.1rem;
    }
    .home-about .flew-row .link-item {
        font-size: 1.125rem;
    }
    .single-product-page .product-row {
        grid-gap: 0;
    }
    .single-product-page .container {
        max-width: 90% !important;
    }
    .single-product-page .content-area {
        max-width: 100%;
    }
    .main-slider-image .big-image img {
        height: auto !important;
        object-fit: contain;
    }
    .product-features-section {
        min-height: unset;
    }
    .swiper-pagination-bullet {
        width: 1em !important;
        height: 1em !important;
    }
    .header .header-row .project-name {
        font-size: 2.2rem;
    }
    .col-2-shop {
        width: 25%;
    }
    .shop-part .img-part {
        width: 18em;
        height: 3.25em;
        margin: auto;
        margin-bottom: 0.2em;
    }
    .shop-bg-part {
        height: 8em;
    }
    .shop-bg-part .content-part {
        top: 52%;
    }
    .shop-part .shop-text {
        font-size: 1rem;
    }
    .shop-part .img-part {
        width: 15em;
        height: 2.25em;
    }
    .shop-part .logo-design-part {
        margin: 1.25em auto;
    }
    .shop-part .grid-gap-part {
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .shop-part .grid-gap-part::-webkit-scrollbar {
        display: none;
    }
    .breadcrumb-block .link-to-page {
        font-size: 1rem;
    }
    .checkout-section .image-part {
        padding: 1em;
    }
    .checkout-section .summary-block {
        padding: 1em 0.625em;
    }
    .checkout-section .apply-btn {
        min-width: 8.5em;
    }
    .checkout-section .links-part {
        margin-bottom: 1.25em;
    }
    .checkout-section .main-part {
        padding-top: 1.5em;
    }
    .checkout-section .links-part {
        margin-bottom: 2.125em;
    }
    .my-account-section .account-profile {
        width: 50%;
    }
    .my-account-section .account-row .left-part {
        font-size: 1.25rem;
    }
    .my-account-section .account-row .right-part {
        font-size: 1.125rem;
    }
    .my-account-section .account-row {
        margin-bottom: 1em;
    }
    .my-account-section .account-row .left-part {
        min-width: 8em;
    }
    .payment-section .card-details .img-part img {
        width: 4.4em;
        height: 2.6em;
    }
    .payment-section .card-numbers {
        font-size: 1.125rem;
        margin-bottom: 0.7em;
    }
    .payment-section .bottom-buttons {
        padding: 1em;
    }
    .account-page .edit-btn {
        margin-right: 2em;
    }
    .images-slide .slide-row {
        height: 33em;
    }
    .images-slide .slide-img {
        padding: 4.25em;
    }
    .centered-slides .swiper-slide-active {
        width: 22.5em !important;
        height: 28.25em;
    }
    .centered-slides .swiper-slide-next,
    .centered-slides .swiper-slide-prev {
        width: 17.25em !important;
        height: 21em;
    }
    .single-product-page .other-images .swiper-slide {
        height: 6.4em;
    }
    .single-product-page .main-img-part .btn-next {
        right: -7%;
    }
    .single-product-page .main-img-part .btn-prev {
        left: -7%;
    }
    .product-slider .slide-button {
        display: none !important;
    }
    .btn-main-white {
        padding: 0.7rem 0.325em;
    }
}
@media (max-width: 991px) {
    .checkout-table-subscription {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }
    .header-main {
        height: auto;
    }
    .home-banner .banner-image-fixed img {
        height: auto;
        min-height: calc(100vh - 4em) !important;
    }
    .container-checkout {
        max-width: 93% !important;
    }
    .shop-btn-block {
        padding: 0 2em;
    }
    .container {
        max-width: 95% !important;
    }
    .slide-button {
        top: unset;
        bottom: -10%;
        width: 1.5em;
        height: 1.5em;
    }
    .btn-next {
        right: 45%;
    }
    .btn-prev {
        left: 45%;
    }
    .carousel {
        padding: 0;
    }
    .btn-main.fs-24 {
        font-size: 1rem;
    }
    .welcome-jadore .section-title.fs-50 {
        font-size: 1.5rem;
        margin-bottom: 1.2em;
    }
    .section-title.fs-50 {
        font-size: 2rem;
        margin-bottom: 0.5em;
    }
    .home-collections {
        margin-bottom: 1em;
    }
    .home-collections .collection-link img {
        height: 11.25em;
        margin-bottom: 0.5em;
    }
    .home-collections .collection-name {
        font-size: 1em;
    }
    .home-banner .banner-image .jadore-stores-section {
        bottom: 1.25em;
    }
    .home-banner .banner-image .jadore-stores-section-top {
        bottom: unset !important;
        top: 1.25em;
    }
    .home-banner .banner-image .jadore-stores {
        gap: 1em 1em;
    }
    .home-banner .banner-image .store-item {
        min-width: 11em;
        height: 4.5em;
        padding: 0.35em;
    }
    .home-banner .btn-main-white {
        font-size: 1rem;
    }
    .home-banner .item-link .title {
        font-size: 1rem;
    }
    .home-banner .item-link .subtitle {
        font-size: 0.75rem;
    }
    .subscribe-section .subscribe-form .title {
        font-size: 1.25rem;
    }
    .subscribe-section .subscribe {
        flex-wrap: wrap;
        background: unset;
        padding: 0;
        gap: 2em;
    }
    .subscribe-section .subscribe .img-block {
        min-width: 100%;
    }
    .subscribe-section {
        margin: 1.25em 0;
    }
    .subscribe-section .subscribe-form .title {
        margin-bottom: 1em;
    }
    .subscribe-section .subscribe-form .subtitle {
        color: #000;
        width: 80%;
    }
    .product-slider {
        margin-bottom: 2.9em;
    }
    .product-slider .product-link img {
        height: 14.8em;
    }
    .home-about .flew-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-about .flew-row {
        flex-direction: column-reverse !important;
    }
    .home-about .flew-row .img-block {
        min-width: 100%;
    }
    .image-section {
        margin-bottom: 1.25em;
        padding-top: 0;
    }
    .home-about {
        margin-bottom: 2em;
    }
    .home-about .flew-row .link {
        font-size: 1rem;
    }
    .image-section .banner-image {
        width: 100%;
        height: auto;
    }
    .single-product-page .slider {
        padding: 0;
    }
    .single-product-page .product-title {
        font-size: 2rem;
    }
    .single-product-page .product-feature {
        font-size: 0.87rem;
    }
    .single-product-page .product-page-title {
        margin-bottom: 1em;
    }
    .single-product-page .share-icon {
        width: 2em;
        height: 2em;
    }
    .single-product-page .feauture-name {
        font-size: 1.25rem;
    }
    .single-product-page .boxes {
        padding: 0;
        margin: 0;
    }
    .single-product-page .accordion-item {
        padding: 1em 1em 1em 0;
    }
    .single-product-page {
        padding-top: 0.625em;
        margin-bottom: 1.87em;
    }
    .single-product-page .product-title {
        font-size: 2rem;
    }
    .swiper-pagination {
        display: none;
    }
    .products-slick-block {
        margin-bottom: 2em;
    }
    .product-main .product-image {
        height: 18.5em;
    }
    .header .header-row .project-name {
        font-size: 1.5rem;
    }
    .header .header-row .buttons {
        grid-template-columns: repeat(5, 1.8em);
    }
    .header .shopping-cart {
        right: -3.7em;
    }
    .shop-part .filter-by {
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: unset !important;
    }
    .shop-part .filter-by::-webkit-scrollbar {
        display: none;
    }
    .col-2-shop {
        width: 33.3%;
    }
    .shop-bg-part {
        background-image: url(../../images/bannermob.jpg);
    }
    .section-title {
        font-size: 1.68rem;
    }
    .section-title-big {
        font-size: 2rem;
    }
    .section-title-small {
        font-size: 1rem;
    }
    .signin-page {
        margin: 2.5em 0;
    }
    .signin-page .col-content.right {
        border: none;
    }
    .checkout-section .payment-summary {
        background-color: transparent;
        padding: 1.25em;
    }
    .checkout-section .apply-btn {
        min-width: auto !important;
    }
    .checkout-section .information-block {
        margin-top: 2em;
    }
    .checkout-section .main-part {
        padding-top: 1.5em;
    }
    .thank-you-section .title {
        font-size: 4rem;
    }
    .thank-you-section .subtitle {
        font-size: 1.25rem;
    }
    .thank-you-section .order-number {
        font-size: 1rem;
    }
    .my-account-section .account-profile {
        width: 70%;
    }
    .account-page {
        margin: 1.25em 0;
    }
    .account-page .links-row {
        margin-bottom: 2em;
    }
    .images-slide .slide-row {
        height: unset;
        flex-wrap: wrap-reverse;
    }
    .images-slide .slide-row .image-slide,
    .images-slide .slide-row .right-img {
        padding: auto;
    }
    .images-slide .slide-row .image-slide {
        height: 50em;
    }
    .images-slide .slide-img {
        padding: 3em 3em 11em 3em !important;
    }
    .swiper-pagination {
        display: block;
    }
    .images-slide .image-slide .swiper-pagination {
        bottom: 7% !important;
        left: 3% !important;
    }
    .footer .logo-block .jadore-logo {
        padding-left: 0;
    }
    .footer .simply-logo-block {
        padding-right: 0;
    }
    .footer .links.list-right {
        text-align: right;
    }
    .single-product-page .other-images .swiper-slide {
        height: 5.4em;
    }
    .single-product-page .main-img-part .slide-button {
        width: 1.2em;
        height: 1.2em;
    }
    .error-page .error-title {
        font-size: 4rem;
    }
    .slide-button {
        display: none;
    }
    .main-slider-pagination {
        display: block;
        text-align: center;
    }
    .swiper-pagination-bullet {
        width: 0.7em !important;
        height: 0.7em !important;
    }
    .count-badge {
        right: -0.7em;
        top: -0.7em;
    }
    .header .search-input {
        border-bottom: 1px solid #000 !important;
        border-radius: 0;
        margin-bottom: 1.5em !important;
        position: relative;
        padding: 0.625em 0.725em;
    }
    .search-container-product.show-search-container {
        top: 3.5em;
    }
    .header .search-input,
    .header .search-input::placeholder {
        background-color: transparent;
        font-size: 16px !important;
    }
    .checkout-section .image-part {
        padding: 0;
    }
    .vel-img {
        max-height: unset !important;
        width: 100vw !important;
    }
    .btn-main-white.mobile-size-small {
        font-size: 0.9rem !important;
        min-width: 16%;
        width: auto !important;
        padding: 0.4em;
    }
    .btn-main-white.mobile-size-big {
        font-size: 1.4rem !important;
        min-width: 35%;
        width: auto !important;
        padding: 0.6em;
    }
    .img-block img {
        width: 100% !important;
    }
    .cart-item-subscription {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 500px) {
    .signin-page .col-content {
        min-height: unset;
        gap: 1em;
        margin-bottom: 3rem;
    }
    .checkout-table-subscription {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .header-main {
        height: auto;
    }
    .home-banner .btn-main-white {
        width: auto !important;
        max-width: unset !important;
    }
    .home-banner .banner-image-fixed img {
        height: calc(100vh - 18em) !important;
        min-height: unset !important;
    }
    .container {
        max-width: 28.75em !important;
    }
    .none-desktop {
        display: none;
    }
    .shop-btn-block {
        padding: 0 1.3em;
    }
    .btn-next {
        right: 42%;
    }
    .btn-prev {
        left: 42%;
    }
    .none-500 {
        display: block;
    }
    .btn-main.fs-24 {
        font-size: 0.875rem;
        padding: 0.8em 1.5em;
    }
    .welcome-jadore .section-title.fs-50 {
        font-size: 0.85rem;
    }
    .section-title.fs-50 {
        font-size: 1.5rem;
    }
    .home-collections .collection-link img {
        height: 100%;
    }
    .home-collections .running-line-slider .collection-link img {
        width: 9.375em;
        height: auto !important;
    }
    .running-line-slider .collection-link {
        height: auto !important;
    }
    .home-banner .banner-image .store-item {
        min-width: 14em;
        height: 4.5em;
        padding: 0.3em;
    }
    .home-banner .item-link .title {
        font-size: 1.2rem;
        margin: 0;
        margin-bottom: 0.18em;
    }
    .home-banner .item-link .subtitle {
        font-size: 0.9rem;
    }
    .subscribe-section .subscribe-form .title {
        font-size: 1.25rem;
    }
    .product-buttons-row {
        flex-direction: column;
    }
    .product-slider {
        margin-bottom: 1em;
    }
    .product-slider .product-link img {
        height: auto;
        max-height: 13.8em;
    }
    .home-about .flew-row .link {
        font-size: 0.8rem;
    }
    .single-product-page .content-area {
        width: 100%;
    }
    .single-product-page .product-feature {
        font-size: 1rem;
    }
    .single-product-page .feature-title-block {
        margin-bottom: 0;
    }
    .single-product-page .button-block {
        align-items: center;
        margin-bottom: 1.875em;
    }
    .single-product-page .accordion {
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 1em;
    }
    .product-main .transparent-block {
        font-size: 1rem;
        height: fit-content;
        min-height: 2.2em;
    }
    .products-slick-block .section-title {
        font-size: 1.5rem;
    }
    .product-main .product-image {
        height: 13.5em;
    }
    .product-main .quick-view {
        top: 0.7em;
    }
    .product-main .add-to-whishlist img {
        width: 1.2em;
        height: 1.2em;
    }
    .product-main .add-to-whishlist-product img {
        width: 1.6em;
        height: 1.6em;
    }
    .single-product-page .feature-label {
        min-width: 7.5em;
    }
    .single-product-page .button-block button {
        width: 100% !important;
    }
    .header .header-row .buttons {
        column-gap: 1em;
    }
    .collections .main-slider-pagination {
        margin: 0 !important;
        margin-top: 0.6em !important;
    }
    .header .header-slider .slider-text,
    .header .header-slider .slider-text * {
        font-size: 1rem;
    }
    .shop-part .shop-text {
        font-size: 0.725rem;
    }
    .shop-part .mob-d-none {
        display: none;
    }
    .shop-part .mob-d-block-button {
        display: block;
    }
    .footer .logo-block .logo-row {
        flex-direction: column;
    }
    .footer .simply-logo-block {
        padding-top: 1em;
    }
    .footer .logo-block .jadore-logo {
        position: relative;
        text-align: center;
        padding-bottom: 1em;
        margin-bottom: 0.265em;
        border-bottom: 1px solid #e1e1e1;
    }
    .footer .logo-block .container {
        max-width: unset !important;
    }
    .footer .menu-list li {
        font-size: 1rem;
        margin-bottom: 1em;
    }
    .footer .footer-title {
        font-size: 1.25rem;
    }
    .footer .footer-bottom .paragraph {
        font-size: 0.87rem;
    }
    .footer .logo-block {
        padding: 1.25em 0;
    }
    .breadcrumb-block .link-to-page {
        font-size: 0.875rem;
    }
    .footer .logo-block .logo {
        width: 5.68em;
        height: 4.87em;
    }
    .footer .simply-logo {
        width: 11.2em;
        height: 3.6em;
    }
    .register-page .register {
        width: 80%;
    }
    .register-page .form-group label {
        font-size: 0.87rem;
    }
    .register-page .form-group label::before {
        font-size: 1.5rem;
    }
    .register-page {
        margin-top: 1.5em;
    }
    .register-page .password-show {
        right: 8%;
        top: 1.4em;
    }
    .my-account-section .buttons {
        gap: 0.5em;
        flex-wrap: wrap;
    }
    .my-account-section .account-profile {
        width: 100%;
    }
    .my-account-section .account-row .left-part {
        font-size: 1.125rem;
    }
    .my-account-section .account-row .right-part {
        font-size: 1rem;
    }
    .payment-section .bottom-buttons {
        padding: 0.7em;
    }
    .images-slide .slide-row .image-slide {
        height: 25.3em;
    }
    .images-slide .slide-row .image-slide {
        height: 35em;
    }
    .images-slide .slide-img {
        padding: 3em 3em 6em 3em !important;
    }
    .products-slider .title {
        font-size: 0.7rem;
        margin-bottom: 1em;
    }
    .products-slider .shop-now-block {
        padding: 1em;
        height: 85%;
    }
    .products-slider .logo-img {
        width: 5em;
        height: 3.8em;
    }
    .single-product-page .other-images {
        display: none;
    }
    .single-product-page .main-img-part {
        margin-bottom: 2em;
    }
    .error-page .error-title {
        font-size: 2.5rem;
        margin-bottom: 0.5em;
    }
    .section-title {
        font-size: 1.4rem;
        margin-bottom: 1em;
    }
    .section-title-big {
        font-size: 1.8rem !important;
    }
    .section-title-small {
        font-size: 1.1rem !important;
    }
    .centered-slides .swiper-slide {
        width: 11em !important;
        height: 14.75em;
    }
    .centered-slides .swiper-slide-active {
        width: 18.5em !important;
        height: 21.25em;
    }
    .centered-slides .swiper-slide-next,
    .centered-slides .swiper-slide-prev {
        width: 12.25em !important;
        height: 16em;
    }
    .shop-part .shop-filtr-link {
        width: fit-content !important;
        display: block;
        min-width: unset;
        padding: 0.625em 0;
        font-weight: 600;
    }
    .single-product-page .boxes .list-name {
        padding-bottom: 0.5em;
    }
    .single-product-page .box-feature .check-block {
        top: -7%;
        right: -6%;
    }
    .checkout-section .total-price-part {
        border: 0;
        padding: 0;
    }
    .cart_item {
        position: relative;
    }
    .checkout-section .product-remove {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 !important;
    }
    .checkout-section .billing-block,
    .checkout-section .delivery-block,
    .checkout-section .new-instruction-block {
        margin-bottom: 2rem;
    }
    .checkout-section .main-part .image-part {
        padding-right: 4em;
        display: flex;
        grid-gap: 0.625em;
    }
    .checkout-section .main-part .image-part .product-img {
        width: 30%;
        height: auto;
    }
    .header .dropdown-menu {
        height: 100vh !important;
        width: 100vw !important;
        position: fixed !important;
        top: 3.5rem !important;
        left: 0 !important;
        transform: translate(0, 0) !important;
        border: 0 !important;
        border-radius: 0;
        border-top: 1px solid #000 !important;
    }
    .btn-main-white {
        font-size: 1.2rem !important;
        width: 26% !important;
        min-width: 24%;
        padding: 0.6em;
    }
    .swiper-pagination-bullet {
        width: 0.4em !important;
        height: 0.4em !important;
        border-radius: 50% !important;
        margin: 0 0.1875em !important;
    }
    .vel-btns-wrapper .btn__close {
        font-size: 2.5em !important;
    }
    .vel-btns-wrapper .btn__close {
        right: 0.5em !important;
        top: 0.9em !important;
    }
    .vel-img {
        max-height: unset !important;
        width: 100vw !important;
    }
    .pagination-links-menu li a {
        font-size: 0.8rem;
        line-height: 1 !important;
    }
    .pagination-links-menu li p {
        font-size: 0.8rem;
    }
    .pagination-links-menu li {
        grid-gap: 0.5em !important;
    }
    .col-2-shop {
        width: 50%;
    }
    .pagination-links-menu {
        grid-gap: 0.5em !important;
    }
    .pagination-links-menu li img {
        height: 0.5rem;
        width: auto;
    }
    .btn-main-white.mobile-size-small {
        min-width: 21%;
    }
    .checkout-section .form-control {
        font-size: 16px !important;
    }
    .account-page .modal-content {
        padding: 3em 1.5em 2em;
    }
    .account-title {
        display: none;
    }
    .shop-category-description * {
        font-size: 1rem !important;
    }
    .pagination-links-menu li:last-child *,
    .pagination-links-menu li:last-child p {
        font-size: 0.8rem !important;
        line-height: 1 !important;
    }
}
section.checkout-section.shimmer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    display: block;
    top: 0;
    left: 0;
}
.subscriptionCalendar.vc-container {
    width: 100%;
}
.subscriptionCalendar .vc-pane {
    min-width: fit-content;
}
.subscriptionCalendar .vc-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}
.subscriptionCalendar .is-not-in-month * {
    opacity: 0 !important;
}
.subscriptionCalendar .vc-highlight {
    cursor: pointer;
}
.subscriptionCalendar .vc-highlight-content-light.vc-primary {
    background-color: #d5cbbb !important;
    color: #fff;
}
.subscriptionCalendar .vc-highlight-content-light.vc-primary:hover {
    background-color: #a79577 !important;
    color: #fff;
}
.subscriptionCalendar .vc-disabled.vc-highlight-content-light.vc-primary {
    background-color: #d5cbbb !important;
    color: #fff !important;
    opacity: 1 !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 0 !important;
    border: 1px solid #000;
}
.is-valid {
    border-color: #aeaeae !important;
    background-image: url(../../images/correct.svg) !important;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
    background-color: #f7f5f1 !important;
    padding: 2em 0;
}
div:where(.swal2-container) * {
    font-family: Optima !important;
}
div:where(.swal2-container) h2 {
    color: #452f1b !important;
}
div#swal2-html-container {
    margin-top: 5px;
    color: #452f1b !important;
}
h2#swal2-title {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
    box-shadow: unset !important;
}
.is-subscription-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    grid-gap: 0;
    padding-left: 4rem;
    padding-right: 4rem;
}
.theme54:last-child {
    margin-bottom: 1.25em;
}
.swiperUnset .swiper-slide{
   height: unset !important;
}
.theme54__slide {
    display: flex;
    gap: 1.25em;
    align-items: center;
    min-height: 26.625rem;
    height: 100%;
    background-color: var(--color-body-bg);
}
.theme54__text-block {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 2.5em;
}
.theme54__img-block {

    width: 51.94rem;
     height: fit-content;
    /* height: 36.38rem; */
    overflow: hidden;
}
.theme54__img-block .theme54__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.theme54__text,
.theme54__text *:not(h1, h2, h3, h4, h5, h6) {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0.8em;
}
.theme54__text p {
    margin-bottom: 0;
}
.theme54__link-item:not(:last-child) {
    margin-right: 1em;
}
.theme54__link-item {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-transform: capitalize;
}
.theme54__link {
    font-family: Prompt;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
@media (max-width: 1440px) {
    .theme54__link {
        font-size: 1.25rem;
    }
    .theme54__text,
    .theme54__text *:not(h1, h2, h3, h4, h5, h6) {
        font-size: 1rem !important;
    }
    .theme54__img-block {
        width: 42.07rem;
         height: fit-content;
        /* height: 29.44rem; */
    }
}
@media (max-width: 1024px) {
    .theme54__img-block {
        width: 30.69rem;
        /* height: 21.5rem; */
         height: fit-content;
    }
}
@media (max-width: 768px) {
    .theme54__slide {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        min-height: auto;
    }
    .theme54__img-block {
        width: 100%;
        max-width: 100%;
        height: fit-content;
    }

    .theme54 {
        margin-bottom: 2em;
    }
    .theme54__link {
        font-size: 1rem;
    }
}
@media (max-width: 500px) {
    .theme54__link {
        font-size: 0.8rem;
    }
    /* .theme54__img-block {
        height: 15.07rem;
    } */
}
