.router-link-exact-active {
    color: var(--main-color) !important;
    font-weight: bold !important;
}

.error {
    color: var(--main-color) !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;

}

.select2-container--default .select2-selection--single {
    height: 39px !important;
}

#form_checkout_cart_show {
    min-height: 100px;
}

.loader-wapper-ajax {
    position: absolute;
    height: 100vh;
    background: #ffffffbd;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
}

.loader-wapper-ajax img {
    -webkit-animation: scale 0.9s linear forwards infinite;
            animation: scale 0.9s linear forwards infinite;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }

    70% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
}

.header-cate-all {
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

#show_more_category_product_all {
    width: 126px;
    height: 42px;
}

.product-section .product-section-row .head h6 {
    font-size: 20px;
}


select.disabled {
    background: #eee !important;
    cursor: default;
}

@media (min-width: 576px) {
    .order-successfully-modal .modal-dialog {
        max-width: 371px;
    }
}

.order-successfully-modal .modal-content {
    border-radius: 18px;
    border: 0 !important;
}

.order-successfully-modal .modal-body {
    padding: 23px 25px;
}

.order-successfully-modal .order-successfully-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.order-successfully-modal .order-successfully-inner h5 {
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 9px;
}

.order-successfully-modal .order-successfully-inner p {
    font-size: 13px;
    font-weight: 500;
    color: #282828;
}

.order-successfully-modal .order-successfully-inner img {
    margin: 20px 0;
}

.order-successfully-modal .order-successfully-inner .btn-primary {
    height: 45px;
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
}

.card-pay-wrap h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

.card-pay-wrap .card-pay-boxs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-pay-wrap .card-pay-boxs .card-pay-box {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #DDD;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.card-pay-wrap .card-pay-boxs .card-pay-box p {
    font-size: 15px;
    font-weight: 500;
}

.card-pay-wrap .card-pay-boxs .card-pay-box.active {
    border-color: var(--main-color);
}

.card-pay-wrap .card-pay-boxs .card-pay-box .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #DDD;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.card-pay-wrap .card-pay-boxs .card-pay-box.active .circle {
    border-color: var(--main-color);
}

.card-pay-wrap .card-pay-boxs .card-pay-box.active .circle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-pay-wrap .card-pay-boxs .card-pay-box .card-pay-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-pay-wrap .card-pay-boxs .card-pay-box .card-pay-logo img {
    width: 40px;
    height: 25px;
    object-fit: contain;
}


#adview_modal .popup_parent {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#adview_modal .popup_parent .popup_title {
    color: gold;
    font-size: 26px;
    margin-bottom: 15px;
}

#adview_modal .popup_parent .popup_description {
    color: #fff;
    font-size: 20px;
    text-align: justify;
}

#adview_modal .popup_btn {
    position: absolute;
    bottom: 20px;
    left: 40px;
    border-radius: 30px;
    padding-right: 24px;
    padding-left: 24px;
    background: #fff;
    color: #333;
    border: none;
}

@media (max-width: 767px) {
    #adview_modal .popup_parent {
        left: 50%;
        top: 332px;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    #adview_modal .popup_parent .popup_title {
        font-size: 40px;
    }

    #adview_modal .popup_parent .popup_description {
        font-size: 30px;
        text-align: center;
    }

    #adview_modal .popup_btn {
        bottom: 350px;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
    }
}
