
.cart_total_items{
    background-color: #f36420;
}

.navs-container .navbar .nav-link {
    margin: 0 6px;
}

.card-product-desc,
.products-pg.search-page .card-product-desc{
    height: 78px;
    overflow: hidden;
}

.products-pg .card-product-desc{
    height: 120px;
    overflow: hidden;
}

.review-desc{
    min-height: 104px;
}

.map_box.contact iframe{
    width: 100%;
    height: 710px;
}

.map_box.branches iframe{
    width: 100%;
    height: 200px;
}

.footer .copyright_p{
    font-size: 13px;
}

.custom-paragraph{
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.custom-faq-paragraph{
    color: #555;
    line-height: 1.7rem;
    margin-top: 0;
}

.gallery-video{
    width: 100%;
    height: 100%;
}

.order-products-number{
    background-color: var(--primary);
    border-radius: 50%;
    color: #fff;
    padding: 5px 10px;
}

.no-border-bottom{
    border-bottom: unset!important;
}

.custom-product-details{
    font-size: 15px;
    color: #555;
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

/*--------- start searching ---------*/
.searching {
    position: fixed;
    background: #000000f1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.searching form {
    margin-top: 40vh;
    width: 100%;
}

.searching form .form-group {
    position: relative;
    width: 50%;
    min-width: 300px;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
}

.searching form .form-group input {
    width: 100%;
    min-height: 50px;
    padding: 15px;
    padding-inline-end: 70px;
}

.searching form .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: var(--primary);
    color: #fff;
    border: 0;
    font-size: 20px;
}

.searching .close {
    position: absolute;
    top: 30px;
    left: 60px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.searching input [type="text"] {
    background-color: #fff;
    height: 60px;
    padding: 16px 20px;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    width: 100%;
}

.searching .butn {
    background-color: #ECC235;
    border: 0;
    border-radius: 44px;
    padding: 16px 50px;
    font-size: 11px;
    color: #161414;
}

.searching .butn.sub_butn {
    background-color: #E04F3F;
    color: #fff;
}
/*--- end searching ---*/

/*input[type=number],
input[type=email]{
    direction: rtl;
}*/

.abada-loading-img{
    width: 50px;
}

.transfer_receipt_photo{
    width: 100px;
    margin-bottom: 10px;
}

@media print {
    .order_det_pg .order-details .order-head ul li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .order-details-table{
        table-layout: fixed;
    }
    .print-hide, .print-hide *{
        display:none!important;
    }
    .order-barcode-photo{
        width:200px;
        height:200px;
        margin:auto;
    }
}
