/* PRODUCT CATEGORY */
.product-categories-section {
    background-color: var(--bg-color2);
}

.navTabs {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 0.5rem;
}
.navTabs .btnNavTabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 12px;
    border-radius: 12px;
    border: 2px solid var(--bs-gray);
    background: #fff;
    /* box-shadow: 0px 1px 70px 0px rgba(203, 203, 203, 0.25); */
}

.navTabs .btnNavTabs .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    border-radius: 50%;
    /* color: var(--body-color);
    background: var(--bs-gray); */
}
.navTabs .btnNavTabs .text {
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    white-space: nowrap;
}
.navTabs .btnNavTabs.active {
    border: 2px solid var(--base);
    background: var(--bg-color2);
}
.navTabs .btnNavTabs.active .icon {
    color: var(--body-color);
    background: var(--bg-color3);
}
.navTabs .btnNavTabs.active .text {
    color: var(--body-color);
}

.button-more {
    color: var(--base);
    font-size: 16px;
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    border: 1px solid var(--base);
    background-color: transparent;
    background-image: none;
    border-color: var(--base);
    border-radius: 25px;
}

.item-product {
    border-radius: 15px;
    border: 2px solid var(--white-color);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.prev-next-button {
    cursor: pointer;
    background-color: var(--white-color);
    color: black;
    border: 1px solid #000;
    padding: 0.5rem;
}

.containerChoice {
    /* position: relative;
    display: grid;
    justify-content: center;
    align-items: center; */
    /* gap: 1.2rem; */
    /* padding: 20px 15px; */
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid var(--bs-gray);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    cursor: pointer;
    /* margin-bottom: 1.4rem; */
}

.containerChoice .service-box {
    /* display: grid;
    align-items: center;
    gap: 15px;
    justify-items: center;
    width: 100%; */
    align-items: center;
    flex: 1 0 auto;
    gap: 4px;
    margin: 20px 6px 8px;
    text-align: center;
    width: auto;
}

.containerChoice .service-box .sku-box {
    text-align: center;
    overflow-wrap: anywhere;
    min-height: 48px;
    font-weight: 700;
}

.containerChoice .service-box .img-container {
    min-height: 30px;
}

.containerChoice .price-section {
    background-color: #e0deff;
    align-items: flex-end;
    display: flex;
    /* flex: 0; */
    flex-direction: column;
    /* gap: 4px; */
    height: 100%;
    justify-content: flex-start;
    padding: 0.75rem;
    text-align: right;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-top: var(--light-grey) 1px solid;
}

/* .containerChoice .service-box .img-box {
    align-items: center;
    display: flex;
    gap: 8px;
    height: 48px;
    margin-top: auto;
} */

a.disabled {
    pointer-events: none;
}

.nom-radio,
.pay-radio {
    display: none;
}

.nom-radio:checked:checked ~ .containerChoice {
    background: #e0deff;
    border: 1px solid var(--base);
}
.nom-radio:checked:checked ~ .containerChoice .text .desc,
.nom-radio:checked:checked ~ .containerChoice .text .count {
    color: var(--base);
}
.nom-radio:checked:checked ~ .containerChoice .containerIcon {
    top: -1px;
    left: -1px;
    background: var(--base);
    display: block;
}
.nom-radio:checked:checked ~ .containerChoice .price-section {
    background-color: var(--bg-color3);
}

.containerChoice .containerIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px 0px;
    background: var(--white);
    display: none;
}

.containerChoice .img-box {
    /* max-width: 30px; */
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    /* border-radius: 8px; */
}

.containerChoice .img-box img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    /* border-radius: 8px; */
}

.containerChoice.disabled {
    background: #f0f3f7;
    opacity: 0.5;
    cursor: not-allowed !important;
}

.containerChoice .outstock {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.containerChoice .text-box {
    font-size: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.containerChoice .text-box .title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(var(--heading-color));
}

.containerChoice .text-box .name {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.containerChoice .text-box .discount {
    font-size: 14px;
    color: rgb(var(--primary-color));
    font-weight: 600;
}

.containerChoice .left-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.containerChoice .bottom-info {
    margin-top: 10px;
}

.containerChoice .stock-short {
    border-radius: 3px;
    padding: 4px 10px 5px;
    background-color: rgb(var(--soft-red), 0.4);
    color: rgb(var(--white));
}

.containerChoice .price .promo-price {
    font-weight: 700;
    font-size: 16px;
    color: rgb(var(--heading-color));
}

.containerChoice .line-through {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
}

.accordionHeadPay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 0 42px 0 24px;
    border-radius: 10px;
    background: var(--base-secondary);
    backdrop-filter: blur(5px);
    cursor: pointer;
    transition: 0.2s;
}
.accordionHeadPay.is-open {
    border-radius: 10px 10px 0 0;
    transition: 0.2s;
}
.accordionHeadPay .title {
    color: var(--dark-blue);
    text-align: start;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.accordionHeadPay .containers {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}
.accordionHeadPay .containers img {
    width: 50px;
}
.accordionHeadPay i {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 18px;
    color: var(--light-blue);
    transition: 0.3s;
}
.accordionHeadPay.is-open i {
    transform: rotate(90deg);
}
.accordionHeadPay.is-open i .accordionBodyPay {
    border: 1px solid var(--light-grey);
}
.accordionBodyPay {
    background-color: var(--white);
    padding: 0 1rem;
    border-radius: 0 0 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.choicePay {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 0 12px;
    border-radius: 12px;
    background: var(--light-grey);
    border: 2px solid var(--light-grey);
    cursor: pointer;
    margin-bottom: 1rem;
}

.choicePay2 {
    height: 5rem;
}

.choicePay .containers {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.6rem;
}
.choicePay .containers .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--dark-grey);
    background: var(--light-grey);
}
.choicePay .containers .icon i {
    font-size: 12px;
    color: var(--light-grey);
    margin-bottom: -2px;
    margin-left: -1px;
}
.choicePay .containers .text {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.6rem;
}
.choicePay .containers .text .name {
    color: var(--body-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.choicePay .containers .text .price {
    color: var(--base);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.choicePay2 .containers .text .price {
    font-size: 14px;
}
.pay-radio:checked:checked ~ .choicePay {
    background: var(--base-secondary);
    border: 1px solid var(--base);
}
[data-theme="dark"] .pay-radio:checked:checked ~ .choicePay {
    background: transparent;
}
.pay-radio:checked:checked ~ .choicePay .text .desc,
.pay-radio:checked:checked ~ .choicePay .text .count {
    color: var(--base);
}
.pay-radio:checked:checked ~ .choicePay .containers .icon {
    background: var(--base);
    border-color: var(--base);
}
.pay-radio:checked:checked ~ .choicePay .containers .icon i {
    color: var(--white-color);
}
.pay-radio:checked:checked ~ .choicePay .containers .text .price {
    color: var(--base);
    display: block;
}

.subContent {
    position: relative;
    background: #fff;
    margin-top: 100px;
}

.cheapestTitle {
    position: absolute;
    top: 0;
    float: right;
    right: 0;
    background-color: var(--base);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    font-size: 0.75rem !important;
    line-height: 1rem;
    font-weight: 700;
    padding: 2px 6px;
    color: #fff;
    z-index: 11;
}

.cheapestGateway {
    position: absolute;
    top: 0;
    float: right;
    right: 0;
    background-color: var(--base);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    font-size: 0.75rem !important;
    line-height: 1rem;
    font-weight: 700;
    padding: 2px 6px;
    color: #fff;
    z-index: 11;
}

.containerNominal {
    position: relative;
    margin-top: 6rem;
}
.containerNominal .note {
    color: var(--body-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

.collapse-area.collapse:not(.show) {
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}

.collapseable button[aria-expanded="false"]:after {
    content: "+ Show More";
}

.collapseable button[aria-expanded="true"]:after {
    content: "- Show Less";
}

.info-note {
    color: var(--body-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

.ticketDetail {
    position: relative;
    padding-left: 2.2rem;
    padding-right: 1rem;
}
.ticketDetail .head {
    color: #34364a;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.ticketDetail .containers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.ticketDetail .containers .title {
    color: #6b7c8e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ticketDetail .containers .desc {
    color: #6b7c8e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pay-widget-area {
    padding: 25px;
    /* background-image: linear-gradient(180deg, rgba(245, 245, 245, 0), #ffffff), linear-gradient(84deg, rgba(59, 179, 255, 0.2), rgba(47, 61, 187, 0.2) 70.83%, rgba(117, 47, 187, 0.2) 100%, #ffffff); */
    border-radius: 15px;
    background: var(--dark-grey);
}

.bg-style1 {
    background-color: var(--bg-color1);
}

.bg-style2 {
    background-color: var(--bg-color2);
}

/* #TRENDING HERO */
.hero-section .trending-offers-carousel .owl-nav {
    top: calc(0% - 90px);
}

.trending-offers-carousel {
    position: relative;
}
.trending-offers-carousel .owl-nav {
    position: absolute;
    top: calc(0% - 100px);
    right: 0;
}

.light-product-box {
    padding: 10px;
    display: flex;
    border-radius: 8px;
    background-color: var(--bg-color3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    gap: 15px;
    flex-direction: inherit;
}
.light-product-box:hover {
    color: rgb(var(--primary-color));
}
.light-product-box:hover .img-box {
    border-radius: 5px;
}
.light-product-box:hover .img-box img {
    transform: scale(1.03);
}
.light-product-box .img-box {
    max-width: 110px;
    min-width: 110px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
}
.light-product-box .img-box img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    border-radius: 5px;
}
.light-product-box .text-box {
    font-size: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.light-product-box .text-box .title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.light-product-box .text-box .name {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.light-product-box .text-box .bottom-info {
    margin-top: 10px;
}
.light-product-box .text-box .price {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.light-product-box .text-box .price .promo-price {
    font-weight: 500;
    font-size: 14px;
}
.light-product-box .text-box .price .promo-price .number {
    color: rgb(var(--white));
}
.light-product-box .text-box .price .discount {
    font-size: 12px;
    background-color: var(--bg-color2);
    background-color: rgb(var(--primary-color), 0.5);
    padding: 2px 10px;
    border-radius: 3px;
}
.light-product-box .text-box .price .sell {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.light-product-box .text-box .price .line-through {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
}

.light-product-box .reviews div i {
    color: var(--bg-color4);
}

/* END TRENDING HERO */

.flash-deal-section .flash-title .countdown {
    gap: 0.23rem;
}

.flash-deal-section .flash-title .countdown h5 {
    font-size: 1.2rem;
    padding: 0.5rem;
    /* background-color: var(--bg-color2); */
    border: 1px dashed var(--bs-danger);
    color: var(--bs-danger);
}

.flash-deal-section .flash-title .countdown span {
    font-size: 10px;
}

.product-no-avail {
    opacity: 0.5;
}

.no-avail-label {
    width: 100%;
    position: absolute;
    justify-content: center;
    display: flex;
    z-index: 999900;
    top: 40%;
}

.no-avail-label label {
    padding: 1rem;
    background-color: var(--bg-color2);
    opacity: 1;
}

.curve-label {
    border-top-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(138 138 138 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
}

.discount-info {
    position: absolute;
    top: 0;
    float: right;
    right: 0;
    background-color: var(--base);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    font-size: 0.75rem !important;
    line-height: 1rem;
    font-weight: 700;
    padding: 2px 6px;
    color: #fff;
    z-index: 11;
}

.flashsale-info {
    /* position: absolute;
    bottom: 0;
    float: right;
    left: 0; */
    background-color: var(--base);
    /* border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; */
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    font-size: 0.75rem !important;
    line-height: 1rem;
    font-weight: 700;
    padding: 2px 6px;
    color: #fff;
    z-index: 11;
    /* width: 100%; */
    padding: 0.5rem;
    margin-top: 0px;
}

@media (max-width: 420px) {
    .flashsale-info {
        font-size: 0.6rem !important;
    }
}

.rating-star i.active {
    color: orange;
}
.rating-star i:not(.active) {
    opacity: 0.5;
}

.activeFlashsale {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.reward-tag {
    font-size: 10px;
    font-weight: 600;
}

.reward-tag-icon {
    display: inline-block;
    height: 0.75rem;
    margin-inline-end: 0.125rem;
    vertical-align: bottom;
    width: 0.75rem;
}

.coupon-item .kiri {
    border-left: 1px dashed #000;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    width: 100%;
}

.coupon-item .note {
    min-height: 1rem;
    font-size: 12px;
}

.coupon-item .coupon-code {
    width: 95%;
    background-color: var(--bg-color3);
    border-radius: 0.75rem;
    padding: 0.5rem;
}

.coupon-item .kanan {
    border-left: 1px dashed #000;
    width: 40% !important;
    position: relative;
    border-right: 1px dashed #000;
    border-bottom-right-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

.coupon-item .kanan .info::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #dedede;
    border-radius: 100%;
    border-bottom: 1px dashed #000;
    top: -10px;
    left: -10px;
}

.coupon-item .kanan .info::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #dedede;
    border-radius: 100%;
    border-top: 1px dashed #000;
    bottom: -10px;
    left: -10px;
}

.gateway-check:disabled + label img{
    filter: grayscale(1);
}