.site__body {
    min-height: 70vh !important;
}

.product-card__footer {
    background-color: #FFFFFF !important;
}

.owl-nav {
    display: none !important;
}

.bg-grey {
    background-color: #F3F3F3;
}

.bg-yellow {
    background: rgb(255 223 64);
}

.bg-red {
    background: rgb(237 61 61);
}

.rounded-2 {
    border-radius: 10px !important;
}

.error {
    color: red;
}

.invalid {
    border-top: 1px solid red !important;
}

.front-brand-list {
    text-align: center !important;
    vertical-align: middle !important;
}

.front-brand-list img {
    display: inline !important;
    width: 70% !important;
}

.width-260 {
    min-width: 200px !important;
    max-width: 200px !important;
}

.border-1 {
    border: 2px solid #e52727 !important;
}

.border-bottom-1 {
    border: 2px solid #e52727 !important;
}

.filter__container {
    padding: 10px 1.5rem 0px !important;
}

.form-control {
    font-size: 14px;
    background-color: #FFFFFF !important;
}

.input-number:focus {
    border: 1px solid #e52727 !important;
}

.product-card__name a {
    font-size: 14px !important;
}

[disabled] {
    cursor: not-allowed !important;
    opacity: 0.6;
    /* Mengurangi opasitas untuk memberikan umpan balik visual */
    pointer-events: none !important;
}

.collapse-header:hover {
    cursor: pointer;
}

/* Menyembunyikan panah untuk input dengan tipe number */
.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.input-number {
    -moz-appearance: textfield !important;
    /* Untuk Firefox */
}

.love-product {
    background: transparent !important;
}

.product-card {}

.product-card:hover {
    outline: 2px solid red;
    transform: scale(1.01);
    transition: 0.3s;
}

/*BACKDROP LIGHTGALLERY*/
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgb(0 0 0 / 60%) !important;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}

.lg-close {
    color: #fff !important;
}

.pswp {
    display: none !important;
}

.w-20 {
    width: 20% !important;
}

.btn-light.btn-loading:after {
    border-color: rgba(0, 0, 0, 0.1);
    border-top-color: #e52727 !important;
}

.cart-table__foot td {
    padding: 5px 24px !important;
}

.payment_method_box {
    max-height: 50px !important;
    min-height: 50px !important;
}

th.cart-table__column.cart-table__column--quantity {
    width: 20% !important;
}

.m-scrollable {
    /* Tetap bisa di-scroll */
    overflow: auto;
    overflow-x: hidden;
    /* Tetapkan dimensi maksimum */
    max-height: 500px;
}

.ekspedisi_box:hover {
    cursor: pointer;
    outline: 2px solid #575757;
    /* outer border */
}


/* Sembunyikan scrollbar secara umum */
.m-scrollable::-webkit-scrollbar {
    display: none;
    /* Untuk browser berbasis Webkit (misalnya Chrome, Safari) */
}

.m-scrollable {
    scrollbar-width: none;
    /* Untuk browser non-Webkit (misalnya Firefox) */
}

/* Untuk browser Webkit */
.m-scrollable::-webkit-scrollbar {
    width: 5px;
    /* Lebar scrollbar */
}

.m-scrollable::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Warna thumb scrollbar */
    border-radius: 10px;
    /* Bentuk thumb scrollbar */
}

/* Untuk browser non-Webkit */
.m-scrollable {
    scrollbar-width: thin;
    /* Lebar scrollbar */
}

.m-scrollable::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Warna thumb scrollbar */
    border-radius: 10px;
    /* Bentuk thumb scrollbar */
}

.label_custom_radio {
    width: 100%;
}

.label_custom_radio_2 {
    width: 100%;
}

.card-custom-radio {
    display: none;
}

.card-custom-radio-2 {
    display: none;
}

.card-custom-radio-input {
    border-left: 5px solid #e3e3e3;
}

.card-custom-radio-input-2 {
    outline: 2px solid #e3e3e3;
    border-radius: 2px;
    width: 100%;
    min-height: 50px;
}

.card-custom-radio-input:hover {
    cursor: pointer;
}

.card-custom-radio-input-2:hover {
    cursor: pointer;
}

.card-custom-radio:checked+.card-custom-radio-input {
    border-left: 5px solid #e52727;
}

.card-custom-radio-2:checked+.card-custom-radio-input-2 {
    outline: 2px solid #e52727;
}

.card-body-custom-radio {
    background-color: #FAFAFA;
}

.card-body-custom-radio-2 {
    background-color: #FAFAFA;
}

.card-custom-radio:checked+.card-custom-radio-input::before {
    content: '\2714';
    /* Unicode for checkmark symbol */
    position: absolute;
    top: 25%;
    right: 10px;
    font-size: 20px;
    color: #e52727;
    /* Warna ceklis saat terpilih */
}

.img-ekspedisi {
    max-width: 90%;
}

.btn-border-primary {
    border: 1px solid #e52727;
    color: #e52727;
}

.btn-border-secondary {
    border: 1px solid #c2c2c2;
    color: #1f1f1f;

}

.cart-table__row {
    width: calc(1000% - 16px) !important;
}

.btn-border-secondary:hover {
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
    color: #fff;

}

.btn-border-primary:hover {
    background-color: #e52727;
    border: 1px solid #e52727;
    color: #fff;
}

.btn_payment_type.active {
    background-color: #ffffff !important;
    border-bottom: 2px solid #e52727 !important;
    color: #e52727 !important;
}

.nav-pills .nav-link {
    font-size: 14px;
    background-color: #ffffff !important;
    color: #000000 !important;
}

.tab_status_order.active,
.tab_status_order .show>.nav-link {
    background-color: #ffffff !important;
    border-bottom: 2px solid #e52727 !important;
    color: #e52727 !important;
    border-radius: 0;
}

.tab_status_order:hover {
    cursor: pointer;
    color: #e52727 !important;
}

.search-bar {
    display: flex;
    align-items: center;
    background: transparent !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.5rem;
}

.search-bar .form-control {
    border: none;
    box-shadow: none;
    background: transparent;
}

.search-bar .form-control:focus {
    outline: none;
    box-shadow: none;
}

.search-bar .bi-search {
    margin-right: 0.5rem;
    color: #6c757d;
}


/* Custom BlockUI */
.blockUI.blockMsg.blockPage {
    border: none !important;
    border-radius: 5px !important;
}

.blockUI.blockMsg.blockPage h1 {
    font-size: 14px !important;
    font-weight: 100 !important;
    margin: 0;
    padding: 10px;
}

img.img-brands {}

.timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    content: '';
    width: 2px;
    background-color: #e9ecef;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 10px 0;
    padding-left: 5%;
    clear: both;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: 2%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 3px solid #e9ecef;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.timeline-item .timeline-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px solid #e9ecef;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.timeline-item .timeline-content {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.timeline-item .timeline-content h6 {
    font-size: 14px;
}

.timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #fff transparent transparent;
}

.timeline {
    list-style: none;
    padding: 0;
}

.timeline-item {
    display: none;
}

.timeline-item.visible {
    display: block;
}

.btn-view-more {
    cursor: pointer;
}

.faq-section {
    margin: 20px;
}

.faq-question {
    font-weight: bold;
    margin-top: 10px;
}

.faq-answer {
    margin-top: 5px;
    margin-bottom: 15px;
}

.note {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

/* Custom SweetAlert2 */
.swal2-html-container {
    font-size: 18px !important;
}

.swal2-icon.swal2-error.swal2-icon-show {
    font-size: 14px !important;
}

.swal2-title {
    font-size: 20px !important;
}

.select2 {
    width: 100% !important;
}

.form-control+.select2-container .select2-selection--single {
    background-color: #FFFFFF;
    border-color: #ebebeb;
}

.blockUI.blockMsg.blockElement {
    border: none !important;
    padding: 5px !important;
}

.payment_name {
    font-size: 14px !important;
}