:root {
    --default-color: #000000;
}

@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: var(--default-color);
    color: #fff
}

::selection {
    background-color: var(--default-color);
    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: var(--default-color);
        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: var(--default-color);
    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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
}

.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: var(--default-color)
    }
}

.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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
    }
}

.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: var(--default-color)
    }
    .generic-dialog-section .generic-dialog-container .generic-dialog-wrapper .generic-dialog-body>form .social-container:not(.not-active)>a:hover>i {
        color: var(--default-color)
    }
}

@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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
    }
}

.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: var(--default-color);
        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: var(--default-color);
        color: #fff
    }
}

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

@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: var(--default-color)
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li:active>a>span {
        color: var(--default-color)
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li.active>a>i {
        color: var(--default-color)
    }
    .account-section-wrapper .account-sidebar .account-sidebar-menu>ul>li.active>a>span {
        font-weight: 600;
        color: var(--default-color)
    }
}

.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: var(--default-color)
}

.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: var(--default-color);
    font-weight: 700;
    border: 1px solid var(--default-color);
    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: var(--default-color);
        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: var(--default-color);
    font-weight: 700;
    border: 1px solid var(--default-color);
    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: var(--default-color);
        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: var(--default-color);
    font-weight: 700;
    border: 1px solid var(--default-color);
    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: var(--default-color);
        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 .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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
}

@media(hover: hover) {
    .checkout-message-wrapper a:hover {
        color: var(--default-color)
    }
}

.checkout-message-wrapper+button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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;
}

.main-loader-wrapper .loader-circle::before {
    width: 100%;
    padding-bottom: 100%;
    animation-name: pulsIn
}

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

@keyframes pulsIn {
    0% {
        opacity: 1
    }
    50%,
    100% {
        opacity: 0
    }
}

@keyframes pulsOut {
    0%,
    50% {
        opacity: 0
    }
    100% {
        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: 87vh;
}

@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: 200px;
    /* 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: 200px;
        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: var(--default-color)
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>button.main-search-button {
    border-color: var(--default-color)
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-input-wrapper.active>button.main-search-button>i {
    color: var(--default-color)
}

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

.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;
    border-radius: unset;
}

.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);
    border-radius: unset;
}

.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: var(--default-color)
    }
}

.live-search-modal-wrapper .live-search-modal .lsm-header .lsm-close-button>button:active {
    color: var(--default-color)
}

.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 var(--default-color);
    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: var(--default-color);
    color: #fff;
    width: 100%;
    height: 40px;
    white-space: nowrap;
    transition: background-color .2s ease;
    border: none;
    outline: none;
    font-size: .9rem;
    font-weight: 600
}

@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: var(--default-color)
}

@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: var(--default-color)
    }
}

.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: var(--default-color)
    }
}

.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 var(--default-color);
    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: var(--default-color)
    }
    .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: rgba(255, 255, 255, .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 #ae8444;
    font-weight: 600;
    color: #ae8444;
    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: var(--default-color);
    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: var(--default-color)
    }
}

.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: var(--default-color)
}

.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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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: var(--default-color);
    border-color: var(--default-color)
}

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

@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);
        right: 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
}

@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
    }
}

*,
*::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: "Montserrat", 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;
    background-color: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .1s ease;
    max-width: 345px !important;
    border: 1px solid #eee;
}

/* .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, var(--default-color), 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, var(--default-color));
    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, var(--default-color));
    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, var(--default-color), 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%
}

.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%;
    aspect-ratio: 1
}

@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: var(--default-color)
    }
}

@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: var(--default-color)
    }
}

.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: rgba(255, 255, 255, .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: var(--default-color);
    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: 39px;
    height: 40px;
    background-image: linear-gradient(to bottom, rgb(145 110 55) 0%, rgb(183 143 82) 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: #b68e51 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: rgba(255, 255, 255, .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: #000000;
    }
    .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: var(--default-color)
    }
    .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 .pcm-badge.pcmb-sameday-shipping {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-color);
    padding: .25rem .5rem;
    gap: .5rem;
    width: 100%
}

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

.product-card .pc-middle .pcm-badge.pcmb-sameday-shipping .pcmbss-text {
    text-align: center
}

.product-card .pc-middle .pcm-badge.pcmb-sameday-shipping .pcmbss-text>span {
    font-weight: 700;
    font-size: .65rem;
    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;
}

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

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

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

.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.125;
    text-align: center
}

.product-card .pc-bottom .pc-product-name>a>span:nth-child(1) {
    color: #111;
    font-size: .9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

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

.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;
    padding-bottom: .5rem;
}

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

@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: .9rem;
}

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

.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: .95rem;
}

.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: var(--default-color);
    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: var(--default-color);
    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%;
    padding: 3rem 0;
    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: "Montserrat", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 1;
    padding: 0 .5rem;
    width: 100%;
    color: var(--default-color);
    text-align: center;
}

.product-slider-wrapper .product-slider-container .product-slider-header>span {
    font-family: "Montserrat", sans-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: var(--default-color);
    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: var(--default-color)
    }
    .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;
    overflow-clip-margin: 10px
}

.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: .5rem;
    height: auto
}

@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: var(--default-color)
    }
}

.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%;
    background-color: #f2f2f2;
    overflow: hidden
}

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

.new-arrivals-content::before {
    /* content: ""; */
    position: absolute;
    z-index: -1;
    /* inset: 0; */
    /* background-image: url(../../../image/bg/na-bg.webp); */
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: .05
}

@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%;
    margin: 0;
    padding: 0;
}

@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: var(--default-color);
    z-index: -2
}

.new-arrivals-content .na-container .na-header>h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 1rem;
    margin: 0;
    isolation: isolate;
    position: relative;
    z-index: 1;
    color: var(--default-color)
}

.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;
    flex-wrap: wrap;
    width: calc(100% - 3rem);
    gap: 3rem;
    padding: 1rem 0;
    background-color: #fff;
    justify-content: center;
}

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

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

@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: calc(50% - 1rem);
        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 {
        /* content: ""; */
        position: absolute;
        inset: -0.5rem;
        pointer-events: none;
        /* border: 1px solid rgba(0, 0, 0, .075); */
    }
    .new-arrivals-content .na-container .na-pc-wrapper .product-card::after {
        /* content: ""; */
        position: absolute;
        inset: -1rem;
        pointer-events: none;
        border: 1px solid rgba(0, 0, 0, .075);
        transition: border-color .2s ease, box-shadow .2s ease, transform .1s ease;
    }
}

.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-top: 3rem
}

.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%;
    margin-top: 1rem;
    padding: 3rem 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%;
    gap: 4rem
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-header>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--default-color);
    margin: 0;
    text-align: center;
    position: relative;
    isolation: isolate
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-header>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)
    }
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-header>h2>strong {
    font-weight: 900;
    letter-spacing: 1.5px
}

.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-header>span {
    text-align: center;
    max-width: 535px;
    line-height: 1.25
}

.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: 1rem
}

.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),
.grid-5-content .grid-5-container .grid-5-wrapper .grid-5-banner-grid>a:nth-child(2) {
    width: calc(50% - .5rem)
}

.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% - .6666666667rem)
}

@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%;
    height: 350px;
    -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: rgba(255, 255, 255, .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;
    font-weight: 300;
    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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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: var(--default-color);
    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: "Montserrat", sans-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: var(--default-color)
}

@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: "Montserrat", sans-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,
.home-account-banner,
.home-account-banner-mobile {
    width: 100%;
    height: auto
}

.home-full-width-banner>img,
.home-account-banner>img,
.home-account-banner-mobile>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: var(--default-color);
    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: var(--default-color)
    }
}

#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: var(--default-color)
}

#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 var(--default-color);
    background-color: #fff;
    color: var(--default-color);
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
    font-size: .9rem
}

@media(hover: hover) {
    #cart-panel .cp-side-panel .cpsp-wrapper .cpsp-content .empty-content-wrapper>a:hover {
        background-color: var(--default-color);
        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: var(--default-color);
    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: var(--default-color)
}

#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 var(--default-color);
    background-color: #fff;
    color: var(--default-color)
}

#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: var(--default-color);
        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: 9999;
    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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
    }
}

#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: 80vh;
    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 var(--default-color);
    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: var(--default-color);
        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-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~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 var(--default-color);
    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: var(--default-color);
    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(:has(:checked + label), :has(:disabled + label)) .input-checkbox,
    .form-check:hover:not(:has(:checked + label), :has(: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: var(--default-color)
}

.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 .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: var(--default-color)
    }
    .bf-panel-wrapper .bf-box .bf-box-content>form .bf-attr-block .bf-attr-header:hover .bf-arrow>i {
        color: var(--default-color)
    }
}

@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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color);
    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: "Montserrat", sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 1;
    padding: 0 .5rem;
    width: 100%;
    color: var(--default-color)
}

.category-showcase-content .category-showcase-container .category-showcase-header>span {
    font-family: "Montserrat", sans-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: var(--default-color)
}

.plyr .plyr__control:focus-visible,
.plyr .plyr__control:hover,
.plyr .plyr__control[aria-expanded=true] {
    --plyr-video-control-background-hover: var(--default-color)
}

.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: var(--default-color);
    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: var(--default-color)
    }
    .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: rgba(255, 255, 255, .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: var(--default-color)
    }
}

.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: var(--default-color)
    }
    .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: var(--default-color)
    }
}

.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 var(--default-color);
    background-color: var(--default-color);
    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: var(--default-color)
    }
}

.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)
    }
}

.jconfirm .jconfirm-box-container.jc-dialog .jconfirm-box {
    padding: 0 !important
}

.jconfirm .jconfirm-box-container.jc-dialog .jconfirm-box.gold-bordered {
    border: 2px solid var(--default-color);
    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: var(--default-color);
    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: var(--default-color);
    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
    }
}

body {
    font-family: "Montserrat", 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%
}

header .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--default-color)
}

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-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 1rem;
    padding: 0 1rem;
    padding-left: .5rem
}

@media(max-width: 991px) {
    header .header-top .ht-container .ht-left {
        display: none
    }
}

header .header-top .ht-container .ht-left>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    list-style: none
}

header .header-top .ht-container .ht-left>ul>li {
    height: 100%;
    position: relative
}

@media(min-width: 768px) {
    header .header-top .ht-container .ht-left>ul>li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(-0.75rem - 2px);
        width: 4px;
        height: 4px;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, .5);
        border-radius: 50%
    }
}

header .header-top .ht-container .ht-left>ul>li .promo-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    white-space: nowrap;
    color: #fff;
    font-size: .8rem;
    gap: .5rem
}

header .header-top .ht-container .ht-left>ul>li .promo-text>i {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 1365px) {
    header .header-top .ht-container .ht-left>ul>li:nth-last-child(2)::after {
        display: none
    }
    header .header-top .ht-container .ht-left>ul>li:last-child {
        display: none
    }
}

header .header-top .ht-container .ht-left .ht-marquee-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: 100%;
    color: #fff;
    font-size: .8rem;
    overflow: hidden
}

header .header-top .ht-container .ht-left .ht-marquee-wrapper>i {
    display: flex;
    align-items: center;
    justify-content: center
}

header .header-top .ht-container .ht-left .ht-marquee-wrapper .swiper {
    height: 100%
}

header .header-top .ht-container .ht-left .ht-marquee-wrapper .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

header .header-top .ht-container .ht-left .ht-marquee-wrapper .swiper .swiper-slide>span {
    letter-spacing: 1px
}

header .header-top .ht-container .ht-left .ht-marquee-wrapper .swiper .swiper-slide .swiper-slide-shadow-top,
header .header-top .ht-container .ht-left .ht-marquee-wrapper .swiper .swiper-slide .swiper-slide-shadow-bottom {
    display: none
}

header .header-top .ht-container .ht-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 1rem;
    padding: 0 1rem;
    padding-right: .5rem
}

@media(max-width: 991px) {
    header .header-top .ht-container .ht-right {
        width: 100%;
        justify-content: center
    }
}

@media(max-width: 767px) {
    header .header-top .ht-container .ht-right {
        padding: 0 .5rem
    }
    header .header-top .ht-container .ht-right.logged>ul>li {
        width: calc(25% - .375rem)
    }
    header .header-top .ht-container .ht-right:not(.logged)>ul>li {
        width: calc(20% - .4rem)
    }
}

header .header-top .ht-container .ht-right>ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    list-style: none
}

@media(max-width: 767px) {
    header .header-top .ht-container .ht-right>ul {
        width: 100%;
        justify-content: center;
        gap: .5rem;
        padding: .5rem 0
    }
}

header .header-top .ht-container .ht-right>ul>li {
    position: relative
}

@media(min-width: 768px) {
    header .header-top .ht-container .ht-right>ul>li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(-0.75rem - 2px);
        width: 4px;
        height: 4px;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, .5);
        border-radius: 50%
    }
}

@media(max-width: 767px) {
    header .header-top .ht-container .ht-right>ul>li {
        text-align: center
    }
}

header .header-top .ht-container .ht-right>ul>li .promo-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    white-space: nowrap;
    color: #fff;
    font-size: .8rem;
    gap: .5rem
}

header .header-top .ht-container .ht-right>ul>li .promo-text>i {
    display: flex;
    align-items: center;
    justify-content: center
}

header .header-top .ht-container .ht-right>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    font-size: .8rem;
    gap: .5rem;
    color: #fff
}

@media(max-width: 767px) {
    header .header-top .ht-container .ht-right>ul>li>a {
        justify-content: center
    }
}

@media(max-width: 767px) {
    header .header-top .ht-container .ht-right>ul>li>a {
        padding: .5rem;
        background-color: rgba(255, 255, 255, .075)
    }
    header .header-top .ht-container .ht-right>ul>li>a:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(-0.75rem - 2px);
        width: 4px;
        height: 4px;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, .5);
        border-radius: 50%
    }
}

@media(hover: hover) {
    header .header-top .ht-container .ht-right>ul>li>a:hover {
        text-decoration: underline !important
    }
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 1rem;
    padding-left: 1rem
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .currency-form-wrapper,
header .header-top .ht-container .ht-right .ht-site-settings-wrapper .language-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .currency-form-wrapper>form,
header .header-top .ht-container .ht-right .ht-site-settings-wrapper .language-form-wrapper>form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .currency-form-wrapper>form>div,
header .header-top .ht-container .ht-right .ht-site-settings-wrapper .language-form-wrapper>form>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .currency-form-wrapper>form>div>button,
header .header-top .ht-container .ht-right .ht-site-settings-wrapper .language-form-wrapper>form>div>button {
    height: 100%
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .dropdown>button>span {
    font-size: .8rem;
    color: #fff
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .dropdown>button::after {
    color: #fff
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .dropdown>ul {
    left: 50% !important;
    min-width: auto;
    transform: translateX(-50%) !important;
    border: 1px solid var(--default-color);
    border-top: none;
    background-color: #fff
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .dropdown>ul>li:not(:last-child) {
    border-bottom: 1px solid var(--default-color)
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .dropdown>ul>li>button {
    padding: 0;
    white-space: nowrap;
    height: 30px;
    padding: 0 .5rem
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .dropdown>ul>li>button.active>span {
    font-weight: 700
}

header .header-top .ht-container .ht-right .ht-site-settings-wrapper .dropdown>ul>li>button>span {
    font-size: .8rem
}

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: var(--default-color);
    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: var(--default-color)
    }
}

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: space-between;
    }
}

@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: 70%;
    /* 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: var(--default-color)
    }
    header .header-center .hc-wrapper .hc-middle .hc-middle-container .hcm-menu:active>button {
        color: var(--default-color)
    }
    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: var(--default-color);
        color: var(--default-color)
    }
}

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: var(--default-color);
    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: var(--default-color)
    }
}

header .header-center .hc-wrapper .hc-account {
    display: flex;
    align-items: stretch;
    justify-content: flex-end
}

@media(min-width: 1376px) {
    header .header-center .hc-wrapper .hc-account {
        width: calc(50% - 300px);
    }
}

@media(max-width: 1375px) {
    header .header-center .hc-wrapper .hc-account {
        width: calc(100% - 675px)
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-account {
        width: calc(100% - 200px);
        order: 2
    }
}

@media(max-width: 767px) {
    header .header-center .hc-wrapper .hc-account {
        display: none
    }
}

header .header-center .hc-wrapper .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 .header-center .hc-wrapper .hc-account>ul {
        justify-content: flex-end
    }
}

header .header-center .hc-wrapper .hc-account>ul>li {
    display: flex;
    align-items: stretch;
    justify-content: center
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown {
    display: flex;
    align-items: center;
    justify-content: center
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button:not(.logged) {
    align-items: flex-start
}

@media(max-width: 1279px) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button {
        flex-direction: column;
        align-items: center !important;
        padding-right: 1.3rem;
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button {
        flex-direction: row
    }
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button.active>i {
    color: var(--default-color)
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button.active>i::before {
    content: ""
}

@media(hover: hover) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button:not(.active):hover>i {
        color: #020202;
    }
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button:not(.active):hover>i::before {
        content: ""
    }
}

@media(max-width: 1279px) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button::after {
        position: absolute;
        right: 0;
        top: 50%
    }
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button[aria-expanded=false]::after {
        transform: translateY(-50%) rotate(0);
        font-size: .8rem;
    }
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button[aria-expanded=true]::after {
        transform: translateY(-50%) rotate(-180deg)
    }
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: color .2s ease;
    color: #444
}

header .header-center .hc-wrapper .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 .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
    font-size: .8rem;
    font-weight: 700
}

@media(max-width: 1279px) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
        font-weight: 400;
        font-size: .75rem;
    }
}

@media(max-width: 1023px) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
        display: none
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>div>span:nth-child(1) {
        display: initial
    }
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>div>span:nth-child(2) {
    color: #7c8989;
    font-size: .7rem
}

@media(max-width: 1279px) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>div>span:nth-child(2) {
        display: none
    }
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown>button>span {
    font-size: .8rem
}

header .header-center .hc-wrapper .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 .header-center .hc-wrapper .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 .header-center .hc-wrapper .hc-account>ul>li .dropdown>ul>li {
    width: 100%
}

header .header-center .hc-wrapper .hc-account>ul>li .dropdown>ul>li.seperator {
    border-top: 1px solid rgba(0, 0, 0, .075);
    margin: .75rem 0
}

header .header-center .hc-wrapper .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 .header-center .hc-wrapper .hc-account>ul>li .dropdown>ul>li>a.initial-active {
    color: #444
}

@media(hover: hover) {
    header .header-center .hc-wrapper .hc-account>ul>li .dropdown>ul>li>a:hover {
        color: #444
    }
}

header .header-center .hc-wrapper .hc-account>ul>li>button,
header .header-center .hc-wrapper .hc-account>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: none;
    outline: 0;
    color: #444;
    background-color: #fff
}

@media(max-width: 1279px) {
    header .header-center .hc-wrapper .hc-account>ul>li>button,
    header .header-center .hc-wrapper .hc-account>ul>li>a {
        flex-direction: column
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-account>ul>li>button,
    header .header-center .hc-wrapper .hc-account>ul>li>a {
        flex-direction: row
    }
}

@media(hover: hover) {
    header .header-center .hc-wrapper .hc-account>ul>li>button.header-favorite-button:hover>i,
    header .header-center .hc-wrapper .hc-account>ul>li>a.header-favorite-button:hover>i {
        color: #98002e
    }
    header .header-center .hc-wrapper .hc-account>ul>li>button.header-favorite-button:hover>i::before,
    header .header-center .hc-wrapper .hc-account>ul>li>a.header-favorite-button:hover>i::before {
        content: ""
    }
    header .header-center .hc-wrapper .hc-account>ul>li>button.header-favorite-button:hover>em,
    header .header-center .hc-wrapper .hc-account>ul>li>a.header-favorite-button:hover>em {
        color: #fff
    }
}

header .header-center .hc-wrapper .hc-account>ul>li>button>i,
header .header-center .hc-wrapper .hc-account>ul>li>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: color .2s ease
}

header .header-center .hc-wrapper .hc-account>ul>li>button>span,
header .header-center .hc-wrapper .hc-account>ul>li>a>span {
    font-size: .75rem;
}

@media(max-width: 1023px) {
    header .header-center .hc-wrapper .hc-account>ul>li>button>span,
    header .header-center .hc-wrapper .hc-account>ul>li>a>span {
        display: none
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-account>ul>li>button>span,
    header .header-center .hc-wrapper .hc-account>ul>li>a>span {
        display: initial
    }
}

header .header-center .hc-wrapper .hc-account>ul>li .header-favorite-button {
    position: relative
}

header .header-center .hc-wrapper .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 .header-center .hc-wrapper .hc-account>ul>li .header-favorite-button>em {
        left: calc(1.75rem - 5px);
        top: calc(50% - 15px)
    }
}

@media(max-width: 1023px) {
    header .header-center .hc-wrapper .hc-account>ul>li .header-favorite-button>em {
        left: calc(.5rem - 5px);
        top: calc(50% - 2px)
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-account>ul>li .header-favorite-button>em {
        left: calc(.5rem - 6px);
        top: calc(50% - 2px)
    }
}

header .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button {
    position: relative
}

@media(max-width: 1023px) {
    header .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button {
        transform: translateY(-4px);
        background-color: rgba(0, 0, 0, 0)
    }
}

header .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button>em {
    position: absolute;
    left: 0.3rem;
    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 .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button>em {
        left: calc(1.75rem - 10px);
        top: calc(50% - 11px)
    }
}

@media(max-width: 1023px) {
    header .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button>em {
        left: calc(1.25rem - 12px);
        top: calc(50% + 3px)
    }
}

@media(max-width: 991px) {
    header .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button>em {
        left: .5rem;
        top: calc(50% + 3px)
    }
}

@media(hover: hover) {
    header .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button:hover>i {
        color: #c09757;
    }
    header .header-center .hc-wrapper .hc-account>ul>li .cart-panel-button:hover>i::before {
        content: ""
    }
    header .header-center .hc-wrapper .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: rgba(255, 255, 255, .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%;
    background: #f4f4f4;
}

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-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33.333%;
    gap: 2rem
}

@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;
    font-size: .9rem;
}

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: var(--default-color)
    }
}

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: var(--default-color)
    }
}

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-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;
    font-size: .9rem;
}

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: .8rem;
    }
}

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: center;
    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%;
    font-size: .85rem;
}

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;
    font-size: .85rem;
}

@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: var(--default-color)
    }
}

footer .f-top .ft-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background-color: #fff;
    padding: 4rem 0 3rem;
    border-top: 1px solid rgba(0, 0, 0, .075);
}

@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: var(--default-color)
    }
    footer .f-top .ft-nav .ft-nav-container .ft-nav-wrapper .ft-nav-col.expanded .ftnc-header .expand-footer-menu>i {
        color: var(--default-color)
    }
    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: .8rem;
    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: #000000;
    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: #000000;
    }
    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-payment-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: 4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 0;
    /* border-top: 1px solid rgba(0, 0, 0, .075); */
    /* margin-top: 4rem; */
}

@media(max-width: 991px) {
    footer .f-top .ft-nav .ft-payment-logos {
        padding: 2.5rem
    }
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-payment-logos {
        padding: 1rem
    }
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 1rem
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .payment-infra-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .payment-infra-wrapper>li {
    flex-shrink: 0
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .payment-infra-wrapper>li:not(:last-child) {
    position: relative;
    margin-right: .5rem;
    padding-right: .5rem
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .payment-infra-wrapper>li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 75%;
    background-color: rgba(0, 0, 0, .125)
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .payment-infra-wrapper>li:nth-child(2)>img {
    height: 40px;
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .payment-infra-wrapper>li>img {
    height: 30px;
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper>p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .25rem;
    margin-bottom: 0
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper>p {
        width: 200px;
        text-align: center;
        text-wrap: balance
    }
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper>p>i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2ec94d
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper>p>i {
        width: 32px;
        height: 32px;
        font-size: 1.25rem
    }
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper>p>span {
    display: inline-block;
    font-size: .75rem;
    text-align: center;
    color: #999
}

@media(max-width: 767px) {
    footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper>p>span {
        width: calc(100% - .5rem - 32px)
    }
}

footer .f-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background: #f2f2f2;
    padding: 1.5rem 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: .9rem;
    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 .f-bottom .fb-container .fb-legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

footer .f-bottom .fb-container .fb-legal>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none
}

footer .f-bottom .fb-container .fb-legal>ul>li:not(:last-child) {
    position: relative
}

footer .f-bottom .fb-container .fb-legal>ul>li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-0.5rem - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #b7b7b7
}

footer .f-bottom .fb-container .fb-legal>ul>li>a {
    color: #444;
    font-weight: 600;
    font-size: .8rem
}

footer .f-bottom .fb-container .fb-cert-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    padding-bottom: 1rem
}

footer .f-bottom .fb-container .fb-cert-wrapper>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

footer .f-bottom .fb-container .fb-cert-wrapper>ul>li:first-child>img {
    padding: 1rem
}

footer .f-bottom .fb-container .fb-cert-wrapper>ul>li>img {
    width: 200px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 767px) {
    footer .f-bottom .fb-container .fb-cert-wrapper>ul>li>img {
        width: 165px
    }
}

footer .f-bottom .fb-container .fb-cert-wrapper>small {
    max-width: 440px;
    font-size: .7rem;
    color: #777;
    text-align: center;
    padding: 0 .5rem;
    text-wrap: pretty
}

footer .f-bottom .fb-container .fb-payment-bank-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

footer .f-bottom .fb-container .fb-payment-bank-icons .bank-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .25rem;
    padding: 0;
    margin: 0;
    list-style: none
}

footer .f-bottom .fb-container .fb-payment-bank-icons .bank-icons>li {
    border: 1px solid rgba(0, 0, 0, .075);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 35px;
    padding: 0 .5rem;
    background-color: #fff
}

footer .f-bottom .fb-container .fb-payment-bank-icons .bank-icons>li>img {
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

footer .f-bottom .fb-container .fb-payment-bank-icons .payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    padding: 0;
    margin: 0;
    list-style: none
}

footer .f-bottom .fb-container .fb-payment-bank-icons .payment-icons>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    padding: .5rem 0;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .075)
}

footer .f-bottom .fb-container .fb-payment-bank-icons .payment-icons>li>img {
    height: 20px
}

.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: 9997
    }
    .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: var(--default-color);
        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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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
}

.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: .5rem
}

.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: var(--default-color);
    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: 40%;
    padding-top: 1rem;
    padding-right: 1rem;
    position: sticky;
    top: 0;
    padding-bottom: calc(120px + 1.5rem)
}

@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: var(--default-color);
    --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: var(--default-color)
    }
    .product-section-wrapper .product-thumb-section .product-image-carousel .has-video-badge>button:hover>i {
        color: var(--default-color)
    }
}

.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: var(--default-color);
    --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; */
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 60%;
    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: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: .975;
    color: var(--default-color);
    margin: 0
}

.product-section-wrapper .product-description-section .pd-name>h1>a {
    color: var(--default-color);
    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: 17px;
    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: var(--default-color)
}

.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: var(--default-color);
    transition: color .2s ease
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-categories>ul>li>span a:hover {
        color: var(--default-color)
    }
}

.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: var(--default-color);
    transition: color .2s ease
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-categories>ul>li>ul>li>a:hover {
        color: var(--default-color)
    }
}

.product-section-wrapper .product-description-section .pd-price-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    /* width: 100%; */
    margin: 1rem 0;
    margin-top: 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: var(--default-color);
    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: 100%;
    /* border: 1px solid rgba(0, 0, 0, .075); */
    padding: .5rem;
    gap: .25rem;
    padding-left: 0;
}

.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: 1.2rem;
    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.5rem;
    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: var(--default-color);
    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: 20px;
    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: var(--default-color)
    }
}

.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: var(--default-color);
    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-share-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 1rem
}

@media(max-width: 767px) {
    .product-section-wrapper .product-description-section .pd-share-wrapper {
        justify-content: flex-start;
        width: 100%
    }
}

.product-section-wrapper .product-description-section .pd-share-wrapper>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    gap: .5rem;
    padding: 0;
    font-size: .8rem;
    color: #444;
    border-radius: 0;
    padding: .5rem
}

.product-section-wrapper .product-description-section .pd-share-wrapper>button>i {
    font-size: 1.125rem
}

.product-section-wrapper .product-description-section .pd-share-wrapper>button::after {
    content: "";
    font-family: bootstrap-icons;
    transition: transform .2s ease;
    border: none
}

.product-section-wrapper .product-description-section .pd-share-wrapper>button[aria-expanded=true]::after {
    transform: rotate(-180deg)
}

.product-section-wrapper .product-description-section .pd-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: 767px) {
    .product-section-wrapper .product-description-section .pd-share-wrapper>ul {
        left: -1px !important;
        right: -1px !important;
        width: calc(100% + 2px) !important;
        max-width: initial
    }
}

.product-section-wrapper .product-description-section .pd-share-wrapper>ul.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.product-section-wrapper .product-description-section .pd-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-share-wrapper>ul>li>hr {
    width: 100%
}

.product-section-wrapper .product-description-section .pd-share-wrapper>ul>li>p {
    margin: 0;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.product-section-wrapper .product-description-section .pd-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-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-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-share-wrapper>ul>li .copy-share-wrapper>button:disabled {
    cursor: default !important;
    opacity: 1 !important
}

.product-section-wrapper .product-description-section .pd-share-wrapper>ul>li .copy-share-wrapper>button>i {
    display: none
}

.product-section-wrapper .product-description-section .pd-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-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;
    float: left;
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(147deg, #b68948 0%, #886a35 74%);
    color: #fff;
    padding: .5rem 1rem;
    gap: .25rem
}

.product-section-wrapper .product-description-section .pd-discount-wrapper .pdp-discount>span {
    font-size: .9rem;
    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: var(--default-color)
    }
}

.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: var(--default-color)
    }
    .product-section-wrapper .product-description-section>form .pd-option-section .ring-text-icon-button:hover>span {
        color: var(--default-color)
    }
}

.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;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: .5rem
}

.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: 100%;
    gap: .5rem
}

.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: var(--default-color);
        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: calc(100% - 1rem - 190px)
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-cart-button.out-of-stock {
    width: calc(100% - .5rem - 40px)
}

.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 #e2bc7b;
    background-color: #e2bc7b;
    color: #000000;
}

@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-top .pdc-fav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-fav-button>button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 40px;
    height: 40px;
    gap: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease;
    font-size: .9rem;
    white-space: nowrap;
    color: var(--default-color);
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--default-color)
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-fav-button>button>i {
    font-size: 1.25rem
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-fav-button>button:not(:disabled):active>i::before {
    content: ""
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-top .pdc-fav-button>button:not(:disabled):hover>i::before {
        content: ""
    }
}

.product-section-wrapper .product-description-section>form .pd-cart-section .pdc-wrapper .pdc-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    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 var(--default-color);
    background-color: #fff;
    color: var(--default-color)
}

.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 h3{
    font-size: 1.2rem;
}

.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>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-size: 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: var(--default-color)
    }
}

.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: var(--default-color)
}

@media(hover: hover) {
    .product-section-wrapper .product-description-section .pd-product-accordion .pdpa-item>button:hover:not([aria-expanded=true])>span {
        color: var(--default-color)
    }
}

.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: var(--default-color);
        color: #fff
    }
    .product-section-wrapper .product-description-section .pd-tags>ul>li>a:hover::after {
        border-left-color: var(--default-color)
    }
}

.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: "Montserrat", sans-serif;
    color: var(--default-color);
    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: var(--default-color)
}

@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: var(--default-color);
    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: var(--default-color)
}

.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 var(--default-color);
    background-color: #fff;
    color: var(--default-color)
}

@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: var(--default-color);
        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: var(--default-color)
}

.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: var(--default-color);
    --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: var(--default-color);
    --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: var(--default-color) !important;
    color: #fff;
    border: 1px solid var(--default-color) !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: var(--default-color);
        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: rgba(255, 255, 255, .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;
    display: none;
}

@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: var(--default-color)
    }
}

.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: "Montserrat", sans-serif;
    color: var(--default-color);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25
}

.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: var(--default-color)
}

.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: var(--default-color);
    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: var(--default-color)
    }
    .product-sticky-cart>form .psc-wrapper .psc-bottom .psc-option-wrapper .ring-text-icon-button:hover>span {
        color: var(--default-color)
    }
}

.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 var(--default-color);
    background-color: var(--default-color);
    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: var(--default-color);
    border: 1px solid var(--default-color);
    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 var(--default-color);
    background-color: var(--default-color);
    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: 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: 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: #000000;
}

.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: var(--default-color)
    }
}

.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: #000000;
}

.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: var(--default-color)
}

.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: rgb(0 0 0);
}

.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: #ffffff;
}

.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 #000000;
    background-color: #000000;
    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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
}

@media(hover: hover) {
    .error-section.error-404-section .error-container .error-wrapper .error-body a:hover {
        color: var(--default-color)
    }
}

@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: var(--default-color)
    }
    .account-order-accordion .aoa-item .aoai-order-header:not([data-collapsed=collapsing]):hover::after {
        color: var(--default-color)
    }
}

.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: var(--default-color);
    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: var(--default-color);
    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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color)
}

.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-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: var(--default-color);
        color: var(--default-color)
    }
}

.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 var(--default-color);
    color: var(--default-color);
    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: var(--default-color);
        color: #fff;
        background-color: var(--default-color)
    }
}

.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: var(--default-color)
    }
    .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
    }
}

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

@media(max-width: 991px) {
    .information-information .information-information-container {
        max-width: initial;
        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: var(--default-color)
    }
}

.information-information .information-information-container .information-section-wrapper .information-sidebar>ul>li.active>a {
    background-color: var(--default-color);
    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: var(--default-color)
}

.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: var(--default-color);
    font-weight: 700;
    border: 1px solid var(--default-color);
    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: var(--default-color);
        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: var(--default-color)
}

.contact-content-wrapper .contact-box-header>h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 25%;
    height: 2px;
    background-color: var(--default-color);
    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: var(--default-color)
}

.contact-content-wrapper .contact-box-wrapper .contact-box:active .cb-icon {
    background-color: var(--default-color)
}

.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: var(--default-color)
    }
    .contact-content-wrapper .contact-box-wrapper .contact-box:hover .cb-icon {
        background-color: var(--default-color)
    }
    .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;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: .25rem;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.contact-content-wrapper .contact-social-media-wrapper>h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
    color: var(--default-color)
}

.contact-content-wrapper .contact-social-media-wrapper>h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 25%;
    height: 2px;
    background-color: var(--default-color);
    transition: width .3s ease-out
}

.contact-content-wrapper .contact-social-media-wrapper>span {
    font-size: .9rem
}

.contact-content-wrapper .contact-social-media-wrapper>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width: 767px) {
    .contact-content-wrapper .contact-social-media-wrapper>ul {
        margin-top: 1rem
    }
}

.contact-content-wrapper .contact-social-media-wrapper>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>ul>li>a>svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px
}

.contact-content-wrapper .contact-social-media-wrapper>ul>li>a>svg>path {
    fill: #666;
    transition: fill .3s ease
}

.contact-content-wrapper .contact-social-media-wrapper>ul>li>a:active {
    border-color: var(--default-color)
}

@media(hover: hover) {
    .contact-content-wrapper .contact-social-media-wrapper>ul>li>a:hover {
        border-color: var(--default-color)
    }
    .contact-content-wrapper .contact-social-media-wrapper>ul>li>a:hover>svg>path {
        fill: var(--default-color)
    }
}

.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: var(--default-color)
}

.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: var(--default-color);
    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: var(--default-color);
    font-weight: 700;
    border: 1px solid var(--default-color);
    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: var(--default-color);
        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: "Montserrat", sans-serif;
    font-size: 1.6rem;
    /* text-transform: uppercase; */
    margin: 0;
    color: var(--default-color)
}

.generic-product-top .generic-product-header .gp-description {
    max-width: 620px;
    padding: 0 1rem
}

.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: var(--default-color)
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:active .image-wrapper {
    border-color: var(--default-color)
}

.generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:active .text-wrapper {
    color: var(--default-color)
}

@media(min-width: 992px)and (hover: hover) {
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:hover {
        border-color: var(--default-color)
    }
    .generic-product-top .generic-product-subcategory-container .sub-categories-wrapper>ul>li>a:hover .image-wrapper {
        border-color: var(--default-color)
    }
    .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: var(--default-color)
    }
}

@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: var(--default-color);
    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: var(--default-color)
    }
}

.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: var(--default-color);
    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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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: rgba(255, 255, 255, .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 var(--default-color);
    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.infinite-scroll-loading {
    position: relative
}

.generic-product #content .product-grid.infinite-scroll-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    z-index: 999
}

.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: #000000;
    }
}

@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 var(--default-color);
    background-color: #fff;
    color: var(--default-color);
    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: var(--default-color);
        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
    }
}

.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: 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: 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: var(--default-color)
}

.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: var(--default-color);
    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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color)
    }
}

.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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color)
    }
    .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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color)
    }
}

.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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
    }
}

.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 .alert-masak-info {
    margin-top: .5rem
}

.checkout-checkout .checkout-container .checkout-section-wrapper .checkout-info .checkout-info-accordion .cia-item>div>div .checkout-new-address-wrapper .alert-masak-info .alert-message>span {
    font-size: .8rem
}

.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: var(--default-color);
    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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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-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: var(--default-color)
    }
    .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: var(--default-color)
    }
}

.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: var(--default-color)
    }
}

@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: var(--default-color)
    }
}

.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: var(--default-color);
    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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color)
}

.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: var(--default-color);
        color: var(--default-color)
    }
}

.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 var(--default-color);
    outline: none;
    color: #fff;
    background-color: var(--default-color);
    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: var(--default-color)
}

@media(hover: hover) {
    .terms-accordion .ta-item>button:hover:not([aria-expanded=true])>span {
        color: var(--default-color)
    }
}

.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 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    overflow: hidden;
    width: calc(50% - 1rem);
    gap: 2rem;
    box-shadow: rgba(0, 0, 0, .125) 0px 1px 5px;
    padding: 1rem
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card {
        width: 100%
    }
}

@media(hover: hover) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card:hover .bpc-image {
        border-color: var(--default-color)
    }
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card:hover .bpc-image>a>img {
        transform: scale(1.05) translateX(0)
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .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
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-image>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    overflow: hidden
}

@media(max-width: 767px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-image>a {
        height: 180px
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-image>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s ease
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-divider::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: var(--default-color);
    z-index: 1;
    position: relative
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-divider::before {
        width: 20%
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-divider::after {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--default-color);
    display: inline-block;
    border: 2px solid var(--default-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -1px);
    z-index: 2
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width: 991px) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-content {
        padding: .75rem
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-content .bpc-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .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
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-content .bpc-title>h2>a {
    color: var(--default-color);
    transition: color .2s ease
}

@media(hover: hover) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-content .bpc-title>h2>a:hover {
        color: var(--default-color)
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .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) {
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-content .bpc-excerpt {
        margin-top: .75rem !important
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .blog-post-card .bpc-content .bpc-excerpt>p {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: .9rem;
    line-height: 1.33;
    margin-bottom: .5rem
}

.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: var(--default-color)
    }
    .information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li:not(.active):hover>a {
        color: var(--default-color)
    }
}

.information-blog .information-blog-container .blog-section-wrapper .blog-timeline .pagination-wrapper .pagination>li.active {
    border-color: var(--default-color)
}

.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: var(--default-color);
    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: var(--default-color)
}

.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: var(--default-color)
    }
    .information-blog .information-blog-container .blog-section-wrapper .blog-sidebar .bs-blogs .bsb-content>ul>li .bsbc-box:hover .bsbcb-header>span {
        color: var(--default-color)
    }
}

.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: var(--default-color);
    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: var(--default-color);
    transition: color .2s ease
}

@media(hover: hover) {
    .information-blog-single-container .return-to-blog>a:hover {
        color: var(--default-color)
    }
}

.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: rgba(255, 255, 255, .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: var(--default-color)
    }
    .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: var(--default-color)
    }
}

.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: var(--default-color);
    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: var(--default-color);
    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
}