@keyframes phone-ring {
    0% {
        transform: translate3d(0em, 0, 0)
    }
    2% {
        transform: translate3d(0.05em, 0, 0)
    }
    4% {
        transform: translate3d(-0.05em, 0, 0)
    }
    6% {
        transform: translate3d(0.05em, 0, 0)
    }
    8% {
        transform: translate3d(-0.05em, 0, 0)
    }
    10% {
        transform: translate3d(0.05em, 0, 0)
    }
    12% {
        transform: translate3d(-0.05em, 0, 0)
    }
    14% {
        transform: translate3d(0.05em, 0, 0)
    }
    16% {
        transform: translate3d(-0.05em, 0, 0)
    }
    18% {
        transform: translate3d(0.05em, 0, 0)
    }
    20% {
        transform: translate3d(-0.05em, 0, 0)
    }
    22% {
        transform: translate3d(0.05em, 0, 0)
    }
    24% {
        transform: translate3d(-0.05em, 0, 0)
    }
    26% {
        transform: translate3d(0.05em, 0, 0)
    }
    28% {
        transform: translate3d(-0.05em, 0, 0)
    }
    30% {
        transform: translate3d(0.05em, 0, 0)
    }
    32% {
        transform: translate3d(-0.05em, 0, 0)
    }
    34% {
        transform: translate3d(0.05em, 0, 0)
    }
    36% {
        transform: translate3d(-0.05em, 0, 0)
    }
    38% {
        transform: translate3d(0.05em, 0, 0)
    }
    40% {
        transform: translate3d(-0.05em, 0, 0)
    }
    42% {
        transform: translate3d(0.05em, 0, 0)
    }
    44% {
        transform: translate3d(-0.05em, 0, 0)
    }
    46% {
        transform: translate3d(0em, 0, 0)
    }
}

@keyframes phone-ring-tilt {
    0% {
        transform: translate3d(0em, 0, 0) rotate(90deg)
    }
    2% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    4% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    6% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    8% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    10% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    12% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    14% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    16% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    18% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    20% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    22% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    24% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    26% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    28% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    30% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    32% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    34% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    36% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    38% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    40% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    42% {
        transform: translate3d(0.05em, 0, 0) rotate(90deg)
    }
    44% {
        transform: translate3d(-0.05em, 0, 0) rotate(90deg)
    }
    46% {
        transform: translate3d(0em, 0, 0) rotate(90deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes shimmer {
    100% {
        left: 125%
    }
}

@keyframes account-form-show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1
    }
    50%,
    100% {
        opacity: 1;
        z-index: 5
    }
}

@keyframes toast-loading {
    0% {
        -webkit-transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes microModalFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes microModalSlideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes linear-wipe {
    to {
        background-position: 200% center
    }
}

@keyframes gradient-border {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes pulse-opacity {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.75);
    --fancybox-zIndex: 9999999999
}

.shimmer {
    position: relative;
    overflow: hidden
}

.shimmer::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    width: 50%;
    z-index: 2
}

.shimmer:hover::before,
.shimmer:focus::before {
    animation: shimmer 2s
}

::-moz-selection {
    background-color: #19223b;
    color: #fff
}

::selection {
    background-color: #19223b;
    color: #fff
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #b9b9b9
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #777
}

.custom-scrollbar.left-sidebar::-webkit-scrollbar,
.custom-scrollbar.right-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.custom-scrollbar.left-sidebar::-webkit-scrollbar-track,
.custom-scrollbar.right-sidebar::-webkit-scrollbar-track {
    background: #ddd
}

.custom-scrollbar.left-sidebar::-webkit-scrollbar-thumb,
.custom-scrollbar.right-sidebar::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border: 2px solid #ddd
}

.information-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 640px;
    padding: 0
}

.information-modal .im-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem
}

.information-modal .im-header>h1 {
    font-size: 1.25rem;
    margin: 0;
    position: relative
}

.information-modal .im-header>h1::after {
    content: "";
    bottom: -0.25rem;
    width: 15%;
    height: 2px;
    background-color: rgba(0, 0, 0, .25)
}

.information-modal .im-content {
    width: 100%;
    font-size: .9rem;
    padding: .75rem
}

.breadcrumb {
    min-width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.5rem;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    overlay: auto
}

.breadcrumb>li {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: relative
}

.breadcrumb>li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.25rem;
    font-size: .75rem;
    font-family: bootstrap-icons;
    transform: translateY(-50%)
}

.breadcrumb>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #444;
    font-size: .9rem;
    gap: .25rem;
    white-space: nowrap;
    transition: color .2s ease
}

@media(hover: hover) {
    .breadcrumb>li>a:hover {
        color: #1a1919;
        text-decoration: underline !important
    }
}

.main-breadcrumb {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    position: relative
}

.main-breadcrumb>ul {
    overflow-x: auto;
    overflow-y: hidden
}

.main-breadcrumb::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    pointer-events: none
}

@media(max-width: 767px) {
    .main-breadcrumb::after {
        right: 0
    }
}

@media(max-width: 767px) {
    .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.auth-form-wrapper {
    width: 420px
}

.auth-form-wrapper .account-login-button,
.auth-form-wrapper .account-register-button {
    width: 100%
}

.generic-dialog-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 3rem;
    background-color: #f2f2f2
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper {
    width: 720px
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .error-sub-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    margin-bottom: 1rem
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .error-sub-header>i {
    font-size: 2rem;
    transform: translateY(-2px)
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>span {
    font-size: .9rem
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .5rem;
    height: 35px;
    white-space: nowrap;
    border: none;
    outline: none;
    font-weight: 500;
    padding: 0 .75rem;
    font-size: .9rem;
    color: #19223b;
    background-color: rgba(25, 34, 59, .05);
    transition: background-color .2s ease, color .2s ease
}

@media(hover: hover) {
    .generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .popular-categories-wrapper>ul>li>a:not(:disabled):hover {
        background-color: rgba(25, 34, 59, .1)
    }
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .075);
    margin-top: 1rem;
    padding-top: 1rem
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper>span {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper .product-slider-wrapper {
    padding: 0
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper .product-slider-wrapper>.container {
    padding: 0
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body .last-visited-products-wrapper .product-slider-wrapper>.container #lv-products-slider>.swiper-wrapper>.swiper-slide {
    padding: 0 !important
}

.generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    margin-top: 1rem;
    font-size: .9rem;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    gap: .25rem
}

@media(hover: hover) {
    .generic-dialog-section.empty-cart-dialog-section .generic-dialog-wrapper .generic-dialog-body>button:not(:disabled):hover {
        opacity: .75
    }
}

@media(max-width: 991px) {
    .generic-dialog-section {
        padding: 2rem
    }
}

@media(max-width: 767px) {
    .generic-dialog-section {
        padding: 0
    }
}

.generic-dialog-section .generic-dialog-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

@media(max-width: 767px) {
    .generic-dialog-section .generic-dialog-container {
        max-width: initial;
        width: 100%;
        padding: 1rem 0
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 767px) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper {
        width: 100%
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .alert {
    margin-bottom: 1rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .075);
    width: 50%;
    height: 40px;
    font-size: .9rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li:first-child {
    border-right: none
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 100%;
    height: 100%;
    color: #1a1919
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #999;
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    transition: color .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(hover: hover) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>ul>li>a:hover {
        color: #1a1919
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem
}

@media(max-width: 767px) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2 {
        font-size: 1rem
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2>i {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2>i[data-type=success] {
    color: #41b06e
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>h2>i[data-type=error] {
    color: #f03
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-header>span {
    font-size: .9rem;
    line-height: 1.25
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>span {
    font-size: .85rem;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>p {
    font-size: .9rem;
    line-height: 1.25;
    margin-bottom: 1rem !important
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form {
    align-items: center;
    width: 100%
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.grecaptcha-legal {
    font-size: .7rem;
    margin-bottom: 1rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.grecaptcha-legal>a {
    color: #444;
    font-weight: 600
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.form-or {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    isolation: isolate;
    margin: .5rem 0;
    line-height: 1.25
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.form-or::before {
    content: "";
    width: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    background-color: rgba(0, 0, 0, .075);
    z-index: -2
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>span.form-or::after {
    content: "";
    width: calc(100% + 1rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: -1
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    margin: 1rem 0;
    font-size: .9rem;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0
}

@media(hover: hover) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>button:not(:disabled):hover {
        opacity: .75
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>a {
    font-size: .9rem;
    transition: color .2s ease;
    border-top: 1px solid rgba(0, 0, 0, .075);
    width: calc(100% + 2rem);
    text-align: center;
    padding-top: 1rem;
    margin-left: 0;
    margin-right: 0rem
}

@media(hover: hover) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form>a:hover {
        color: #1a1919
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form a {
    color: #444
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container>a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .075);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: border-color .2s ease
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(1px);
    transition: color .2s ease
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container.not-active>a {
    opacity: .5;
    cursor: not-allowed
}

@media(hover: hover) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container:not(.not-active)>a:hover {
        border-color: #1a1919
    }
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container:not(.not-active)>a:hover>i {
        color: #1a1919
    }
}

@media(max-width: 991px) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container [data-tippy-root] {
        display: none !important
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: .5rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    font-size: .9rem;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    gap: .5rem
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

@media(hover: hover) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>button:not(:disabled):hover {
        opacity: .75
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-size: .9rem;
    transition: color .2s ease
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

@media(hover: hover) {
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .form-button-wrapper>a:hover {
        color: #1a1919
    }
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form.account-form .alert-masak-info {
    margin: .5rem 0
}

.generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form.account-form .alert-masak-info .alert-message>span {
    font-size: .8rem
}

.account-login .main-breadcrumb,
.account-register .main-breadcrumb,
.account-forgotten .main-breadcrumb,
.account-reset .main-breadcrumb,
.error-not-found .main-breadcrumb {
    border-bottom: none
}

.account-section-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

@media(max-width: 991px) {
    .account-section-wrapper {
        align-items: flex-start;
        flex-direction: column
    }
}

.account-section-wrapper .account-sidebar {
    width: 275px;
    border-right: 1px solid rgba(0, 0, 0, .075);
    padding: 1.5rem 0
}

@media(max-width: 991px) {
    .account-section-wrapper .account-sidebar {
        width: 100%;
        border: none;
        padding: 0;
        padding-top: 1rem
    }
}

.account-section-wrapper .account-sidebar .account-sidebar-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

.account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header {
    display: none
}

@media(max-width: 991px) {
    .account-section-wrapper .account-sidebar .account-sidebar-menu {
        width: 100%;
        border: none;
        transition: gap .5s ease
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: .5rem;
        outline: none;
        height: 50px;
        border: none;
        border-left: none;
        border-right: none;
        padding: 0;
        background-color: #1a1919;
        color: #fff;
        padding: 0 1rem
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button>span {
        width: calc(100% - 35px - .5rem);
        text-align: left;
        font-weight: 600
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu .as-menu-header>button>i {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 1.25rem;
        width: 35px;
        height: 35px
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul {
        overflow: hidden;
        transition: height .5s ease
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu:not(.expanded) {
        gap: 0
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu:not(.expanded)>ul {
        height: 0
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu.expanded .expand-sidebar-menu>i::before {
        content: ""
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu.expanded>ul {
        padding: 1rem .5rem;
        padding-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .075)
    }
}

.account-section-wrapper .account-sidebar .account-sidebar-menu>ul {
    position: sticky;
    top: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: .5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

@media(max-width: 991px) {
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul {
        position: initial;
        top: initial;
        padding: 0 .5rem
    }
}

.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li {
    width: 100%
}

.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    white-space: nowrap;
    gap: .5rem;
    padding: 0 1rem;
    font-size: .9rem;
    transition: color .2s ease
}

@media(max-width: 991px) {
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li>a {
        padding-left: 1px;
        height: 35px
    }
}

.account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li>a>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width: 992px) {
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li.active>a {
        background-color: #1a1919;
        color: #fff
    }
}

@media(hover: hover) {
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li:not(.active):hover>a {
        color: #1a1919
    }
}

@media(max-width: 991px) {
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li>a>span {
        transition: color .2s ease
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li:active>a>i {
        color: #1a1919
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li:active>a>span {
        color: #1a1919
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li.active>a>i {
        color: #1a1919
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li.active>a>span {
        font-weight: 600;
        color: #1a1919
    }
}

.account-section-wrapper .account-section-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 275px - 1rem);
    padding: 1.5rem 0
}

@media(max-width: 991px) {
    .account-section-wrapper .account-section-item-wrapper {
        width: 100%;
        padding: 0;
        padding-bottom: 1rem
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem
}

@media(max-width: 991px) {
    .account-section-wrapper .account-section-item-wrapper .asi-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: .5rem
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-title>h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    color: #19223b
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-title>h1>em {
    font-weight: 400;
    font-style: normal;
    font-size: .9rem;
    color: #999
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

@media(max-width: 991px) {
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions {
        width: 100%
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    font-size: .9rem
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button>i,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.button-continue,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.button-continue {
    color: #1a1919;
    font-weight: 700;
    border: 1px solid #1a1919;
    padding: 0 1rem;
    transition: color .2s ease, background-color .2s ease
}

@media(hover: hover) {
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.button-continue:not(:disabled):hover,
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.button-continue:not(:disabled):hover {
        background-color: #1a1919;
        color: #fff
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-account,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-password,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-newsletter,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-account,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-password,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-newsletter {
    color: #1a1919;
    font-weight: 700;
    border: 1px solid #1a1919;
    padding: 0 1rem;
    transition: color .2s ease, background-color .2s ease
}

@media(hover: hover) {
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-account:not(:disabled):hover,
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-password:not(:disabled):hover,
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.update-newsletter:not(:disabled):hover,
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-account:not(:disabled):hover,
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-password:not(:disabled):hover,
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.update-newsletter:not(:disabled):hover {
        background-color: #1a1919;
        color: #fff
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.add-address,
.account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.add-address {
    color: #19223b;
    font-weight: 700;
    border: 1px solid #19223b;
    padding: 0 1rem;
    transition: color .2s ease, background-color .2s ease
}

@media(hover: hover) {
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>button.add-address:not(:disabled):hover,
    .account-section-wrapper .account-section-item-wrapper .asi-header .asih-actions>a.add-address:not(:disabled):hover {
        background-color: #19223b;
        color: #fff
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.account-section-wrapper .account-section-item-wrapper .asi-content .sub-info {
    margin-top: 1rem;
    color: #777;
    font-size: .9rem
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    margin-top: 1rem
}

@media(max-width: 991px) {
    .account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper {
        padding: 1.5rem 1rem;
        align-items: center !important
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination-description {
    font-size: .8rem;
    color: #999
}

@media(max-width: 991px) {
    .account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination-description {
        text-align: center
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    margin: .5rem 0 1rem;
    padding: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    pointer-events: all
}

@media(max-width: 991px) {
    .account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination {
        justify-content: center
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(0, 0, 0, .075);
    font-size: .9rem;
    transition: border-color .2s ease
}

@media(hover: hover) {
    .account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li:not(.active):hover {
        border-color: #1a1919
    }
    .account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li:not(.active):hover>a {
        color: #1a1919
    }
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li.active {
    border-color: #1a1919
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li.active>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1a1919;
    color: #fff
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li.active>span>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #444;
    transition: color .2s ease
}

.account-section-wrapper .account-section-item-wrapper .asi-content .pagination-wrapper .pagination>li>a>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.account-section-wrapper .account-section-item-wrapper .alert {
    margin-bottom: .5rem
}

.bar-loading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .5rem
}

.bar-loading-wrapper>span:nth-child(2) {
    font-size: .9rem
}

.empty-asi-wrapper .ea-text>span {
    font-size: .9rem
}

.account-logout-section .generic-dialog-body,
.account-success-section .generic-dialog-body {
    max-width: 720px
}

.account-logout-section .generic-dialog-body>p,
.account-success-section .generic-dialog-body>p {
    font-size: .9rem;
    line-height: 1.25;
    margin-bottom: 1rem !important
}

.account-logout-section .generic-dialog-body>button,
.account-success-section .generic-dialog-body>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    font-size: .9rem;
    width: auto;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    margin-top: 0;
    gap: .25rem
}

.account-logout-section .generic-dialog-body>button>i,
.account-success-section .generic-dialog-body>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

@media(hover: hover) {
    .account-logout-section .generic-dialog-body>button:not(:disabled):hover,
    .account-success-section .generic-dialog-body>button:not(:disabled):hover {
        opacity: .75
    }
}

.checkout-message-wrapper {
    max-width: 675px;
    text-wrap: pretty;
    font-size: .9rem
}

.checkout-message-wrapper a {
    font-weight: 700;
    color: #444;
    font-size: .9rem;
    transition: color .2s ease;
    text-decoration: underline !important
}

.checkout-message-wrapper a:active {
    color: #1a1919
}

@media(hover: hover) {
    .checkout-message-wrapper a:hover {
        color: #1a1919
    }
}

.checkout-message-wrapper+button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    margin-top: 1rem;
    font-size: .9rem;
    width: auto;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    margin-top: 0;
    gap: .25rem
}

.checkout-message-wrapper+button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

@media(hover: hover) {
    .checkout-message-wrapper+button:not(:disabled):hover {
        opacity: .75
    }
}

#iyzi-root {
    display: none !important
}

.main-loader-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff
}

.main-loader-wrapper .main-loader-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    position: absolute;
    z-index: 99;
    overflow: hidden
}

@media(max-width: 767px) {
    .main-loader-wrapper .main-loader-image {
        width: 150px
    }
}

.main-loader-wrapper .main-loader-image>img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.main-loader-wrapper .loader-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px
}

@media(max-width: 767px) {
    .main-loader-wrapper .loader-circle {
        width: 175px
    }
}

.main-loader-wrapper .loader-circle::before,
.main-loader-wrapper .loader-circle::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: pulsOut 1.75s ease-in-out infinite;
    filter: drop-shadow(0 0 0.375rem rgba(231, 198, 91, 0.75))
}

.main-loader-wrapper .loader-circle::before {
    width: 100%;
    padding-bottom: 100%;
    box-shadow: inset 0 0 0 .375rem #e7db5b;
    animation-name: pulsIn
}

.main-loader-wrapper .loader-circle::after {
    width: calc(100% - .75rem);
    padding-bottom: calc(100% - .75rem);
    box-shadow: 0 0 0 0 #e7db5b
}

@keyframes pulsIn {
    0% {
        box-shadow: inset 0 0 0 .375rem #e7db5b;
        opacity: 1
    }
    50%,
    100% {
        box-shadow: inset 0 0 0 0 #e7db5b;
        opacity: 0
    }
}

@keyframes pulsOut {
    0%,
    50% {
        box-shadow: 0 0 0 0 #e7db5b;
        opacity: 0
    }
    100% {
        box-shadow: 0 0 0 .375rem #e7db5b;
        opacity: 1
    }
}

.live-search-modal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 99997;
    width: 100%
}

@media(min-width: 768px) {
    .live-search-modal-wrapper.animating .live-search-modal-overlay {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0)
    }
}

.live-search-modal-wrapper.animating .live-search-modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: none
}

.live-search-modal-wrapper .live-search-modal-overlay {
    position: absolute;
    inset: 0;
    z-index: 99998;
    width: 100%
}

@media(min-width: 768px) {
    .live-search-modal-wrapper .live-search-modal-overlay {
        background-color: rgba(0, 0, 0, .5);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        transition: -webkit-backdrop-filter .5s ease;
        transition: backdrop-filter .5s ease;
        transition: backdrop-filter .5s ease, -webkit-backdrop-filter .5s ease
    }
}

.live-search-modal-wrapper .live-search-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 99999;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .08) 0px 4px 12px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity .3s ease, visibility .3s ease;
    max-height: 80vh
}

@media(min-width: 992px) {
    .live-search-modal-wrapper .live-search-modal {
        width: 992px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .live-search-modal-wrapper .live-search-modal {
        width: 768px
    }
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal {
        width: 100%;
        max-height: initial;
        height: 100vh;
        height: 100dvh;
        box-shadow: none;
        background-color: #f2f2f2
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    background-color: #fff;
    flex-shrink: 0
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-header {
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        padding: 0 .5rem .5rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 50px
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo {
        width: 100%;
        height: auto;
        padding: .5rem 0
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo>a {
        width: 125px;
        height: 50px
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-logo>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 540px
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper {
        width: 100%
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>input {
    border-color: #1a1919
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>button.main-search-button {
    border-color: #1a1919
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>button.main-search-button>i {
    color: #1a1919
}

@media(hover: hover) {
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper:not(.active):hover>input {
        border-color: #1a1919
    }
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper:not(.active):hover>button.main-search-button {
        border-color: #1a1919
    }
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper:not(.active):hover>button.main-search-button>i {
        color: #1a1919
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper>input {
    outline: none;
    width: calc(100% - 40px);
    height: 40px;
    padding: 0;
    padding-left: 1rem;
    font-size: .9rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .075);
    border-right: none;
    transition: width .2s ease, border-color .2s ease
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.clear-active>input {
    width: calc(100% - 40px - 75px)
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .main-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    border-left: none;
    transition: border-color .2s ease
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .main-search-button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color .2s ease
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .clear-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    padding: 0;
    height: 40px;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .clear-search.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: 75px
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper .clear-search>span {
    font-size: .75rem
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    transition: color .2s ease
}

@media(hover: hover) {
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button:hover {
        color: #1a1919
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button:active {
    color: #1a1919
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button>i {
    display: flex;
    align-items: stretch;
    justify-content: center;
    font-size: 1.25rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button {
        position: fixed;
        top: .5rem;
        right: .5rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading {
    position: relative
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading>*:not(.results-loading) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading .results-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 50px;
    text-align: center
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper.loading .results-loading {
        top: 75px
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .lsm-categories-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem 5rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .lsm-categories-header {
        align-items: center;
        padding: .5rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .lsm-categories-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    margin: 0;
    border-bottom: 2px solid #1a1919;
    padding-bottom: .125rem;
    font-weight: 600
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider {
    width: 100%;
    padding: .5rem 5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider {
        padding: .5rem 40px
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider.loading .search-category-bar:not(:disabled) {
    pointer-events: none
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .5rem;
    background-color: #000000;
    color: #fff;
    width: 100%;
    height: 40px;
    white-space: nowrap;
    transition: background-color .2s ease;
    border: none;
    outline: none;
    font-size: .8rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar {
        font-size: .8rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar.active {
    background-color: #1a1919
}

@media(hover: hover) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .search-category-bar:not(:disabled):hover {
        background-color: #1a1919
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 5rem;
    height: 40px;
    transition: opacity .2s ease, visibility .2s ease
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav {
        width: 40px;
        height: 40px;
        background-color: #fff
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.swiper-button-disabled {
    cursor: not-allowed;
    opacity: .25
}

@media(hover: hover) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav:not(.swiper-button-disabled):hover>i {
        color: #1a1919
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: color .2s ease
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-prev {
    left: 0
}

@media(min-width: 768px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-prev {
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%)
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-next {
    right: 0
}

@media(min-width: 768px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .search-categories-slider .scs-nav.scs-next {
        background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%)
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .empty-category-search-results-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 5rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .empty-category-search-results-wrapper {
        justify-content: center;
        padding: 0 .5rem
    }
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-categories-wrapper .empty-category-search-results-wrapper>span {
        text-align: center
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem 0 2.5rem;
    gap: .5rem;
    background-color: #f2f2f2;
    box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, .125);
    overflow: auto
}

@media(min-width: 768px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper {
        height: 450px
    }
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper {
        max-height: calc(100vh - 200px);
        max-height: calc(100dvh - 200px)
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading {
    position: relative
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading>*:not(.results-loading) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading .results-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 50px;
    text-align: center
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper.loading .results-loading {
        top: 75px
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 5rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-header {
        align-items: center;
        padding: 1rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    margin: 0;
    border-bottom: 2px solid #1a1919;
    padding-bottom: .125rem;
    font-weight: 600
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-header .lsm-header-product-search-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: #777
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5rem;
    gap: 1rem
}

@media(max-width: 991px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper {
        gap: .75rem
    }
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper {
        gap: .5rem;
        padding: 0 1rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, .04) 0px 3px 5px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .1s ease;
    width: calc(20% - .8rem)
}

@media(hover: hover) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card:hover {
        border-color: #1a1919
    }
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card:hover .spc-image-wrapper img {
        transform: scale(1.075)
    }
}

@media(max-width: 991px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card {
        width: calc(25% - .5625rem)
    }
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card {
        width: calc(50% - .25rem)
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .2s ease
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a .out-of-stock-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 9;
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 2rem
}

@media(max-width: 991px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a .out-of-stock-badge {
        display: none
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-top .spc-image-wrapper>a .out-of-stock-badge>span {
    background-color: hsla(0, 0%, 100%, .75);
    padding: .5rem 1rem;
    color: #444;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(0, 0, 0, .05);
    font-weight: 700;
    font-size: 1.5rem
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem;
    gap: .5rem
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 35px
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    width: 100%;
    line-height: 1.125;
    text-align: center
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name>a>span:nth-child(1) {
    color: #111;
    font-size: .8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-name>a>span:nth-child(1) {
        font-size: .85rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-model {
    margin: -0.25rem auto
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-model>span {
    font-size: .75rem;
    color: #aaa
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .5rem;
    text-align: center
}

@media(min-width: 768px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price {
        height: 40px
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price .spcb-discount-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: .25rem;
    padding: 0 .5rem;
    border: 1px solid #f03;
    font-weight: 600;
    color: #f03;
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding-left: .125rem;
    padding-right: .25rem;
    font-size: .8rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price.has-discount .spcb-price-text-wrapper {
        line-height: 1.125
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price.has-discount .spcb-price-text-wrapper>span:nth-child(1) {
    text-decoration: line-through;
    font-size: .75rem;
    color: #999
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price.has-discount .spcb-price-text-wrapper>span:nth-child(2) {
    font-weight: 700;
    font-size: .9rem
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price .spcb-price-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.125
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-product-cards-wrapper .search-product-card .spc-bottom .spc-product-price .spcb-price-text-wrapper>span {
    font-size: .9rem
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 5rem 0;
    gap: 1rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer {
        padding: 1rem
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-total-product-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - .5rem)
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-total-product-text>span {
    font-size: .9rem;
    color: #777
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: calc(50% - .5rem)
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    font-size: .9rem;
    color: #19223b;
    transition: color .2s ease
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a>span {
    text-decoration: underline
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

@media(hover: hover) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .lsm-products-footer .lsm-view-all-wrapper>a:hover {
        color: #1a1919
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .empty-product-search-results-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 5rem
}

@media(max-width: 767px) {
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .empty-product-search-results-wrapper {
        justify-content: center;
        padding: 0 .5rem
    }
    .live-search-modal-wrapper .live-search-modal .lsm-search-results-wrapper .lsm-products-wrapper .empty-product-search-results-wrapper>span {
        text-align: center
    }
}

.line-scale>div {
    background-color: #1a1919
}

.icon-facebook-bg {
    background-color: #3b5998
}

.icon-twitter-x-bg {
    background-color: #000
}

.icon-whatsapp-bg {
    background-color: #25d366
}

.icon-telegram-bg {
    background-color: #08c
}

.icon-facebook-color {
    color: #3b5998
}

.icon-twitter-x-color {
    color: #000
}

.icon-whatsapp-color {
    color: #25d366
}

.icon-telegram-color {
    color: #08c
}

.facebook-auth-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #1877f2;
    color: #fff;
    outline: none;
    border: none;
    transition: background-color .2s ease;
    width: 200px
}

.facebook-auth-button>span {
    font-family: "Roboto", arial, sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
    font-weight: 500
}

.facebook-auth-button:active {
    background-color: #4267b2
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #747775;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: "Roboto", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: .25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 200px
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px
}

.gsi-material-button .gsi-material-button-content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.gsi-material-button .gsi-material-button-contents {
    flex-grow: 1;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.gsi-material-button .gsi-material-button-state {
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: hsla(0, 0%, 100%, .3803921569);
    border-color: rgba(31, 31, 31, .1215686275)
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%
}

.gsi-material-button:not(:disabled):hover {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%
}

.recaptcha-wrapper {
    display: none !important
}

.alert-success>.alert-content>svg {
    fill: #41b06e
}

.alert-danger>.alert-content>svg {
    fill: #f03
}

.alert-info>.alert-content>svg {
    fill: #3572ef
}

.common-maintenance h1 {
    font-size: 1.5rem;
    margin: 2rem 0
}

hr.fading {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0
}

hr.fading.light {
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent)
}

.social-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

.social-button-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    width: 40px;
    height: 40px
}

.social-button-wrapper>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.go-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    position: fixed;
    bottom: 5rem;
    right: 5rem;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: hsla(0, 0%, 100%, .75);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 0 .75rem;
    height: 40px;
    box-shadow: rgba(0, 0, 0, .1) 0px 4px 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(1rem);
    transition: border-color .2s ease, color .2s ease, opacity .2s ease, visibility .2s ease, transform .2s ease;
    z-index: 999
}

.go-to-top.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0)
}

.go-to-top:active {
    background-color: #fff;
    color: #1a1919;
    border-color: #1a1919
}

@media(hover: hover) {
    .go-to-top:hover {
        background-color: #fff;
        color: #1a1919;
        border-color: #1a1919
    }
}

@media(min-width: 992px)and (hover: hover) {
    .go-to-top:hover .gtt-icon-wrapper>i {
        transform: translateY(-16px)
    }
}

@media(max-width: 991px) {
    .go-to-top {
        bottom: calc(70px + 1rem);
        left: 1rem;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        padding: 0
    }
    .go-to-top>span {
        display: none
    }
}

.go-to-top .gtt-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    width: 16px;
    height: 16px
}

.go-to-top .gtt-icon-wrapper>i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .5s ease
}

.go-to-top>span {
    font-size: .9rem
}

.whatsapp-support-fixed-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 5rem;
    right: 5rem;
    z-index: 999;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, .1) 0px 4px 12px
}

@media(max-width: 991px) {
    .whatsapp-support-fixed-button {
        bottom: calc(70px + 1rem);
        right: 1rem
    }
}

.whatsapp-support-fixed-button>img {
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    padding: .5rem;
    background-color: #25d366;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    transition: width .2s ease, height .2s ease
}

@media(min-width: 992px)and (hover: hover) {
    .whatsapp-support-fixed-button>img:hover {
        width: 65px;
        height: 65px
    }
}

.popup-bg {
    z-index: 999998;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease
}

.popup-bg.fade-in {
    opacity: .5;
    visibility: visible;
    pointer-events: all
}

.popup-main {
    z-index: 999999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease
}

@media(max-width: 767px) {
    .popup-main>.popup-wrapper {
        width: auto;
        height: auto;
        box-shadow: none;
        border-radius: 0;
        padding: 1rem
    }
    .popup-main>.popup-wrapper>button {
        top: 1.5rem;
        right: 1.5rem;
        border-radius: 0
    }
}

.popup-main.fade-in {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition-delay: .5s
}

.popup-main * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.popup-main>.popup-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 520px;
    height: 520px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: .5rem;
    overflow: hidden
}

.popup-main>.popup-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.popup-main>.popup-wrapper>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    cursor: pointer
}

.popup-main>.popup-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    outline: none !important;
    border-radius: .5rem;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s ease
}

@media(hover: hover) {
    .popup-main>.popup-wrapper>button:hover {
        background: #fff
    }
}

.popup-main>.popup-wrapper>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    align-items: center;
    font-size: 1.125rem
}

@media(min-width: 2160px) {
    .container {
        max-width: 1919px !important;
        padding: 0 3rem !important
    }
}

@media(min-width: 1920px)and (max-width: 2159px) {
    .container {
        max-width: 1799px !important
    }
}

@media(min-width: 1440px)and (max-width: 1919px) {
    .container {
        max-width: 1600px !important
    }
}

@media(min-width: 1376px)and (max-width: 1439px) {
    .container {
        max-width: 1400px !important
    }
}

.remember-check {
    margin: .75rem .25rem !important;
    line-height: 1.33
}

.remember-check .input-checkbox-text {
    font-size: .85rem !important
}

*,
*::before,
*::after {
    box-sizing: border-box
}

:root {
    overscroll-behavior: none
}

* {
    margin: 0
}

html {
    font-size: 16px;
    line-height: 16px;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll
}

html.no-scroll {
    overflow: hidden
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-display: swap;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    background: #f1f1f1
}

body::-webkit-scrollbar-thumb {
    background: #b9b9b9
}

body::-webkit-scrollbar-thumb:hover {
    background: #777
}

img,
picture,
video,
canvas,
svg {
    border: 0;
    display: block;
    max-width: 100%
}

img:not([src]):not([srcset]) {
    visibility: hidden
}

input,
button,
textarea,
select {
    font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

button:disabled,
button[disabled],
input:disabled,
input[disabled] {
    opacity: .5;
    cursor: not-allowed
}

button {
    color: #444
}

a {
    color: #444;
    cursor: pointer;
    text-decoration: none !important
}

@keyframes to-top {
    to {
        bottom: 200%
    }
}

@keyframes to-bottom {
    to {
        top: 200%
    }
}

@keyframes to-left {
    to {
        right: 200%
    }
}

@keyframes to-right {
    to {
        left: 200%
    }
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-card.product-selected {
    position: relative
}

.product-card.product-selected .product-line-wrapper {
    overflow: hidden;
    position: absolute;
    inset: 0
}

.product-card.product-selected .product-line-wrapper .product-card-line {
    position: absolute;
    animation: .75s linear infinite;
    z-index: 2
}

.product-card.product-selected .product-line-wrapper .product-card-line-left {
    animation-name: to-top;
    background: linear-gradient(to bottom, #1a1919, transparent);
    left: 0;
    bottom: -100%;
    width: .25rem;
    height: 100%
}

.product-card.product-selected .product-line-wrapper .product-card-line-right {
    animation-name: to-bottom;
    background: linear-gradient(to bottom, transparent, #1a1919);
    right: 0;
    top: -100%;
    width: .25rem;
    height: 100%
}

.product-card.product-selected .product-line-wrapper .product-card-line-top {
    animation-name: to-right;
    background: linear-gradient(to right, transparent, #1a1919);
    width: 100%;
    height: .25rem;
    top: 0;
    left: -100%
}

.product-card.product-selected .product-line-wrapper .product-card-line-bottom {
    animation-name: to-left;
    background: linear-gradient(to right, #1a1919, transparent);
    bottom: 0;
    right: -100%;
    width: 100%;
    height: .25rem
}

.product-card .pc-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

.product-card .pc-top .pc-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 0.5rem;
}

.product-card .pc-top .pc-image-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-card .pc-top .pc-image-wrapper>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-card .pc-top .pc-image-wrapper>a .swiper .swiper-wrapper .swiper-slide>img {
    width: 100%;
    height: 100%;
}

@media(max-width: 991px) {
    .product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .25rem;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        padding: .25rem;
        background-color: rgba(0, 0, 0, .125);
        bottom: .75em;
        border-radius: 12px
    }
    .product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0;
        transition: background-color .2s ease
    }
    .product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #19223b
    }
}

@media(min-width: 992px) {
    .product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .25rem;
        bottom: 1rem
    }
    .product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        width: 6px;
        height: 6px;
        border-radius: 2px
    }
    .product-card .pc-top .pc-image-wrapper>a .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #1a1919
    }
}

.product-card .pc-top .pc-image-wrapper .out-of-stock-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    pointer-events: none;
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 2rem;
    z-index: 9
}

@media(max-width: 991px) {
    .product-card .pc-top .pc-image-wrapper .out-of-stock-badge {
        display: none
    }
}

.product-card .pc-top .pc-image-wrapper .out-of-stock-badge>span {
    background-color: hsla(0, 0%, 100%, .75);
    padding: .5rem 1rem;
    color: #444;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(0, 0, 0, .05);
    font-weight: 700;
    font-size: 1.5rem
}

.product-card .pc-top .pc-image-wrapper .pc-badge {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 9
}

.product-card .pc-top .pc-image-wrapper .pc-badge.pcb-new {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: .5rem;
    left: .5rem;
    background-color: #1a1919;
    color: #fff;
    padding: 0 .5rem;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 40px;
    height: 25px
}

.product-card .pc-top .pc-image-wrapper .pc-badge.pcb-new+.pcb-discount {
    top: calc(.75rem + 25px)
}

.product-card .pc-top .pc-image-wrapper .pc-badge.pcb-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: .5rem;
    left: .5rem;
    color: #fff;
    font-size: .85rem;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(to bottom, rgb(122, 21, 21) 0%, rgb(206, 18, 18) 100%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 700
}

@media(max-width: 767px) {
    .product-card .pc-top .pc-image-wrapper .pc-badge.pcb-discount {
        display: none
    }
}

.product-card .pc-top .pc-image-wrapper .pc-badge.pcb-discount::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 20px 0 20px;
    border-color: #ce1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transform: rotate(0deg)
}

.product-card .pc-top .pc-buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 9
}

.product-card .pc-top .pc-buttons-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: none;
    outline: none;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media(hover: hover) {
    .product-card .pc-top .pc-buttons-wrapper>button:not(:disabled):hover {
        background-color: #19223b
    }
    .product-card .pc-top .pc-buttons-wrapper>button:not(:disabled):hover>i,
    .product-card .pc-top .pc-buttons-wrapper>button:not(:disabled):hover>span {
        color: #fff
    }
}

@media(max-width: 991px) {
    .product-card .pc-top .pc-buttons-wrapper>button {
        width: 35px;
        height: 35px;
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        box-shadow: 0 0 5px -2.5px rgba(0, 0, 0, .75);
        transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease, background-color .2s ease
    }
    .product-card .pc-top .pc-buttons-wrapper>button.pc-cart,
    .product-card .pc-top .pc-buttons-wrapper>button.pc-quick-view {
        display: none
    }
    .product-card .pc-top .pc-buttons-wrapper>button:not(:disabled):active {
        background-color: #19223b
    }
    .product-card .pc-top .pc-buttons-wrapper>button:not(:disabled):active>i,
    .product-card .pc-top .pc-buttons-wrapper>button:not(:disabled):active>span {
        color: #fff
    }
}

.product-card .pc-top .pc-buttons-wrapper>button>i,
.product-card .pc-top .pc-buttons-wrapper>button>span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    transition: color .2s ease
}

.product-card .pc-top .pc-buttons-wrapper>button>i.bi-heart,
.product-card .pc-top .pc-buttons-wrapper>button>i.bi-heart-fill,
.product-card .pc-top .pc-buttons-wrapper>button>span.bi-heart,
.product-card .pc-top .pc-buttons-wrapper>button>span.bi-heart-fill {
    transform: translateY(1px)
}

.product-card .pc-top .pc-buttons-wrapper>button>i.bi-heart-fill,
.product-card .pc-top .pc-buttons-wrapper>button>span.bi-heart-fill {
    color: #f03
}

.product-card .pc-top .pc-buttons-wrapper>button>i.bi-play-circle,
.product-card .pc-top .pc-buttons-wrapper>button>span.bi-play-circle {
    transform: translateY(-1px)
}

.product-card .pc-top .pc-buttons-wrapper.has-video>button:nth-child(1) {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    box-shadow: 0 0 5px -2.5px rgba(0, 0, 0, .75)
}

.product-card .pc-top .pc-buttons-wrapper [data-tippy-root] .tippy-content {
    white-space: nowrap
}

@media(max-width: 991px) {
    .product-card .pc-top .pc-buttons-wrapper [data-tippy-root] {
        display: none
    }
}

.product-card .pc-middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .075);
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.product-card .pc-middle+.pc-middle {
    border-top: none
}

.product-card .pc-middle .pcm-badge.pcmb-sameday-shipping,
.product-card .pc-middle .pcm-badge.pcmb-installment-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1919;
    padding: .25rem .5rem;
    gap: .5rem;
    width: 100%;
    text-align: center
}

.product-card .pc-middle .pcm-badge.pcmb-sameday-shipping>i,
.product-card .pc-middle .pcm-badge.pcmb-installment-3>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem
}

.product-card .pc-middle .pcm-badge.pcmb-sameday-shipping>span,
.product-card .pc-middle .pcm-badge.pcmb-installment-3>span {
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase
}

.product-card .pc-middle .pcm-badge.mothers-day-product {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    gap: .5rem;
    width: 100%;
    line-height: 1.125;
    text-align: center
}

.product-card .pc-middle .pcm-badge.mothers-day-product>span {
    font-weight: 700;
    font-size: .7rem;
    text-transform: uppercase
}

.product-card .pc-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: .5rem;
    gap: 1rem;
    position: relative
}

@media(max-width: 767px) {
    .product-card .pc-bottom {
        gap: 0
    }
}

.product-card .pc-bottom::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(0, 0, 0, .075);
    width: 50%;
    height: 1px;
    transform: translate(-50%, -50%)
}

@media(max-width: 767px) {
    .product-card .pc-bottom::after {
        display: none
    }
}

.product-card .pc-bottom .pc-product-name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px
}

@media(max-width: 767px) {
    .product-card .pc-bottom .pc-product-name {
        height: 80px
    }
}

.product-card .pc-bottom .pc-product-name>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    width: 100%;
    line-height: 1.25;
    text-align: center;
    padding: 0 1rem
}

.product-card .pc-bottom .pc-product-name>a>span:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-size: .9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 75%;
    font-weight: 500
}

@media(max-width: 767px) {
    .product-card .pc-bottom .pc-product-name>a>span:nth-child(1) {
        font-size: .85rem;
        max-width: 90%;
        -webkit-line-clamp: 3;
        line-clamp: 3
    }
}

.product-card .pc-bottom .pc-product-name>a>span:nth-child(2) {
    color: #bbb;
    font-size: .75rem
}

@media(max-width: 767px) {
    .product-card .pc-bottom .pc-product-name>a>span:nth-child(2) {
        font-size: .7rem
    }
}

.product-card .pc-bottom .pc-product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .5rem;
    text-align: center
}

@media(min-width: 768px) {
    .product-card .pc-bottom .pc-product-price {
        height: 80px
    }
}

@media(max-width: 767px) {
    .product-card .pc-bottom .pc-product-price {
        height: 60px
    }
}

@media(min-width: 768px) {
    .product-card .pc-bottom .pc-product-price .pcb-discount-text-wrapper {
        display: none
    }
}

@media(max-width: 767px) {
    .product-card .pc-bottom .pc-product-price .pcb-discount-text-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
        gap: .25rem;
        padding: 0 .5rem;
        border: 1px solid #f03;
        font-weight: 600;
        font-size: .9rem;
        color: #f03;
        height: 30px;
        padding-left: .125rem;
        padding-right: .25rem;
        width: 60px
    }
}

@media(max-width: 767px) {
    .product-card .pc-bottom .pc-product-price.has-discount .pcp-price-text-wrapper {
        line-height: 1.125
    }
}

.product-card .pc-bottom .pc-product-price.has-discount .pcp-price-text-wrapper>span:nth-child(1) {
    text-decoration: line-through;
    font-size: .75rem
}

.product-card .pc-bottom .pc-product-price.has-discount .pcp-price-text-wrapper>span:nth-child(2) {
    font-weight: 700;
    font-size: .9rem
}

.product-card .pc-bottom .pc-product-price .pcp-price-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.product-card .pc-bottom .pc-product-price .pcp-price-text-wrapper>span {
    font-size: .9rem
}

.product-card .pc-bottom .pc-product-price .pcp-price-text-wrapper>span.lowest-price {
    font-size: 1rem;
    font-weight: 700
}

.product-card .pc-bottom .cart-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    padding: .25rem .5rem;
    margin-top: -1rem;
    margin-bottom: .5rem;
    font-size: .9rem;
    font-weight: 600;
    color: #1a1919;
    background-color: rgba(213, 151, 55, .125)
}

.product-card .pc-bottom .pc-cart-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.product-card .pc-bottom .pc-cart-button-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    background-color: #1a1919;
    height: 35px;
    border: none;
    color: #fff;
    font-size: .9rem;
    white-space: nowrap
}

@media(min-width: 992px) {
    .product-card .pc-bottom .pc-cart-button-wrapper {
        display: none
    }
}

.product-card .pc-bottom .pc-out-of-stock-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.product-card .pc-bottom .pc-out-of-stock-wrapper>span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    background-color: #aaa;
    height: 35px;
    border: none;
    color: #fff;
    font-size: .9rem
}

@media(min-width: 992px) {
    .product-card .pc-bottom .pc-out-of-stock-wrapper {
        display: none
    }
}

@media(hover: hover) {
    .product-card:hover {
        box-shadow: 0 0 .5rem .25rem rgba(0, 0, 0, .05)
    }
    .product-card:hover .pc-top .pc-buttons-wrapper.has-video>button:nth-child(2) {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        box-shadow: 0 0 5px -2.5px rgba(0, 0, 0, .75);
        transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease, transform .2s ease 0.075s, background-color .2s ease
    }
    .product-card:hover .pc-top .pc-buttons-wrapper.has-video>button:nth-child(3) {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        box-shadow: 0 0 5px -2.5px rgba(0, 0, 0, .75);
        transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease, transform .2s ease 0.15s, background-color .2s ease
    }
    .product-card:hover .pc-top .pc-buttons-wrapper.has-video>button:nth-child(4) {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        box-shadow: 0 0 5px -2.5px rgba(0, 0, 0, .75);
        transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease, transform .2s ease 0.225s, background-color .2s ease
    }
    .product-card:hover .pc-top .pc-buttons-wrapper:not(.has-video)>button {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        box-shadow: 0 0 5px -2.5px rgba(0, 0, 0, .75)
    }
    .product-card:hover .pc-top .pc-buttons-wrapper:not(.has-video)>button:nth-child(1) {
        transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease, transform .2s ease 0.075s, background-color .2s ease
    }
    .product-card:hover .pc-top .pc-buttons-wrapper:not(.has-video)>button:nth-child(2) {
        transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease, transform .2s ease 0.15s, background-color .2s ease
    }
    .product-card:hover .pc-top .pc-buttons-wrapper:not(.has-video)>button:nth-child(3) {
        transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease, transform .2s ease 0.225s, background-color .2s ease
    }
}

.product-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden
}

@media(max-width: 991px) {
    .product-slider-wrapper {
        padding: 1.5rem 0
    }
}

.product-slider-wrapper .product-slider-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 767px) {
    .product-slider-wrapper .product-slider-container {
        padding: 0
    }
}

.product-slider-wrapper .product-slider-container .product-slider-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 2rem
}

@media(max-width: 767px) {
    .product-slider-wrapper .product-slider-container .product-slider-header {
        margin-bottom: 1rem
    }
}

.product-slider-wrapper .product-slider-container .product-slider-header>h3 {
    /* font-family: "Cinzel", serif; */
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 1;
    padding: 0 .5rem;
    width: 100%;
    color: #1a1919
}

@media(max-width: 767px) {
    .product-slider-wrapper .product-slider-container .product-slider-header>h3 {
        font-size: 1.5rem;
        padding-left: 1rem
    }
}

.product-slider-wrapper .product-slider-container .product-slider-header>span {
    /* font-family: "Cinzel", serif; */
    text-transform: uppercase;
    opacity: .05;
    font-size: 3.5rem;
    z-index: 0;
    letter-spacing: .25rem;
    position: absolute;
    top: 1.15rem;
    right: 0;
    white-space: nowrap;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width: 991px) {
    .product-slider-wrapper .product-slider-container .product-slider-header>span {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        opacity: .025
    }
}

.product-slider-wrapper .product-slider-container .product-slider-header>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #19223b;
    gap: .5rem;
    transition: color .2s ease
}

.product-slider-wrapper .product-slider-container .product-slider-header>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    transition: transform .2s ease
}

@media(hover: hover) {
    .product-slider-wrapper .product-slider-container .product-slider-header>a:hover {
        color: #1a1919
    }
    .product-slider-wrapper .product-slider-container .product-slider-header>a:hover>i {
        transform: translateX(0.25rem)
    }
}

.product-slider-wrapper .product-slider-container .product-slider-content {
    width: 100%
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: clip;
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper {
    width: 100%;
    align-items: stretch
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide {padding: 0.1rem;}

@media(max-width: 767px) {
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide {
        padding: 0
    }
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card {
        border-left: none
    }
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide:first-child .product-card {
        border-left: 1px solid rgba(0, 0, 0, .075)
    }
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 100%;
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card>div {
    transition: opacity .2s ease, visibility .2s ease
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .swiper-wrapper .swiper-slide .product-card .pc-top .pc-image-wrapper>a>img {
    max-width: 375px;
    max-height: 375px
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper.rp-slider .product-card,
.product-slider-wrapper .product-slider-container .product-slider-content>.swiper.lvp-slider .product-card {
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(hover: hover) {
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper.rp-slider .product-card:hover,
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper.lvp-slider .product-card:hover {
        border-color: #1a1919
    }
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .05);
    width: 50px;
    height: 50px;
    transition: opacity .2s ease, visibility .2s ease
}

@media(max-width: 767px) {
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav {
        width: 40px;
        height: 40px
    }
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav>i {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav.ps-prev {
    left: 0
}

@media(max-width: 767px) {
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav.ps-prev {
        left: .25rem
    }
}

.product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav.ps-next {
    right: 0
}

@media(max-width: 767px) {
    .product-slider-wrapper .product-slider-container .product-slider-content>.swiper .ps-nav.ps-next {
        right: .25rem
    }
}

.custom-bs-dropdown>button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    gap: .5rem
}

.custom-bs-dropdown>button[aria-expanded=true]::after {
    transform: rotate(-180deg)
}

.custom-bs-dropdown>button[aria-expanded=false]::after {
    transform: rotate(0)
}

.custom-bs-dropdown>button::after {
    font-family: "bootstrap-icons" !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    border: 0;
    content: "";
    transition: transform .2s ease
}

.custom-bs-dropdown>button>span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem
}

.custom-bs-dropdown>ul {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    inset: unset !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none
}

.custom-bs-dropdown>ul:not(.show) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.custom-bs-dropdown>ul.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.custom-bs-dropdown>ul>li>button:focus,
.custom-bs-dropdown>ul>li>button:hover,
.custom-bs-dropdown>ul>li>button.active,
.custom-bs-dropdown>ul>li>a:focus,
.custom-bs-dropdown>ul>li>a:hover,
.custom-bs-dropdown>ul>li>a.active {
    color: initial;
    background-color: initial
}

.featured-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden
}

@media(max-width: 767px) {
    .featured-content [id^=featured-products-slider] .product-card {
        border: 1px solid rgba(0, 0, 0, .075)
    }
}

@media(max-width: 767px)and (hover: hover) {
    .featured-content [id^=featured-products-slider] .product-card:hover {
        border-color: #1a1919
    }
}

.new-arrivals-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0.5rem 0;
    position: relative
}

.new-arrivals-content::before {
}

@media(max-width: 991px) {
    .new-arrivals-content::before {
        background-size: 100%
    }
}

@media(max-width: 767px) {
    .new-arrivals-content::before {
        background-size: 125%
    }
}

.new-arrivals-content .na-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 767px) {
    .new-arrivals-content .na-container {
        padding: 0
    }
}

.new-arrivals-content .na-container .na-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 2.5rem;
    isolation: isolate;
    width: calc(100% - 1.5rem)
}

@media(max-width: 767px) {
    .new-arrivals-content .na-container .na-header {
        width: 100%
    }
}

.new-arrivals-content .na-container .na-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(100% - .5rem);
    height: 4px;
    background-color: #1a1919;
    z-index: -2
}

.new-arrivals-content .na-container .na-header>h3 {
    /* font-family: "Cinzel", serif; */
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 1rem;
    margin: 0;
    isolation: isolate;
    position: relative;
    z-index: 1;
    color: #1a1919
}

.new-arrivals-content .na-container .na-header>h3::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #fff
}

@media(max-width: 767px) {
    .new-arrivals-content .na-container .na-header>h3::before {
        background: #fff;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.8323704482) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.8295693277) 100%)
    }
}

.new-arrivals-content .na-container .na-pc-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
    background-color: #fff
}

@media(max-width: 767px) {
    .new-arrivals-content .na-container .na-pc-wrapper {
        width: 100%;
        padding: 0;
        gap: 0
    }
}

.new-arrivals-content .na-container .na-pc-wrapper .product-card {
    width: calc(25% - 0.39rem);
}

@media(max-width: 991px) {
    .new-arrivals-content .na-container .na-pc-wrapper .product-card {
        width: calc(33.33% - 2rem)
    }
}

@media(max-width: 767px) {
    .new-arrivals-content .na-container .na-pc-wrapper .product-card {
        width: 50%;
        border: 1px solid rgba(0, 0, 0, .075);
        border-bottom: none;
        padding: .5rem
    }
    .new-arrivals-content .na-container .na-pc-wrapper .product-card:nth-child(2n) {
        border-left: none
    }
    .new-arrivals-content .na-container .na-pc-wrapper .product-card:nth-last-child(1),
    .new-arrivals-content .na-container .na-pc-wrapper .product-card:nth-last-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, .075)
    }
}

@media(min-width: 768px) {
    .new-arrivals-content .na-container .na-pc-wrapper .product-card {
        position: relative
    }
    .new-arrivals-content .na-container .na-pc-wrapper .product-card::before {
    }
    .new-arrivals-content .na-container .na-pc-wrapper .product-card::after {
    }
}

.new-arrivals-content .na-container .na-pc-wrapper .product-card .pc-top .pc-image-wrapper>a>img {
    max-width: 375px;
    max-height: 375px
}

.new-arrivals-content .na-container .na-pc-wrapper .product-card .pc-bottom {
    padding: 0
}

.new-arrivals-content .na-container .na-all-products-link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2rem;
}

.new-arrivals-content .na-container .na-all-products-link-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    gap: .25rem;
    background-color: #fff;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
    font-size: .9rem
}

@media(hover: hover) {
    .new-arrivals-content .na-container .na-all-products-link-wrapper>a:hover>i {
        transform: translateX(0.5rem)
    }
}

.new-arrivals-content .na-container .na-all-products-link-wrapper>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: transform .2s ease
}

.grid-5-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    overflow-x: hidden
}

@media(max-width: 767px) {
    .grid-5-content {
        padding: 1.5rem 0;
        margin: 0
    }
}

@media(max-width: 991px) {
    .grid-5-content .grid-5-container {
        max-width: initial;
        width: 100%;
        padding: 2rem
    }
}

@media(max-width: 767px) {
    .grid-5-content .grid-5-container {
        padding: 1rem
    }
}

.grid-5-content .grid-5-container .grid-5-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.4rem;
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a {
    position: relative;
    overflow: hidden
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(1) {
    width: 100%;
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(2),.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(3), .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(4), .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(5) {
    width: calc(33.333% - .2666666667rem);
}

@media(max-width: 991px) {
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(3),
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(4) {
        width: calc(50% - .5rem)
    }
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(5) {
        width: 100%
    }
}

@media(max-width: 539px) {
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a {
        width: 100% !important
    }
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a::before,
.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a::after {
    content: "";
    position: absolute;
    inset: .5rem;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
    z-index: 1
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: scale(0, 1)
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0)
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(1);
    transition: filter .3s ease, transform .3s ease
}

@media(max-width: 991px) {
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a>img {
        height: 300px
    }
}

@media(max-width: 539px) {
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a>img {
        height: 275px
    }
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a>h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    color: #fff;
    font-weight: 600;
    margin: 0;
    z-index: 2;
    text-shadow: 0 0 10px #000
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a>span.banner-action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .05);
    color: #fff;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 1rem;
    transition: background-color .3s ease, border-color .3s ease
}

@media(max-width: 767px) {
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a>span.banner-action-button {
        font-size: 1rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(hover: hover) {
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:hover:before,
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:hover:after {
        opacity: 1;
        transform: scale(1)
    }
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:hover>img {
        transform: scale(1.125);
        filter: brightness(0.8)
    }
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:hover>span.banner-action-button {
        background-color: hsla(0, 0%, 100%, .5);
        border-color: #fff
    }
}

@media(max-width: 991px) {
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:before,
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:after {
        opacity: 1;
        transform: scale(1)
    }
    .grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a>span.banner-action-button {
        background-color: hsla(0, 0%, 100%, .5);
        border-color: #fff
    }
}

.collection-slider-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 3rem 0
}

@media(max-width: 991px) {
    .collection-slider-content {
        padding: 1.5rem 0
    }
}

@media(hover: hover) {
    .collection-slider-content:hover .csh-reveal::after {
        width: 50% !important;
        opacity: 1 !important;
        visibility: visible !important
    }
}

.collection-slider-content .collection-slider-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
    line-height: 1.25;
    color: #1a1919;
    margin-bottom: 5rem
}

@media(max-width: 991px) {
    .collection-slider-content .collection-slider-header {
        margin-bottom: 3rem
    }
}

.collection-slider-content .collection-slider-header>span:nth-child(1) {
    font-size: 2rem
}

@media(max-width: 991px) {
    .collection-slider-content .collection-slider-header>span:nth-child(1) {
        font-size: 1.25rem
    }
}

@media(max-width: 767px) {
    .collection-slider-content .collection-slider-header>span:nth-child(1) {
        font-size: 1rem
    }
}

.collection-slider-content .collection-slider-header>span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    overflow: hidden;
    /* font-family: "Cinzel", serif; */
    font-weight: 500;
    font-size: 3rem;
    position: relative;
    padding-bottom: 2rem
}

@media(max-width: 991px) {
    .collection-slider-content .collection-slider-header>span:nth-child(2) {
        font-size: 1.75rem;
        padding-bottom: 1rem
    }
}

@media(max-width: 767px) {
    .collection-slider-content .collection-slider-header>span:nth-child(2) {
        font-size: 1.5rem;
        padding-bottom: .75rem
    }
}

.collection-slider-content .collection-slider-header>span:nth-child(2)::after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    transform: translateX(-50%);
    transition: opacity .5s ease, visibility .5s ease, width 1s ease-out;
    background-color: #1a1919
}

@media(max-width: 991px) {
    .collection-slider-content .collection-slider-header>span:nth-child(2)::after {
        width: 50% !important;
        opacity: 1 !important;
        visibility: visible !important
    }
}

.collection-slider-content .collection-slider-header>span:nth-child(2).hidden {
    opacity: 0
}

.collection-slider-content .collection-slider-header>span:nth-child(2)>span {
    text-transform: uppercase;
    transform: translateY(150%) rotate(45deg);
    margin: .05rem
}

.collection-slider-content .collection-slider-header>span:nth-child(2)>span.active {
    transform: translateY(0%) rotate(0);
    transition: .5s ease-out
}

.collection-slider-content .collection-slider-header>span:nth-child(2)>span.gap {
    width: 1rem
}

.collection-slider-content .collection-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 32px;
    overflow-x: hidden
}

@media(max-width: 767px) {
    .collection-slider-content .collection-slider {
        padding: 0 1rem
    }
}

.collection-slider-content .collection-slider .swiper-wrapper .collection-slide {
    overflow: hidden
}

.collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    background-size: 150%;
    transition: background 1.5s ease-out;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width: 1599px) {
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner {
        height: 575px
    }
}

@media(max-width: 1439px) {
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner {
        height: 520px
    }
}

@media(max-width: 991px) {
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner {
        height: 375px
    }
}

@media(max-width: 767px) {
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner {
        height: 420px
    }
}

.collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 1;
    transition: background-color .3s ease
}

@media(hover: hover) {
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner:hover {
        background-size: 175%
    }
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner:hover::after {
        background-color: rgba(0, 0, 0, .125)
    }
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner:hover .cs-title {
        transform: scale(1.125) translateY(15px)
    }
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner:hover .cs-title>span:nth-child(1) {
        letter-spacing: 10px
    }
}

.collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner .cs-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    text-align: center;
    line-height: 1.125;
    z-index: 2;
    transition: transform .3s ease
}

.collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner .cs-title>span:nth-child(1) {
    /* font-family: "Cinzel", serif; */
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 0 8px #000;
    letter-spacing: 6px;
    transition: letter-spacing .3s ease
}

@media(min-width: 768px)and (max-width: 991px) {
    .collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner .cs-title>span:nth-child(1) {
        font-size: 2.25rem
    }
}

.collection-slider-content .collection-slider .swiper-wrapper .collection-slide .cs-inner .cs-title>span:nth-child(2) {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 8px #000;
    transition: transform .3s ease
}

.home-full-width-banner {
    width: 100%;
    height: auto
}

.home-full-width-banner>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 767px) {
    a>.img-desktop {
        display: none !important
    }
}

@media(min-width: 768px) {
    a>.img-mobile {
        display: none !important
    }
}

#cart-panel {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease
}

#cart-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

#cart-panel.active .cp-overlay {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

#cart-panel.active .cp-side-panel {
    transform: translateX(0)
}

#cart-panel .cp-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 998
}

@media(max-width: 767px) {
    #cart-panel .cp-overlay {
        display: none
    }
}

#cart-panel .cp-side-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    height: 100vh;
    height: 100dvh
}

@media(min-width: 768px) {
    #cart-panel .cp-side-panel {
        width: 650px;
        border-left: 1px solid rgba(0, 0, 0, .075);
        z-index: 999;
        transform: translateX(100%);
        box-shadow: -5px 0px 7px 1px rgba(0, 0, 0, .125);
        transition: transform .3s ease
    }
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel {
        width: 100%
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1rem;
    gap: 1rem
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cpsp-wrapper {
        padding: 0
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-right: 50px
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header {
        padding: 0 1rem;
        padding-top: 1rem;
        padding-right: 50px
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header>span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    position: relative
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header>span {
        font-size: 1.5rem
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-header>span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 25%;
    height: 4px;
    background-color: #1a1919;
    transition: width .3s ease-out
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: calc(95px + 1.5rem)
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper {
        padding: .5rem;
        border-bottom: none;
        margin-bottom: 150px
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem .5rem;
    gap: .5rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card:first-child {
    border-top: 1px solid rgba(0, 0, 0, .075)
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100px;
    height: 100px
}

@media(max-width: 991px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image {
        width: 60px;
        height: 60px
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image>a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: #fff
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-image>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 100px - 1rem);
    gap: .5rem
}

@media(max-width: 991px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text {
        width: calc(100% - 60px - 1rem)
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name {
    width: 100%;
    min-height: 35px;
    padding-right: calc(60px + 1rem);
    position: relative
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: "Montserrat", sans-serif;
    color: #444;
    width: 100%;
    transition: color .2s ease;
    font-weight: 600
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a>span {
    line-height: 1.25;
    font-size: .9rem
}

@media(max-width: 991px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a>span {
        font-size: .8rem;
        font-weight: 500
    }
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>a:hover {
        color: #1a1919
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>br {
    display: none
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name>em {
    font-weight: 400;
    font-style: normal;
    color: #999;
    font-size: .8rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    color: #f03;
    font-size: .9rem;
    line-height: 1;
    font-weight: 500;
    gap: .25rem;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    width: 60px;
    white-space: nowrap
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove:active {
    opacity: .5
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove:hover {
        opacity: .5
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-name .cp-cart-item-remove>i {
    display: flex;
    align-items: center;
    justify-content: center
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    gap: .125rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .125rem;
    line-height: 1.125;
    font-size: .8rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-price>span:nth-child(1) {
    color: #aaa
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options {
    margin-top: .5rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    gap: .25rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul>li>span {
    font-size: .8rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-options>ul>li>span:nth-child(1) {
    font-weight: 600
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    gap: .25rem;
    margin-top: 1rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>button {
    border: none;
    outline: none;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0)
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>input {
    outline: none;
    width: 40px;
    height: 30px;
    padding: 0 .5rem;
    background-color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .075);
    border-radius: 0;
    font-size: .9rem;
    transition: border-color .2s ease
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-price-wrapper .cp-pc-quantity-group>input:focus {
    border-color: #1a1919
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 50%;
    gap: .125rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper>span {
    font-size: .8rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper>span:not(.non-special-price) {
    font-weight: 600
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper>span.non-special-price {
    text-decoration: line-through;
    color: #aaa
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .cp-pc-wrapper .cp-product-card .cp-pc-product-wrapper .cp-pc-product-text .cp-pc-price-total-wrapper .cp-pc-total-wrapper .cart-price-total-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    font-size: .8rem;
    white-space: nowrap
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem;
    border-top: 1px solid rgba(0, 0, 0, .075);
    padding-top: 3rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper .empty-cart-anim {
    width: 125px;
    height: 125px
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>span {
    font-size: 1.125rem;
    max-width: 350px;
    text-align: center;
    text-wrap: balance
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    gap: .25rem;
    border: 1px solid #1a1919;
    background-color: #fff;
    color: #1a1919;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
    font-size: .8rem
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a:hover {
        background-color: #1a1919;
        color: #fff
    }
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 450px
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul>li {
    width: calc(33.333% - .3333333333rem)
}

#cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .5rem;
    height: 35px;
    white-space: nowrap;
    border: none;
    outline: none;
    font-weight: 500;
    padding: 0 .75rem;
    font-size: .9rem;
    color: #19223b;
    background-color: rgba(25, 34, 59, .05);
    transition: background-color .2s ease, color .2s ease
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>ul>li>a:not(:disabled):hover {
        background-color: rgba(25, 34, 59, .1)
    }
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper {
        padding: 1rem;
        padding-bottom: 0;
        gap: 2rem
    }
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cpsp-wrapper .alert {
        width: calc(100% - 2rem);
        margin: 0 1rem
    }
}

#cart-panel .cp-side-panel .cp-buttons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem;
    background-color: #fff
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cp-buttons {
        padding: .5rem;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion {
    width: 100%
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item {
    border: none
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: rgba(213, 151, 55, .25);
    box-shadow: none !important;
    height: 50px;
    padding: 0 .75rem;
    gap: 1rem;
    border: none;
    color: #19223b
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 3rem);
    gap: .5rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button .text-wrapper>span {
    font-weight: 500
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 45px;
    transition: transform .2s ease
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item>button:not(.collapsed)>i {
    transform: rotate(-180deg)
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: rgba(213, 151, 55, .125);
    padding: 1rem .75rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 0
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-header>h2 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: .25rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:not(:last-child) {
    font-size: .9rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:not(:last-child) .st-cell strong,
#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:not(:last-child) .st-cell span {
    color: #666;
    font-weight: 400
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .summary-table .st-row:last-child {
    border-top: 1px dashed rgba(0, 0, 0, .075);
    padding-top: 1rem;
    margin-top: .5rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    background-color: #fff;
    gap: .5rem;
    padding: 0 1rem;
    border: 1px solid rgba(0, 0, 0, .075);
    height: 45px
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cart-coupon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cart-coupon-wrapper>span {
    position: relative;
    margin: .5rem 0 1rem;
    display: inline-block;
    width: 100%;
    color: #777;
    font-size: .8rem;
    line-height: 1.125rem;
    padding-left: 1rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cart-coupon-wrapper>span::before {
    content: "*";
    position: absolute;
    left: 0;
    top: .25rem;
    color: #f03;
    font-size: 1.5rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f2f2f2;
    border: 1px dashed #ccc;
    position: relative;
    gap: .5rem;
    height: 50px;
    padding: 0 .5rem
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>span>strong {
    text-transform: uppercase;
    font-weight: 600
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>span>span {
    text-transform: uppercase
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    width: 25px;
    height: 25px;
    background-color: #f03;
    transition: background-color .2sease;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .075);
    padding: 0
}

#cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .cp-buttons .cp-total-details-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .cp-coupon-wrapper .cp-coupon-info>button:not(:disabled):hover {
        background-color: #f03
    }
}

#cart-panel .cp-side-panel .cp-buttons>a,
#cart-panel .cp-side-panel .cp-buttons>button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: calc(33.333% - .3333333333rem);
    height: 50px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
    font-size: .9rem;
    white-space: nowrap
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .cp-buttons>a,
    #cart-panel .cp-side-panel .cp-buttons>button {
        font-size: .8rem
    }
}

#cart-panel .cp-side-panel .cp-buttons>a.cart-url,
#cart-panel .cp-side-panel .cp-buttons>a.checkout-url,
#cart-panel .cp-side-panel .cp-buttons>button.cart-url,
#cart-panel .cp-side-panel .cp-buttons>button.checkout-url {
    border: 1px solid #1a1919;
    background-color: #fff;
    color: #1a1919
}

#cart-panel .cp-side-panel .cp-buttons>a.cp-clear-cart,
#cart-panel .cp-side-panel .cp-buttons>button.cp-clear-cart {
    border: 1px solid #f03;
    background-color: #fff;
    color: #f03
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .cp-buttons>a:not(:disabled):hover.cart-url,
    #cart-panel .cp-side-panel .cp-buttons>a:not(:disabled):hover.checkout-url,
    #cart-panel .cp-side-panel .cp-buttons>button:not(:disabled):hover.cart-url,
    #cart-panel .cp-side-panel .cp-buttons>button:not(:disabled):hover.checkout-url {
        background-color: #1a1919;
        color: #fff
    }
    #cart-panel .cp-side-panel .cp-buttons>a:not(:disabled):hover.cp-clear-cart,
    #cart-panel .cp-side-panel .cp-buttons>button:not(:disabled):hover.cp-clear-cart {
        background-color: #f03;
        color: #fff
    }
}

#cart-panel .cp-side-panel .close-cart-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #fff
}

@media(max-width: 767px) {
    #cart-panel .cp-side-panel .close-cart-panel {
        top: .5rem;
        right: 1rem;
        border: none
    }
}

#cart-panel .cp-side-panel .close-cart-panel>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color .2s ease
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .close-cart-panel:hover>i {
        color: #444
    }
}

.toast-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    left: 0;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.toast-message .toast-message-box {
    padding: .25rem;
    overflow: hidden;
    box-sizing: content-box;
    transition: height .3s ease-in-out, padding .3s ease-in-out
}

.toast-message .toast-message-box.animate__animated {
    --animate-duration: 0.4s;
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

.toast-message .toast-message-box.animate__fadeOutUp {
    animation-name: fadeOutUp
}

.toast-message .toast-message-box.animate__fadeInDown {
    animation-name: fadeInDown
}

.toast-message .toast-message-box .toast-message-message {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    pointer-events: all;
    padding: 1rem;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .125);
    background: #fff;
    position: relative;
    gap: .5rem;
    max-width: 425px
}

.toast-message .toast-message-box .toast-message-message>svg {
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
    flex-shrink: 0
}

.toast-message .toast-message-box .toast-message-message>svg.toast-message-btn {
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    width: 1rem;
    height: 1rem;
    transition: color .2s ease
}

@media(hover: hover) {
    .toast-message .toast-message-box .toast-message-message>svg.toast-message-btn:hover {
        color: rgba(0, 0, 0, .8)
    }
}

.toast-message .toast-message-box .toast-message-message>svg.loading {
    animation: toast-loading 1.8s linear infinite
}

.toast-message .toast-message-box .toast-message-message .toast-message-content-text {
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.125;
    font-size: .9rem;
    text-wrap: pretty
}

.toast-message .toast-message-box .toast-message-message .toast-message-content-text a {
    color: #444;
    font-weight: 600
}

.alert {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    margin: 0
}

.alert .alert-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem;
    gap: .5rem
}

.alert .alert-content>svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: translateY(1px);
    flex-shrink: 0
}

.alert .alert-content .alert-message {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 20px - .5rem);
    padding-right: calc(1rem + 25px)
}

.alert .alert-content .alert-message a {
    color: #444;
    font-weight: 600
}

.alert .alert-content .alert-message>span {
    font-size: .9rem
}

.alert>button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    font-size: .75rem;
    top: calc(.5rem - 2px);
    right: .5rem;
    outline: none !important;
    box-shadow: none !important;
    border: none !important
}

#account-modal {
    position: fixed;
    inset: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease
}

#account-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

#account-modal.active::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0
}

#account-modal form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1rem;
    height: 100%
}

@media(max-width: 991px) {
    #account-modal form {
        justify-content: flex-start;
        overflow: auto;
        padding: 0;
        padding: 1rem;
        padding-top: calc(50px + 1rem)
    }
}

#account-modal form>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: 600
}

#account-modal form>span.grecaptcha-legal {
    background-color: #f2f2f2;
    padding: .5rem;
    font-size: .7rem;
    text-align: center
}

#account-modal form>span.grecaptcha-legal a {
    color: #444;
    font-weight: 600
}

#account-modal form>span.form-or {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: .8rem;
    isolation: isolate;
    margin: .5rem 0;
    line-height: 1.25
}

#account-modal form>span.form-or::before {
    content: "";
    width: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    background-color: rgba(0, 0, 0, .075);
    z-index: -2
}

#account-modal form>span.form-or::after {
    content: "";
    width: calc(100% + 1rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: -1
}

#account-modal form .social-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem
}

#account-modal form>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    margin: 1rem 0;
    font-size: .9rem;
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    min-width: 180px;
    flex-shrink: 0
}

@media(hover: hover) {
    #account-modal form>button:not(:disabled):hover {
        opacity: .75
    }
}

#account-modal form>a {
    font-size: .9rem;
    transition: color .2s ease
}

@media(hover: hover) {
    #account-modal form>a:hover {
        color: #1a1919
    }
}

#account-modal form a {
    color: #444
}

#account-modal form .mobile-panel-change-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    margin-top: 2rem
}

#account-modal form .mobile-panel-change-wrapper>p {
    margin: 0
}

#account-modal form .mobile-panel-change-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-decoration: underline
}

#account-modal form .alert-masak-info .alert-message>span {
    font-size: .8rem
}

#account-modal .account-modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .125);
    position: relative;
    width: 768px;
    max-width: 100%;
    min-height: 575px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 991px) {
    #account-modal .account-modal-container {
        position: initial;
        top: initial;
        left: initial;
        transform: translate(0, 0);
        width: 100%;
        height: 100vh;
        height: 100dvh;
        flex-direction: column;
        justify-content: flex-start
    }
}

#account-modal .account-modal-container .account-modal-form-container {
    height: 100%;
    max-height: 65vh;
    overflow: auto;
    transition: all .5s ease-in-out
}

@media(max-width: 991px) {
    #account-modal .account-modal-container .account-modal-form-container {
        max-height: 100vh;
        max-height: 100dvh
    }
}

@media(min-width: 992px) {
    #account-modal .account-modal-container .account-modal-form-container.sign-in-container {
        left: 0;
        width: 50%;
        z-index: 2
    }
    #account-modal .account-modal-container .account-modal-form-container.sign-up-container {
        left: 0;
        width: 50%;
        opacity: 0;
        z-index: 1
    }
}

@media(max-width: 991px) {
    #account-modal .account-modal-container .account-modal-form-container.sign-up-container {
        display: none
    }
}

#account-modal .account-modal-container .account-modal-form-container .social-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 1rem 0
}

#account-modal .account-modal-container .account-modal-form-overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100
}

@media(max-width: 991px) {
    #account-modal .account-modal-container .account-modal-form-overlay-container {
        display: none
    }
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay {
    z-index: 1;
    background: url(../../../image/bg/account-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #fff;
    position: relative;
    left: calc(-100% + 2rem);
    height: calc(100% - 2rem);
    width: calc(200% - 4rem);
    transform: translateX(0);
    transition: transform .6s ease-in-out;
    margin: 1rem;
    isolation: isolate
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: calc(50% + 1rem);
    transform: translateX(0);
    transition: transform .6s ease-in-out;
    z-index: 1;
    text-shadow: 0 0 10px #000
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel.overlay-left {
    transform: translateX(-20%)
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel.overlay-right {
    right: 0;
    transform: translateX(0)
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    margin-bottom: 1.5rem
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel>h2+p {
    text-wrap: pretty;
    margin-bottom: 3rem
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel>p {
    line-height: 1.25;
    margin: 0
}

#account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .75);
    margin: 1rem 0;
    font-size: .9rem;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: color .2s ease, background-color .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(hover: hover) {
    #account-modal .account-modal-container .account-modal-form-overlay-container .account-modal-form-overlay .account-modal-form-overlay-panel>button:hover {
        background-color: #1a1919;
        color: #fff
    }
}

@media(min-width: 992px) {
    #account-modal .account-modal-container.right-panel-active .sign-up-container {
        opacity: 1;
        z-index: 5;
        animation: account-form-show .6s
    }
    #account-modal .account-modal-container.right-panel-active .account-modal-form-overlay-container {
        transform: translateX(-100%)
    }
    #account-modal .account-modal-container.right-panel-active .account-modal-form-overlay-container .account-modal-form-overlay {
        transform: translateX(50%)
    }
    #account-modal .account-modal-container.right-panel-active .account-modal-form-overlay-container .account-modal-form-overlay .overlay-left {
        transform: translateX(0)
    }
    #account-modal .account-modal-container.right-panel-active .account-modal-form-overlay-container .account-modal-form-overlay .overlay-right {
        transform: translateX(20%)
    }
}

@media(max-width: 991px) {
    #account-modal .account-modal-container.right-panel-active .sign-in-container {
        display: none
    }
    #account-modal .account-modal-container.right-panel-active .sign-up-container {
        display: flex
    }
}

#account-modal .account-modal-container .close-account-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: calc(-2rem - 20px);
    border: none;
    outline: none;
    background-color: #fff;
    width: 40px;
    height: 40px
}

#account-modal .account-modal-container .close-account-modal>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .5);
    transition: color .2s ease
}

@media(hover: hover) {
    #account-modal .account-modal-container .close-account-modal:hover>i {
        color: #000
    }
}

@media(max-width: 991px) {
    #account-modal .account-modal-container .close-account-modal {
        width: 50px;
        height: 50px;
        top: .5rem;
        right: 1rem
    }
    #account-modal .account-modal-container .close-account-modal>i {
        font-size: 1.5rem
    }
}

.form-default {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.form-default .form-element-header {
    width: 100%;
    font-weight: 700
}

.form-default .form-field-wrapper .validation-error {
    height: 0;
    opacity: 0;
    visibility: hidden;
    font-size: .8rem;
    line-height: 1.125rem;
    color: #f03;
    transition: opacity .2s ease, visibility .2s ease, height .2s ease
}

.form-default .form-field-wrapper .validation-error.visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: .25rem
}

.form-default .form-element.form-floating {
    width: 100%
}

.form-default .form-element.form-floating .form-control {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    background-clip: initial;
    color: #444;
    font-size: .85rem;
    transition: border-color .2s ease;
    min-height: auto;
    height: 50px;
    padding: .85rem .925rem 0
}

.form-default .form-element.form-floating .form-control.form-control-textarea {
    min-height: 150px;
    padding: 1.5rem .925rem 0
}

.form-default .form-element.form-floating .form-control:not(:-moz-placeholder)~label {
    color: rgba(68, 68, 68, .75);
    transform: scale(0.75) translateY(-0.35rem) translateX(0.25rem)
}

.form-default .form-element.form-floating .form-control:focus~label,
.form-default .form-element.form-floating .form-control:not(:placeholder-shown)~label {
    color: rgba(68, 68, 68, .75);
    transform: scale(0.75) translateY(-0.35rem) translateX(0.25rem)
}

.form-default .form-element.form-floating .form-control:focus {
    border: 1px solid #1a1919;
    box-shadow: none
}

.form-default .form-element.form-floating .form-control.is-invalid {
    padding-right: 2rem;
    border-color: #f03
}

.form-default .form-element.form-floating .form-control.is-invalid[type=password] {
    padding-right: 4rem
}

.form-default .form-element.form-floating .form-control.is-invalid~.show-password {
    right: 30px
}

.form-default .form-element.form-floating .form-select {
    font-size: .9rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    box-shadow: none !important;
    transition: border .2s ease;
    height: 50px;
    min-height: auto;
    padding: .5rem 1rem .25rem;
    line-height: 50px
}

.form-default .form-element.form-floating .form-select.is-invalid {
    border-color: #f03
}

.form-default .form-element.form-floating .form-select.is-invalid+label {
    color: #f03
}

.form-default .form-element.form-floating .form-select:focus {
    border: 1px solid rgba(0, 0, 0, .5)
}

.form-default .form-element.form-floating>label {
    height: 50px;
    line-height: 48px;
    padding: 0 1rem;
    font-size: .9rem;
    color: #444;
    transition: scale .2s ease, transform .2s ease, color .2s ease
}

.form-default .form-element.form-floating>label::after {
    display: none !important
}

.form-default .form-element.form-floating .show-password {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.form-default .form-element.form-floating .show-password>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color .2s ease
}

@media(hover: hover) {
    .form-default .form-element.form-floating .show-password:hover>i {
        color: #444
    }
}

.form-default .form-element.form-floating.coupon-input-group>input {
    padding-right: calc(125px + .5rem) !important
}

.form-default .form-element.form-floating.coupon-input-group>input.is-invalid {
    background-position: right calc(130px + .5rem) center;
    padding-right: calc(160px + .5rem) !important
}

.form-default .form-element.form-floating.coupon-input-group>button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    outline: none;
    padding: 0 1rem;
    transition: opacity .2s ease;
    background-color: #1a1919;
    opacity: 1;
    border: none
}

.form-default .form-element.form-floating.coupon-input-group>button:disabled {
    opacity: .5
}

.form-default .form-element.form-floating.coupon-input-group>button>span {
    font-size: .8rem;
    color: #fff
}

@media(hover: hover) {
    .form-default .form-element.form-floating.coupon-input-group>button:not(:disabled):hover {
        opacity: .8
    }
}

.form-default .form-element .validation-error {
    height: 0;
    opacity: 0;
    visibility: hidden;
    font-size: .8rem;
    line-height: 1.125rem;
    color: #f03;
    transition: opacity .2s ease, visibility .2s ease, height .2s ease
}

.form-default .form-element .validation-error.visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: .25rem
}

.form-default .form-element-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5rem
}

.form-default .form-element-wrapper .form-element {
    width: auto !important
}

.form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: auto
}

@media(hover: hover) {
    .form-check:hover :not(:checked+label, :disabled+label) .input-checkbox, .form-check:hover :not(:checked+label, :disabled+label) .input-radio {
        background-color:#efefef
    }
    .form-check:hover :not(:checked+label, :disabled+label) .input-checkbox>i,
    .form-check:hover :not(:checked+label, :disabled+label) .input-radio>i {
        opacity: .25;
        visibility: visible
    }
}

.form-check>input {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 0;
    height: 0
}

.form-check>input:checked+label .input-checkbox>i,
.form-check>input:checked+label .input-radio>i {
    opacity: 1;
    visibility: visible
}

.form-check>input:disabled+label {
    cursor: not-allowed;
    opacity: .25
}

.form-check>label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.form-check>label>span.input-checkbox,
.form-check>label>span.input-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #000;
    border-radius: 0;
    flex-shrink: 0;
    transform: translateY(1px);
    transition: background-color .2s ease, border-color .2s ease
}

.form-check>label>span.input-checkbox.is-invalid,
.form-check>label>span.input-radio.is-invalid {
    border-color: #f03
}

.form-check>label>span.input-checkbox>i,
.form-check>label>span.input-radio>i {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease
}

.form-check>label>span.input-checkbox.input-radio,
.form-check>label>span.input-radio.input-radio {
    border-radius: 50%
}

.form-check>label>span.input-checkbox.input-radio>i,
.form-check>label>span.input-radio.input-radio>i {
    font-size: 9px
}

.form-check>label>span.input-checkbox-text,
.form-check>label>span.input-radio-text {
    font-size: .75rem
}

.form-check>label>span.input-checkbox-text a,
.form-check>label>span.input-radio-text a {
    color: #000;
    font-weight: 600;
    text-decoration: underline !important
}

.bf-panel-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #444
}

@media(max-width: 991px) {
    .bf-panel-wrapper {
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
}

.bf-panel-wrapper input[type=text] {
    outline: none;
    border: 1px solid rgba(0, 0, 0, .075);
    padding: 0 .5rem;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    transition: border-color .2s ease
}

.bf-panel-wrapper input[type=text]:focus {
    border-color: #1a1919
}

.bf-panel-wrapper .bf-box {
    border-right: 1px solid rgba(0, 0, 0, .075)
}

.bf-panel-wrapper .bf-box .bf-box-heading {
    display: none
}

.bf-panel-wrapper .bf-box .bf-box-content {
    position: relative
}

.bf-panel-wrapper .bf-box .bf-box-content>form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    padding-bottom: calc(80px + 2.5rem);
    overflow: auto
}

@media(max-width: 991px) {
    .bf-panel-wrapper .bf-box .bf-box-content>form {
        max-height: calc(100vh - 50px - 1rem);
        max-height: calc(100dvh - 50px - 1rem)
    }
}

.bf-panel-wrapper .bf-box .bf-box-content>form>* {
    width: 100%
}

.bf-panel-wrapper .bf-box .bf-box-content>form input+.bf-attr-block>.bf-attr-header {
    border-top: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block.bf-keywords-filter .bf-attr-header {
    border-top: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block>* {
    width: 100%
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .075);
    position: relative;
    font-size: .9rem;
    font-weight: 600;
    padding: .75rem 0;
    padding-right: .75rem;
    color: #000;
    cursor: pointer;
    transition: color .2s ease
}

@media(hover: hover) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header:hover {
        color: #1a1919
    }
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header:hover .bf-arrow>i {
        color: #1a1919
    }
}

@media(max-width: 991px) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header {
        padding: .75rem 1rem
    }
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header .bf-arrow {
    font-size: 1.25rem;
    color: #000
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header .bf-arrow>i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header .bf-arrow>i:nth-child(1) {
    display: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header.bf-shrink .bf-arrow>i.expand {
    display: flex
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header.bf-shrink .bf-arrow>i.shrink {
    display: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont>* {
    width: 100%
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .75rem;
    padding: .75rem 0 1.5rem
}

@media(max-width: 991px) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont>* {
    width: 100%
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div {
    width: calc(100% - .5rem);
    margin-right: .5rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .075)
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div:focus-within {
    border-color: #1a1919
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div:focus-within>button>svg {
    stroke: #1a1919
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div>input {
    width: 100%;
    padding-right: 28px;
    border: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-search-container>div>button>svg {
    width: 18px;
    height: 18px;
    stroke: rgba(0, 0, 0, .25);
    transition: stroke .2s ease
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    padding-right: .5rem
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb .bf-cur-symb-left {
    display: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb .ndash {
    width: 10px
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-cur-symb>input {
    width: calc(50% - (10px + 1rem)/2)
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range {
    width: calc(100% - 28px);
    height: 5px;
    cursor: pointer;
    transform: translateX(-4px)
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    height: 5px;
    background-color: #f2f2f2
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .ui-slider-range {
    height: 100%
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .ui-slider-handle {
    outline: none;
    top: -8px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .075);
    cursor: grab
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .ui-slider-handle:active {
    cursor: grabbing
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-price-container .bf-price-slider-container .bf-slider-range .bf-slider-label {
    position: absolute;
    font-size: .7rem;
    top: 20px
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem;
    cursor: pointer
}

@media(hover: hover) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row.bf-attr-filter:hover .bf-cell.bf-c-1 :not(:checked)+i {
        opacity: .25;
        visibility: visible;
        background-color: #ccc
    }
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .8rem
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-cell-select {
    width: 100%;
    padding-right: .5rem
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-cell-select>select {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    padding-left: .25rem;
    outline: none;
    transition: border-color .2s ease
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-cell-select>select:focus {
    border-color: #1a1919
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell .bf-hidden {
    display: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell label {
    cursor: pointer
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #000;
    flex-shrink: 0;
    transition: background-color .2s ease, border-color .2s ease
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1>input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1>input:checked+i {
    opacity: 1;
    visibility: visible
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-1>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease, background-color .2s ease
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-2 {
    width: calc(100% - 15px - .25rem)
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-sliding-cont .bf-sliding .bf-attr-block-cont .bf-row .bf-cell.bf-c-3 {
    display: none
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 1px solid rgba(0, 0, 0, .075);
    gap: .25rem;
    padding: 1rem 0;
    padding-right: .5rem;
    position: absolute;
    bottom: 0;
    right: 6px;
    background-color: #fff
}

@media(max-width: 767px) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box {
        flex-direction: row;
        right: initial;
        padding: .5rem;
        gap: .5rem
    }
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    font-size: .9rem;
    border: none;
    font-weight: 600;
    transition: opacity .2s ease
}

@media(max-width: 767px) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button {
        width: calc(50% - .25rem)
    }
}

@media(hover: hover) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button:hover {
        opacity: .5
    }
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button.bf-buttonsubmit {
    background-color: #1a1919;
    color: #fff
}

.bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button.bf-buttonclear {
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-buttonclear-box>button.bf-buttonclear {
        background-color: #f2f2f2
    }
}

@media(min-width: 992px) {
    .hide-product-filter {
        display: none
    }
}

@media(max-width: 991px) {
    .hide-product-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        top: .5rem;
        right: .5rem;
        position: fixed;
        border: none;
        outline: none;
        background-color: rgba(0, 0, 0, 0)
    }
    .hide-product-filter>i {
        color: rgba(0, 0, 0, .5);
        font-size: 1.5rem;
        transition: color .2s ease
    }
    .hide-product-filter:active>i {
        color: #000
    }
}

@media(min-width: 992px) {
    .bf-mobile-logo-wrapper {
        display: none !important
    }
}

@media(max-width: 991px) {
    .bf-mobile-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: .5rem;
        top: .5rem
    }
    .bf-mobile-logo-wrapper>img {
        width: 130px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(min-width: 992px) {
    .category-showcase-desktop-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
}

@media(max-width: 991px) {
    .category-showcase-desktop-holder {
        display: none
    }
}

@media(min-width: 992px) {
    .category-showcase-mobile-holder {
        display: none
    }
}

@media(max-width: 991px) {
    .category-showcase-mobile-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
}

.category-showcase-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background-color: #f2f2f2;
    padding: 3rem 0
}

.category-showcase-content .category-showcase-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100% !important
}

.category-showcase-content .category-showcase-container .category-showcase-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 2rem
}

.category-showcase-content .category-showcase-container .category-showcase-header>h3 {
    /* font-family: "Cinzel", serif; */
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 1;
    padding: 0 .5rem;
    width: 100%;
    color: #1a1919
}

.category-showcase-content .category-showcase-container .category-showcase-header>span {
    /* font-family: "Cinzel", serif; */
    text-transform: uppercase;
    opacity: .05;
    font-size: 3.5rem;
    z-index: 0;
    letter-spacing: .25rem;
    position: absolute;
    top: 1.15rem;
    right: 0;
    white-space: nowrap;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper {
    width: 100%
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper {
    width: 100%;
    transition: opacity .3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-wrapper {
    gap: .5rem
}

@media(max-width: 767px) {
    .category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-wrapper {
        gap: .25rem
    }
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide {
    width: calc(20% - .4rem);
    height: 325px
}

@media(max-width: 1279px) {
    .category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide {
        width: calc(25% - .375rem)
    }
}

@media(max-width: 1023px) {
    .category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide {
        width: calc(33.333% - .3333333333rem)
    }
}

@media(max-width: 767px) {
    .category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .swiper-slide {
        width: calc(50% - .125rem)
    }
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .csps-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .product-card {
    position: relative;
    width: 100%;
    height: 100%
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .product-card>div {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper.swiper-hidden .product-card::after {
    content: "";
    position: absolute;
    background: #ddd;
    inset: 0;
    z-index: 1
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper {
    width: 100%
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide {
    padding: .5rem
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide .product-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide .product-card>div {
    transition: opacity .2s ease, visibility .2s ease
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .swiper-wrapper .swiper-slide .product-card .pc-top .pc-image-wrapper>a>img {
    max-width: 375px;
    max-height: 375px
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .05);
    width: 50px;
    height: 50px;
    transition: opacity .2s ease, visibility .2s ease;
    cursor: pointer
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav>i {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav.csps-prev {
    left: .25rem
}

.category-showcase-content .category-showcase-container .cs-product-slider-wrapper .swiper .csps-nav.csps-next {
    right: .25rem
}

.plyr input[type=range] {
    --plyr-range-fill-background: #1a1919
}

.plyr .plyr__control:focus-visible,
.plyr .plyr__control:hover,
.plyr .plyr__control[aria-expanded=true] {
    --plyr-video-control-background-hover: #19223b
}

.set-products-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 2rem
}

@media(max-width: 767px) {
    .set-products-content {
        padding: 1rem
    }
}

.set-products-content .set-products-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    width: 100%;
    background-color: rgba(25, 34, 59, .025);
    box-shadow: rgba(0, 0, 0, .06) 0px 2px 4px 0px inset
}

@media(max-width: 991px) {
    .set-products-content .set-products-container {
        max-width: initial;
        width: 100%
    }
}

@media(max-width: 767px) {
    .set-products-content .set-products-container {
        padding: 1rem
    }
}

.set-products-content .set-products-container .sp-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem
}

.set-products-content .set-products-container .sp-header>span {
    font-size: 1.5rem;
    line-height: 1.125;
    color: #1a1919;
    margin: 0;
    max-width: 500px
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-header>span {
        font-size: 1.25rem
    }
}

.set-products-content .set-products-container .sp-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.set-products-content .set-products-container .sp-body>form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1rem
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(33, 35, 38, .1) 0px 10px 10px -10px;
    transition: box-shadow .2s ease, transform .4s ease;
    width: 475px;
    gap: 1rem
}

@media(hover: hover) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card:hover {
        transform: translateY(-5px);
        box-shadow: rgba(0, 0, 0, .25) 0px 20px 15px -15px
    }
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card:hover .spc-name-wrapper>a>span:nth-child(1) {
        color: #1a1919
    }
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card:hover .spc-image-wrapper>a img {
        transform: scale(1.125)
    }
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper {
        width: 100%
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper>a>img {
    width: 180px;
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff;
    transition: transform .4s ease-out
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper .out-of-stock-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 9;
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 1.75rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-image-wrapper .out-of-stock-badge>span {
    background-color: hsla(0, 0%, 100%, .75);
    padding: .5rem 1rem;
    color: #444;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(0, 0, 0, .05);
    font-weight: 700;
    font-size: 1.5rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 180px - 1rem)
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper {
        width: 100%
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a {
        align-items: center
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a>span:nth-child(1) {
    color: #444;
    font-weight: 600;
    font-size: .9rem;
    transition: color .2s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper>a>span:nth-child(2) {
    color: #999;
    font-size: .8rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    max-width: 250px;
    row-gap: .5rem
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section {
        max-width: initial;
        width: 100%
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 50px
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #444;
    width: 100%;
    height: 100%;
    transition: color .2s ease
}

@media(hover: hover) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper>a:hover {
        color: #19223b
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper>a>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper .tippy-content {
    font-size: .8rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper+.form-floating {
    width: calc(100% - 1.5rem)
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating>input {
    padding-right: 90px
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #f2f2f2;
    right: 5px;
    top: 5px;
    width: 80px;
    height: 40px;
    transition: background-color .2s ease, border-color .2s ease
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button>span {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease
}

@media(hover: hover) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button:hover {
        background-color: #eee;
        border-color: #1a1919
    }
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button:hover>span {
        color: #1a1919
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button+[data-tippy-root] ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: .25rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button+[data-tippy-root] ul>li>button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 30px;
    height: 30px
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .pd-option-section .option-info-wrapper.option-ring-text+.form-floating .ring-text-icon-button+[data-tippy-root] ul>li>button>span {
    color: #fff;
    font-size: 1.25rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

@media(max-width: 767px) {
    .set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price {
        justify-content: center
    }
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price .spc-badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    padding: 0 .5rem;
    border: 1px solid #f03;
    font-weight: 700;
    color: #f03;
    height: 40px
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price.has-discount .spc-price-wrapper>span:nth-child(1) {
    text-decoration: line-through;
    font-size: 1rem;
    color: #999
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price.has-discount .spc-price-wrapper>span:nth-child(2) {
    font-weight: 700;
    font-size: 1.125rem
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price:not(.has-discount) .spc-price-wrapper>span {
    font-weight: 600
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price .spc-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.125
}

.set-products-content .set-products-container .sp-body>form .sp-grid-wrapper .set-product-card .spc-name-wrapper .spc-price .spc-price-wrapper>span {
    font-size: 1.125rem
}

.set-products-content .set-products-container .sp-body>form .sp-cart-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
    height: 40px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
    font-size: .9rem;
    white-space: nowrap;
    border: 1px solid #19223b;
    background-color: #19223b;
    color: #fff
}

@media(hover: hover) {
    .set-products-content .set-products-container .sp-body>form .sp-cart-wrapper>button:not(:disabled):hover {
        background-color: #fff;
        color: #19223b
    }
}

.jconfirm .jconfirm-bg {
    background-color: rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
    .jconfirm .jconfirm-cell {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
    .jconfirm .jconfirm-cell .jconfirm-holder {
        width: 100%;
        padding: 0 !important
    }
    .jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container {
        width: 100%;
        padding: 0
    }
    .jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box {
        padding: 0;
        height: 100vh;
        height: 100dvh;
        box-shadow: none
    }
    .jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-closeIcon>i {
        font-size: 2rem
    }
    .jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-title-c {
        height: 50px;
        padding: 0 1rem;
        padding-right: 50px;
        align-items: center
    }
    .jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-content-pane {
        padding: .75rem;
        max-height: calc(100vh - 50px - (40px + 1rem)) !important;
        max-height: calc(100dvh - 50px - (40px + 1rem)) !important;
        border: none;
        margin: 0
    }
    .jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(40px + 1rem);
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
    .jconfirm .jconfirm-cell .jconfirm-holder .jc-bs3-container .jconfirm-box .jconfirm-buttons>button {
        flex-grow: 1;
        max-width: calc(50% - 1.5rem)
    }
}

@media(max-width: 2159px) {
    .jconfirm .jc-bs3-container {
        max-width: 1400px !important
    }
}

.jconfirm .jconfirm-box-container.jc-dialog .jconfirm-box {
    padding: 0 !important
}

.jconfirm .jconfirm-box-container.jc-dialog .jconfirm-box.gold-bordered {
    border: 2px solid #1a1919;
    border-radius: 1rem
}

.jconfirm .jconfirm-box-container.jc-dialog .jconfirm-content-pane {
    padding: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important
}

.jconfirm .jconfirm-box-container .jconfirm-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem;
    border-radius: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .125)
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-closeIcon {
    height: 30px;
    width: 30px;
    top: .5rem;
    right: .5rem
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-closeIcon>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-title-c {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-right: calc(30px + 1rem);
    gap: .5rem;
    min-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    padding: .5rem;
    padding-right: 30px;
    padding-bottom: 1rem
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin: 0;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content-pane {
    margin: 0;
    padding: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    max-height: 80vh !important
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 6px;
    border-radius: 0
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    border-radius: 0
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content.overflow-unset {
    overflow: unset !important
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem;
    padding: 1rem 0
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>i[data-type=danger] {
    color: #f03
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>i[data-type=success] {
    color: #41b06e
}

.jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt>span {
    font-size: .9rem
}

@media(max-width: 767px) {
    .jconfirm .jconfirm-box-container .jconfirm-box div.jconfirm-content .jconfirm-prompt {
        flex-direction: column
    }
}

.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 0
}

.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    margin: 0;
    padding: 0 1rem;
    min-width: 75px;
    height: 30px;
    border-radius: 0
}

@media(max-width: 767px) {
    .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button {
        height: 40px
    }
}

.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-brand-primary {
    background-color: #19223b;
    color: #fff;
    text-shadow: none
}

@media(hover: hover) {
    .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-brand-primary:not(:disabled):hover {
        opacity: .8
    }
}

.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-brand-secondary {
    background-color: #1a1919;
    color: #fff;
    text-shadow: none
}

@media(hover: hover) {
    .jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons>button.btn-brand-secondary:not(:disabled):hover {
        opacity: .8
    }
}

.so-megamenu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    position: relative
}

.so-megamenu-wrapper ul,
.so-megamenu-wrapper li {
    list-style: none;
    list-style-type: none
}

.so-megamenu-wrapper a {
    color: #ffffff;
}

@media(min-width: 992px) {
    .so-megamenu-wrapper .megamenu-header,
    .so-megamenu-wrapper .megamenu-footer {
        display: none
    }
    .so-megamenu-wrapper .megamenu-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%
    }
    .so-megamenu-wrapper .megamenu-container .megamenu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding: 0;
        margin: 0
    }
    .so-megamenu-wrapper .megamenu-container .megamenu ul,
    .so-megamenu-wrapper .megamenu-container .megamenu li {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>a {
        padding-right: 2rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>a::after {
        display: flex;
        align-items: center;
        justify-content: center;
        content: "";
        position: absolute;
        right: .5rem;
        top: 48%;
        transform: translateY(-50%);
        font-family: "bootstrap-icons";
        width: .8rem;
        height: .8rem;
        transition: transform .2s ease;
        transform-origin: center
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .toggle-submenu {
        display: none
    }
}

@media(min-width: 992px)and (hover: hover) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li:hover>a {
        color: #1a1919
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li:hover>a::after {
        transform: translateY(-50%) rotate(-180deg)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        transition: all .2s ease
    }
}

@media(min-width: 992px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-transform: uppercase;
        padding: 0 1rem;
        font-weight: 600;
        font-size: .9rem;
        height: 50px;
        transition: color .2s ease;
        white-space: nowrap
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li>a>img {
        display: none !important
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li>a {
        font-size: .75rem;
        padding: 0 .75rem
    }
}

@media(min-width: 992px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu {
        font-family: "Sen", sans-serif;
        font-size: .9rem;
        position: absolute;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, .075);
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff
    }
}

@media(min-width: 992px)and (max-width: 2159px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory-container {
        max-width: 1320px !important
    }
}

@media(min-width: 992px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 1rem;
        row-gap: 2rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li {
        width: 16.6666666667%
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        gap: .5rem;
        position: relative;
        transition: color .2s ease
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a .subcategory-image {
        width: 175px;
        height: 175px;
        box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
        padding: .5rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a .subcategory-image>img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        border: 1px solid rgba(0, 0, 0, .075);
        transition: border-color .2s ease
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a .subcategory-name {
        text-align: center
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a .subcategory-name>span {
        font-size: 1rem;
        font-weight: 600
    }
}

@media(min-width: 992px)and (max-width: 1365px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a .subcategory-name>span {
        font-size: .9rem
    }
}

@media(min-width: 992px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a::before,
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a::after {
        content: "";
        position: absolute;
        width: 33.333%;
        height: 1px;
        background: currentColor;
        pointer-events: none;
        z-index: 9
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a::before {
        top: calc(100% + .5rem);
        left: 0;
        transform-origin: left;
        transform: scale3d(0, 1, 1) translateX(120%);
        transition: transform .5s cubic-bezier(0.7, 0, 0.2, 1)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a::after {
        top: calc(100% + .5rem + 4px);
        right: 0;
        transform-origin: right;
        transform: scale3d(0, 1, 1) translateX(-120%);
        transition: transform .5s cubic-bezier(0.7, 0, 0.2, 1)
    }
}

@media(min-width: 992px)and (hover: hover) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a:hover {
        color: #1a1919
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a:hover::before {
        transform: scale3d(1, 1, 1) translateX(120%);
        transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a:hover::after {
        transform: scale3d(1, 1, 1) translateX(-120%);
        transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a:hover .subcategory-image>img {
        border-color: #1a1919
    }
}

@media(min-width: 992px) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:last-child {
        width: 100%
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:last-child .view-all {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .75rem;
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:last-child .view-all>a {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #19223b;
        transition: color .2s ease;
        gap: .25rem;
        font-size: .85rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:last-child .view-all>a>i {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s ease;
        font-size: .9rem
    }
}

@media(min-width: 992px)and (hover: hover) {
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:last-child .view-all:hover>a {
        color: #1a1919
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:last-child .view-all:hover>a>i {
        transform: translateX(0.25rem)
    }
}

@media(max-width: 991px) {
    .so-megamenu-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 85%;
        background-color: #fff;
        transform: translateX(-65%);
        transition: transform .2s ease;
        box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
        height: 100vh;
        height: 100dvh
    }
    .so-megamenu-wrapper .megamenu-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
        width: 100%;
        max-width: initial;
        position: relative;
        height: 100%
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 70px;
        border-bottom: 1px solid rgba(0, 0, 0, .075);
        padding-left: .5rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-header>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 48px
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-header>a>img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-header>button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0);
        outline: none;
        border: none;
        transition: color .2s ease
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-header>button>i {
        display: flex;
        align-items: stretch;
        justify-content: center;
        font-size: 1.25rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
        margin: 0;
        max-height: calc(100vh - 70px);
        min-height: 345px;
        margin-top: 70px;
        overflow-x: hidden;
        overflow-y: auto
    }
    .so-megamenu-wrapper .megamenu-container .megamenu ul,
    .so-megamenu-wrapper .megamenu-container .megamenu li {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li>a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: .75rem 1rem;
        padding-right: 50px;
        width: 100%;
        color: #19223b;
        transition: background-color .2s ease, color .2s ease;
        gap: 1rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li>a>img {
        width: 60px;
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, .075);
        background-color: #fff
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li>a>span {
        width: calc(100% - 60px - 1rem);
        font-weight: 600
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu {
        position: relative
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        background-color: rgba(0, 0, 0, 0);
        outline: none;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        color: #19223b;
        transition: color .2s ease
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button[data-expanded=false] {
        height: 100%
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button>i {
        display: flex;
        align-items: stretch;
        justify-content: center;
        font-size: 1.5rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button[data-expanded=true] {
        height: calc(29px + 1rem)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu>button[data-expanded=true]>i::before {
        content: ""
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        transition: height .2s ease;
        overflow: hidden;
        background-color: #fafafa
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: initial;
        padding: 0
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:not(:last-child)>a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: .5rem 1rem;
        font-size: .9rem;
        gap: 1rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:not(:last-child)>a .subcategory-image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, .075);
        overflow: hidden
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:not(:last-child)>a .subcategory-name {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: calc(100% - 50px - 1rem)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:not(:last-child)>a .subcategory-name>span {
        font-weight: 500
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:last-child .view-all {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .75rem;
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:last-child .view-all>a {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #19223b;
        transition: color .2s ease;
        gap: .25rem;
        font-size: .75rem;
        padding: 0 1rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:last-child .view-all>a>i {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s ease;
        font-size: .9rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:last-child .view-all:active>a {
        color: #1a1919
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.with-submenu .submenu .subcategory-container .subcategory>li:last-child .view-all:active>a>i {
        transform: translateX(0.25rem)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.expanded>a,
    .so-megamenu-wrapper .megamenu-container .megamenu>li.expanded>button {
        color: #1a1919
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.expanded>a {
        background-color: rgba(213, 151, 55, .125)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.expanded:not(:last-child) .submenu {
        border-bottom: 1px solid rgba(0, 0, 0, .075)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li.expanded .submenu {
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li:not(.expanded):not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .075)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu>li:not(.expanded) .submenu {
        height: 0
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        font-family: "Sen", sans-serif;
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 2rem;
        padding: .75rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: .25rem;
        position: relative
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media::after {
        content: "";
        right: -1rem;
        top: 0;
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, .075)
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media>span {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: .8rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media>ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: .5rem;
        margin: 0;
        padding: 0;
        list-style: none
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media>ul>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .125rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media>ul>li>a>svg {
        width: 18px;
        height: 18px
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media>ul>li>a>svg>path {
        fill: #666;
        transition: fill .3s ease
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-media>ul>li>a:active>svg>path {
        fill: #1a1919
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support>a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: .25rem;
        color: #444
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support>a:active .was-number {
        color: #1a1919
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support>a .was-text {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support>a .was-text>span {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: .8rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support>a .was-number {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        transition: color .2s ease;
        gap: .25rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support>a .was-number>i {
        font-size: .95rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-social .mmf-support .wa-support>a .was-number>span {
        font-size: .8rem
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0;
        gap: .5rem;
        row-gap: 0;
        border-top: 1px solid rgba(0, 0, 0, .075);
        padding: 1rem 0;
        background-color: #f2f2f2
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-menu>a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 .5rem;
        white-space: nowrap;
        width: calc(33.333% - .3333333333rem);
        height: 30px;
        color: #777
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-menu>a:not(:nth-child(3n)) {
        position: relative
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-menu>a:not(:nth-child(3n))::after {
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        right: -0.25rem;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: #777
    }
    .so-megamenu-wrapper .megamenu-container .megamenu-footer .mmf-menu>a>span {
        font-weight: 600;
        font-size: .8rem
    }
}

@media(max-width: 991px) {
    .header-bottom.active .so-megamenu-wrapper {
        transform: translateX(0)
    }
}

body.gw-show .mgw-close,
body.gw-show .mini-gift-wheel-wrapper {
    display: none !important
}

.mgw-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: calc(50% - 110px);
    background-color: rgba(0, 0, 0, .5);
    border-radius: .5rem;
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 999;
    transition: background-color .2s ease
}

@media(max-width: 991px) {
    .mgw-close {
        top: calc(50% - 85px)
    }
}

.mgw-close>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(hover: hover) {
    .mgw-close:hover {
        background-color: rgba(0, 0, 0, .75)
    }
}

.mini-gift-wheel-wrapper *,
.mini-gift-wheel-wrapper {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
    pointer-events: auto !important;
    touch-action: manipulation
}

.mini-gift-wheel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    background-color: #fff;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 1rem;
    overflow: hidden;
    cursor: pointer
}

.mini-gift-wheel-wrapper.auto-hide {
    transform: translate(30%, -50%);
    transition: transform .2s ease
}

@media(max-width: 991px) {
    .mini-gift-wheel-wrapper.auto-hide {
        transform: translate(50%, -50%)
    }
}

@media(min-width: 992px)and (hover: hover) {
    .mini-gift-wheel-wrapper.auto-hide:hover {
        transform: translate(0, -50%)
    }
    .mini-gift-wheel-wrapper.auto-hide:hover .mgw-handle-wrapper>i {
        opacity: 0;
        visibility: hidden;
        width: 0;
        position: absolute;
        transform: translateX(-45px)
    }
    .mini-gift-wheel-wrapper.auto-hide:hover .mgw-handle-wrapper>span {
        opacity: 1;
        visibility: visible;
        width: 45px;
        position: static
    }
}

.mini-gift-wheel-wrapper:not(.auto-hide) .mgw-handle-wrapper>i {
    display: none
}

.mini-gift-wheel-wrapper:not(.auto-hide) .mgw-handle-wrapper>span {
    opacity: 1;
    visibility: visible;
    width: 45px;
    position: static
}

@media(max-width: 991px) {
    .mini-gift-wheel-wrapper {
        border-radius: 50%
    }
}

.mini-gift-wheel-wrapper .mgw-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    padding: .25rem;
    padding-bottom: 0;
    position: relative
}

.mini-gift-wheel-wrapper .mgw-image-wrapper>img {
    position: absolute;
    top: .5rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem)
}

.mini-gift-wheel-wrapper .mgw-handle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .5rem;
    width: 90px;
    width: 100%;
    gap: .5rem
}

@media(max-width: 991px) {
    .mini-gift-wheel-wrapper .mgw-handle-wrapper {
        display: none
    }
}

.mini-gift-wheel-wrapper .mgw-handle-wrapper>i {
    font-size: 1.5rem;
    height: 40px;
    transform: translateX(-10px);
    transition: opacity .3s ease, visibility .3s ease, width .3s ease, transform .3s ease
}

.mini-gift-wheel-wrapper .mgw-handle-wrapper>span {
    height: 40px;
    line-height: 1.25;
    font-size: .9rem;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    width: 0;
    position: absolute;
    text-align: center;
    transition: opacity .3s ease, visibility .3s ease, width .3s ease
}

.gift-wheel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(min-width: 992px) {
    .gift-wheel-wrapper {
        min-height: 750px
    }
}

.gift-wheel-wrapper * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.gift-wheel-wrapper .gw-bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.gift-wheel-wrapper .gw-bg>img {
    width: 100%;
    opacity: .75
}

.gift-wheel-wrapper>*:not(.gw-bg) {
    z-index: 1
}

.gift-wheel-wrapper .gw-top {
    width: 69%;
    margin-top: 14%;
    position: relative;
    overflow: hidden
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper {
    touch-action: none;
    cursor: grab
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper:active {
    cursor: grabbing
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle {
    position: absolute;
    inset: .5rem;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50%;
    height: 50%;
    transform: rotate(0);
    transform-origin: bottom right;
    line-height: 1.25
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span {
    padding-left: 2.5rem;
    display: inline-block;
    max-width: 80%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width: 767px) {
    .gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span {
        font-size: .9rem
    }
}

@media(max-width: 539px) {
    .gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span {
        font-size: .8rem
    }
}

@media(max-width: 479px) {
    .gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle .gift-bar>span {
        font-size: .75rem
    }
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-shadow {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-shadow: inset -20px 15px 40px #000;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-border {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-border>img {
    width: 100%;
    height: 100%;
    position: relative
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-center {
    width: 15%;
    height: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .25);
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-center>img {
    width: 100%;
    height: 100%
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-handle {
    z-index: 5
}

.gift-wheel-wrapper .gw-top .wheel-circle-wrapper .wheel-circle-handle>img {
    position: absolute;
    width: 50px;
    height: 75px !important;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.gift-wheel-wrapper .gw-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem;
    margin-top: 2rem
}

.gift-wheel-wrapper .gw-middle>span:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.125rem
}

.gift-wheel-wrapper .gw-middle>span:nth-child(2) {
    font-size: .9rem
}

.gift-wheel-wrapper .gw-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem;
    gap: .5rem
}

.gift-wheel-wrapper .gw-bottom.reveal {
    margin-top: 2rem;
    gap: 1rem
}

.gift-wheel-wrapper .gw-bottom>button,
.gift-wheel-wrapper .gw-bottom>.button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 40px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .2s ease;
    font-size: .9rem;
    white-space: nowrap;
    border: 1px solid #1a1919;
    background-color: #1a1919;
    color: #fff
}

.gift-wheel-wrapper .gw-bottom .gw-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.gift-wheel-wrapper .gw-bottom .gw-text-wrapper>span {
    font-weight: 600
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    padding-bottom: 2rem
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 40px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .2s ease;
    font-size: .9rem;
    white-space: nowrap;
    border: 1px solid #1a1919;
    background-color: #fff;
    color: #1a1919;
    margin-bottom: 0
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    gap: .5rem;
    padding: 0 1rem;
    border: 1px solid #1a1919;
    transition: opacity .2s ease
}

@media(hover: hover) {
    .gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button:not(:disabled):hover {
        opacity: .75
    }
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button:disabled {
    cursor: default !important;
    opacity: 1 !important
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>i {
    display: none;
    color: #1a1919
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>i.visible {
    display: flex;
    align-items: center;
    justify-content: center
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>i:nth-child(2) {
    color: #41b06e
}

.gift-wheel-wrapper .gw-bottom .gw-copy-wrapper>button>span {
    font-weight: 600;
    font-size: .9rem;
    color: #1a1919
}

.wheel-circle[data-slice="1"] {
    background: conic-gradient(#a90000 0deg 360deg)
}

.wheel-circle[data-slice="1"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="2"] {
    background: conic-gradient(#a90000 0deg 180deg, #fff 180deg 360deg)
}

.wheel-circle[data-slice="2"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="2"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="3"] {
    background: conic-gradient(#a90000 0deg 120deg, #ff1010 120deg 240deg, #ff7676 240deg 360deg)
}

.wheel-circle[data-slice="3"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="3"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="3"] .gift-bar-3 {
    color: #000
}

.wheel-circle[data-slice="4"] {
    background: conic-gradient(#a90000 0deg 90deg, #fff 90deg 180deg, #a90000 180deg 270deg, #fff 270deg 360deg)
}

.wheel-circle[data-slice="4"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="4"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="4"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="4"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="5"] {
    background: conic-gradient(#a90000 0deg 72deg, rgb(230.2, 0, 0) 72deg 144deg, rgb(255, 36.4, 36.4) 144deg 216deg, rgb(255, 97.6, 97.6) 216deg 288deg, rgb(255, 158.8, 158.8) 288deg 360deg)
}

.wheel-circle[data-slice="5"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="5"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="5"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="5"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="5"] .gift-bar-5 {
    color: #000
}

.wheel-circle[data-slice="6"] {
    background: conic-gradient(#a90000 0deg 60deg, #fff 60deg 120deg, #a90000 120deg 180deg, #fff 180deg 240deg, #a90000 240deg 300deg, #fff 300deg 360deg)
}

.wheel-circle[data-slice="6"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="6"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="6"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="6"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="6"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="6"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="7"] {
    background: conic-gradient(#a90000 0deg 51.4285714286deg, rgb(212.7142857143, 0, 0) 51.4285714286deg 102.8571428571deg, rgb(255, 1.4285714286, 1.4285714286) 102.8571428571deg 154.2857142857deg, rgb(255, 45.1428571429, 45.1428571429) 154.2857142857deg 205.7142857143deg, rgb(255, 88.8571428571, 88.8571428571) 205.7142857143deg 257.1428571429deg, rgb(255, 132.5714285714, 132.5714285714) 257.1428571429deg 308.5714285714deg, rgb(255, 176.2857142857, 176.2857142857) 308.5714285714deg 360deg)
}

.wheel-circle[data-slice="7"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="7"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="7"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="7"] .gift-bar-4 {
    color: #fff
}

.wheel-circle[data-slice="7"] .gift-bar-5 {
    color: #000
}

.wheel-circle[data-slice="7"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="7"] .gift-bar-7 {
    color: #000
}

.wheel-circle[data-slice="8"] {
    background: conic-gradient(#a90000 0deg 45deg, #fff 45deg 90deg, #a90000 90deg 135deg, #fff 135deg 180deg, #a90000 180deg 225deg, #fff 225deg 270deg, #a90000 270deg 315deg, #fff 315deg 360deg)
}

.wheel-circle[data-slice="8"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="8"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="8"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="8"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="8"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="8"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="8"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="8"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="9"] {
    background: conic-gradient(#a90000 0deg 40deg, #cb0000 40deg 80deg, #ed0000 80deg 120deg, #ff1010 120deg 160deg, #ff3232 160deg 200deg, #ff5454 200deg 240deg, #ff7676 240deg 280deg, #ff9898 280deg 320deg, #ffbaba 320deg 360deg)
}

.wheel-circle[data-slice="9"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="9"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="9"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="9"] .gift-bar-4 {
    color: #fff
}

.wheel-circle[data-slice="9"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="9"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="9"] .gift-bar-7 {
    color: #000
}

.wheel-circle[data-slice="9"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="9"] .gift-bar-9 {
    color: #000
}

.wheel-circle[data-slice="10"] {
    background: conic-gradient(#a90000 0deg 36deg, #fff 36deg 72deg, #a90000 72deg 108deg, #fff 108deg 144deg, #a90000 144deg 180deg, #fff 180deg 216deg, #a90000 216deg 252deg, #fff 252deg 288deg, #a90000 288deg 324deg, #fff 324deg 360deg)
}

.wheel-circle[data-slice="10"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="10"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="10"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="10"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="10"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="10"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="10"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="10"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="10"] .gift-bar-9 {
    color: #fff
}

.wheel-circle[data-slice="10"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="11"] {
    background: conic-gradient(#a90000 0deg 32.7272727273deg, rgb(196.8181818182, 0, 0) 32.7272727273deg 65.4545454545deg, rgb(224.6363636364, 0, 0) 65.4545454545deg 98.1818181818deg, rgb(252.4545454545, 0, 0) 98.1818181818deg 130.9090909091deg, rgb(255, 25.2727272727, 25.2727272727) 130.9090909091deg 163.6363636364deg, rgb(255, 53.0909090909, 53.0909090909) 163.6363636364deg 196.3636363636deg, rgb(255, 80.9090909091, 80.9090909091) 196.3636363636deg 229.0909090909deg, rgb(255, 108.7272727273, 108.7272727273) 229.0909090909deg 261.8181818182deg, rgb(255, 136.5454545455, 136.5454545455) 261.8181818182deg 294.5454545455deg, rgb(255, 164.3636363636, 164.3636363636) 294.5454545455deg 327.2727272727deg, rgb(255, 192.1818181818, 192.1818181818) 327.2727272727deg 360deg)
}

.wheel-circle[data-slice="11"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="11"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="11"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="11"] .gift-bar-4 {
    color: #fff
}

.wheel-circle[data-slice="11"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="11"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="11"] .gift-bar-7 {
    color: #000
}

.wheel-circle[data-slice="11"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="11"] .gift-bar-9 {
    color: #000
}

.wheel-circle[data-slice="11"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="11"] .gift-bar-11 {
    color: #000
}

.wheel-circle[data-slice="12"] {
    background: conic-gradient(#a90000 0deg 30deg, #fff 30deg 60deg, #a90000 60deg 90deg, #fff 90deg 120deg, #a90000 120deg 150deg, #fff 150deg 180deg, #a90000 180deg 210deg, #fff 210deg 240deg, #a90000 240deg 270deg, #fff 270deg 300deg, #a90000 300deg 330deg, #fff 330deg 360deg)
}

.wheel-circle[data-slice="12"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="12"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="12"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="12"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="12"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="12"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="12"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="12"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="12"] .gift-bar-9 {
    color: #fff
}

.wheel-circle[data-slice="12"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="12"] .gift-bar-11 {
    color: #fff
}

.wheel-circle[data-slice="12"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="13"] {
    background: conic-gradient(#a90000 0deg 27.6923076923deg, rgb(192.5384615385, 0, 0) 27.6923076923deg 55.3846153846deg, rgb(216.0769230769, 0, 0) 55.3846153846deg 83.0769230769deg, rgb(239.6153846154, 0, 0) 83.0769230769deg 110.7692307692deg, rgb(255, 8.1538461538, 8.1538461538) 110.7692307692deg 138.4615384615deg, rgb(255, 31.6923076923, 31.6923076923) 138.4615384615deg 166.1538461538deg, rgb(255, 55.2307692308, 55.2307692308) 166.1538461538deg 193.8461538462deg, rgb(255, 78.7692307692, 78.7692307692) 193.8461538462deg 221.5384615385deg, rgb(255, 102.3076923077, 102.3076923077) 221.5384615385deg 249.2307692308deg, rgb(255, 125.8461538462, 125.8461538462) 249.2307692308deg 276.9230769231deg, rgb(255, 149.3846153846, 149.3846153846) 276.9230769231deg 304.6153846154deg, rgb(255, 172.9230769231, 172.9230769231) 304.6153846154deg 332.3076923077deg, rgb(255, 196.4615384615, 196.4615384615) 332.3076923077deg 360deg)
}

.wheel-circle[data-slice="13"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="13"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="13"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="13"] .gift-bar-4 {
    color: #fff
}

.wheel-circle[data-slice="13"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="13"] .gift-bar-6 {
    color: #fff
}

.wheel-circle[data-slice="13"] .gift-bar-7 {
    color: #000
}

.wheel-circle[data-slice="13"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="13"] .gift-bar-9 {
    color: #000
}

.wheel-circle[data-slice="13"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="13"] .gift-bar-11 {
    color: #000
}

.wheel-circle[data-slice="13"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="13"] .gift-bar-13 {
    color: #000
}

.wheel-circle[data-slice="14"] {
    background: conic-gradient(#a90000 0deg 25.7142857143deg, #fff 25.7142857143deg 51.4285714286deg, #a90000 51.4285714286deg 77.1428571429deg, #fff 77.1428571429deg 102.8571428571deg, #a90000 102.8571428571deg 128.5714285714deg, #fff 128.5714285714deg 154.2857142857deg, #a90000 154.2857142857deg 180deg, #fff 180deg 205.7142857143deg, #a90000 205.7142857143deg 231.4285714286deg, #fff 231.4285714286deg 257.1428571429deg, #a90000 257.1428571429deg 282.8571428571deg, #fff 282.8571428571deg 308.5714285714deg, #a90000 308.5714285714deg 334.2857142857deg, #fff 334.2857142857deg 360deg)
}

.wheel-circle[data-slice="14"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="14"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="14"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="14"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="14"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="14"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="14"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="14"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="14"] .gift-bar-9 {
    color: #fff
}

.wheel-circle[data-slice="14"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="14"] .gift-bar-11 {
    color: #fff
}

.wheel-circle[data-slice="14"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="14"] .gift-bar-13 {
    color: #fff
}

.wheel-circle[data-slice="14"] .gift-bar-14 {
    color: #000
}

.wheel-circle[data-slice="15"] {
    background: conic-gradient(#a90000 0deg 24deg, rgb(189.4, 0, 0) 24deg 48deg, rgb(209.8, 0, 0) 48deg 72deg, rgb(230.2, 0, 0) 72deg 96deg, rgb(250.6, 0, 0) 96deg 120deg, #ff1010 120deg 144deg, rgb(255, 36.4, 36.4) 144deg 168deg, rgb(255, 56.8, 56.8) 168deg 192deg, rgb(255, 77.2, 77.2) 192deg 216deg, rgb(255, 97.6, 97.6) 216deg 240deg, #ff7676 240deg 264deg, rgb(255, 138.4, 138.4) 264deg 288deg, rgb(255, 158.8, 158.8) 288deg 312deg, rgb(255, 179.2, 179.2) 312deg 336deg, rgb(255, 199.6, 199.6) 336deg 360deg)
}

.wheel-circle[data-slice="15"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="15"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="15"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="15"] .gift-bar-4 {
    color: #fff
}

.wheel-circle[data-slice="15"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="15"] .gift-bar-6 {
    color: #fff
}

.wheel-circle[data-slice="15"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="15"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="15"] .gift-bar-9 {
    color: #000
}

.wheel-circle[data-slice="15"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="15"] .gift-bar-11 {
    color: #000
}

.wheel-circle[data-slice="15"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="15"] .gift-bar-13 {
    color: #000
}

.wheel-circle[data-slice="15"] .gift-bar-14 {
    color: #000
}

.wheel-circle[data-slice="15"] .gift-bar-15 {
    color: #000
}

.wheel-circle[data-slice="16"] {
    background: conic-gradient(#a90000 0deg 22.5deg, #fff 22.5deg 45deg, #a90000 45deg 67.5deg, #fff 67.5deg 90deg, #a90000 90deg 112.5deg, #fff 112.5deg 135deg, #a90000 135deg 157.5deg, #fff 157.5deg 180deg, #a90000 180deg 202.5deg, #fff 202.5deg 225deg, #a90000 225deg 247.5deg, #fff 247.5deg 270deg, #a90000 270deg 292.5deg, #fff 292.5deg 315deg, #a90000 315deg 337.5deg, #fff 337.5deg 360deg)
}

.wheel-circle[data-slice="16"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="16"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="16"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="16"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="16"] .gift-bar-9 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="16"] .gift-bar-11 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="16"] .gift-bar-13 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-14 {
    color: #000
}

.wheel-circle[data-slice="16"] .gift-bar-15 {
    color: #fff
}

.wheel-circle[data-slice="16"] .gift-bar-16 {
    color: #000
}

.wheel-circle[data-slice="17"] {
    background: conic-gradient(#a90000 0deg 21.1764705882deg, #bb0000 21.1764705882deg 42.3529411765deg, #cd0000 42.3529411765deg 63.5294117647deg, #df0000 63.5294117647deg 84.7058823529deg, #f10000 84.7058823529deg 105.8823529412deg, #ff0404 105.8823529412deg 127.0588235294deg, #ff1616 127.0588235294deg 148.2352941176deg, #ff2828 148.2352941176deg 169.4117647059deg, #ff3a3a 169.4117647059deg 190.5882352941deg, #ff4c4c 190.5882352941deg 211.7647058824deg, #ff5e5e 211.7647058824deg 232.9411764706deg, #ff7070 232.9411764706deg 254.1176470588deg, #ff8282 254.1176470588deg 275.2941176471deg, #ff9494 275.2941176471deg 296.4705882353deg, #ffa6a6 296.4705882353deg 317.6470588235deg, #ffb8b8 317.6470588235deg 338.8235294118deg, #ffcaca 338.8235294118deg 360deg)
}

.wheel-circle[data-slice="17"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-4 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-6 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-8 {
    color: #fff
}

.wheel-circle[data-slice="17"] .gift-bar-9 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-11 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-13 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-14 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-15 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-16 {
    color: #000
}

.wheel-circle[data-slice="17"] .gift-bar-17 {
    color: #000
}

.wheel-circle[data-slice="18"] {
    background: conic-gradient(#a90000 0deg 20deg, #fff 20deg 40deg, #a90000 40deg 60deg, #fff 60deg 80deg, #a90000 80deg 100deg, #fff 100deg 120deg, #a90000 120deg 140deg, #fff 140deg 160deg, #a90000 160deg 180deg, #fff 180deg 200deg, #a90000 200deg 220deg, #fff 220deg 240deg, #a90000 240deg 260deg, #fff 260deg 280deg, #a90000 280deg 300deg, #fff 300deg 320deg, #a90000 320deg 340deg, #fff 340deg 360deg)
}

.wheel-circle[data-slice="18"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-9 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-11 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-13 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-14 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-15 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-16 {
    color: #000
}

.wheel-circle[data-slice="18"] .gift-bar-17 {
    color: #fff
}

.wheel-circle[data-slice="18"] .gift-bar-18 {
    color: #000
}

.wheel-circle[data-slice="19"] {
    background: conic-gradient(#a90000 0deg 18.9473684211deg, rgb(185.1052631579, 0, 0) 18.9473684211deg 37.8947368421deg, rgb(201.2105263158, 0, 0) 37.8947368421deg 56.8421052632deg, rgb(217.3157894737, 0, 0) 56.8421052632deg 75.7894736842deg, rgb(233.4210526316, 0, 0) 75.7894736842deg 94.7368421053deg, rgb(249.5263157895, 0, 0) 94.7368421053deg 113.6842105263deg, rgb(255, 10.6315789474, 10.6315789474) 113.6842105263deg 132.6315789474deg, rgb(255, 26.7368421053, 26.7368421053) 132.6315789474deg 151.5789473684deg, rgb(255, 42.8421052632, 42.8421052632) 151.5789473684deg 170.5263157895deg, rgb(255, 58.9473684211, 58.9473684211) 170.5263157895deg 189.4736842105deg, rgb(255, 75.0526315789, 75.0526315789) 189.4736842105deg 208.4210526316deg, rgb(255, 91.1578947368, 91.1578947368) 208.4210526316deg 227.3684210526deg, rgb(255, 107.2631578947, 107.2631578947) 227.3684210526deg 246.3157894737deg, rgb(255, 123.3684210526, 123.3684210526) 246.3157894737deg 265.2631578947deg, rgb(255, 139.4736842105, 139.4736842105) 265.2631578947deg 284.2105263158deg, rgb(255, 155.5789473684, 155.5789473684) 284.2105263158deg 303.1578947368deg, rgb(255, 171.6842105263, 171.6842105263) 303.1578947368deg 322.1052631579deg, rgb(255, 187.7894736842, 187.7894736842) 322.1052631579deg 341.0526315789deg, rgb(255, 203.8947368421, 203.8947368421) 341.0526315789deg 360deg)
}

.wheel-circle[data-slice="19"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-2 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-4 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-6 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-8 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-9 {
    color: #fff
}

.wheel-circle[data-slice="19"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-11 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-13 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-14 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-15 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-16 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-17 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-18 {
    color: #000
}

.wheel-circle[data-slice="19"] .gift-bar-19 {
    color: #000
}

.wheel-circle[data-slice="20"] {
    background: conic-gradient(#a90000 0deg 18deg, #fff 18deg 36deg, #a90000 36deg 54deg, #fff 54deg 72deg, #a90000 72deg 90deg, #fff 90deg 108deg, #a90000 108deg 126deg, #fff 126deg 144deg, #a90000 144deg 162deg, #fff 162deg 180deg, #a90000 180deg 198deg, #fff 198deg 216deg, #a90000 216deg 234deg, #fff 234deg 252deg, #a90000 252deg 270deg, #fff 270deg 288deg, #a90000 288deg 306deg, #fff 306deg 324deg, #a90000 324deg 342deg, #fff 342deg 360deg)
}

.wheel-circle[data-slice="20"] .gift-bar-1 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-2 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-3 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-4 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-5 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-6 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-7 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-8 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-9 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-10 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-11 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-12 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-13 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-14 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-15 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-16 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-17 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-18 {
    color: #000
}

.wheel-circle[data-slice="20"] .gift-bar-19 {
    color: #fff
}

.wheel-circle[data-slice="20"] .gift-bar-20 {
    color: #000
}

body {
    font-family: "Sen", sans-serif;
    color: #444
}

@media(max-width: 767px) {
    body {
        padding-bottom: 70px
    }
}

header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: fixed;
    z-index: 99;
}

header .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #19223b
}

header .header-top .ht-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0
}

@media(min-width: 768px) {
    header .header-top .ht-container {
        height: 40px
    }
}

@media(max-width: 767px) {
    header .header-top .ht-container {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}



header .header-top .ht-container .ht-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    border-top: 1px solid rgba(0, 0, 0, .075);
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(min-width: 768px) {
    header .header-top .ht-container .ht-bottom {
        display: none
    }
}

header .header-top .ht-container .ht-bottom>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: .8rem;
    color: #19223b;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    transition: color .2s ease
}

@media(hover: hover) {
    header .header-top .ht-container .ht-bottom>a:hover {
        color: #fff;
        background-color: #1a1919
    }
}

.header-marquee-wrapper {
    width: 100%;
    height: 40px;
    background-color: #000000;
}

.header-marquee-wrapper .header-marquee-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.header-marquee-wrapper .header-marquee-container::before,
.header-marquee-wrapper .header-marquee-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 9
}

.header-marquee-wrapper .header-marquee-container::before {
    left: 0;
    background: #000000;
}

.header-marquee-wrapper .header-marquee-container::after {
    right: 0;
    background: #000000;
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper {
    display: flex;
    position: relative
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper .marquee-slider-slides-wrapper {
    display: flex;
    position: relative
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper .marquee-slider-slides-wrapper .marquee-slider-slide {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default !important
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper .marquee-slider-slides-wrapper .marquee-slider-slide::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper .marquee-slider-slides-wrapper .marquee-slider-slide .promo-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    white-space: nowrap;
    color: #fff;
    font-size: .8rem;
    gap: .5rem;
    text-transform: uppercase
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper .marquee-slider-slides-wrapper .marquee-slider-slide .promo-text>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper .marquee-slider-slides-wrapper .marquee-slider-slide .promo-text>i.bi-heart {
    transform: translateY(2px)
}

.header-marquee-wrapper .header-marquee-container .marquee-slider-wrapper .marquee-slider-slides-wrapper .marquee-slider-slide .promo-text>span {
    font-weight: 600
}

header .header-center {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

header .header-center .hc-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 0
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper {
        max-width: initial;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

@media(max-width: 767px) {
    header .header-center .hc-wrapper {
        align-items: center;
        flex-direction: column
    }
}

header .header-center .hc-wrapper .hc-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0
}

@media(min-width: 1376px) {
    header .header-center .hc-wrapper .hc-logo {
        width: calc(50% - 300px)
    }
}

@media(max-width: 1375px) {
    header .header-center .hc-wrapper .hc-logo {
        width: 225px
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-logo {
        justify-content: flex-start;
        width: 200px;
        height: 80px;
        order: 1
    }
}

@media(max-width: 767px) {
    header .header-center .hc-wrapper .hc-logo {
        justify-content: flex-start;
        width: 150px;
        height: 70px
    }
}

header .header-center .hc-wrapper .hc-logo>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: .25rem 0;
    flex-shrink: 0;
    width: auto;
    height: 90px
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-logo>a {
        width: 100%;
        height: 100%
    }
}

header .header-center .hc-wrapper .hc-logo>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

header .header-center .hc-wrapper .hc-middle {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-shrink: 0
}

@media(min-width: 1376px) {
    header .header-center .hc-wrapper .hc-middle {
        width: 600px
    }
}

@media(max-width: 1375px) {
    header .header-center .hc-wrapper .hc-middle {
        width: 450px
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-middle {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, .075);
        order: 3
    }
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: .5rem;
    width: 100%;
    padding: .5rem 0
}

@media(max-width: 1023px) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container {
        justify-content: center
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container {
        flex-direction: row;
        padding: .5rem;
        gap: .5rem
    }
}

@media(min-width: 992px) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .hcm-menu {
        display: none
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .hcm-menu {
        display: flex;
        align-items: stretch;
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, .075);
        transition: border-color .2s ease
    }
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .hcm-menu:active {
        border-color: #1a1919
    }
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .hcm-menu:active>button {
        color: #1a1919
    }
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .hcm-menu>button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0);
        outline: none;
        border: none;
        transition: color .2s ease
    }
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .hcm-menu>button>i {
        display: flex;
        align-items: stretch;
        justify-content: center;
        font-size: 1.25rem
    }
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .search-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 767px) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .search-input-wrapper {
        width: calc(100% - 40px - .5rem)
    }
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .search-input-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    outline: none;
    padding-left: 1rem;
    width: 100%;
    height: 40px;
    font-size: .9rem;
    transition: border-color .2s ease, color .2s ease;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    border: 1px solid rgba(0, 0, 0, .075)
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .search-input-wrapper>button>span:not(.spinner-border) {
    width: calc(100% - 40px);
    text-align: left
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .search-input-wrapper>button.blocked {
    justify-content: center
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .search-input-wrapper>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

@media(hover: hover) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .search-input-wrapper>button:not(:disabled):hover {
        border-color: #1a1919;
        color: #1a1919
    }
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .top-categories-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

@media(max-width: 1023px) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .top-categories-wrapper {
        display: none
    }
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .top-categories-wrapper>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .top-categories-wrapper>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .top-categories-wrapper>ul>li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-0.25rem - .5px);
    width: 2px;
    height: 40%;
    background-color: rgba(0, 0, 0, .125);
    transform: translateY(-50%)
}

header .header-center .hc-wrapper .hc-middle .hc-middle-container .top-categories-wrapper>ul>li>a {
    color: #19223b;
    font-weight: 700;
    font-size: .7rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    padding: .25rem .5rem;
    transition: color .2s ease, background-color .2s ease;
    letter-spacing: 2px
}

@media(hover: hover) {
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .top-categories-wrapper>ul>li>a:hover {
        color: #fff;
        background-color: #1a1919
    }
}

header .ht-right .hc-account {
    display: flex;
    align-items: stretch;
    justify-content: flex-end
}


header .ht-right .hc-account>ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    gap: 1rem;
    margin: 0;
    padding: 0 1.5rem;
    padding-right: 0;
    list-style: none
}

@media(max-width: 991px) {
    header .ht-right .hc-account>ul {
        justify-content: flex-end
    }
}

header .ht-right .hc-account>ul>li {
    display: flex;
    align-items: stretch;
    justify-content: center
}

header .ht-right .hc-account>ul>li .dropdown {
    display: flex;
    align-items: center;
    justify-content: center
}

header .ht-right .hc-account>ul>li .dropdown>button:not(.logged) {
    align-items: flex-start
}

@media(max-width: 1279px) {
    header .ht-right .hc-account>ul>li .dropdown>button {
        flex-direction: column;
        align-items: center !important;
        padding-right: 1.5rem
    }
}

@media(max-width: 991px) {
    header .ht-right .hc-account>ul>li .dropdown>button {
        flex-direction: row
    }
}

header .ht-right .hc-account>ul>li .dropdown>button.active>i {
    color: #19223b
}

header .ht-right .hc-account>ul>li .dropdown>button.active>i::before {
    content: ""
}

@media(hover: hover) {
    header .ht-right .hc-account>ul>li .dropdown>button:not(.active):hover>i {
        color: #19223b
    }
    header .ht-right .hc-account>ul>li .dropdown>button:not(.active):hover>i::before {
        content: ""
    }
}

@media(max-width: 1279px) {
    header .ht-right .hc-account>ul>li .dropdown>button::after {
        position: absolute;
        right: 0;
        top: 50%
    }
    header .ht-right .hc-account>ul>li .dropdown>button[aria-expanded=false]::after {
        transform: translateY(-50%) rotate(0)
    }
    header .ht-right .hc-account>ul>li .dropdown>button[aria-expanded=true]::after {
        transform: translateY(-50%) rotate(-180deg)
    }
}

header .ht-right .hc-account>ul>li .dropdown>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    transition: color .2s ease;
    color: #ffffff;
}

header .ht-right .hc-account>ul>li .dropdown>button>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.25;
    gap: 0
}

header .ht-right .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
    font-size: .9rem;
    font-weight: 700
}

@media(max-width: 1279px) {
    header .ht-right .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
        font-weight: 400;
        font-size: .8rem
    }
}

@media(max-width: 1023px) {
    header .ht-right .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
        display: none
    }
}

@media(max-width: 991px) {
    header .ht-right .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
        display: initial
    }
}

header .ht-right .hc-account>ul>li .dropdown>button>div>span:nth-child(2) {
    color: #7c8989;
    font-size: .7rem
}

@media(max-width: 1279px) {
    header .ht-right .hc-account>ul>li .dropdown>button>div>span:nth-child(2) {
        display: none
    }
}

header .ht-right .hc-account>ul>li .dropdown>button>span {
    font-size: .8rem
}

header .ht-right .hc-account>ul>li .dropdown>ul {
    left: initial !important;
    right: 0 !important;
    transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease;
    border-radius: 0;
    background-color: #efefef;
    padding: .75rem 0
}

header .ht-right .hc-account>ul>li .dropdown>ul::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 17.5px 20px 17.5px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f2f2f2 rgba(0, 0, 0, 0);
    top: -20px;
    right: 0
}

header .ht-right .hc-account>ul>li .dropdown>ul>li {
    width: 100%
}

header .ht-right .hc-account>ul>li .dropdown>ul>li.seperator {
    border-top: 1px solid rgba(0, 0, 0, .075);
    margin: .75rem 0
}

header .ht-right .hc-account>ul>li .dropdown>ul>li>a {
    padding: .25rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    font-weight: 600;
    color: #999;
    transition: color .2s ease
}

header .ht-right .hc-account>ul>li .dropdown>ul>li>a.initial-active {
    color: #444
}

@media(hover: hover) {
    header .ht-right .hc-account>ul>li .dropdown>ul>li>a:hover {
        color: #444
    }
}

header .ht-right .hc-account>ul>li>button,
header .ht-right .hc-account>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: none;
    outline: 0;
    color: #ffffff;
    background-color: transparent;
}

@media(max-width: 1279px) {
    header .ht-right .hc-account>ul>li>button,
    header .ht-right .hc-account>ul>li>a {
        flex-direction: column
    }
}

@media(max-width: 991px) {
    header .ht-right .hc-account>ul>li>button,
    header .ht-right .hc-account>ul>li>a {
        flex-direction: row
    }
}

@media(hover: hover) {
    header .ht-right .hc-account>ul>li>button.header-favorite-button:hover>i,
    header .ht-right .hc-account>ul>li>a.header-favorite-button:hover>i {
        color: #98002e
    }
    header .ht-right .hc-account>ul>li>button.header-favorite-button:hover>i::before,
    header .ht-right .hc-account>ul>li>a.header-favorite-button:hover>i::before {
        content: ""
    }
    header .ht-right .hc-account>ul>li>button.header-favorite-button:hover>em,
    header .ht-right .hc-account>ul>li>a.header-favorite-button:hover>em {
        color: #fff
    }
}

header .ht-right .hc-account>ul>li>button>i,
header .ht-right .hc-account>ul>li>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    transition: color .2s ease
}

header .ht-right .hc-account>ul>li>button>span,
header .ht-right .hc-account>ul>li>a>span {
    font-size: .8rem
}

@media(max-width: 1023px) {
    header .ht-right .hc-account>ul>li>button>span,
    header .ht-right .hc-account>ul>li>a>span {
        display: none
    }
}

@media(max-width: 991px) {
    header .ht-right .hc-account>ul>li>button>span,
    header .ht-right .hc-account>ul>li>a>span {
        display: initial
    }
}

header .ht-right .hc-account>ul>li .header-favorite-button {
    position: relative
}

header .ht-right .hc-account>ul>li .header-favorite-button>em {
    position: absolute;
    left: .5rem;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    font-size: .75rem;
    font-style: normal;
    transition: color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-weight: 600
}

@media(max-width: 1279px) {
    header .ht-right .hc-account>ul>li .header-favorite-button>em {
        left: calc(1.75rem - 5px);
        top: calc(50% - 15px)
    }
}

@media(max-width: 1023px) {
    header .ht-right .hc-account>ul>li .header-favorite-button>em {
        left: calc(.5rem - 5px);
        top: calc(50% - 2px)
    }
}

@media(max-width: 991px) {
    header .ht-right .hc-account>ul>li .header-favorite-button>em {
        left: calc(.5rem - 6px);
        top: calc(50% - 2px)
    }
}

header .ht-right .hc-account>ul>li .cart-panel-button {
    position: relative
}

@media(max-width: 1023px) {
    header .ht-right .hc-account>ul>li .cart-panel-button {
        transform: translateY(-4px);
        background-color: rgba(0, 0, 0, 0)
    }
}

header .ht-right .hc-account>ul>li .cart-panel-button>em {
    position: absolute;
    left: .5rem;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    font-size: .75rem;
    font-style: normal;
    transition: color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-weight: 600
}

@media(max-width: 1279px) {
    header .ht-right .hc-account>ul>li .cart-panel-button>em {
        left: calc(1.75rem - 10px);
        top: calc(50% - 11px)
    }
}

@media(max-width: 1023px) {
    header .ht-right .hc-account>ul>li .cart-panel-button>em {
        left: calc(1.25rem - 12px);
        top: calc(50% + 3px)
    }
}

@media(max-width: 991px) {
    header .ht-right .hc-account>ul>li .cart-panel-button>em {
        left: .5rem;
        top: calc(50% + 3px)
    }
}

@media(hover: hover) {
    header .ht-right .hc-account>ul>li .cart-panel-button:hover>i {
        color: #1a1919
    }
    header .ht-right .hc-account>ul>li .cart-panel-button:hover>i::before {
        content: ""
    }
    header .ht-right .hc-account>ul>li .cart-panel-button:hover>em {
        color: #fff
    }
}

header .header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    header .header-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background-color: hsla(0, 0%, 100%, .075);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        z-index: 99999;
        opacity: 0;
        visibility: hidden
    }
    header .header-bottom.active {
        opacity: 1;
        visibility: visible
    }
}

.mobile-fixed-header {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #fff;
    width: 100%;
    transform: translateY(-100%);
    transition: transform .2s ease;
    z-index: 9997;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(min-width: 768px) {
    .mobile-fixed-header {
        display: none
    }
}

.mobile-fixed-header.sticked {
    transform: translateY(0)
}

.mobile-fixed-header .mfh-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-left: .25rem
}

.mobile-fixed-header .mfh-left .mfh-logo {
    width: 110px;
    height: 44px
}

.mobile-fixed-header .mfh-left .mfh-logo>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-fixed-header .mfh-left .mfh-logo>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.mobile-fixed-header .mfh-right {
    width: calc(100% - .25rem - 110px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mobile-fixed-header .mfh-right .mfh-menu {
    padding: .125rem
}

.mobile-fixed-header .mfh-right .mfh-menu>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none
}

.mobile-fixed-header .mfh-right .mfh-menu>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

#content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(min-width: 1920px) {
    #content.has-sidebar {
        width: calc(100% - 375px - 1rem)
    }
}

@media(min-width: 992px)and (max-width: 1919px) {
    #content.has-sidebar {
        width: calc(100% - 275px - 1rem)
    }
}

@media(min-width: 1920px) {
    #content.has-both-sidebar {
        width: calc(100% - 625px - 2rem)
    }
}

@media(max-width: 1199px) {
    #content.has-both-sidebar {
        width: calc(100% - 525px - 2rem)
    }
}

@media(min-width: 992px) {
    #content.has-both-sidebar {
        width: calc(100% - 550px - 2rem)
    }
}

@media(min-width: 1920px) {
    #column-left {
        width: 375px
    }
}

@media(max-width: 1919px) {
    #column-left {
        width: 275px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    #column-left {
        width: 250px
    }
}

@media(max-width: 991px) {
    #column-left {
        width: 100%;
        height: 100vh;
        height: 100dvh;
        position: fixed;
        inset: 0;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, visibility .2s ease;
        z-index: 9998;
        padding-top: calc(50px + 1rem)
    }
    #column-left.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
}

#column-right {
    width: 275px
}

footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

footer .f-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

footer .f-top .ft-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 3rem 0;
    max-width: 1400px !important
}

@media(min-width: 1376px)and (max-width: 1919px) {
    footer .f-top .ft-container {
        padding: 3rem 1rem
    }
}

@media(max-width: 991px) {
    footer .f-top .ft-container {
        flex-wrap: wrap;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 2rem
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-container {
        max-width: initial;
        padding: 2.5rem 1.5rem
    }
}

footer .f-top .ft-container .ft-company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33.333%;
    gap: 1rem
}

@media(max-width: 991px) {
    footer .f-top .ft-container .ft-company {
        width: 50%
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-company {
        width: 100%
    }
}

footer .f-top .ft-container .ft-company .ftc-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

footer .f-top .ft-container .ft-company .ftc-logo>a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translate(-8px, 0px)
}

footer .f-top .ft-container .ft-company .ftc-logo>a>img {
    width: 200px
}

footer .f-top .ft-container .ft-company .ftc-address {
    line-height: 1.125;
    max-width: 275px
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-company .ftc-address {
        max-width: initial
    }
}

footer .f-top .ft-container .ft-company .ftc-address>span {
    font-size: .8rem;
    max-width: 400px
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-company .ftc-address>span {
        font-size: .9rem;
        max-width: initial
    }
}

footer .f-top .ft-container .ft-company .ftc-address>span>a {
    font-weight: 600;
    color: #000
}

footer .f-top .ft-container .ft-company .ftc-corp {
    line-height: 1.125
}

footer .f-top .ft-container .ft-company .ftc-corp>span {
    font-size: .8rem
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-company .ftc-corp>span {
        font-size: .9rem;
        max-width: initial
    }
}

footer .f-top .ft-container .ft-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33.333%;
    gap: 1rem
}

@media(max-width: 991px) {
    footer .f-top .ft-container .ft-social {
        width: 50%
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-social {
        width: 100%
    }
}

footer .f-top .ft-container .ft-social .fts-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem
}

footer .f-top .ft-container .ft-social .fts-media>span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

footer .f-top .ft-container .ft-social .fts-media>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-social .fts-media>ul {
        gap: 1.5rem
    }
}

footer .f-top .ft-container .ft-social .fts-media>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem;
    padding-left: 0;
    padding-right: .5rem
}

footer .f-top .ft-container .ft-social .fts-media>ul>li>a>svg {
    width: 18px;
    height: 18px
}

footer .f-top .ft-container .ft-social .fts-media>ul>li>a>svg>path {
    fill: #666;
    transition: fill .3s ease
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-social .fts-media>ul>li>a>svg {
        width: 20px;
        height: 20px
    }
}

@media(hover: hover) {
    footer .f-top .ft-container .ft-social .fts-media>ul>li>a:hover>svg>path {
        fill: #1a1919
    }
}

footer .f-top .ft-container .ft-social .fts-support .wa-support {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

footer .f-top .ft-container .ft-social .fts-support .wa-support>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    color: #444;
    line-height: 1.25
}

@media(hover: hover) {
    footer .f-top .ft-container .ft-social .fts-support .wa-support>a:hover .was-number {
        color: #1a1919
    }
}

footer .f-top .ft-container .ft-social .fts-support .wa-support>a .was-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600
}

footer .f-top .ft-container .ft-social .fts-support .wa-support>a .was-text>span {
    font-size: .9rem
}

footer .f-top .ft-container .ft-social .fts-support .wa-support>a .was-number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: color .2s ease;
    gap: .25rem
}

footer .f-top .ft-container .ft-social .fts-support .wa-support>a .was-number>span {
    font-size: .8rem
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-social .fts-support .wa-support>a .was-number>span {
        font-size: .9rem
    }
}

footer .f-top .ft-container .ft-social .fts-work-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem
}

footer .f-top .ft-container .ft-social .fts-work-hours .wh-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600
}

footer .f-top .ft-container .ft-social .fts-work-hours .wh-text>span {
    font-size: .9rem
}

footer .f-top .ft-container .ft-social .fts-work-hours .wh-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

footer .f-top .ft-container .ft-social .fts-work-hours .wh-list>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .8rem
}

footer .f-top .ft-container .ft-newsletter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33.333%;
    max-width: 450px;
    gap: 2rem
}

@media(max-width: 991px) {
    footer .f-top .ft-container .ft-newsletter {
        width: 100%;
        max-width: initial
    }
}

footer .f-top .ft-container .ft-newsletter .ftn-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem
}

footer .f-top .ft-container .ft-newsletter .ftn-header>span:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

footer .f-top .ft-container .ft-newsletter .ftn-header>span:nth-child(2) {
    line-height: 1.125;
    font-size: .8rem;
    color: #999
}

@media(max-width: 767px) {
    footer .f-top .ft-container .ft-newsletter .ftn-header>span:nth-child(2) {
        font-size: .9rem
    }
}

footer .f-top .ft-container .ft-newsletter .ftn-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper .ftn-input-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .075);
    padding: .5rem;
    transition: border-color .2s ease
}

footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper .ftn-input-group.is-invalid {
    border-color: #f03
}

footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper .ftn-input-group>input {
    border: none;
    outline: none;
    width: 100%
}

footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper .ftn-input-group>input:disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper .ftn-input-group>button {
    border: none;
    border-left: 1px solid rgba(0, 0, 0, .075);
    outline: none;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    padding: 0 1rem;
    flex-shrink: 0
}

footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper .ftn-input-group>button>span {
    color: #444;
    transition: color .2s ease
}

@media(hover: hover) {
    footer .f-top .ft-container .ft-newsletter .ftn-form>form .ftn-input-wrapper .ftn-input-group>button:not(:disabled):hover>span {
        color: #1a1919
    }
}

footer .f-top .ft-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background-color: #e5e5e5;
    padding: 4rem 0 3rem;
    padding-bottom: 1rem
}

@media(max-width: 991px) {
    footer .f-top .ft-nav {
        padding: 2rem 0
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-nav {
        gap: 2rem
    }
}

footer .f-top .ft-nav .ft-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px !important
}

@media(max-width: 991px) {
    footer .f-top .ft-nav .ft-nav-container {
        max-width: initial;
        padding: 0 2.5rem
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-nav-container {
        max-width: initial;
        padding: 0 1rem
    }
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    gap: 2rem
}

@media(max-width: 991px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper {
        flex-wrap: wrap
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper {
        gap: 0
    }
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
    width: calc(25% - 1.5rem)
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col {
        width: calc(50% - 1rem)
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col:not(:last-child) {
        border-right: none
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col:not(:nth-child(2n)) {
        border-right: 1px solid rgba(0, 0, 0, .075)
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col {
        width: 100%;
        gap: 0;
        transition: gap .5s ease
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col:not(:nth-child(2n)) {
        border: none
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col:not(:last-child) .ftnc-header {
        border-bottom: 1px solid rgba(0, 0, 0, .075);
        transition: border-color .2s ease
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu {
        height: 0;
        overflow: hidden;
        transition: height .5s ease
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col.expanded {
        gap: 1rem
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header {
        border-color: rgba(0, 0, 0, 0)
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header>span {
        color: #1a1919
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header .expand-footer-menu>i {
        color: #1a1919
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header .expand-footer-menu>i::before {
        content: ""
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col.expanded .ftnc-menu>ul {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
}

@media(hover: hover) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col:hover .ftnc-header>span::after {
        width: 35%
    }
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header {
        position: relative;
        padding-right: calc(40px + .5rem);
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: .5rem;
        right: 0;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0);
        outline: none;
        border: none
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu>i {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #444;
        font-size: 1.5rem
    }
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header>span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    position: relative
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header>span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 25%;
    height: 2px;
    background-color: #1a1919;
    transition: width .3s ease-out
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header>span::after {
        display: none
    }
}

@media(min-width: 768px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu {
        display: none
    }
}

@media(min-width: 768px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-header .expand-footer-menu {
        display: none
    }
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: .125rem
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul {
        gap: .5rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, visibility .2s ease
    }
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #444;
    transition: padding .3s ease-out, color .2s ease;
    position: relative;
    overflow: hidden
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: bootstrap-icons !important;
    position: absolute;
    left: -0.125rem;
    top: .075rem;
    transform: translateX(-200%);
    font-size: .75rem;
    transition: transform .3s ease-out
}

footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a>span {
    font-size: .8rem;
    max-width: 275px
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a>span {
        font-size: .9rem;
        max-width: initial
    }
}

@media(hover: hover) {
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a:hover {
        padding-left: .75rem;
        color: #1a1919
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col .ftnc-menu>ul>li>a:hover::before {
        transform: translateX(0)
    }
}

footer .f-top .ft-nav .ft-nav-logos-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .075);
    width: 100%;
    max-width: 1380px !important
}

@media(max-width: 991px) {
    footer .f-top .ft-nav .ft-nav-logos-container {
        max-width: initial;
        flex-direction: column;
        gap: 1rem
    }
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-payment-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-payment-icons .payment-icons,
footer .f-top .ft-nav .ft-nav-logos-container .ftnl-payment-icons .payment-brand-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    padding: 0;
    margin: 0;
    list-style: none
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-payment-icons .payment-icons>li,
footer .f-top .ft-nav .ft-nav-logos-container .ftnl-payment-icons .payment-brand-icons>li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: .5rem;
    background-color: #fff
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-payment-icons .payment-icons>li>img,
footer .f-top .ft-nav .ft-nav-logos-container .ftnl-payment-icons .payment-brand-icons>li>img {
    width: 45px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem
}

@media(max-width: 991px) {
    footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons {
        flex-direction: column
    }
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons .ftnl-certs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons .ftnl-certs>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons .ftnl-certs>ul>li img {
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons .ftnl-certs>small {
    max-width: 225px;
    font-size: .7rem;
    color: #777;
    text-align: center;
    padding: 0 .5rem;
    text-wrap: pretty
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons .ftnl-etbis>a {
    display: flex;
    align-items: center;
    justify-content: center
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-cert-icons .ftnl-etbis>a>img {
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-ssl-badge {
    position: relative;
    cursor: pointer
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-ssl-badge .ssl-tooltip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    text-align: left;
    padding: .5rem;
    position: absolute;
    z-index: 100;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .2s ease;
    width: 250px;
    font-size: .8rem
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-ssl-badge .ssl-tooltip span {
    margin: 0;
    display: inline-block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    word-break: break-word
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-ssl-badge:hover .ssl-tooltip {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

footer .f-top .ft-nav .ft-nav-logos-container .ftnl-ssl-badge img {
    width: 110px
}

footer .f-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background: #f2f2f2;
    padding: .75rem 0
}

footer .f-bottom .fb-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

@media(max-width: 767px) {
    footer .f-bottom .fb-container {
        max-width: initial;
        padding: 0 1rem
    }
}

footer .f-bottom .fb-container .fb-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: .125rem
}

footer .f-bottom .fb-container .fb-copy>span:nth-child(1) {
    font-size: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

footer .f-bottom .fb-container .fb-copy>span:nth-child(2) {
    font-size: .7rem;
    color: #777
}

.footer-mobile-menu {
    display: none
}

@media(max-width: 767px) {
    .footer-mobile-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        border-top: 1px solid rgba(0, 0, 0, .075);
        width: 100%;
        background-color: #fff;
        z-index: 9;
    }
    .footer-mobile-menu .fmm-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%
    }
    .footer-mobile-menu .fmm-wrapper>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0
    }
    .footer-mobile-menu .fmm-wrapper>ul>li {
        width: 20%
    }
    .footer-mobile-menu .fmm-wrapper>ul>li:not(:last-child) {
        position: relative
    }
    .footer-mobile-menu .fmm-wrapper>ul>li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: rgba(0, 0, 0, .075)
    }
    .footer-mobile-menu .fmm-wrapper>ul>li>a,
    .footer-mobile-menu .fmm-wrapper>ul>li>button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        outline: none;
        border: none;
        position: relative
    }
    .footer-mobile-menu .fmm-wrapper>ul>li>a>i,
    .footer-mobile-menu .fmm-wrapper>ul>li>button>i {
        font-size: 1.25rem
    }
    .footer-mobile-menu .fmm-wrapper>ul>li>a>span,
    .footer-mobile-menu .fmm-wrapper>ul>li>button>span {
        font-size: .7rem
    }
    .footer-mobile-menu .fmm-wrapper>ul>li>a>em,
    .footer-mobile-menu .fmm-wrapper>ul>li>button>em {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: -0.125rem;
        left: 50%;
        transform: translateX(calc(-50% + 16px));
        background-color: #1a1919;
        color: #fff;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        font-style: normal;
        font-size: .7rem
    }
    .footer-mobile-menu .fmm-wrapper>ul>li>a>em.empty,
    .footer-mobile-menu .fmm-wrapper>ul>li>button>em.empty {
        display: none
    }
}

.common-home {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.common-home #content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.common-home #content .home-slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.common-home #content .home-slider .swiper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

.common-home #content .home-slider .swiper .swiper-wrapper {
    width: 100%
}

.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media(min-width: 992px) {
    .common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a.mobile-banner-image {
        display: none
    }
}

@media(max-width: 991px) {
    .common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a.desktop-banner-image {
        display: none
    }
}

.common-home #content .home-slider .swiper .swiper-wrapper .swiper-slide>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.common-home #content .home-slider .swiper .swiper-nav-buttons {
    z-index: 10
}

.common-home #content .home-slider .swiper .swiper-nav-buttons>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: width .2s ease, background-color .2s ease
}

@media(max-width: 1199px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div {
        width: 60px;
        height: 60px
    }
}

.common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-prev {
    left: 0
}

.common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-next {
    right: 0
}

.common-home #content .home-slider .swiper .swiper-nav-buttons>div:active,
.common-home #content .home-slider .swiper .swiper-nav-buttons>div:focus {
    outline: none
}

@media(min-width: 992px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 75px;
        background-color: hsla(0, 0%, 100%, .5);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: width .2s ease, background-color .2s ease
    }
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-prev {
        left: 0
    }
}

@media(min-width: 992px)and (min-width: 1200px)and (hover: hover) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-prev:hover>i {
        transform: translateX(-100px)
    }
}

@media(min-width: 992px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-next {
        right: 0
    }
}

@media(min-width: 992px)and (min-width: 1200px)and (hover: hover) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div.hss-next:hover>i {
        transform: translateX(100px)
    }
}

@media(min-width: 992px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div>i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        font-size: 1.5rem;
        z-index: 2;
        transform: translate(0);
        transition: transform .35s ease
    }
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div>img {
        width: 240px;
        height: 75px;
        position: absolute;
        z-index: 1;
        inset: 0;
        opacity: 0;
        transition: opacity .2s ease
    }
}

@media(min-width: 992px)and (hover: hover) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div:hover {
        background-color: #fff
    }
}

@media(min-width: 992px)and (hover: hover)and (min-width: 1200px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div:hover {
        width: 240px
    }
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div:hover>img {
        opacity: .75
    }
}

@media(max-width: 991px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div {
        box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px
    }
}

@media(max-width: 991px)and (max-width: 767px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 991px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div:active,
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div:focus {
        background-color: hsla(0, 0%, 100%, .85)
    }
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div>i {
        font-size: 2rem
    }
}

@media(max-width: 991px)and (max-width: 767px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div>i {
        font-size: 1.5rem
    }
}

@media(max-width: 991px) {
    .common-home #content .home-slider .swiper .swiper-nav-buttons>div>img {
        display: none !important
    }
}

.common-home #content .home-slider .swiper .autoplay-progress {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: .5rem
}

@media(max-width: 991px) {
    .common-home #content .home-slider .swiper .autoplay-progress>span {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        --progress: 0;
        width: var(--progress);
        height: 100%;
        background-color: hsla(0, 0%, 100%, .5);
        transition: width .1s linear
    }
}

@media(min-width: 2160px) {
    .common-home #content .feature-box-container {
        padding: 3rem 0
    }
}

@media(max-width: 2159px) {
    .common-home #content .feature-box-container {
        padding: 3rem
    }
}

@media(max-width: 991px) {
    .common-home #content .feature-box-container {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

@media(max-width: 991px) {
    .common-home #content .feature-box-container {
        padding: 0 15%
    }
}

@media(max-width: 991px) {
    .common-home #content .feature-box-container {
        padding: 0 7.5%
    }
}

.common-home #content .feature-box-container .feature-box-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    padding: 2rem 0
}

@media(max-width: 991px) {
    .common-home #content .feature-box-container .feature-box-wrapper {
        gap: 1rem;
        justify-content: center
    }
}

@media(max-width: 767px) {
    .common-home #content .feature-box-container .feature-box-wrapper {
        gap: 3rem
    }
}

.common-home #content .feature-box-container .feature-box-wrapper .feature-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(33.333% - 1.3333333333rem);
    gap: 1rem;
    padding: 0 1rem
}

@media(max-width: 991px) {
    .common-home #content .feature-box-container .feature-box-wrapper .feature-box {
        flex-direction: column;
        align-items: center;
        width: calc(33.333% - .6666666667rem);
        padding: 0
    }
}

@media(max-width: 767px) {
    .common-home #content .feature-box-container .feature-box-wrapper .feature-box {
        flex-direction: row;
        justify-content: center;
        width: 100%
    }
    .common-home #content .feature-box-container .feature-box-wrapper .feature-box:not(:last-child) {
        position: relative
    }
    .common-home #content .feature-box-container .feature-box-wrapper .feature-box:not(:last-child)::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, .075);
        position: absolute;
        bottom: -1.5rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

.common-home #content .feature-box-container .feature-box-wrapper .feature-box .fb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgba(213, 151, 55, .25);
    flex-shrink: 0
}

.common-home #content .feature-box-container .feature-box-wrapper .feature-box .fb-icon>img {
    width: 50%;
    height: 50%
}

.common-home #content .feature-box-container .feature-box-wrapper .feature-box .fb-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    width: calc(100% - 64px - 1rem);
    text-align: left;
    line-height: 1.25
}

@media(max-width: 991px) {
    .common-home #content .feature-box-container .feature-box-wrapper .feature-box .fb-text {
        align-items: center;
        text-align: center;
        gap: .5rem
    }
}

@media(max-width: 767px) {
    .common-home #content .feature-box-container .feature-box-wrapper .feature-box .fb-text {
        align-items: flex-start;
        text-align: left
    }
}

.common-home #content .feature-box-container .feature-box-wrapper .feature-box .fb-text>strong {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase
}

.common-home #content .feature-box-container .feature-box-wrapper .feature-box .fb-text>span {
    font-size: .8rem;
    text-wrap: balance;
    color: #999
}

.common-home #content .home-shine-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    padding: 3rem 0;
    overflow-x: hidden
}

@media(max-width: 767px) {
    .common-home #content .home-shine-text-wrapper {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.common-home #content .home-shine-text-wrapper>h2 {
    /* font-family: "Cinzel", serif; */
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #1a1919;
    margin: 0;
    text-align: center;
    position: relative;
    isolation: isolate
}

.common-home #content .home-shine-text-wrapper>h2 .shine-anim {
    position: absolute;
    width: 100px;
    top: -42.5px;
    right: -42.5px;
    z-index: -1;
    animation: spin-grow-shrink 5s linear infinite
}

@keyframes spin-grow-shrink {
    0% {
        transform: scale(1) rotate(0deg)
    }
    50% {
        transform: scale(1.5) rotate(180deg)
    }
    100% {
        transform: scale(1) rotate(360deg)
    }
}

.common-home #content .home-shine-text-wrapper>h2>strong {
    font-weight: 900;
    letter-spacing: 1.5px
}

.common-home #content .home-shine-text-wrapper>span {
    text-align: center;
    max-width: 535px;
    line-height: 1.25
}

.marketplace-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 3rem 0;
    overflow: hidden
}

@media(max-width: 991px) {
    .marketplace-slider-wrapper {
        padding: 1.5rem 0
    }
}

.marketplace-slider-wrapper .marketplace-slider-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 2159px) {
    .marketplace-slider-wrapper .marketplace-slider-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .marketplace-slider-wrapper .marketplace-slider-container {
        max-width: initial;
        padding: 0 1rem
    }
}

@media(max-width: 767px) {
    .marketplace-slider-wrapper .marketplace-slider-container {
        padding: 0
    }
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content {
    width: 100%
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: clip;
    overflow-clip-margin: 10px
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .swiper-wrapper {
    width: 100%;
    align-items: stretch
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .swiper-wrapper .swiper-slide {
    padding: .5rem;
    height: auto
}

@media(max-width: 767px) {
    .marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .swiper-wrapper .swiper-slide {
        padding: 0
    }
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .swiper-wrapper .swiper-slide .marketplace-slide-card {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    pointer-events: none !important
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .swiper-wrapper .swiper-slide .marketplace-slide-card>img {
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .mps-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .05);
    width: 50px;
    height: 50px;
    transition: opacity .2s ease, visibility .2s ease
}

@media(max-width: 767px) {
    .marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .mps-nav {
        width: 40px;
        height: 40px
    }
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .mps-nav>i {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .mps-nav.mps-prev {
    left: 0
}

@media(max-width: 767px) {
    .marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .mps-nav.mps-prev {
        left: .25rem
    }
}

.marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .mps-nav.mps-next {
    right: 0
}

@media(max-width: 767px) {
    .marketplace-slider-wrapper .marketplace-slider-container .marketplace-slider-content>.swiper .mps-nav.mps-next {
        right: .25rem
    }
}

.category-sub-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem !important;
    gap: .25rem
}

@media(max-width: 991px) {
    .category-sub-description {
        max-width: initial;
        width: 100%;
        margin: 0
    }
}

.category-sub-description p {
    font-size: .8rem;
    margin-bottom: 0
}

.category-sub-description .full-description {
    display: none
}

.category-sub-description .description-show-more,
.category-sub-description .description-show-less {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: .25rem;
    height: 40px;
    padding: 0;
    outline: none;
    margin-top: .5rem;
    transition: opacity .2s ease;
    font-size: .9rem;
    color: #19223b;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.category-sub-description .description-show-more>i,
.category-sub-description .description-show-less>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.category-sub-description .description-show-more.active,
.category-sub-description .description-show-less.active {
    display: flex;
    align-items: center;
    justify-content: center
}

.category-sub-description .description-show-more:active,
.category-sub-description .description-show-less:active {
    opacity: .75
}

@media(hover: hover) {
    .category-sub-description .description-show-more:hover,
    .category-sub-description .description-show-less:hover {
        opacity: .75
    }
}

.product-product {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

@media(max-width: 2159px) {
    .product-product .product-container {
        max-width: 1400px !important
    }
}

@media(max-width: 767px) {
    .product-product .product-container {
        max-width: initial;
        width: 100%;
        padding: 0
    }
}

.product-section-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.product-section-wrapper.p-quick-view {
    padding: 1rem
}

.product-section-wrapper.p-quick-view .product-thumb-section {
    padding-top: 0;
    top: 1rem
}

.product-section-wrapper.p-quick-view .product-description-section {
    padding: 0;
    padding-left: 1rem
}

@media(max-width: 991px) {
    .product-section-wrapper {
        flex-direction: column;
        flex-wrap: nowrap
    }
}

.product-section-wrapper .product-thumb-section {
    width: 50%;
    padding-top: 1rem;
    padding-right: 1rem;
    position: sticky;
    top: 0;
}

@media(max-width: 991px) {
    .product-section-wrapper .product-thumb-section {
        position: initial;
        top: initial;
        width: 100%;
        padding: 1rem
    }
}

.product-section-wrapper .product-thumb-section .product-image-carousel {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border-radius: 4px;
    --f-button-color: #0d0c22;
    --f-button-hover-color: #1a1919;
    --f-button-bg: #f1f5f9;
    --f-button-hover-bg: #e2e8f0;
    --f-button-active-bg: #e2e8f0;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 2.25;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.2;
    border: 1px solid rgba(0, 0, 0, .075)
}

.product-section-wrapper .product-thumb-section .product-image-carousel img {
    cursor: zoom-in !important
}

.product-section-wrapper .product-thumb-section .product-image-carousel .f-carousel__nav {
    opacity: 0;
    transition: opacity .15s
}

.product-section-wrapper .product-thumb-section .product-image-carousel .f-carousel__nav .f-button {
    --f-button-border-radius: 0
}

.product-section-wrapper .product-thumb-section .product-image-carousel .f-carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1
}

.product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease
}

.product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .075);
    outline: none;
    transition: border-color .2s ease
}

.product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: color .2s ease;
    color: #444
}

@media(hover: hover) {
    .product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge>button:hover {
        border-color: #1a1919
    }
    .product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge>button:hover>i {
        color: #1a1919
    }
}

.product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge .tippy-content {
    white-space: nowrap
}

@media(max-width: 991px) {
    .product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge [data-tippy-root] {
        display: none
    }
}

.product-section-wrapper .product-thumb-section .product-image-carousel .sameday-shipping-badge {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 90px;
    height: 90px;
    z-index: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #fff;
    padding: .5rem
}

.product-section-wrapper .product-thumb-section .product-image-carousel .sameday-shipping-badge>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media(hover: hover) {
    .product-section-wrapper .product-thumb-section .product-image-carousel:hover .f-carousel__nav {
        opacity: 1
    }
}

.product-section-wrapper .product-thumb-section .f-carousel__thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    --f-thumb-width: 100px;
    --f-thumb-height: 100px;
    --f-thumb-border-radius: 0;
    --f-thumb-outline-color: #1a1919;
    --f-thumb-outline: 1px
}

@media(max-width: 991px) {
    .product-section-wrapper .product-thumb-section .f-carousel__thumbs {
        border: 1px solid rgba(0, 0, 0, .075);
        margin-top: 1rem;
        border-left: none;
        border-right: none
    }
}

.product-section-wrapper .product-thumb-section .f-carousel__thumbs .f-thumbs__viewport {
    width: calc(100% - 2*var(--f-button-width) - 1rem)
}

.product-section-wrapper .product-description-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    padding: 1rem;
    padding-top: 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section {
        width: 100%;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .075);
        padding: 1rem
    }
}

.product-section-wrapper .product-description-section .pd-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.product-section-wrapper .product-description-section .pd-name>h1 {
    /* font-family: "Cinzel", serif; */
    font-size: 1.75rem;
    line-height: 1.125;
    color: #1a1919;
    margin: 0
}

.product-section-wrapper .product-description-section .pd-name>h1>a {
    color: #1a1919;
    transition: opacity .2s ease
}

.product-section-wrapper .product-description-section .pd-name>h1>a:active {
    opacity: .75
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-name>h1>a:hover {
        opacity: .75
    }
}

.product-section-wrapper .product-description-section .pd-name>h1>em {
    font-style: normal;
    color: #999;
    font-size: 1.35rem;
    font-family: "Montserrat", sans-serif
}

.product-section-wrapper .product-description-section .pd-name>span {
    margin-top: .25rem;
    font-size: 1.125rem;
    color: #999
}

.product-section-wrapper .product-description-section .pd-name>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none
}

.product-section-wrapper .product-description-section .pd-name>ul>li {
    position: relative
}

.product-section-wrapper .product-description-section .pd-name>ul>li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(-0.5rem - 1px);
    top: 50%;
    width: 2px;
    height: 50%;
    background-color: rgba(0, 0, 0, .075);
    transform: translateY(-50%)
}

.product-section-wrapper .product-description-section .pd-name>ul>li>span {
    font-size: .8rem;
    color: #999
}

.product-section-wrapper .product-description-section .pd-name .pd-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem;
    margin-top: .5rem
}

.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .125rem;
    position: relative;
    cursor: pointer
}

.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-0.5rem - 2px);
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%;
    transform: translateY(-50%)
}

.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    font-size: .9rem
}

.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-star-wrapper>span>i {
    color: #1a1919
}

.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-review-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-review-wrapper>span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    gap: .25rem
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-name .pd-rating .pd-rating-review-wrapper>span>span:hover {
        text-decoration: underline
    }
}

.product-section-wrapper .product-description-section .pd-categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 1rem 0
}

.product-section-wrapper .product-description-section .pd-categories>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem;
    padding: 0;
    margin: 0;
    list-style: none
}

.product-section-wrapper .product-description-section .pd-categories>ul>li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem
}

.product-section-wrapper .product-description-section .pd-categories>ul>li>strong {
    font-size: .9rem;
    font-weight: 600
}

.product-section-wrapper .product-description-section .pd-categories>ul>li>span {
    font-size: .9rem
}

.product-section-wrapper .product-description-section .pd-categories>ul>li>span a {
    color: #19223b;
    transition: color .2s ease
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-categories>ul>li>span a:hover {
        color: #1a1919
    }
}

.product-section-wrapper .product-description-section .pd-categories>ul>li>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    row-gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    line-height: 1.33
}

.product-section-wrapper .product-description-section .pd-categories>ul>li>ul>li>a {
    font-size: .9rem;
    color: #19223b;
    transition: color .2s ease
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-categories>ul>li>ul>li>a:hover {
        color: #1a1919
    }
}

.product-section-wrapper .product-description-section .pd-price-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin: 1rem 0;
    gap: .5rem
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pdp-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-family: "Montserrat", sans-serif
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pdp-title>span {
    font-weight: 600
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pdp-title>span:nth-child(1) {
    color: #19223b;
    font-size: 1.125rem
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pdp-title>span:nth-child(2) {
    font-size: .9rem;
    color: #777
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - .25rem);
    border: 1px solid rgba(0, 0, 0, .075);
    padding: .5rem;
    gap: .25rem
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-main-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-main-price .pdm-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.125
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-main-price .pdm-price-wrapper.has-discount>span:nth-child(1) {
    font-size: 1rem;
    text-decoration: line-through;
    color: #999
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-main-price .pdm-price-wrapper.has-discount>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: 600
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-main-price .pdm-price-wrapper.has-md-discount>span:nth-child(1) {
    margin-left: .5rem
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-main-price .pdm-price-wrapper.has-md-discount>span:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    padding: .25rem .5rem;
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1919;
    background-color: rgba(213, 151, 55, .125)
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-main-price .pdm-price-wrapper:not(.has-discount)>span:nth-child(1) {
    font-size: 1.25rem;
    font-weight: 600
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    gap: .25rem;
    padding-top: .75rem
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .card-types-slider {
    width: 100%;
    cursor: default;
    pointer-events: none
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .card-types-slider .swiper {
    width: 100%
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .card-types-slider .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 18px;
    background-color: #fff
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .card-types-slider .swiper .swiper-slide>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .pdo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .pdo-link>button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: underline !important;
    width: 100%;
    color: #444;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: color .2s ease
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .pdo-link>button:hover {
        color: #1a1919
    }
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-cc-price .pd-payment-details .pd-payment-options .pdo-link>button>span {
    font-size: .8rem;
    font-weight: 600
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-transfer-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - .25rem);
    border: 1px solid rgba(0, 0, 0, .075);
    padding: .5rem;
    gap: .25rem
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-transfer-price .pdt-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-transfer-price .pdt-price>span:nth-child(1) {
    font-size: 1.25rem;
    font-weight: 600
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-transfer-price .pdt-price>span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    padding: .25rem .5rem;
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1919;
    background-color: rgba(213, 151, 55, .125)
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-transfer-price .pdt-profit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.25
}

.product-section-wrapper .product-description-section .pd-price-wrapper .pd-transfer-price .pdt-profit>span:nth-child(2) {
    font-size: 1.5rem;
    color: #41b06e
}

.product-section-wrapper .product-description-section .pd-additional-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    margin: 1rem 0
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button {
        width: 50%
    }
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    gap: .5rem;
    font-size: .8rem;
    padding: 0;
    border-radius: 0;
    padding: .5rem;
    line-height: 1
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button {
        width: 100%
    }
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button>i {
    color: #f03;
    font-size: 1.25rem
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button:not(:disabled):active>i::before {
    content: ""
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-additional-buttons .pdab-fav-button>button:not(:disabled):hover>i::before {
        content: ""
    }
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper {
        width: 50%
    }
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    gap: .5rem;
    font-size: .8rem;
    color: #444;
    border-radius: 0;
    padding: .5rem;
    line-height: 1
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button {
        width: 100%
    }
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button>i {
    font-size: 1.125rem
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button::after {
    content: "";
    font-family: bootstrap-icons;
    transition: transform .2s ease;
    border: none
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>button[aria-expanded=true]::after {
    transform: rotate(-180deg)
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    transform: none !important;
    border-radius: 0;
    top: calc(100% + .5rem) !important;
    left: -0.05rem !important;
    right: initial !important;
    bottom: initial !important;
    border: 1px solid rgba(0, 0, 0, .075);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    padding: .5rem;
    max-width: 250px;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul {
        left: initial !important;
        right: .5rem !important;
        max-width: initial !important;
        width: 275px !important
    }
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li>hr {
    width: 100%
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li>p {
    margin: 0;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    width: 100%;
    gap: .5rem
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>span {
    display: inline-block;
    line-height: 40px;
    background-color: #f2f2f2;
    width: calc(100% - 40px - .5rem);
    height: 40px;
    padding: 0 .5rem;
    font-size: .8rem
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button:disabled {
    cursor: default !important;
    opacity: 1 !important
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button>i {
    display: none
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button>i.visible {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-section-wrapper .product-description-section .pd-additional-buttons .pdab-share-wrapper>ul>li .copy-share-wrapper>button>i:nth-child(2) {
    font-size: 1.25rem;
    color: #41b06e
}

.product-section-wrapper .product-description-section .pd-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin: 1rem 0;
    margin-bottom: 0
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(147deg, #f71735 0%, #db3445 74%);
    color: #fff;
    padding: .5rem 1rem;
    gap: .25rem;
    border: 1px solid rgba(0, 0, 0, .05)
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-discount>span {
    font-size: .8rem;
    font-weight: 500
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-installment-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #f2f2f2, #ECE9E6);
    color: #444;
    padding: .5rem 1rem;
    gap: .25rem;
    border: 1px solid rgba(0, 0, 0, .05)
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-installment-badge>span {
    font-size: .8rem;
    font-weight: 500
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pd-cart-price {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(159deg, #90ee90 0%, #3eb489 100%);
    color: #fff;
    padding: .5rem 1rem;
    gap: .5rem
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pd-cart-price>span {
    font-size: .9rem;
    font-weight: 500
}

.product-section-wrapper .product-description-section>form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.product-section-wrapper .product-description-section>form .pd-option-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    width: 100%;
    gap: .25rem
}

.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: .125rem
}

.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-size {
    margin-top: 1rem
}

.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-size>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    color: #444;
    font-size: .8rem;
    line-height: 1.25;
    font-weight: 600;
    text-decoration: underline !important;
    transition: color .2s ease
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-size>a:hover {
        color: #1a1919
    }
}

.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-text {
    margin-top: 1rem
}

.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-text>span {
    gap: .25rem;
    color: #444;
    font-size: .8rem;
    line-height: 1.25
}

.product-section-wrapper .product-description-section>form .pd-option-section .option-info-wrapper.option-ring-text+.form-floating>input {
    padding-right: 110px
}

.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #f2f2f2;
    right: 5px;
    top: 5px;
    width: 100px;
    height: 40px;
    transition: background-color .2s ease, border-color .2s ease
}

.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button>span {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button:hover {
        background-color: #eee;
        border-color: #1a1919
    }
    .product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button:hover>span {
        color: #1a1919
    }
}

.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button+[data-tippy-root] ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: .25rem
}

.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button+[data-tippy-root] ul>li>button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 30px;
    height: 30px
}

.product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button+[data-tippy-root] ul>li>button>span {
    color: #fff;
    font-size: 1.25rem
}

.product-section-wrapper .product-description-section>form .pd-cart-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper {
        flex-direction: column
    }
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - .25rem);
    gap: .5rem
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top {
        width: 100%
    }
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, .075);
    width: 150px;
    height: 40px
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>button {
    border: none;
    outline: none;
    background-color: #f2f2f2;
    width: 40px;
    height: 100%;
    transition: color .2s ease, background-color .2s ease
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>button:not(:disabled):hover {
        background-color: #1a1919;
        color: #fff
    }
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-quantity-group>input {
    outline: none;
    width: 68px;
    height: 100%;
    padding: 0 .5rem;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .075);
    border-top: none;
    border-bottom: none
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>button,
.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
    height: 40px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .2s ease;
    font-size: .9rem;
    white-space: nowrap;
    border: 1px solid #1a1919;
    background-color: #1a1919;
    color: #fff
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>button:not(:disabled):hover {
        opacity: .8
    }
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button>span {
    cursor: not-allowed;
    opacity: .5
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - .25rem)
}

@media(max-width: 991px) {
    .product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom {
        width: 100%
    }
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
    height: 40px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
    white-space: nowrap;
    border: 1px solid #1a1919;
    background-color: #fff;
    color: #1a1919
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button>i {
    font-size: 1.25rem;
    transition: transform .2s ease
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button:not(:disabled):active>i {
    transform: translateX(2px)
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom>button:not(:disabled):hover>i {
        transform: translateX(2px)
    }
}

.product-section-wrapper .product-description-section .pd-sub-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    line-height: 1;
    gap: .5rem;
    margin-top: 1rem
}

.product-section-wrapper .product-description-section .pd-sub-info>span {
    color: #999;
    font-size: .75rem;
    padding-left: 1rem;
    line-height: 1.5;
    max-width: 100%;
    position: relative
}

.product-section-wrapper .product-description-section .pd-sub-info>span::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 25px;
    color: #f03
}

.product-section-wrapper .product-description-section .pd-product-option-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    border-top: none;
    width: 100%;
    margin-top: 1rem;
    font-size: .8rem
}

.product-section-wrapper .product-description-section .pd-product-option-table>span {
    font-weight: 600;
    font-size: .9rem;
    transition: color .2s ease
}

.product-section-wrapper .product-description-section .pd-product-option-table>table {
    width: 100%
}

.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody {
    border: 1px solid rgba(0, 0, 0, .075)
}

.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr span,
.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr strong {
    font-size: .8rem
}

.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr>td {
    padding: .5rem
}

.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr strong {
    font-weight: 700
}

.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr a {
    color: #444;
    transition: color .2s ease
}

.product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr a>b {
    text-decoration: underline !important
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-product-option-table>table>tbody>tr a:hover {
        color: #1a1919
    }
}

.product-section-wrapper .product-description-section .pd-product-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem;
    gap: .5rem
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: .5rem 1rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    position: relative;
    min-height: 40px
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button>span {
    color: #444;
    font-weight: 600;
    font-size: .9rem;
    transition: color .2s ease
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    font-family: bootstrap-icons;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    top: calc(20px - .75rem);
    right: calc(20px - .75rem);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button[aria-expanded=true]>span {
    color: #1a1919
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button:hover:not([aria-expanded=true])>span {
        color: #1a1919
    }
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    font-family: bootstrap-icons;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    top: calc(20px - .75rem);
    right: calc(20px - .75rem);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg)
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button[aria-expanded=false]::after {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg)
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button[aria-expanded=false]::before {
    opacity: 1;
    visibility: visible;
    transform: rotate(0)
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>div {
    border: 1px solid rgba(0, 0, 0, .075);
    border-top: none;
    width: 100%
}

.product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>div>div {
    width: 100%;
    padding: 1rem;
    font-size: .8rem;
    line-height: 1.125
}

.product-section-wrapper .product-description-section .pd-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .075);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
    gap: .25rem
}

.product-section-wrapper .product-description-section .pd-tags>span {
    font-weight: 600;
    font-size: .9rem
}

.product-section-wrapper .product-description-section .pd-tags>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    gap: .5rem
}

.product-section-wrapper .product-description-section .pd-tags>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: .125rem 0 0 .125rem;
    color: #999;
    height: 25px;
    position: relative;
    transition: color .2s ease;
    padding: 0 15px 0 24px;
    font-size: .8rem;
    line-height: 1
}

.product-section-wrapper .product-description-section .pd-tags>ul>li>a::before {
    content: "";
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, .25);
    height: 6px;
    left: 9px;
    position: absolute;
    width: 6px;
    top: 9px
}

.product-section-wrapper .product-description-section .pd-tags>ul>li>a::after {
    content: "";
    background: #fff;
    border-bottom: 13px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #eee;
    border-top: 13px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 0
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-tags>ul>li>a:hover {
        background-color: #19223b;
        color: #fff
    }
    .product-section-wrapper .product-description-section .pd-tags>ul>li>a:hover::after {
        border-left-color: #19223b
    }
}

.product-section-wrapper .product-feature-box-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.product-section-wrapper .product-feature-box-section .product-feature-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, .075);
    width: 100%;
    height: 120px;
    gap: 3rem
}

@media(max-width: 991px) {
    .product-section-wrapper .product-feature-box-section .product-feature-boxes {
        flex-wrap: wrap;
        gap: 2rem;
        row-gap: 1rem;
        height: auto;
        padding: 1rem 0
    }
}

.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    border-radius: 1rem
}

@media(min-width: 992px) {
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:last-child) {
        position: relative
    }
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:last-child)::after {
        content: "";
        position: absolute;
        right: calc(-1.5rem + .5px);
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background-color: rgba(0, 0, 0, .075)
    }
}

@media(max-width: 991px) {
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box {
        width: calc(50% - 1.5rem);
        justify-content: center
    }
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:nth-child(2n)) {
        position: relative
    }
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:not(:nth-child(2n))::after {
        content: "";
        position: absolute;
        right: calc(-1rem + .5px);
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background-color: rgba(0, 0, 0, .075)
    }
}

@media(max-width: 767px) {
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box:nth-child(3) .pfb-text {
        font-size: .75rem
    }
}

.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0
}

@media(max-width: 767px) {
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-icon {
        width: 20px;
        height: 20px
    }
}

.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-icon>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(38%) sepia(90%) saturate(600%) hue-rotate(10deg)
}

.product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-text {
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.05rem;
    font-weight: 300
}

@media(max-width: 767px) {
    .product-section-wrapper .product-feature-box-section .product-feature-boxes .pf-box .pfb-text {
        font-size: .9rem
    }
}

.product-shipping-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 6rem 0
}

@media(max-width: 991px) {
    .product-shipping-section {
        padding: 1rem 0
    }
}

.product-shipping-section .pss-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.product-shipping-section .pss-container .pss-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper {
        flex-direction: column;
        gap: 2rem
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-image {
    width: calc(45% - 2rem)
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-image {
        width: 100%
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-shipping-section .pss-container .pss-wrapper .pss-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(55% - 2rem);
    gap: 1rem
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text {
        width: 100%
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-header {
        align-items: center
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-header>h3 {
    /* font-family: "Cinzel", serif; */
    color: #1a1919;
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-header>h3 {
        text-align: center
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content {
        align-items: center
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>p {
    line-height: 1.125
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>p {
        text-align: center;
        text-wrap: balance
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2rem
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul {
        align-items: center
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li {
    width: calc(50% - 1rem)
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        gap: 1rem
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex-shrink: 0
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-icon>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(0.3) sepia(0.5) hue-rotate(200deg) saturate(450%)
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 45px - 2rem);
    gap: .5rem
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-text {
        align-items: center
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-text>p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #19223b
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-text>p {
        text-align: center
    }
}

.product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-text>span {
    font-size: .8rem;
    line-height: 1.125;
    color: #999
}

@media(max-width: 991px) {
    .product-shipping-section .pss-container .pss-wrapper .pss-text .psst-content>ul>li .pss-card .pssc-text>span {
        text-align: center
    }
}

.product-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background-color: #f2f2f2
}

.product-bottom .pb-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1.5rem 1.25rem
}

@media(max-width: 767px) {
    .product-bottom .pb-container {
        max-width: initial;
        width: 100%;
        padding: 1rem
    }
}

.product-bottom .pb-container .pb-nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.product-bottom .pb-container .pb-nav-wrapper>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 1rem
}

@media(max-width: 767px) {
    .product-bottom .pb-container .pb-nav-wrapper>ul {
        justify-content: center
    }
}

@media(min-width: 768px) {
    .product-bottom .pb-container .pb-nav-wrapper>ul>li:not(:last-child) {
        position: relative
    }
    .product-bottom .pb-container .pb-nav-wrapper>ul>li:not(:last-child)::after {
        content: "";
        position: absolute;
        height: 20%;
        width: 1px;
        right: calc(-0.5rem - 1px);
        top: 50%;
        background-color: rgba(0, 0, 0, .075);
        transform: translateY(-50%)
    }
}

@media(max-width: 767px) {
    .product-bottom .pb-container .pb-nav-wrapper>ul>li {
        width: calc(50% - .5rem)
    }
    .product-bottom .pb-container .pb-nav-wrapper>ul>li:first-child {
        position: relative
    }
    .product-bottom .pb-container .pb-nav-wrapper>ul>li:first-child::after {
        content: "";
        position: absolute;
        height: 20%;
        width: 1px;
        right: calc(-0.5rem - 1px);
        top: 50%;
        background-color: rgba(0, 0, 0, .075);
        transform: translateY(-50%)
    }
    .product-bottom .pb-container .pb-nav-wrapper>ul>li:nth-child(3) {
        width: 100%
    }
}

.product-bottom .pb-container .pb-nav-wrapper>ul>li>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    height: 40px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: .9rem;
    padding: 0 1rem;
    background-color: #fff;
    transition: background-color .2s ease, color .2s ease;
    font-weight: 700;
    white-space: nowrap
}

@media(max-width: 767px) {
    .product-bottom .pb-container .pb-nav-wrapper>ul>li>button {
        justify-content: center;
        width: 100%;
        font-size: .85rem
    }
}

.product-bottom .pb-container .pb-nav-wrapper>ul>li>button.active {
    background-color: #1a1919;
    color: #fff
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content {
    padding: 2rem 0;
    font-size: .9rem;
    width: 100%
}

@media(max-width: 991px) {
    .product-bottom .pb-container .pb-nav-wrapper>.tab-content {
        padding-bottom: 0
    }
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .alert {
    margin-bottom: 1rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .order-review-text {
    margin-bottom: 1rem;
    display: inline-block
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .order-review-text.warning-text {
    position: relative;
    padding-left: 1.5rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .order-review-text.warning-text::before {
    content: "*";
    position: absolute;
    left: .25rem;
    top: -0.25rem;
    font-size: 1.5rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form {
    padding: .5rem 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #fff
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: .5rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    line-height: 1
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-header>span {
    font-weight: 700
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-input {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-input>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-stars .frs-input>span>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #1a1919
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-submit {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-submit>button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 30px;
    gap: .25rem;
    font-weight: 600;
    transition: color .2s ease, background-color .2s ease;
    font-size: .9rem;
    white-space: nowrap;
    border: 1px solid #1a1919;
    background-color: #fff;
    color: #1a1919
}

@media(hover: hover) {
    .product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane]>form .from-review-bottom .form-review-submit>button:not(:disabled):hover {
        background-color: #1a1919;
        color: #fff
    }
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .review-login-warning {
    display: inline-block;
    margin-bottom: 1rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] .review-login-warning a {
    color: #444;
    font-weight: 700
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card::after {
    content: "";
    font-family: "bootstrap-icons";
    position: absolute;
    right: -1.25rem;
    top: -2.25rem;
    font-size: 6rem;
    color: #999;
    opacity: .125;
    transform: rotate(-45deg)
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .125rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-stars>span {
    width: .75rem;
    height: .75rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-stars>span>i {
    font-size: .75rem;
    color: #1a1919
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: .5rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author>span:nth-child(1) {
    font-weight: 600;
    position: relative
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author>span:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-0.75rem - 2px);
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%;
    transform: translateY(-50%)
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-author>span:nth-child(2) {
    color: #999
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .product-comment-card .pcc-review p {
    margin: 0
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane[id^=product-comments-tab-pane] [id^=product-comments] .pagination-wrapper a {
    background-color: #fff
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(33.333% - .6666666667rem);
    box-shadow: rgba(0, 0, 0, .04) 0px 3px 5px
}

@media(max-width: 991px) {
    .product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table {
        width: calc(50% - .5rem)
    }
}

@media(max-width: 767px) {
    .product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table {
        width: 100%
    }
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: #fff;
    padding: .5rem;
    padding-bottom: 0
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-header .installment-card-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-header .installment-card-image>img {
    width: 150px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    background-color: #fff
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table {
    width: 100%
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>thead th {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-weight: 600;
    font-size: .8rem
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>tbody tr {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    position: relative
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>tbody tr::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0)
}

.product-bottom .pb-container .pb-nav-wrapper>.tab-content .tab-pane .installment-table-wrapper .installment-table .installment-table-body>table>tbody tr:nth-child(2n-1)::after {
    background-color: rgba(0, 0, 0, .075)
}

.product-fancybox {
    --fancybox-bg: #fff;
    --fancybox-color: #6a6969;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8)
}

.product-fancybox .f-thumbs.is-classic,
.product-fancybox .fancybox__toolbar,
.product-fancybox .fancybox__nav {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border-radius: 4px;
    --f-button-color: #0d0c22;
    --f-button-hover-color: #1a1919;
    --f-button-bg: #f1f5f9;
    --f-button-hover-bg: #e2e8f0;
    --f-button-active-bg: #e2e8f0;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 2.25;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.2
}

.product-fancybox .f-button {
    --f-button-border-radius: 0
}

.product-fancybox .f-thumbs.is-classic {
    --f-thumb-width: 120px;
    --f-thumb-height: 80px;
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #1a1919;
    --f-button-next-pos: 8px;
    --f-button-prev-pos: 8px
}

.product-fancybox .f-thumbs.is-classic.is-horizontal {
    padding: 0 56px
}

.product-fancybox .f-thumbs.is-classic.is-vertical {
    padding: 56px 0
}

.product-fancybox .f-thumbs__slide {
    --f-thumb-width: 100px;
    --f-thumb-height: 100px
}

.product-fancybox .fancybox__toolbar {
    padding: 8px
}

.product-fancybox .fancybox__nav {
    --f-button-next-pos: 8px;
    --f-button-prev-pos: 8px
}

.product-fancybox .fancybox__carousel {
    min-width: 0;
    min-height: 0
}

.product-fancybox .fancybox__slide {
    padding: 8px
}

.product-fancybox .fancybox__thumbs.is-classic.is-vertical {
    --f-thumb-width: 100%;
    --f-thumb-height: 100px;
    width: 132px;
    outline: 1px solid rgba(0, 0, 0, .075)
}

.product-fancybox .fancybox__thumbs.is-classic.is-vertical .f-thumbs__track {
    padding: 0 16px
}

.product-fancybox .fancybox__thumbs.is-classic.is-horizontal {
    --f-thumb-width: 75px;
    --f-thumb-height: 55px;
    --f-thumb-gap: 8px
}

@media(min-width: 768px) {
    .product-fancybox {
        flex-direction: row-reverse
    }
}

#ring-size-calculate-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
    width: 100%;
    max-width: 640px;
    font-size: .8rem
}

#ring-size-calculate-modal>h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

#ring-size-calculate-modal>table {
    width: 100%
}

#ring-size-calculate-modal>table>tbody>tr {
    transition: background-color .2s ease, color .2s ease
}

#ring-size-calculate-modal>table>tbody>tr:first-child {
    background-color: #19223b !important;
    color: #fff;
    border: 1px solid #19223b !important;
    border-bottom: none
}

#ring-size-calculate-modal>table>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2
}

#ring-size-calculate-modal>table>tbody>tr>td {
    padding: .25rem .5rem;
    text-align: center
}

#ring-size-calculate-modal>table>tbody>tr:not(:first-child) {
    border: 1px solid #eee;
    border-bottom: none
}

#ring-size-calculate-modal>table>tbody>tr:last-child {
    border-bottom: 1px solid #eee
}

@media(hover: hover) {
    #ring-size-calculate-modal>table>tbody>tr:hover {
        background-color: #1a1919;
        color: #fff
    }
}

.product-sticky-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateY(calc(100% + 8.5rem + 1px));
    transition: transform .2s ease;
    position: fixed;
    bottom: 8.5rem;
    right: 5rem;
    z-index: 997;
    background-color: hsla(0, 0%, 100%, .85);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
    padding: 1rem;
    width: 425px
}

@media(max-width: 1199px) {
    .product-sticky-cart {
        display: none
    }
}

.product-sticky-cart.sticked {
    transform: translateY(0)
}

.product-sticky-cart>form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

.product-sticky-cart>form .psc-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

.product-sticky-cart>form .psc-wrapper.expanded .psc-top {
    margin-bottom: 1rem
}

.product-sticky-cart>form .psc-wrapper .psc-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-thumb {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .075);
    cursor: zoom-in;
    transition: border-color .2s ease
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-thumb>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff
}

@media(hover: hover) {
    .product-sticky-cart>form .psc-wrapper .psc-top .psc-thumb:hover {
        border-color: #1a1919
    }
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 100px - 1rem);
    gap: .5rem
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>span:nth-child(1) {
    /* font-family: "Cinzel", serif; */
    color: #1a1919;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 600
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>span:nth-child(2) {
    font-size: .9rem;
    color: #999;
    margin-top: -0.25rem;
    margin-bottom: .5rem
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name .psc-rating-star-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .125rem;
    position: relative
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name .psc-rating-star-wrapper>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    font-size: .9rem
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name .psc-rating-star-wrapper>span>i {
    color: #1a1919
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: .25rem;
    margin-top: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul>li {
    position: relative
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul>li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(-0.5rem - 2px);
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .25);
    transform: translateY(-50%)
}

.product-sticky-cart>form .psc-wrapper .psc-top .psc-name>ul>li>span {
    font-size: .8rem;
    font-weight: 700;
    color: #999
}

.product-sticky-cart>form .psc-wrapper .psc-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    display: none
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .pd-mothers-day-discount-wrapper {
    margin-bottom: 1rem
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.125;
    gap: .5rem;
    margin: 1rem 0
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper.has-discount>span:nth-child(1) {
    text-decoration: line-through;
    color: #999;
    margin-top: .125rem
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper.has-discount>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: 600
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper.has-discount>span:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .25rem;
    padding: .25rem .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1919;
    background-color: rgba(213, 151, 55, .125)
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper.has-md-discount>span:nth-child(1) {
    margin-left: .5rem
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper.has-md-discount>span:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-price-wrapper:not(.has-discount)>span:nth-child(1) {
    font-size: 1.25rem;
    font-weight: 600
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    margin-bottom: 1rem
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-input {
    padding-right: 110px
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #f2f2f2;
    right: 5px;
    top: 5px;
    width: 100px;
    height: 40px;
    transition: background-color .2s ease, border-color .2s ease
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button>span {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease
}

@media(hover: hover) {
    .product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button:hover {
        background-color: #eee;
        border-color: #1a1919
    }
    .product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button:hover>span {
        color: #1a1919
    }
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button+[data-tippy-root] ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: .25rem
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button+[data-tippy-root] ul>li>button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 30px;
    height: 30px
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button+[data-tippy-root] ul>li>button>span {
    color: #fff;
    font-size: 1.25rem
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .form-floating>select {
    min-width: 150px
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    width: 100%
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper>button,
.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper>span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 50px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
    white-space: nowrap
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .product-cart {
    width: calc(50% - .25rem);
    border: 1px solid #1a1919;
    background-color: #1a1919;
    color: #fff;
    transition: opacity .2s ease
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .product-cart:not(:disabled):active {
    opacity: .8
}

@media(hover: hover) {
    .product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .product-cart:not(:disabled):hover {
        opacity: .8
    }
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .product-buy-now {
    width: calc(50% - .25rem);
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #1a1919;
    border: 1px solid #1a1919;
    transition: border-color .2s ease
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .product-buy-now>i {
    font-size: 1.5rem;
    transition: transform .2s ease
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .product-buy-now:not(:disabled):active>i {
    transform: translateX(2px)
}

@media(hover: hover) {
    .product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper .product-buy-now:not(:disabled):hover>i {
        transform: translateX(2px)
    }
}

.product-sticky-cart>form .psc-wrapper .psc-bottom .psc-cart-button-wrapper>span {
    width: 100%;
    border: 1px solid #1a1919;
    background-color: #1a1919;
    color: #fff;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: not-allowed
}

.zoomWrapper,
.ZoomContainer,
.ZoomContainer *:not(img) {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important
}

.zoomWindowWatermark {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 25%;
    opacity: .75
}

.pd-mothers-day-discount-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: .5rem;
    font-size: .9rem
}

.pd-mothers-day-discount-wrapper .badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

.pd-mothers-day-discount-wrapper .badge-wrapper .discount-badge {
    font-weight: 700
}

.pd-mothers-day-discount-wrapper .badge-wrapper>span {
    font-weight: 700
}

.pd-mothers-day-discount-wrapper .additional-discount-wrapper>span {
    font-size: .8rem
}

.gradient-border {
    position: relative
}

.gradient-border::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    background: linear-gradient(to right, #d32f2f 20%, #ff7043 40%, #fbc02d 50%, #fbc02d 60%, #ff7043 70%, #d32f2f 80%);
    z-index: 0;
    animation: gradient-border 3s ease alternate infinite;
    background-size: 300% 300%;
    border: 3px dashed #fff
}

.gradient-border::after {
    content: "";
    z-index: 1;
    position: absolute;
    background-color: #fff;
    inset: 0
}

.gradient-border div,
.gradient-border span {
    z-index: 2
}

.md-gradient {
    background: linear-gradient(to right, #d32f2f 20%, #ff7043 40%, #fbc02d 50%, #fbc02d 60%, #ff7043 70%, #d32f2f 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    animation: linear-wipe 2.5s linear infinite
}

.mothers-day-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .5rem;
    background-color: #fff;
    position: absolute;
    top: 1rem;
    left: 1rem;
    box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
    text-align: center;
    line-height: 1.35
}

.mothers-day-badge>span {
    font-size: .75rem;
    font-weight: 700
}

@media(max-width: 2159px) {
    .checkout-cart .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .checkout-cart .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.checkout-cart #cart-container {
    width: 50%
}

.checkout-cart .cart-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 1.5rem
}

@media(max-width: 2159px) {
    .checkout-cart .cart-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .checkout-cart .cart-container {
        max-width: initial;
        padding-top: 1rem
    }
}

.checkout-cart .cart-container .cart-section-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem;
    padding-bottom: 1rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem
}

@media(max-width: 991px) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-header {
        flex-direction: column;
        justify-content: flex-start;
        gap: .5rem
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-title>h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #19223b
}

.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-title>h1>em {
    font-weight: 400;
    font-style: normal;
    font-size: .9rem;
    color: #999
}

.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions>button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions>button.ci-clear-cart {
    color: #f03;
    font-weight: 700;
    border: 1px solid;
    height: 35px;
    padding: 0 1rem;
    transition: color .2s ease, background-color .2s ease
}

@media(hover: hover) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-header .ch-actions>button.ci-clear-cart:not(:disabled):hover {
        background-color: #f03;
        color: #fff
    }
}

@media(max-width: 991px) {
    .checkout-cart .cart-container .cart-section-wrapper {
        flex-direction: column;
        justify-content: flex-start
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 350px - 1rem)
}

@media(max-width: 991px) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items {
        width: 100%
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .alert {
    margin-bottom: .5rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f2f2f2;
    border: 1px dashed #ccc;
    position: relative;
    gap: .5rem;
    height: 50px;
    padding: 0 .5rem;
    margin-bottom: 1rem
}

@media(max-width: 767px) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info {
        margin: .5rem 1rem
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>span>strong {
    text-transform: uppercase;
    font-weight: 600
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>span>span {
    text-transform: uppercase
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    width: 25px;
    height: 25px;
    background-color: #f03;
    transition: background-color .2sease;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .075)
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(hover: hover) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items .ci-coupon-info>button:not(:disabled):hover {
        background-color: #f03
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .075);
    border-left: none;
    border-right: none
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 0
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card.stock-error {
    background-color: rgba(255, 0, 51, .05);
    padding: 1rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    width: 100%;
    position: relative
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image {
    width: 100px;
    height: 100px
}

@media(max-width: 991px) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image {
        flex-shrink: 0
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image>a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-image>a>img {
    width: 100%;
    height: 100%
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 100px - .5rem);
    gap: .25rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title {
    padding-right: calc(35px + .5rem);
    width: 100%
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #444;
    transition: color .2s ease;
    font-size: .9rem;
    line-height: 1.33
}

@media(max-width: 991px) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>a {
        width: 100%
    }
}

@media(hover: hover) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>a:hover {
        color: #1a1919
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-title>em {
    font-weight: 400;
    font-style: normal;
    color: #999;
    font-size: .8rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-model {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width: 991px) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-model {
        width: 100%
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-model>span {
    color: #999;
    font-size: .8rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-options {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: .8rem;
    gap: .25rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    line-height: 1.125;
    margin-top: .5rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals>span:nth-child(1) {
    font-size: .8rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals>span:nth-child(2) {
    font-weight: 600;
    font-size: .9rem;
    margin-top: .25rem;
    color: #41b06e
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals>span:nth-child(2)>em {
    color: #444;
    font-weight: 400;
    font-style: normal
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cicpd-content .cic-totals .cart-price-total-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    font-size: .9rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: opacity .2s ease;
    border: none;
    outline: none;
    padding: 0;
    border: 1px solid #f03
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f03
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button:active {
    opacity: .5
}

@media(hover: hover) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-product-details .cic-remove-button>button:hover {
        opacity: .5
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    gap: .25rem;
    margin-top: .5rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>button {
    border: none;
    outline: none;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0)
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>input {
    outline: none;
    width: 40px;
    height: 30px;
    padding: 0 .5rem;
    background-color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .075);
    border-radius: 0;
    font-size: .9rem;
    transition: border-color .2s ease
}

.checkout-cart .cart-container .cart-section-wrapper .cart-items .cart-item-card-wrapper .cart-item-card .cic-quantity-group>input:focus {
    border-color: #1a1919
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 350px;
    position: sticky;
    top: .5rem
}

@media(max-width: 991px) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-total {
        width: 100%;
        position: initial;
        top: initial
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    background-color: rgba(213, 151, 55, .25)
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #19223b
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem;
    padding: .5rem 1rem;
    font-size: .9rem;
    transition: background-color .2s ease;
    border: 1px solid rgba(0, 0, 0, .075);
    border-top: none
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(hover: hover) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .ct-row:hover {
        background-color: #fafafa
    }
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: .5rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper>form {
    width: 100%
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper>span {
    position: relative;
    margin: .5rem 0 1rem;
    display: inline-block;
    width: 100%;
    color: #777;
    font-size: .8rem;
    line-height: 1.125rem;
    padding-left: 1rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-table .cart-coupon-wrapper>span::before {
    content: "*";
    position: absolute;
    left: 0;
    top: .25rem;
    color: #f03;
    font-size: 1.5rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(65, 176, 110, .075);
    width: 100%;
    padding: 1rem;
    gap: .5rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-icon>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #41b06e
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - .5rem - 40px)
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-text>span:nth-child(1) {
    font-weight: 700;
    font-size: .9rem;
    color: #41b06e
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-secure-shopping .ctss-text>span:nth-child(2) {
    font-size: .75rem;
    line-height: 1.125
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    margin-top: .5rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
    height: 50px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .2s ease;
    font-size: .9rem;
    white-space: nowrap
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a>i {
    font-size: 1rem
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a:nth-child(1) {
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #fff;
    color: #444
}

.checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a:nth-child(2) {
    border: 1px solid #19223b;
    background-color: #19223b;
    color: #fff
}

@media(hover: hover) {
    .checkout-cart .cart-container .cart-section-wrapper .cart-total .ct-buttons>a:hover {
        opacity: .75
    }
}

.error-not-found #column-left,
.error-not-found #column-right {
    display: none
}

.error-not-found #content.has-sidebar,
.error-not-found #content.has-both-sidebar {
    width: 100% !important
}

.error-section .error-container .error-wrapper {
    width: 420px
}

@media(max-width: 767px) {
    .error-section .error-container .error-wrapper {
        width: 100%
    }
}

.error-section .error-container .error-wrapper .alert {
    margin-bottom: 1rem
}

.error-section .error-container .error-wrapper .error-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.error-section .error-container .error-wrapper .error-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0
}

.error-section .error-container .error-wrapper .error-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem
}

.error-section .error-container .error-wrapper .error-body .error-message-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.error-section .error-container .error-wrapper .error-body .error-message-wrapper .error-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem
}

.error-section .error-container .error-wrapper .error-body .error-message-wrapper .error-image>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem
}

.error-section .error-container .error-wrapper .error-body .error-message-wrapper>p {
    text-align: center;
    font-size: .9rem;
    margin: 0
}

.error-section .error-container .error-wrapper .error-body .error-message-wrapper>p>strong.error-sub-header {
    text-transform: uppercase
}

.error-section .error-container .error-wrapper .error-body>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    margin-top: 1rem;
    font-size: .9rem;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    width: 100%;
    gap: .25rem
}

@media(hover: hover) {
    .error-section .error-container .error-wrapper .error-body>button:not(:disabled):hover {
        opacity: .75
    }
}

.error-section.error-404-section .error-container .error-image {
    padding: 2rem 0
}

.error-section.error-404-section .error-container .error-image>img {
    max-width: 375px
}

@media(max-width: 767px) {
    .error-section.error-404-section .error-container .error-image>img {
        max-width: 100%
    }
}

.error-section.error-404-section .error-container .error-wrapper {
    min-width: 720px;
    font-size: .9rem
}

@media(max-width: 767px) {
    .error-section.error-404-section .error-container .error-wrapper {
        min-width: initial
    }
}

.error-section.error-404-section .error-container .error-wrapper .error-body>button {
    width: auto !important
}

.error-section.error-404-section .error-container .error-wrapper .error-body>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

.error-section.error-404-section .error-container .error-wrapper .error-body a {
    font-weight: 700;
    color: #444;
    font-size: .9rem;
    transition: color .2s ease;
    text-decoration: underline !important
}

.error-section.error-404-section .error-container .error-wrapper .error-body a:active {
    color: #1a1919
}

@media(hover: hover) {
    .error-section.error-404-section .error-container .error-wrapper .error-body a:hover {
        color: #1a1919
    }
}

@media(max-width: 2159px) {
    .account-wishlist .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-wishlist .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.account-wishlist .account-wishlist-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 2159px) {
    .account-wishlist .account-wishlist-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-wishlist .account-wishlist-container {
        max-width: initial;
        padding: 0 1rem
    }
}

.account-wishlist .account-wishlist-container .wishlist-card-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem
}

.account-wishlist .account-wishlist-container .wishlist-card-wrapper .product-card {
    width: calc(25% - .75rem);
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 1199px) {
    .account-wishlist .account-wishlist-container .wishlist-card-wrapper .product-card {
        width: calc(33.333% - .6666666667rem)
    }
}

@media(max-width: 767px) {
    .account-wishlist .account-wishlist-container .wishlist-card-wrapper .product-card {
        width: calc(50% - .5rem)
    }
}

@media(max-width: 2159px) {
    .account-edit .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-edit .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.account-edit .account-edit-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 2159px) {
    .account-edit .account-edit-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-edit .account-edit-container {
        max-width: initial;
        padding: 0 1rem
    }
}

.account-edit .account-edit-container #account-edit-form {
    width: 100%
}

@media(max-width: 2159px) {
    .account-order .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-order .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

@media(max-width: 2159px) {
    .account-order .account-order-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-order .account-order-container {
        max-width: initial;
        padding: 0 1rem
    }
}

.account-order-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.account-order-accordion .aoa-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    transition: border .2s ease
}

.account-order-accordion .aoa-item .aoai-order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: .5rem;
    padding-right: 3rem;
    border: 1px solid rgba(0, 0, 0, .075);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.account-order-accordion .aoa-item .aoai-order-header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    font-family: bootstrap-icons;
    transform: translateY(-50%);
    transition: color .2s ease
}

.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false] {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1
}

@media(max-width: 991px) {
    .account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false] {
        position: relative;
        top: initial
    }
}

.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false]::after {
    content: ""
}

.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=false]+.aoa-order-details {
    padding: .5rem 1rem;
    border: 1px solid rgba(0, 0, 0, .075);
    border-top: none
}

.account-order-accordion .aoa-item .aoai-order-header[data-collapsed=collapsing] {
    cursor: not-allowed
}

@media(hover: hover) {
    .account-order-accordion .aoa-item .aoai-order-header:not([data-collapsed=collapsing]):hover {
        border-color: #1a1919
    }
    .account-order-accordion .aoa-item .aoai-order-header:not([data-collapsed=collapsing]):hover::after {
        color: #1a1919
    }
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar>div {
    flex-shrink: 0
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar>div:not(:last-child) {
    position: relative
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar>div:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(0, 0, 0, .075);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.25;
    padding: 0 .5rem;
    width: calc(100% - (200px + .75rem + 1rem) - 100px)
}

@media(max-width: 991px) {
    .account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count {
        width: 175px
    }
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count>span:nth-child(1) {
    color: #666;
    font-size: .9rem
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count>span:nth-child(1)>em {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-number-count>span:nth-child(2) {
    font-size: .8rem;
    color: #ccc
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    flex-shrink: 0;
    padding: 0 .5rem;
    width: calc(200px + .75rem + 1rem)
}

@media(max-width: 991px) {
    .account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image {
        width: auto;
        min-width: calc(100% - 275px)
    }
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image>img {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .075)
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-image>span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #999;
    width: 50px;
    height: 50px
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    width: 100px
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total>span {
    display: inline-block;
    white-space: nowrap;
    width: 100%
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total>span:nth-child(1) {
    font-size: .8rem
}

.account-order-accordion .aoa-item .aoai-order-header .order-header-bar .order-header-date-total>span:nth-child(2) {
    font-weight: 700;
    color: #41b06e;
    font-size: .9rem
}

.account-order-accordion .aoa-item .aoa-order-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.account-order-accordion .aoa-item .aoa-order-details.loading {
    padding: .5rem 1rem;
    border: 1px solid rgba(0, 0, 0, .075);
    border-top: none
}

.account-order-accordion .aoa-item .aoa-order-details .bar-loading-wrapper {
    color: #999;
    animation: fadeInOut 1.5s infinite
}

@keyframes fadeInOut {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.paytr-note {
    background: #f7f7f7;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.paytr-note_title {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 1px solid rgba(58, 58, 58, .2588235294)
}

.paytr-note_status_title {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.paytr-note_status_title.status-success {
    background-color: #4cb64c
}

.paytr-note_status_title.status-danger {
    background-color: #e3503e
}

.paytr-note_status_title.status-info {
    background-color: #54b7d3
}

.paytr-note_sub_title {
    display: block;
    width: 100%;
    font-size: 12px
}

.paytr-note_sub_title span {
    display: inline-block;
    min-width: 120px;
    font-weight: 600
}

.order-return-form-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.order-return-form-container .order-product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.order-return-form-container .order-product-info .odpi-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-return-form-container .order-product-info .odpi-header>span {
    font-size: .9rem;
    font-weight: 600
}

.order-return-form-container .order-product-info .odpi-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, .075)
}

.order-return-form-container .order-product-info .odpi-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .075)
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-image>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-image>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 50px - .5rem)
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-name>a {
    font-size: .8rem;
    color: #19223b;
    font-weight: 600;
    width: calc(100% - 50px + .5rem)
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-top .odpip-name .odpi-options {
    font-size: .8rem;
    color: #777
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    line-height: 1.125
}

.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom>ul>li strong,
.order-return-form-container .order-product-info .odpi-content .odpi-product-wrapper .odpi-product .odpi-product-bottom>ul>li span {
    font-size: .8rem
}

.order-return-form-container .odpi-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .075);
    padding-bottom: .5rem
}

.order-return-form-container .odpi-form-wrapper>form {
    width: 100%
}

.order-return-form-container .odpi-form-wrapper>form>span {
    font-size: .8rem
}

.order-return-form-container .odpi-form-wrapper>form>div {
    width: 100%
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper.is-invalid .form-check-label {
    border-color: #f03 !important
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element {
    width: calc(33.3333333333% - .6666666667rem)
}

@media(max-width: 767px) {
    .order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element {
        width: 100%
    }
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element>input:checked+.form-check-label {
    border-color: #000
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label {
    width: 100%;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .075);
    padding: .5rem;
    transition: border-color .2s ease
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 15px - .5rem);
    text-align: center
}

@media(max-width: 767px) {
    .order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text {
        flex-direction: row;
        gap: 1rem
    }
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text>img {
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 767px) {
    .order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text>img {
        width: 100px
    }
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper>.form-element .form-check-label .input-radio-text>span {
    font-weight: 600;
    font-size: .8rem
}

.order-return-form-container .odpi-form-wrapper>form .contracted-cargo-wrapper .validation-error {
    width: 100%
}

.order-status-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem
}

.order-status-wrapper .order-status-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .5rem;
    background-color: rgba(213, 151, 55, .125);
    border: 1px solid rgba(213, 151, 55, .075);
    font-weight: 600;
    color: #1a1919;
    text-align: center;
    text-transform: uppercase
}

.order-status-wrapper .order-status-badge>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem
}

.order-status-wrapper .order-status-badge>span {
    font-size: .9rem;
    font-size: .75rem
}

.order-status-wrapper .order-status-content>p {
    margin: 0
}

.order-status-wrapper .order-status-content>p:not(:last-child) {
    margin-bottom: .5rem
}

.order-status-wrapper .order-status-content>p>strong>a {
    text-decoration: underline !important
}

.order-status-wrapper .order-status-content>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1.125rem;
    margin: 0;
    margin-bottom: .5rem;
    gap: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.order-status-wrapper .order-status-content>ul>li {
    padding-bottom: .5rem
}

.order-status-wrapper .order-status-content>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.order-tracking-header>h2 {
    margin-bottom: 0 !important
}

.order-tracking-form-wrapper {
    width: 768px !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper {
        width: 100% !important
    }
}

.order-tracking-form-wrapper .otf-pending {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

.order-tracking-form-wrapper .otf-pending>span:nth-child(1) {
    font-size: .9rem
}

.order-tracking-form-wrapper>span {
    display: inline-block;
    font-size: .9rem;
    line-height: 1.25
}

.order-tracking-form-wrapper>span a {
    font-weight: 600;
    text-decoration: underline !important
}

.order-tracking-form-wrapper>form {
    align-items: flex-start !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form {
        gap: 1rem
    }
}

.order-tracking-form-wrapper>form .form-element-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form .form-element-wrapper {
        flex-direction: column
    }
}

.order-tracking-form-wrapper>form .form-element-wrapper .form-element {
    width: calc(50% - .25rem) !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form .form-element-wrapper .form-element {
        width: 100% !important
    }
}

.order-tracking-form-wrapper>form .track-order {
    margin: 0 !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form>button {
        width: 100%
    }
}

.order-tracking-confirmation-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 1rem 0
}

.order-tracking-confirmation-modal>form>span {
    width: 100%;
    display: inline-block;
    font-size: .9rem;
    line-height: 1.25
}

.order-tracking-details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-tracking-details-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    font-size: .9rem;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    margin-bottom: 1rem
}

@media(hover: hover) {
    .order-tracking-details-wrapper>button:not(:disabled):hover {
        opacity: .75
    }
}

.order-tracking-details-wrapper>button:active {
    opacity: .75
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper>button {
        width: 100%
    }
}

.order-tracking-details-wrapper>h2 {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    line-height: 1.25
}

.order-tracking-details-wrapper>h2>em {
    font-weight: 700;
    font-style: normal;
    color: #999
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper>h2 {
        padding: 0
    }
}

.order-tracking-details-wrapper .otd-return-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
    margin-top: .25rem;
    margin-bottom: 1rem;
    color: #999
}

.order-tracking-details-wrapper .otd-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem
}

.order-tracking-details-wrapper .otd-header>span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: .9rem;
    position: relative
}

.order-tracking-details-wrapper .otd-header>span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 50%;
    height: 2px;
    background-color: #1a1919
}

.order-tracking-details-wrapper .sub-detail-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
    margin-bottom: .5rem;
    font-family: "Montserrat", sans-serif;
    color: #19223b
}

.order-tracking-details-wrapper .sub-detail-header>span {
    font-weight: 700
}

.order-details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem 0
}

.order-details-wrapper .od-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem
}

.order-details-wrapper .od-header>span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: .9rem;
    position: relative
}

.order-details-wrapper .od-header>span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 50%;
    height: 2px;
    background-color: #1a1919
}

.order-details-wrapper .sub-detail-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
    margin-bottom: .5rem;
    font-family: "Montserrat", sans-serif;
    color: #19223b
}

.order-details-wrapper .sub-detail-header.od-products-header {
    flex-direction: row;
    justify-content: space-between
}

.order-details-wrapper .sub-detail-header.od-products-header>button {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    height: 30px;
    gap: .25rem;
    white-space: nowrap;
    outline: none;
    border: 1px solid #f03;
    color: #f03;
    background-color: #fff;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease
}

@media(hover: hover) {
    .order-details-wrapper .sub-detail-header.od-products-header>button:not(:disabled):hover {
        border-color: #f03;
        background-color: #f03;
        color: #fff
    }
}

.order-details-wrapper .sub-detail-header.od-products-header>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.order-details-wrapper .sub-detail-header>span {
    font-weight: 700
}

.order-details-wrapper .od-e-invoice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem
}

.order-details-wrapper .od-e-invoice>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .9rem;
    border: 1px solid #1a1919;
    color: #1a1919;
    transition: opacity .2s ease;
    height: 40px;
    padding: 0 1rem
}

@media(hover: hover) {
    .order-details-wrapper .od-e-invoice>a:hover {
        opacity: .5
    }
}

.order-details-wrapper .od-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2rem
}

.order-details-wrapper .od-products .odp-bar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .8rem;
    font-weight: 700;
    color: #666;
    padding: .5rem;
    background-color: #f2f2f2;
    padding: .5rem;
    margin-bottom: .25rem;
    flex-wrap: nowrap
}

@media(max-width: 991px) {
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header {
        width: auto
    }
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(3) {
    width: calc(100% - 570px);
    padding: 0 .5rem
}

@media(max-width: 991px) {
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(3) {
        width: 150px
    }
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 45px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(6) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(7) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar-header .odpbh-title:nth-child(8) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 125px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .8rem;
    padding: .5rem;
    transition: background-color .2s ease;
    cursor: pointer
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar.selected {
    background-color: rgba(0, 0, 0, .025)
}

@media(hover: hover) {
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar:hover {
        background-color: rgba(0, 0, 0, .025)
    }
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar:not(:last-child) {
    margin-bottom: .25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col {
    flex-shrink: 0
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50px;
    height: 50px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(1) .input-checkbox {
    width: 20px !important;
    height: 20px !important
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(1) .input-checkbox>i {
    font-size: 1.25rem
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(2)>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(2)>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, .075)
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(3) {
    padding: 0 .5rem;
    width: calc(100% - 570px)
}

@media(max-width: 991px) {
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(3) {
        width: 150px
    }
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 45px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(6) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px;
    color: #41b06e
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(7) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px;
    color: #41b06e
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 125px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8) .odpb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .5rem;
    padding: .5rem;
    margin-top: .5rem;
    background-color: #fff;
    transition: color .2s ease, border-color .2s ease;
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(hover: hover) {
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8) .odpb-link:hover {
        border-color: #1a1919;
        color: #1a1919
    }
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col:nth-child(8) .odpb-link>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    position: relative;
    padding-left: 10px
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 4px;
    height: 2px;
    background: #999
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li>span {
    color: #999;
    font-size: .7rem
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name>ul>li>span:nth-child(1) {
    font-weight: 700
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin-top: .5rem
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button,
.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    height: 30px;
    gap: .25rem;
    white-space: nowrap;
    border: none;
    outline: none;
    border: 1px solid #1a1919;
    color: #1a1919;
    background-color: #fff;
    transition: background-color .2s ease, border-color .2s ease
}

@media(hover: hover) {
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button:not(:disabled):hover,
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a:not(:disabled):hover {
        border-color: #1a1919;
        color: #fff;
        background-color: #1a1919
    }
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button.order-return,
.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a.order-return {
    border-color: #f03;
    color: #f03
}

@media(hover: hover) {
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button.order-return:not(:disabled):hover,
    .order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a.order-return:not(:disabled):hover {
        border-color: #f03;
        color: #fff;
        background-color: #f03
    }
}

.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>button>i,
.order-details-wrapper .od-products .odp-bar-wrapper .odp-bar .odpb-col .od-product-name .odpn-button-wrapper>a>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.order-details-wrapper .od-address-payment {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    margin-bottom: 1rem
}

@media(max-width: 767px) {
    .order-details-wrapper .od-address-payment {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem
    }
}

.order-details-wrapper .od-address-payment .od-address-wrapper,
.order-details-wrapper .od-address-payment .od-payment-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - .25rem)
}

@media(max-width: 767px) {
    .order-details-wrapper .od-address-payment .od-address-wrapper,
    .order-details-wrapper .od-address-payment .od-payment-wrapper {
        width: 100%
    }
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details {
    padding: .5rem;
    padding-bottom: 0
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li>span {
    font-size: .8rem
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li>span:nth-of-type(1) {
    font-weight: 700
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-top>ul>li>span img {
    display: none !important
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
    width: 100%
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar>span:nth-child(1) {
    padding-right: 1rem
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:not(:last-child) {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:nth-last-child(2) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:last-child {
    padding-top: .5rem;
    margin-top: .5rem;
    font-size: .9rem;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:last-child>span:nth-child(1) {
    font-weight: 700
}

.order-details-wrapper .od-address-payment .od-payment-wrapper #odp-details .odp-bottom .odp-totals-wrapper .odp-total-bar:last-child>span:nth-child(2) {
    font-weight: 700;
    color: #41b06e
}

.order-details-wrapper .od-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.order-details-wrapper .od-accordion .od-accordion-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .075);
    padding: .5rem
}

.order-details-wrapper .od-accordion .od-accordion-item>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: none;
    outline: none;
    padding: .5rem;
    background-color: #f2f2f2;
    position: relative;
    padding-right: 2rem
}

.order-details-wrapper .od-accordion .od-accordion-item>button[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(-180deg)
}

.order-details-wrapper .od-accordion .od-accordion-item>button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    transition: transform .2s ease;
    font-family: bootstrap-icons
}

.order-details-wrapper .od-accordion .od-accordion-item>button>span {
    font-weight: 700;
    font-size: .8rem
}

.order-details-wrapper .od-accordion .od-accordion-item>div {
    width: 100%
}

.order-details-wrapper .od-accordion .od-accordion-item>div>p {
    width: 100%;
    margin: 0;
    padding: .25rem;
    padding-bottom: 0;
    font-size: .8rem
}

.order-details-wrapper .od-history {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-details-wrapper .od-history>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .8rem;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 720px;
    overflow: auto
}

.order-details-wrapper .od-history>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .8rem;
    padding: .5rem
}

.order-details-wrapper .od-history>ul>li:not(:first-child) {
    padding: 1rem 0
}

.order-details-wrapper .od-history>ul>li>span {
    flex-shrink: 0;
    word-break: break-word
}

.order-details-wrapper .od-history>ul>li>span:nth-child(1) {
    width: calc(100% - 90px);
    padding-right: .5rem
}

.order-details-wrapper .od-history>ul>li>span:nth-child(2) {
    width: 90px;
    text-align: center
}

.order-details-wrapper .od-history>ul>li:nth-child(1) {
    font-weight: 700;
    color: #666;
    background-color: #f2f2f2;
    padding: .5rem;
    margin-bottom: .25rem
}

.order-details-wrapper .od-history>ul>li:nth-child(1)>span {
    display: inline-block;
    font-weight: 700
}

.order-details-wrapper .od-history>ul>li:not(:nth-child(1)):not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.order-details-wrapper .od-history>span {
    font-size: .8rem
}

@media(max-width: 2159px) {
    .account-address .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-address .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

@media(max-width: 2159px) {
    .account-address .account-address-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-address .account-address-container {
        max-width: initial;
        padding: 0 1rem
    }
}

.address-card-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%
}

.address-card-wrapper .address-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, .075);
    width: calc(33.3333333333% - .3333333333rem)
}

@media(max-width: 991px) {
    .address-card-wrapper .address-card {
        width: calc(50% - .25rem)
    }
}

@media(max-width: 767px) {
    .address-card-wrapper .address-card {
        width: 100%
    }
}

.address-card-wrapper .address-card .ac-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .5rem;
    gap: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.address-card-wrapper .address-card .ac-header .ac-header-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 60px - 1rem);
    gap: .25rem
}

@media(max-width: 767px) {
    .address-card-wrapper .address-card .ac-header .ac-header-title {
        width: calc(100% - 70px - 1rem)
    }
}

.address-card-wrapper .address-card .ac-header .ac-header-title>span {
    font-weight: 600;
    font-size: .9rem;
    max-width: 250px
}

.address-card-wrapper .address-card .ac-header .ac-header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.address-card-wrapper .address-card .ac-header .ac-header-buttons>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: color .2s ease
}

@media(max-width: 767px) {
    .address-card-wrapper .address-card .ac-header .ac-header-buttons>button {
        width: 35px;
        height: 35px
    }
}

.address-card-wrapper .address-card .ac-header .ac-header-buttons>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .address-card-wrapper .address-card .ac-header .ac-header-buttons>button>i {
        font-size: 1.125rem
    }
}

@media(hover: hover) {
    .address-card-wrapper .address-card .ac-header .ac-header-buttons>button:not(:disabled):hover {
        color: #1a1919
    }
    .address-card-wrapper .address-card .ac-header .ac-header-buttons>button:not(:disabled):hover.delete-address {
        color: #f03
    }
}

@media(max-width: 991px) {
    .address-card-wrapper .address-card .ac-header .ac-header-buttons [data-tippy-root] {
        display: none
    }
}

.address-card-wrapper .address-card .ac-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: .5rem;
    font-size: .9rem
}

.address-card-wrapper .address-card .ac-content .default-address-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    padding: .25rem;
    padding-right: .5rem;
    border: 1px solid #3572ef;
    height: 25px;
    line-height: 1;
    border-radius: 2rem;
    margin-bottom: .25rem;
    color: #3572ef
}

.address-card-wrapper .address-card .ac-content .default-address-badge>i {
    font-size: 1rem
}

.address-card-wrapper .address-card .ac-content .default-address-badge>span {
    font-size: .8rem
}

.address-card-wrapper .address-card .ac-content .address-text {
    line-height: 1.25
}

.address-form-container {
    padding: .5rem 0
}

@media(max-width: 767px) {
    .address-form-container {
        padding: 0
    }
}

.address-form-container .corporate-check {
    margin: .5rem 0
}

.address-form-container .corporate-check .input-checkbox-text {
    font-size: .9rem !important
}

.address-form-container .corporate-field-wrapper {
    display: none
}

.address-form-container .corporate-field-wrapper.visible {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.address-form-container .alert-masak-info {
    margin-top: 1rem
}

.address-form-container .alert-masak-info .alert-message>span {
    font-size: .8rem
}

@media(max-width: 2159px) {
    .account-password .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-password .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.account-password .account-password-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 2159px) {
    .account-password .account-password-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-password .account-password-container {
        max-width: initial;
        padding: 0 1rem
    }
}

.account-password .account-password-container #account-password-form {
    width: 100%
}

@media(max-width: 2159px) {
    .account-newsletter .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-newsletter .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.account-newsletter .account-newsletter-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 2159px) {
    .account-newsletter .account-newsletter-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .account-newsletter .account-newsletter-container {
        max-width: initial;
        padding: 0 1rem
    }
}

@media(max-width: 2159px) {
    .information-information .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .information-information .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.information-information .information-information-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 2159px) {
    .information-information .information-information-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .information-information .information-information-container {
        max-width: initial;
        padding: 0 1rem
    }
}

@media(max-width: 991px) {
    .information-information .information-information-container {
        width: 100%;
        padding: 1rem
    }
}

.information-information .information-information-container .information-section-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

@media(max-width: 991px) {
    .information-information .information-information-container .information-section-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

.information-information .information-information-container .information-section-wrapper .information-sidebar {
    width: 275px;
    border-right: 1px solid rgba(0, 0, 0, .075);
    padding: 1.5rem 0
}

@media(max-width: 991px) {
    .information-information .information-information-container .information-section-wrapper .information-sidebar {
        width: 100%;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .075);
        padding: 0;
        padding-top: 1rem;
        padding-bottom: 0
    }
}

.information-information .information-information-container .information-section-wrapper .information-sidebar>ul {
    position: sticky;
    top: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: .5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

@media(max-width: 991px) {
    .information-information .information-information-container .information-section-wrapper .information-sidebar>ul {
        position: initial;
        top: initial
    }
}

.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li {
    width: 100%
}

.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    white-space: nowrap;
    gap: .5rem;
    padding: .5rem 1rem;
    font-size: .9rem;
    transition: color .2s ease
}

@media(max-width: 991px) {
    .information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li>a {
        padding: .5rem
    }
}

.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li>a>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(hover: hover) {
    .information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li:not(.active):hover>a {
        color: #1a1919
    }
}

.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li.active>a {
    background-color: #1a1919;
    color: #fff
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 275px - 1rem);
    padding: 1.5rem 0
}

@media(max-width: 991px) {
    .information-information .information-information-container .information-section-wrapper .information-section-item-wrapper {
        width: 100%;
        padding: 0
    }
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header .isih-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header .isih-title>h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    color: #19223b
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-header .isih-title>h1>em {
    font-weight: 400;
    font-style: normal;
    font-size: .9rem;
    color: #999
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content {
    width: 100%;
    font-size: .9rem
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content p {
    margin-bottom: .75rem
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content .button-continue-shopping {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    font-size: .9rem;
    color: #1a1919;
    font-weight: 700;
    border: 1px solid #1a1919;
    padding: 0 1rem;
    transition: color .2s ease, background-color .2s ease;
    width: auto;
    max-width: 250px
}

@media(hover: hover) {
    .information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content .button-continue-shopping:not(:disabled):hover {
        background-color: #1a1919;
        color: #fff
    }
}

.information-information .information-information-container .information-section-wrapper .information-section-item-wrapper .isi-content .button-continue-shopping>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem
}

.contact-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.contact-content-wrapper .contact-box-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem
}

.contact-content-wrapper .contact-box-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
    color: #19223b
}

.contact-content-wrapper .contact-box-header>h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 25%;
    height: 2px;
    background-color: #1a1919;
    transition: width .3s ease-out
}

.contact-content-wrapper .contact-box-header>span {
    font-size: .9rem
}

.contact-content-wrapper .contact-box-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: .5rem;
    padding: .5rem 0
}

.contact-content-wrapper .contact-box-wrapper .contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - .25rem);
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: border .2s ease
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-box-wrapper .contact-box {
        width: 100%
    }
}

.contact-content-wrapper .contact-box-wrapper .contact-box:active {
    border-color: #1a1919
}

.contact-content-wrapper .contact-box-wrapper .contact-box:active .cb-icon {
    background-color: #1a1919
}

.contact-content-wrapper .contact-box-wrapper .contact-box:active .cb-icon>i {
    color: #fff
}

@media(hover: hover) {
    .contact-content-wrapper .contact-box-wrapper .contact-box:hover {
        border-color: #1a1919
    }
    .contact-content-wrapper .contact-box-wrapper .contact-box:hover .cb-icon {
        background-color: #1a1919
    }
    .contact-content-wrapper .contact-box-wrapper .contact-box:hover .cb-icon>i {
        color: #fff
    }
}

.contact-content-wrapper .contact-box-wrapper .contact-box .cb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(213, 151, 55, .25);
    transition: background-color .2s ease
}

.contact-content-wrapper .contact-box-wrapper .contact-box .cb-icon>i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease
}

.contact-content-wrapper .contact-box-wrapper .contact-box .cb-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    width: calc(100% - 64px - 1rem);
    text-align: left;
    line-height: 1.25
}

.contact-content-wrapper .contact-box-wrapper .contact-box .cb-text>strong {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase
}

.contact-content-wrapper .contact-box-wrapper .contact-box .cb-text>span {
    font-size: .8rem;
    text-wrap: balance;
    color: #999
}

.contact-content-wrapper .contact-social-media-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem
}

@media(max-width: 991px) {
    .contact-content-wrapper .contact-social-media-wrapper {
        flex-direction: column;
        gap: 1rem
    }
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 1rem);
    gap: .25rem;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    .contact-content-wrapper .contact-social-media-wrapper .csm-social,
    .contact-content-wrapper .contact-social-media-wrapper .csm-work-hours {
        width: 100%
    }
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>h2,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
    color: #19223b
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>h2::after,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 25%;
    height: 2px;
    background-color: #1a1919;
    transition: width .3s ease-out
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>span,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>span {
    font-size: .9rem;
    line-height: 1.25
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>ul,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin: 0;
    margin-top: 1rem;
    padding: 0;
    list-style: none
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-social-media-wrapper .csm-social>ul,
    .contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul {
        margin-top: 1rem
    }
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>ul>li>a,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: border .2s ease
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>ul>li>a>svg,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul>li>a>svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>ul>li>a>svg>path,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul>li>a>svg>path {
    fill: #666;
    transition: fill .3s ease
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>ul>li>a:active,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul>li>a:active {
    border-color: #1a1919
}

@media(hover: hover) {
    .contact-content-wrapper .contact-social-media-wrapper .csm-social>ul>li>a:hover,
    .contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul>li>a:hover {
        border-color: #1a1919
    }
    .contact-content-wrapper .contact-social-media-wrapper .csm-social>ul>li>a:hover>svg>path,
    .contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul>li>a:hover>svg>path {
        fill: #1a1919
    }
}

.contact-content-wrapper .contact-social-media-wrapper .csm-social>ul>li>span,
.contact-content-wrapper .contact-social-media-wrapper .csm-work-hours>ul>li>span {
    font-weight: 700
}

.contact-content-wrapper .contact-form-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2rem
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-form-wrapper {
        flex-direction: column
    }
}

.contact-content-wrapper .contact-form-wrapper h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    position: relative;
    margin-bottom: 1.5rem;
    color: #19223b
}

.contact-content-wrapper .contact-form-wrapper h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 25%;
    min-width: 30px;
    height: 2px;
    background-color: #1a1919;
    transition: width .3s ease-out
}

.contact-content-wrapper .contact-form-wrapper .form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% + 1px);
    padding-right: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-form-wrapper .form-wrapper {
        width: 100%;
        border: none;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .075)
    }
}

.contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper {
    width: 100%;
    gap: .5rem
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper {
        flex-wrap: nowrap;
        flex-direction: column
    }
}

.contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper>div {
    width: calc(50% - .25rem) !important
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-form-wrapper .form-wrapper>form .form-element-wrapper>div {
        width: 100% !important
    }
}

.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    font-size: .9rem;
    color: #1a1919;
    font-weight: 700;
    border: 1px solid #1a1919;
    padding: 0 1rem;
    transition: color .2s ease, background-color .2s ease;
    width: auto;
    max-width: 250px;
    min-width: 120px;
    margin: 1rem 0
}

@media(hover: hover) {
    .contact-content-wrapper .contact-form-wrapper .form-wrapper>form>button:not(:disabled):hover {
        background-color: #1a1919;
        color: #fff
    }
}

.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem
}

.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>span.grecaptcha-legal {
    background-color: #f2f2f2;
    padding: .5rem;
    font-size: .7rem
}

.contact-content-wrapper .contact-form-wrapper .form-wrapper>form>span.grecaptcha-legal a {
    color: #444;
    font-weight: 600
}

.contact-content-wrapper .contact-form-wrapper .map-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1rem;
    width: calc(50% - 1px)
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-form-wrapper .map-wrapper {
        width: 100%;
        padding: 0;
        padding-top: 1rem
    }
}

.contact-content-wrapper .contact-form-wrapper .map-wrapper .map-embed {
    width: 100%;
    height: 100%
}

.contact-content-wrapper .contact-form-wrapper .map-wrapper .map-embed>iframe {
    width: 100%;
    height: 100%
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-form-wrapper .map-wrapper .map-embed>iframe {
        height: 250px
    }
}

.generic-product-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    .generic-product-top>.container {
        width: 100%;
        max-width: initial;
        padding: 0 1rem
    }
}

.generic-product-top .generic-product-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    padding: 1rem 0
}

.generic-product-top .generic-product-header>h1 {
    /* font-family: "Cinzel", serif; */
    font-size: 2.125rem;
    text-transform: uppercase;
    margin: 0;
    color: #1a1919
}

.generic-product-top .generic-product-header .gp-description {
    max-width: 620px;
    padding: 0 1rem;
    text-align: center
}

.generic-product-top .generic-product-header .gp-description>p {
    text-align: center;
    font-size: .9rem;
    text-wrap: balance;
    line-height: 1.5;
    margin: 0
}

.generic-product-top .generic-product-subcategory-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.generic-product-top .generic-product-subcategory-container>button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .075);
    background-color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: 1rem
}

@media(min-width: 992px) {
    .generic-product-top .generic-product-subcategory-container>button {
        display: none
    }
}

.generic-product-top .generic-product-subcategory-container>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: transform .2s ease
}

.generic-product-top .generic-product-subcategory-container>button.active>i {
    transform: rotate(180deg)
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(min-width: 992px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper {
        display: flex !important
    }
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper {
        display: none
    }
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    gap: 1rem;
    font-family: "Montserrat", sans-serif;
    width: 100%
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul {
        padding: 0;
        padding-bottom: 1rem
    }
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li {
    width: calc(20% - .8rem)
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li {
        width: calc(50% - .5rem)
    }
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: border-color .2s ease;
    height: 100%
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:active {
    border-color: #1a1919
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:active .image-wrapper {
    border-color: #1a1919
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:active .text-wrapper {
    color: #1a1919
}

@media(min-width: 992px)and (hover: hover) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:hover {
        border-color: #1a1919
    }
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:hover .image-wrapper {
        border-color: #1a1919
    }
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:hover .image-wrapper>img {
        transform: scale(1.125)
    }
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:hover .text-wrapper {
        color: #1a1919
    }
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a {
        justify-content: flex-start;
        gap: .75rem;
        padding: 1rem
    }
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: border-color .2s ease;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

@media(max-width: 1199px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .image-wrapper {
        width: 50px;
        height: 50px
    }
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .image-wrapper {
        width: 45px;
        height: 45px
    }
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .image-wrapper>img {
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s ease
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .text-wrapper {
    max-width: 100px;
    transition: color .2s ease
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .text-wrapper {
        max-width: 150px
    }
}

@media(max-width: 767px) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .text-wrapper {
        max-width: initial
    }
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a .text-wrapper>span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: .8rem
}

.generic-product-top .generic-product-filter-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

.generic-product-top .generic-product-filter-section .gpf-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 50px
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container {
        max-width: initial;
        padding: 0 .5rem
    }
}

@media(max-width: 767px) {
    .generic-product-top .generic-product-filter-section .gpf-container {
        flex-direction: column;
        align-items: flex-start;
        height: 100px;
        padding: 0
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    border-right: 1px solid rgba(0, 0, 0, .075)
}

@media(min-width: 1920px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-filter {
        width: 375px
    }
}

@media(max-width: 1199px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-filter {
        width: 250px
    }
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-filter {
        display: none
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-filter>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    gap: .5rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin: 0;
    padding-right: .5rem
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-filter>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-filter>button>span {
    font-size: .9rem;
    font-weight: 600
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-middle {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: calc(100% - 550px);
    padding-left: 1rem;
    position: relative
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-middle::after {
    right: -1px
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-middle>ul {
    overflow-x: auto;
    max-width: 100%
}

@media(min-width: 1920px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-middle {
        width: calc(100% - 375px - 275px)
    }
}

@media(max-width: 1919px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-middle {
        width: calc(100% - 275px - 275px)
    }
}

@media(max-width: 1375px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-middle {
        width: calc(100% - 250px - 200px)
    }
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-middle {
        width: calc(100% - 350px)
    }
}

@media(max-width: 767px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-middle {
        width: 100%;
        height: 50px
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 275px;
    border-left: 1px solid rgba(0, 0, 0, .075)
}

@media(min-width: 992px)and (max-width: 1375px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort {
        width: 200px
    }
}

@media(min-width: 992px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort {
        position: relative
    }
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort {
        border: none
    }
}

@media(min-width: 992px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .filter-toggle-wrapper {
        display: none
    }
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .filter-toggle-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 125px
    }
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .filter-toggle-wrapper>button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        gap: .5rem;
        font-weight: 600;
        text-align: center;
        font-size: .9rem;
        background-color: rgba(0, 0, 0, 0);
        outline: none;
        border: 1px solid rgba(0, 0, 0, .075);
        border-top: none;
        border-bottom: none
    }
}

@media(max-width: 767px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .filter-toggle-wrapper {
        width: 50%;
        border-left: none
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown {
        width: calc(100% - 125px)
    }
}

@media(max-width: 767px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown {
        width: 50%;
        justify-content: center
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .sort-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #999;
    font-size: .9rem;
    gap: .25rem
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .sort-text {
        display: none
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .sort-text>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin: 0;
    padding-right: .5rem;
    gap: .5rem;
    font-size: .9rem
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width: 992px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown>button>i.sort-icon {
        display: none
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown>button>span {
    font-size: .9rem;
    font-weight: 600;
    white-space: nowrap
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(min-width: 992px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu {
        right: 0 !important;
        left: initial !important;
        transform: translateY(calc(50px + 0.5rem)) !important;
        box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu.show {
    display: flex
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu>li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu>li.active>a {
    color: #1a1919;
    font-weight: 600
}

@media(hover: hover) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu>li:hover:not(.active)>a {
        color: #1a1919
    }
}

.generic-product-top .generic-product-filter-section .gpf-container .gpf-sort .dropdown .dropdown-menu>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
    padding: .5rem 1rem;
    color: #444;
    transition: color .2s ease
}

@media(max-width: 991px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort {
        width: 350px
    }
}

@media(max-width: 767px) {
    .generic-product-top .generic-product-filter-section .gpf-container .gpf-sort {
        width: 100%;
        height: 50px;
        border-top: 1px solid rgba(0, 0, 0, .075)
    }
}

.generic-product {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

.generic-product.manufacturer-generic-product,
.generic-product.search-generic-product,
.generic-product.special-generic-product {
    padding-bottom: 1rem
}

.generic-product>aside {
    position: sticky;
    top: 0
}

.generic-product.generic-product-container.filter-hidden>aside {
    display: none !important
}

.generic-product.generic-product-container.filter-hidden>main {
    width: 100% !important
}

.generic-product #content {
    justify-content: space-between
}

.generic-product #content .product-selected-filters {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem .5rem;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 5px 15px 15px -25px rgba(0, 0, 0, .75);
    gap: .5rem
}

@media(max-width: 767px) {
    .generic-product #content .product-selected-filters {
        position: initial;
        top: initial;
        z-index: 1
    }
}

.generic-product #content .product-selected-filters:not(.has-filter) {
    display: none
}

.generic-product #content .product-selected-filters>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: .5rem
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background-color: #19223b;
    border: none;
    outline: none;
    border-radius: 2rem;
    padding: 0 1rem;
    padding-right: .5rem;
    transition: opacity .2s ease;
    height: 45px
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .filter-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: .5rem
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .filter-text-wrapper>span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    line-height: 1.25;
    font-size: .7rem
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .filter-text-wrapper>span>span:nth-child(1) {
    color: #fff;
    font-weight: 500;
    white-space: nowrap
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .filter-text-wrapper>span>span:nth-child(2) {
    color: #ddd
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .filter-text-wrapper>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .25);
    color: #fff;
    transition: background-color .2s ease
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .search-filter-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: .5rem;
    color: #fff
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .search-filter-text-wrapper>span {
    font-size: .7rem;
    text-align: left
}

.generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters) .search-filter-text-wrapper>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .25);
    color: #fff;
    transition: background-color .2s ease
}

@media(hover: hover) {
    .generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters):hover {
        opacity: .8
    }
    .generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters):hover .filter-text-wrapper>i,
    .generic-product #content .product-selected-filters>ul>li>button:not(.clear-all-filters):hover .search-filter-text-wrapper>i {
        background-color: hsla(0, 0%, 100%, .75)
    }
}

.generic-product #content .product-selected-filters>ul>li>button.clear-all-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #19223b;
    outline: none;
    border-radius: 2rem;
    padding: 0 1rem;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    height: 45px
}

.generic-product #content .product-selected-filters>ul>li>button.clear-all-filters>span {
    font-size: .8rem;
    white-space: nowrap
}

@media(hover: hover) {
    .generic-product #content .product-selected-filters>ul>li>button.clear-all-filters:hover {
        background-color: #f03;
        color: #fff;
        border-color: #f03
    }
}

.generic-product #content .product-grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 0;
    gap: 1rem;
    width: 100%
}

.generic-product #content .product-grid .product-card {
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(min-width: 992px)and (hover: hover) {
    .generic-product #content .product-grid .product-card:hover {
        border-color: #1a1919
    }
}

@media(min-width: 992px) {
    .generic-product #content .product-grid.layout-4 .product-card {
        width: calc(25% - .75rem)
    }
    .generic-product #content .product-grid.layout-5 .product-card {
        width: calc(20% - .8rem)
    }
}

@media(max-width: 991px) {
    .generic-product #content .product-grid {
        padding: 1rem;
        row-gap: 1rem
    }
    .generic-product #content .product-grid .product-card {
        width: calc(33.333% - .6666666667rem)
    }
}

@media(max-width: 767px) {
    .generic-product #content .product-grid {
        padding: 0;
        gap: 0
    }
    .generic-product #content .product-grid .product-card {
        width: 50%;
        width: 50%;
        border: 1px solid rgba(0, 0, 0, .075);
        border-bottom: none;
        padding: .5rem
    }
    .generic-product #content .product-grid .product-card:nth-child(2n) {
        border-left: none
    }
    .generic-product #content .product-grid .product-card:nth-child(1),
    .generic-product #content .product-grid .product-card:nth-child(2) {
        border-top: none
    }
    .generic-product #content .product-grid .product-card:nth-last-child(1),
    .generic-product #content .product-grid .product-card:nth-last-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, .075)
    }
    .generic-product #content .product-grid .product-card .pc-bottom {
        padding: 0
    }
}

.generic-product #content .empty-generic-product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding: 2rem 1rem;
    width: 100%
}

.generic-product #content .empty-generic-product-wrapper>p {
    margin: 0
}

.generic-product #content .empty-generic-product-wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    gap: .25rem;
    border: 1px solid #1a1919;
    background-color: #fff;
    color: #1a1919;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
    font-size: .9rem
}

@media(hover: hover) {
    .generic-product #content .empty-generic-product-wrapper>a:hover {
        background-color: #1a1919;
        color: #fff
    }
}

.generic-product #content .empty-generic-product-wrapper>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

@media(max-width: 991px) {
    .generic-product {
        max-width: initial;
        padding: 0
    }
}

.generic-product .search-header {
    margin: 1rem 0 0
}

.generic-product .search-header.empty-search {
    padding-top: 1rem;
    padding-left: 1rem;
    margin-bottom: -1rem
}

@media(max-width: 991px) {
    .generic-product .search-header {
        padding: 0 1.5rem
    }
}

@media(max-width: 767px) {
    .generic-product .search-header {
        margin-bottom: .5rem
    }
}

.generic-product .pagination-wrapper {
    padding-bottom: 1rem !important
}

.generic-product .pagination-wrapper+.category-sub-description {
    padding-bottom: 0 !important
}

.pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

@media(max-width: 991px) {
    .pagination-wrapper {
        padding: 1.5rem 1rem
    }
}

.pagination-wrapper .product-loading-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    animation: pulse-opacity 1s infinite ease-in-out
}

.pagination-wrapper .product-loading-bar>span:nth-child(2) {
    display: inline-block;
    margin-top: .25rem;
    font-size: .9rem
}

.pagination-wrapper .pagination-description {
    font-size: .8rem;
    color: #999
}

@media(max-width: 991px) {
    .pagination-wrapper .pagination-description {
        text-align: center
    }
}

.pagination-wrapper .pagination {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    pointer-events: none;
    margin: 0
}

@media(max-width: 2159px) {
    .checkout-checkout .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .checkout-checkout .main-breadcrumb {
        max-width: initial;
        width: 100%;
        padding: 0 1rem
    }
}

.checkout-checkout .checkout-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 2159px) {
    .checkout-checkout .checkout-container {
        max-width: 1400px !important
    }
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container {
        max-width: initial;
        padding: 0
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    padding: 2rem 0
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper {
        max-width: initial;
        padding: 1rem;
        flex-direction: column-reverse;
        justify-content: flex-start;
        gap: .5rem
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    margin-bottom: .75rem;
    color: #19223b
}

.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header>h2>em {
    font-weight: 400;
    font-style: normal;
    font-size: .9rem;
    color: #999
}

.checkout-checkout .checkout-container .checkout-section-wrapper .cs-section-header>h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 30%;
    height: 2px;
    background-color: #1a1919;
    transition: width .3s ease-out
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - .5rem)
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info {
        width: 100%
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1.5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-title>h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #19223b
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-title>h1>em {
    font-weight: 400;
    font-style: normal;
    font-size: .9rem;
    color: #999
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions>button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions>button.clear-cart {
    color: #f03;
    font-weight: 700;
    border: 1px solid;
    height: 35px;
    padding: 0 1rem;
    transition: color .2s ease, background-color .2s ease
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-header .ch-actions>button.clear-cart:not(:disabled):hover {
        background-color: #f03;
        color: #fff
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .alert {
    margin-bottom: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: .5rem 1rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    position: relative;
    min-height: 40px;
    gap: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>i[data-type=success] {
    font-size: 1.125rem;
    color: #41b06e
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>i[data-type=error] {
    font-size: 1.125rem;
    color: #f03
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span {
    color: #444;
    font-weight: 600;
    font-size: .9rem;
    transition: color .2s ease
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span>em {
    font-style: normal;
    width: 25px;
    height: 25px;
    margin-right: .5rem;
    border-radius: 50%;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span>em.success {
    background-color: #41b06e;
    border-color: #41b06e;
    color: #fff
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button>span>em.error {
    background-color: #f03;
    border-color: #f03;
    color: #fff
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    font-family: bootstrap-icons;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    top: calc(20px - .75rem);
    right: calc(20px - .75rem);
    transition: transform .2s ease
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button[aria-expanded=true]>span {
    color: #1a1919
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button[aria-expanded=true]::after {
    transform: rotate(-45deg)
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>button:hover:not([aria-expanded=true])>span {
        color: #1a1919
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: .5rem 1rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    position: relative;
    min-height: 40px;
    gap: .25rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span {
    color: #444;
    font-weight: 600;
    font-size: .9rem;
    transition: color .2s ease
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>em {
    font-style: normal;
    width: 25px;
    height: 25px;
    margin-right: .5rem;
    border-radius: 50%;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>em.success {
    background-color: #41b06e;
    border-color: #41b06e;
    color: #fff
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>em.error {
    background-color: #f03;
    border-color: #f03;
    color: #fff
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>span>small {
    color: #777
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>i[data-type=success] {
    font-size: 1.125rem;
    color: #41b06e
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item .cia-item-dummy>i[data-type=error] {
    font-size: 1.125rem;
    color: #f03
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div {
    border: 1px solid rgba(0, 0, 0, .075);
    border-top: none;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div {
    width: 100%;
    padding: 1rem;
    font-size: .8rem;
    line-height: 1.125
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div {
        padding: .5rem
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - .25rem);
    gap: .5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select {
        width: 100%
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select.selected {
    border-color: #1a1919
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select.selected .as-header {
    border-color: #1a1919
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: calc(30px + .5rem);
    gap: .5rem;
    padding: .5rem;
    font-size: .9rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    transition: border-bottom-color .2s ease
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio input[type=radio] {
    display: none
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio input[type=radio]:checked+i {
    color: #3572ef
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio input[type=radio]:checked+i::before {
    content: ""
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio>i {
    transform: translateY(1px);
    font-size: 1.125rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-radio>i::before {
    content: ""
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 118px + 1rem);
    gap: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-title>span {
    font-weight: 500;
    max-width: 180px
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    position: absolute;
    right: 0;
    top: 0
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: color .2s ease
}

@media(max-width: 767px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button {
        width: 35px;
        height: 35px
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button>i {
        font-size: 1.125rem
    }
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button:not(:disabled):hover {
        color: #1a1919
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons>button:not(:disabled):hover.delete-address {
        color: #f03
    }
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-header .as-header-buttons [data-tippy-root] {
        display: none
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    width: 100%;
    height: 100%;
    padding: .5rem;
    transition: border-color .2s ease
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .asc-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem;
    font-size: .9rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .asc-name>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19223b
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .asc-name>span {
    font-weight: 600
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .address-select-wrapper .address-select .as-content .address-text {
    line-height: 1.5;
    font-size: .9rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input {
    display: none
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label {
    border-color: #1a1919
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i {
    color: #3572ef
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i::before,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i::before,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:checked+label>span>i::before,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:checked+label>span>i::before {
    content: " "
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:disabled+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:disabled+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:disabled+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:disabled+label {
    opacity: .5;
    cursor: not-allowed
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled)+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled)+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled)+label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled)+label {
    cursor: pointer
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span,
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span,
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span,
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>input:not(:disabled):not(:checked)+label:hover>span>span {
        color: #1a1919
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: color .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    gap: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    text-align: center;
    transition: color .2s ease;
    max-width: calc(100% - 25px);
    white-space: nowrap;
    flex-wrap: nowrap
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span img,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span img,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>span img,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>span img {
    display: none !important
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>i,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>i,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .method-wrapper .method-bar>label>span>i,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .method-wrapper .method-bar>label>span>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    transition: color .2s ease;
    width: 25px;
    height: 25px
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-shipping-method .form-check,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .checkout-payment-method .form-check,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-shipping-method .form-check,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .checkout-payment-method .form-check {
    margin-top: 1rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper>.alert,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper>.alert {
    margin: 1rem 0;
    padding: 1rem;
    gap: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 1.5rem;
    gap: 1rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header>h2,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-header>h2 {
    font-size: 1.25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-instruction-section,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-instruction-section,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section {
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-top: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper>p,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper .btpm-content .btpm-bank-info-section .btpm-copy-wrapper>p {
    margin-bottom: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    font-size: .9rem;
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    margin-top: 1rem;
    gap: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button>i,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button:not(:disabled):hover,
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper .bank-transfer-pm-wrapper>button:not(:disabled):hover {
        opacity: .75
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper #payment .alert,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper #payment .alert {
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .payment-method-module-wrapper>.buttons,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .payment-method-module-wrapper>.buttons {
    margin-top: 1rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-payment-wrapper .alert,
.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-shipping-wrapper .alert {
    width: 100%;
    margin-bottom: 0
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .form-supinfo {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: .5rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .075);
    padding: 0 1rem;
    padding-left: .5rem;
    white-space: nowrap;
    transition: border-color .2s ease;
    font-weight: 600
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-button-wrapper>button:hover {
        border-color: #1a1919
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper {
    display: none
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper.visible {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: border-color .2s ease;
    padding: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper.is-invalid {
    border-color: #f03
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper .form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper .form-actions>button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    gap: .5rem;
    color: #fff;
    background-color: #1a1919;
    border: none;
    outline: none;
    padding: 0 1rem;
    line-height: 30px;
    white-space: nowrap;
    transition: opacity .2s ease
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper .form-actions>button:not(:disabled):hover {
        opacity: .75
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-element-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-element-wrapper>div {
    width: calc(50% - .25rem) !important
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-element-wrapper>div {
        width: 100% !important
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-check {
    margin: .5rem 0 !important
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-check .input-checkbox-text {
    font-size: .9rem !important
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-field-wrapper {
    display: none
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .corporate-field-wrapper.visible {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form .form-check {
    margin-top: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #19223b;
    outline: none;
    color: #fff;
    background-color: #19223b;
    font-size: .9rem;
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    margin-top: 1rem;
    gap: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div>form>button:not(:disabled):hover {
        opacity: .75
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .alert-masak-info {
    margin-top: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .alert-masak-info .alert-message>span {
    font-size: .8rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - .5rem);
    position: sticky;
    top: .5rem
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary {
        width: 100%;
        position: initial;
        top: initial
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content {
        overflow: hidden;
        transition: height .5s ease
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary:not(.expanded) {
        gap: 0
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary:not(.expanded) .cs-summary-content {
        height: 0;
        border: 1px solid rgba(0, 0, 0, 0)
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary.expanded .expand-checkout-summary>i::before {
        content: ""
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary.expanded .cs-summary-content {
        padding: .5rem
    }
}

@media(min-width: 992px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header {
        display: none
    }
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        padding: .5rem 1rem;
        border-radius: 0;
        border: 1px solid rgba(0, 0, 0, .075);
        position: relative;
        min-height: 40px
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button>span {
        color: #444;
        font-weight: 600;
        font-size: .9rem;
        transition: color .2s ease
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button>span>em {
        font-weight: 400;
        font-style: normal;
        font-size: .9rem;
        color: #999
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button::after {
        display: flex;
        align-items: center;
        justify-content: center;
        content: "";
        font-family: bootstrap-icons;
        position: absolute;
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1.25rem;
        top: calc(20px - .75rem);
        right: calc(20px - .75rem);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button::before {
        display: flex;
        align-items: center;
        justify-content: center;
        content: "";
        font-family: bootstrap-icons;
        position: absolute;
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1.25rem;
        top: calc(20px - .75rem);
        right: calc(20px - .75rem);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
        opacity: 0;
        visibility: hidden;
        transform: rotate(90deg)
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button[data-expanded=true]>span {
        color: #1a1919
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button[data-expanded=false]::after {
        opacity: 0;
        visibility: hidden;
        transform: rotate(-90deg)
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button[data-expanded=false]::before {
        opacity: 1;
        visibility: visible;
        transform: rotate(0)
    }
}

@media(max-width: 991px)and (hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-header>button:hover:not([aria-expanded=true])>span {
        color: #1a1919
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content {
        border: 1px solid rgba(0, 0, 0, .075);
        border-top: none;
        padding: 0 .5rem;
        transition: height .2s ease, padding .2s ease
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cs-section-header {
        display: none
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1.5rem;
    max-height: 620px;
    overflow: auto
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar>div {
    flex-shrink: 0
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 165px)
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .075);
    width: 75px;
    height: 75px;
    overflow: hidden
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-image>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-image>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 .75rem;
    width: calc(100% - 75px)
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.25
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-name>a {
    font-size: .9rem;
    color: #444;
    font-weight: 500
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-name>a>span {
    font-family: "Montserrat", sans-serif
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-name>a>span {
        font-size: .8rem
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-name>br {
    display: none
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-name>em {
    font-weight: 400;
    font-style: normal;
    color: #999;
    font-size: .8rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-model {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-model>span {
    color: #999;
    font-size: .8rem
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-model>span {
        font-size: .7rem
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-options {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: .8rem;
    gap: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-product-content .cp-text .cpt-quantity {
    border-top: 1px solid rgba(0, 0, 0, .075);
    font-size: .8rem;
    padding-top: .25rem;
    margin-top: .25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    width: 165px;
    padding-right: 1rem;
    font-size: .8rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-price>span.text-line-through {
    color: rgba(119, 119, 119, .4666666667);
    text-decoration: line-through
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products .cp-bar-wrapper .cp-bar .cp-price .cart-price-total-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    white-space: nowrap
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products>a.edit-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: .5rem;
    padding-bottom: 0;
    transition: color .2s ease;
    font-size: .9rem
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products>a.edit-cart:hover {
        color: #1a1919
    }
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products>a.edit-cart {
        justify-content: center;
        width: 100%;
        height: 50px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid rgba(0, 0, 0, .075);
        padding: 0 1rem;
        padding-left: .5rem;
        white-space: nowrap;
        transition: border-color .2s ease;
        font-weight: 600
    }
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-products>a.edit-cart:active {
        border-color: #1a1919
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-shipping-method {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-shipping-method>form .form-element-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f2f2f2;
    border: 1px dashed #ccc;
    position: relative;
    gap: .5rem;
    height: 50px;
    padding: 0 .5rem;
    margin-top: .5rem
}

@media(max-width: 767px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info {
        margin: .5rem 1rem
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>span>strong {
    text-transform: uppercase;
    font-weight: 600
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>span>span {
    text-transform: uppercase
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    width: 25px;
    height: 25px;
    background-color: #f03;
    transition: background-color .2sease;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .075);
    padding: 0
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(hover: hover) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .cs-coupon-info>button:not(:disabled):hover {
        background-color: #f03
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 0;
    gap: .5rem
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal {
        padding-bottom: .5rem
    }
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .25rem;
    width: 100%;
    font-size: .9rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:not(:last-child) {
    padding: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:not(:last-child):nth-child(odd) {
    background-color: #f2f2f2
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:last-child {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .075);
    font-size: 1.25rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:last-child>span:nth-child(1) {
    font-weight: 700
}

@media(max-width: 991px) {
    .checkout-checkout .checkout-container .checkout-section-wrapper .checkout-summary .cs-summary-content .checkout-subtotal .total-wrapper .total-bar:last-child {
        padding: 1rem 0 .5rem
    }
}

.checkout-success-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem;
    gap: 1rem;
    padding: .75rem;
    background-color: rgba(0, 0, 0, .025)
}

.checkout-success-products .csp-order-number-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.checkout-success-products .csp-order-number-wrapper>span {
    color: #19223b;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    background-color: #fff;
    padding: .5rem 1rem;
    border: 1px solid rgba(0, 0, 0, .075)
}

.checkout-success-products .csp-order-number-wrapper>span>em {
    font-style: normal;
    color: #666;
    margin-left: .25rem
}

.checkout-success-products .csp-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

.checkout-success-products .csp-table .cspt-header>span {
    font-weight: 500;
    font-size: 1.125rem
}

.checkout-success-products .csp-table .cspt-header>span>em {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #666
}

.checkout-success-products .csp-table .cspt-bar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .5rem
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-weight: 500;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

@media(max-width: 767px) {
    .checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header {
        width: auto;
        min-width: 100%
    }
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title {
    flex-shrink: 0;
    font-weight: 600
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(2) {
    padding: 0 .5rem;
    width: calc(100% - 250px)
}

@media(max-width: 767px) {
    .checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(2) {
        width: 150px
    }
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar-header .csptbh-title:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap
}

@media(max-width: 767px) {
    .checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar {
        width: auto;
        min-width: 100%
    }
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col {
    flex-shrink: 0
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(1)>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(1)>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, .075)
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(2) {
    padding: 0 .5rem;
    width: calc(100% - 250px)
}

@media(max-width: 767px) {
    .checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(2) {
        width: 150px
    }
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>a {
    font-weight: 500;
    font-size: .9rem;
    color: #19223b
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>br {
    display: none
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>em {
    font-weight: 400;
    font-style: normal;
    color: #999;
    font-size: .8rem
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>span {
    font-size: .8rem;
    color: #999
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    position: relative;
    padding-left: 10px
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 4px;
    height: 2px;
    background: #999
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li>span {
    color: #999;
    font-size: .7rem
}

.checkout-success-products .csp-table .cspt-bar-wrapper .cspt-bar .csptb-col .cs-product-name>ul>li>span:nth-child(1) {
    font-weight: 700
}

.checkout-success-products .checkout-success-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.checkout-success-products .checkout-success-summary .css-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem;
    border-top: 1px solid rgba(0, 0, 0, .075);
    padding-top: 1rem
}

.checkout-success-products .checkout-success-summary .css-table .css-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: .25rem;
    font-size: .9rem
}

.checkout-success-products .checkout-success-summary .css-table .css-row:last-child {
    margin-top: 1rem
}

.checkout-success-products .checkout-success-summary .css-table .css-row:last-child .css-cell {
    font-size: 1rem
}

.checkout-success-products .checkout-success-summary .css-table .css-row:last-child .css-cell>strong {
    font-weight: 500
}

.checkout-success-products .checkout-success-summary .css-table .css-row .css-cell strong {
    font-weight: 600
}

.bt-copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    margin-bottom: 1rem;
    background-color: #f2f2f2;
    padding: .5rem;
    padding-left: 1rem;
    border: 1px solid rgba(0, 0, 0, .075)
}

.bt-copy-wrapper>span {
    display: inline-block;
    font-size: 1rem;
    width: calc(100% - 90px - .5rem);
    font-weight: 600
}

.bt-copy-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    gap: .5rem
}

.bt-copy-wrapper>button:disabled {
    cursor: default !important;
    opacity: 1 !important
}

.bt-copy-wrapper>button>i {
    display: none;
    font-size: 1.25rem
}

.bt-copy-wrapper>button>i.visible {
    display: flex;
    align-items: center;
    justify-content: center
}

.bt-copy-wrapper>button>i:nth-child(2) {
    color: #41b06e
}

.bt-copy-wrapper>button>span {
    font-weight: 600
}

.order-tracking-header>h2 {
    margin-bottom: 0 !important
}

.order-tracking-form-wrapper {
    width: 720px !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper {
        width: 100% !important
    }
}

.order-tracking-form-wrapper .otf-pending {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

.order-tracking-form-wrapper .otf-pending>span:nth-child(1) {
    font-size: .9rem
}

.order-tracking-form-wrapper>span {
    display: inline-block;
    font-size: .9rem;
    line-height: 1.25
}

.order-tracking-form-wrapper>span a {
    font-weight: 600;
    text-decoration: underline !important
}

.order-tracking-form-wrapper>form {
    align-items: flex-start !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form {
        gap: 1rem
    }
}

.order-tracking-form-wrapper>form .form-element-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form .form-element-wrapper {
        flex-direction: column
    }
}

.order-tracking-form-wrapper>form .form-element-wrapper .form-element {
    width: calc(50% - .25rem) !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form .form-element-wrapper .form-element {
        width: 100% !important
    }
}

.order-tracking-form-wrapper>form .get-order-tracking {
    margin: 0 !important
}

@media(max-width: 767px) {
    .order-tracking-form-wrapper>form>button {
        width: 100%
    }
}

.order-tracking-confirmation-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 1rem 0
}

.order-tracking-confirmation-modal>form>span {
    width: 100%;
    display: inline-block;
    font-size: .9rem;
    line-height: 1.25
}

.order-tracking-details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-tracking-details-wrapper>h2 {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    line-height: 1.25
}

.order-tracking-details-wrapper>h2>em {
    font-weight: 700;
    font-style: normal;
    color: #999
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper>h2 {
        padding: 0
    }
}

.order-tracking-details-wrapper .otd-return-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
    margin-top: .25rem;
    margin-bottom: 1rem;
    color: #999
}

.order-tracking-details-wrapper .otd-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem
}

.order-tracking-details-wrapper .otd-header>span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: .9rem;
    position: relative
}

.order-tracking-details-wrapper .otd-header>span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 50%;
    height: 2px;
    background-color: #1a1919
}

.order-tracking-details-wrapper .sub-detail-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
    margin-bottom: .5rem;
    font-family: "Montserrat", sans-serif;
    color: #19223b
}

.order-tracking-details-wrapper .sub-detail-header>span {
    font-weight: 700
}

.order-tracking-details-wrapper .otd-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .075);
    padding: .5rem
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper .otd-products {
        border-left: none;
        border-right: none;
        padding: 0
    }
}

.order-tracking-details-wrapper .otd-products .otd-products-header {
    flex-direction: row;
    justify-content: space-between;
    padding: .5rem
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper .otd-products .otd-products-header {
        margin: 0
    }
}

.order-tracking-details-wrapper .otd-products .otd-products-header>button {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    height: 30px;
    gap: .25rem;
    white-space: nowrap;
    outline: none;
    border: 1px solid #f03;
    color: #f03;
    background-color: #fff;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease
}

@media(hover: hover) {
    .order-tracking-details-wrapper .otd-products .otd-products-header>button:not(:disabled):hover {
        border-color: #f03;
        background-color: #f03;
        color: #fff
    }
}

.order-tracking-details-wrapper .otd-products .otd-products-header>button>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .8rem;
    font-weight: 700;
    color: #666;
    padding: .5rem;
    background-color: #f2f2f2;
    padding: .5rem;
    margin-bottom: .25rem;
    flex-wrap: nowrap
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header {
        width: auto;
        min-width: 100%
    }
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header .otdpbh-title {
    flex-shrink: 0
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header .otdpbh-title:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header .otdpbh-title:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header .otdpbh-title:nth-child(3) {
    padding: 0 .5rem;
    width: calc(100% - 375px)
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header .otdpbh-title:nth-child(3) {
        width: 150px
    }
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header .otdpbh-title:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar-header .otdpbh-title:nth-child(5) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 175px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    font-size: .8rem;
    padding: .5rem;
    transition: background-color .2s ease;
    cursor: pointer
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar.selected {
    background-color: rgba(0, 0, 0, .025)
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar:not(:last-child) {
    margin-bottom: .25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

@media(hover: hover) {
    .order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar:hover {
        background-color: rgba(0, 0, 0, .025)
    }
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar {
        width: auto;
        min-width: 100%
    }
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col {
    flex-shrink: 0
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50px;
    height: 50px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(1) .input-checkbox {
    width: 20px !important;
    height: 20px !important
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(1) .input-checkbox>i {
    font-size: 1.25rem
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(2)>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(2)>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, .075)
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(3) {
    padding: 0 .5rem;
    width: calc(100% - 375px)
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(3) {
        width: 150px
    }
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(5) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 175px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(5) .otdpb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    gap: .5rem;
    padding: 0 .5rem;
    margin-top: .5rem;
    white-space: nowrap;
    background-color: #fff;
    transition: color .2s ease, border-color .2s ease;
    border: 1px solid rgba(0, 0, 0, .075)
}

@media(hover: hover) {
    .order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(5) .otdpb-link:not(:disabled):hover {
        border-color: #1a1919;
        color: #1a1919
    }
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col:nth-child(5) .otdpb-link>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col .otd-product-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col .otd-product-name>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col .otd-product-name>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    position: relative;
    padding-left: 10px
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col .otd-product-name>ul>li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 4px;
    height: 2px;
    background: #999
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col .otd-product-name>ul>li>span {
    color: #999;
    font-size: .7rem
}

.order-tracking-details-wrapper .otd-products .otdp-bar-wrapper .otdp-bar .otdpb-col .otd-product-name>ul>li>span:nth-child(1) {
    font-weight: 700
}

.order-tracking-details-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a1919;
    outline: none;
    color: #fff;
    background-color: #1a1919;
    font-size: .9rem;
    height: 40px;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .2s ease;
    flex-shrink: 0;
    margin-top: 1rem
}

@media(hover: hover) {
    .order-tracking-details-wrapper>button:not(:disabled):hover {
        opacity: .75
    }
}

.order-tracking-details-wrapper>button:active {
    opacity: .75
}

@media(max-width: 767px) {
    .order-tracking-details-wrapper>button {
        width: 100%
    }
}

.terms-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem;
    gap: .5rem
}

.terms-accordion .ta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.terms-accordion .ta-item>button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: .5rem 1rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .075);
    position: relative;
    min-height: 40px
}

.terms-accordion .ta-item>button>span {
    color: #444;
    font-weight: 600;
    font-size: .9rem;
    transition: color .2s ease
}

.terms-accordion .ta-item>button::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    font-family: bootstrap-icons;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    top: calc(20px - .75rem);
    right: calc(20px - .75rem);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.terms-accordion .ta-item>button[aria-expanded=true]>span {
    color: #1a1919
}

@media(hover: hover) {
    .terms-accordion .ta-item>button:hover:not([aria-expanded=true])>span {
        color: #1a1919
    }
}

.terms-accordion .ta-item>button::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    font-family: bootstrap-icons;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    top: calc(20px - .75rem);
    right: calc(20px - .75rem);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg)
}

.terms-accordion .ta-item>button[aria-expanded=false]::after {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg)
}

.terms-accordion .ta-item>button[aria-expanded=false]::before {
    opacity: 1;
    visibility: visible;
    transform: rotate(0)
}

.terms-accordion .ta-item>div {
    border: 1px solid rgba(0, 0, 0, .075);
    border-top: none;
    width: 100%
}

.terms-accordion .ta-item>div>div {
    width: 100%;
    padding: 1rem;
    font-size: .8rem;
    line-height: 1.125
}

@media(max-width: 2159px) {
    .information-blog .main-breadcrumb {
        max-width: 1400px !important
    }
}

@media(max-width: 2159px) {
    .information-blog .information-blog-container {
        max-width: 1400px !important
    }
}

.information-blog .information-blog-container .blog-section-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 500px;
    gap: 3rem;
    padding: 2rem 0
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper {
        padding: 1rem 0;
        flex-direction: column;
        gap: 1rem
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 375px - 1rem);
    gap: 2rem
}

@media(max-width: 1199px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline {
        width: calc(100% - 250px - 1rem)
    }
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline {
        width: 100%
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card {
    width: calc(50% - 1rem)
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card {
        width: 100%
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper {
        align-items: center;
        padding: 1.5rem 1rem
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination-description {
    font-size: .8rem;
    color: #999
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination-description {
        text-align: center
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin: .5rem 0 1rem;
    padding: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    pointer-events: all;
    width: 100%
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination {
        justify-content: center;
        flex-wrap: wrap
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(0, 0, 0, .075);
    font-size: .9rem;
    transition: border-color .2s ease
}

@media(hover: hover) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li:not(.active):hover {
        border-color: #1a1919
    }
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li:not(.active):hover>a {
        color: #1a1919
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li.active {
    border-color: #1a1919
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li.active>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1a1919;
    color: #fff
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li.active>span>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #444;
    transition: color .2s ease
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li>a>i {
    display: flex;
    align-items: center;
    justify-content: center
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 375px;
    max-height: calc(100dvh - 50px - 1.5rem);
    position: sticky;
    top: 2rem
}

@media(max-width: 1199px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-sidebar {
        width: 250px
    }
}

@media(min-width: 992px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-sidebar {
        overflow-y: auto;
        scrollbar-width: none
    }
    .information-blog .information-blog-container .blog-section-wrapper .blog-sidebar::-webkit-scrollbar {
        width: 0
    }
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-sidebar {
        width: 100%
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 500
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-header>span {
    font-size: 1.25rem;
    position: relative;
    color: #19223b
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content {
    width: 100%
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem;
    padding: 0
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem;
    background: #fff
}

@media(hover: hover) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box:hover .bsbcb-image {
        border-color: #1a1919
    }
    .information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box:hover .bsbcb-header>span {
        color: #1a1919
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, .075);
    width: 80px;
    height: 60px;
    transition: border-color .2s ease;
    overflow: hidden
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - .5rem - 80px);
    gap: .25rem
}

.information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box .bsbcb-header>span {
    color: #19223b;
    line-height: 1.25;
    font-size: .9rem;
    font-weight: 500;
    transition: color .2s ease
}

.information-blog-single-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 2rem 0
}

@media(max-width: 2159px) {
    .information-blog-single-container {
        max-width: 1400px !important
    }
}

.information-blog-single-container .return-to-blog {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2rem
}

.information-blog-single-container .return-to-blog>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    font-weight: 700;
    color: #19223b;
    transition: color .2s ease
}

@media(hover: hover) {
    .information-blog-single-container .return-to-blog>a:hover {
        color: #1a1919
    }
}

.information-blog-single-container .blog-hero-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.information-blog-single-container .blog-hero-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%)
}

.information-blog-single-container .blog-hero-wrapper>img {
    width: 100%;
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover
}

.information-blog-single-container .blog-hero-wrapper>h1 {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 1rem;
    max-width: 65%;
    font-size: 1.5rem
}

@media(max-width: 991px) {
    .information-blog-single-container .blog-hero-wrapper>h1 {
        max-width: initial
    }
}

@media(max-width: 767px) {
    .information-blog-single-container .blog-hero-wrapper>h1 {
        font-size: 1.25rem
    }
}

.information-blog-single-container .blog-hero-wrapper .reading-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    padding-left: .25rem;
    padding-right: .7rem;
    border-radius: 2rem;
    font-size: .8rem;
    height: 26px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: hsla(0, 0%, 100%, .75);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.information-blog-single-container .blog-hero-wrapper .reading-time>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem
}

.information-blog-single-container .blog-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem
}

.information-blog-single-container .blog-content-wrapper .blog-content {
    width: 100%;
    font-size: .9rem
}

.information-blog-single-container .blog-content-wrapper .blog-content p {
    margin: initial !important
}

.information-blog-single-container .blog-content-wrapper .blog-content ul {
    list-style: initial !important;
    padding: initial !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding-left: 2rem !important
}

.information-blog-single-container .blog-navigation-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

@media(max-width: 991px) {
    .information-blog-single-container .blog-navigation-wrapper {
        flex-direction: column;
        justify-content: flex-start
    }
}

@media(max-width: 991px) {
    .information-blog-single-container .blog-navigation-wrapper .blog-navigation {
        width: 100%
    }
    .information-blog-single-container .blog-navigation-wrapper .blog-navigation:not(:last-child) {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
}

@media(hover: hover) {
    .information-blog-single-container .blog-navigation-wrapper .blog-navigation:hover .nav-post-image {
        border-color: #1a1919
    }
    .information-blog-single-container .blog-navigation-wrapper .blog-navigation:hover .nav-post-image::before,
    .information-blog-single-container .blog-navigation-wrapper .blog-navigation:hover .nav-post-image::after {
        opacity: 1;
        visibility: visible
    }
    .information-blog-single-container .blog-navigation-wrapper .blog-navigation:hover .nav-post-text .npt-title>span {
        color: #1a1919
    }
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: border-color .2s ease
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(213, 151, 55, .125);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-image::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "bootstrap-icons";
    color: #fff;
    font-size: 2rem;
    position: absolute;
    inset: 0;
    background-color: rgba(213, 151, 55, .25);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    text-shadow: 2px 2px 4px #000
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100% - 100px - .5rem);
    gap: .25rem
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-text .npt-title>span {
    font-weight: 700;
    position: relative;
    color: #19223b;
    transition: color .2s ease
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation>a .nav-post-text .npt-desc>span {
    font-size: .85rem;
    max-width: 225px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    line-height: 1.25;
    font-weight: 500
}

@media(max-width: 991px) {
    .information-blog-single-container .blog-navigation-wrapper .blog-navigation.bn-prev>a {
        flex-direction: row-reverse
    }
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation.bn-prev>a .nav-post-image::after {
    content: ""
}

.information-blog-single-container .blog-navigation-wrapper .blog-navigation.bn-next>a .nav-post-image::after {
    content: ""
}

.information-blog-single-container .blog-subinfo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    gap: 1rem
}

.information-blog-single-container .blog-divider {
    width: 100%;
    position: relative;
    height: 75px
}

.information-blog-single-container .blog-divider>span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 1rem;
    font-style: normal !important;
    color: rgba(0, 0, 0, .5);
    background-color: #fff;
    z-index: 1;
    padding: 1rem
}

.information-blog-single-container .blog-divider>span>em {
    color: #1a1919;
    font-style: normal
}

.information-blog-single-container .blog-divider>hr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    margin: 0
}

.blog-post-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    overflow: hidden;
    gap: 2rem;
    box-shadow: rgba(0, 0, 0, .125) 0px 1px 5px;
    padding: 1rem
}

@media(hover: hover) {
    .blog-post-card:hover .bpc-image {
        border-color: #1a1919
    }
    .blog-post-card:hover .bpc-image>a>img {
        transform: scale(1.05) translateX(0)
    }
}

.blog-post-card .bpc-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .075);
    transition: border-color .2s ease
}

.blog-post-card .bpc-image>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    overflow: hidden
}

@media(max-width: 767px) {
    .blog-post-card .bpc-image>a {
        height: 180px
    }
}

.blog-post-card .bpc-image>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s ease
}

.blog-post-card .bpc-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative
}

.blog-post-card .bpc-divider::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #1a1919;
    z-index: 1;
    position: relative
}

@media(max-width: 991px) {
    .blog-post-card .bpc-divider::before {
        width: 20%
    }
}

.blog-post-card .bpc-divider::after {
    content: "";
    width: 9px;
    height: 9px;
    background: #1a1919;
    display: inline-block;
    border: 2px solid #1a1919;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -1px);
    z-index: 2
}

.blog-post-card .bpc-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width: 991px) {
    .blog-post-card .bpc-content {
        padding: .75rem
    }
}

.blog-post-card .bpc-content .bpc-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.blog-post-card .bpc-content .bpc-title>h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 1rem
}

.blog-post-card .bpc-content .bpc-title>h2>a {
    color: #19223b;
    transition: color .2s ease
}

@media(hover: hover) {
    .blog-post-card .bpc-content .bpc-title>h2>a:hover {
        color: #1a1919
    }
}

.blog-post-card .bpc-content .bpc-excerpt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 767px) {
    .blog-post-card .bpc-content .bpc-excerpt {
        margin-top: .75rem !important
    }
}

.blog-post-card .bpc-content .bpc-excerpt>p {
    font-size: .9rem;
    line-height: 1.33;
    margin-bottom: .5rem
}

.blog-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 3rem 0;
    overflow: hidden
}

@media(max-width: 991px) {
    .blog-slider-wrapper {
        padding: 1.5rem 0
    }
}

.blog-slider-wrapper .blog-slider-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

@media(max-width: 767px) {
    .blog-slider-wrapper .blog-slider-container {
        padding: 0
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 2rem
}

@media(max-width: 767px) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-header {
        margin-bottom: 1rem
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-header>h3 {
    /* font-family: "Cinzel", serif; */
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 1;
    padding: 0 .5rem;
    width: 100%;
    color: #1a1919
}

@media(max-width: 767px) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-header>h3 {
        font-size: 1.5rem;
        padding-left: 1rem
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-header>span {
    /* font-family: "Cinzel", serif; */
    text-transform: uppercase;
    opacity: .05;
    font-size: 3.5rem;
    z-index: 0;
    letter-spacing: .25rem;
    position: absolute;
    top: 1.15rem;
    right: 0;
    white-space: nowrap;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width: 991px) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-header>span {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        opacity: .025
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-header>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #19223b;
    gap: .5rem;
    transition: color .2s ease
}

.blog-slider-wrapper .blog-slider-container .blog-slider-header>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    transition: transform .2s ease
}

@media(hover: hover) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-header>a:hover {
        color: #1a1919
    }
    .blog-slider-wrapper .blog-slider-container .blog-slider-header>a:hover>i {
        transform: translateX(0.25rem)
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content {
    width: 100%
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: clip;
    overflow-clip-margin: 10px
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper {
    width: 100%;
    align-items: stretch
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide {
    padding: .5rem;
    height: auto
}

@media(max-width: 767px) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide {
        padding: 0
    }
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card {
        border: 1px solid rgba(0, 0, 0, .075);
        box-shadow: none;
        border-left: none
    }
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card .bpc-content .bpc-title>h2 {
        font-size: 1rem;
        margin-bottom: .75rem
    }
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card .bpc-content .bpc-excerpt {
        display: -webkit-box;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0 !important
    }
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card .bpc-divider::before {
        width: 50%
    }
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide:first-child .blog-post-card {
        border-left: 1px solid rgba(0, 0, 0, .075)
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 100%
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .swiper-wrapper .swiper-slide .blog-post-card>div {
    transition: opacity .2s ease, visibility .2s ease
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .05);
    width: 50px;
    height: 50px;
    transition: opacity .2s ease, visibility .2s ease
}

@media(max-width: 767px) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav {
        width: 40px;
        height: 40px
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav>i {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav.bs-prev {
    left: 0
}

@media(max-width: 767px) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav.bs-prev {
        left: .25rem
    }
}

.blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav.bs-next {
    right: 0
}

@media(max-width: 767px) {
    .blog-slider-wrapper .blog-slider-container .blog-slider-content>.swiper .bs-nav.bs-next {
        right: .25rem
    }
}


/* taşı */
header.scrolled {
    position: fixed !important;
    background: #ffffff;
    border-bottom-color: #efefef;
}
header.scrolled .so-megamenu-wrapper a {
	color: #000000;
}
header.scrolled .ht-right .hc-account>ul>li .dropdown>button>i {
    color: #000000;
}

header.scrolled .ht-right .hc-account>ul>li>button,
header.scrolled .ht-right .hc-account>ul>li>a {
    color: #000000;
}
header.scrolled .ht-container .ht-left img {
    filter: none;
}
.ht-container {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem;
}

.ht-container .ht-left {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ht-container .ht-left img {
    width: 100%;
}
.ht-container .ht-left img {
    width: 100%;
    filter: invert(1);
}
.ht-container .ht-right {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ht-container .ht-right .custom-bs-dropdown>button::after {
  display: none;
}
.ht-container .ht-right i {
    font-size: 21px !important;
}
.ht-container .ht-center {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider .mobile-banner-video {
    display: none;
}
.subcategory-name span {
    color: #000000;
}
