
/* ############################################################## (Cart Popup Modal Start) ################################################################ */

.cart-popupModal-wrapper p {
    line-height: normal;
    margin-bottom: 8px;
}

#cart-popupModal .cart-popupModal-wrapper {
    position: relative;
    background-color: white;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    padding-top: 17px;
    padding-bottom: 20px;
}

#cart-popupModal .modal-title {
    position: relative;
    text-align: center;
}

#cart-popupModal strong {
    font-weight: 600;
    color: var(--mid-dark);
}

#cart-popupModal .modal-title h2 {

    margin-bottom: 0;
    color: var(--siteBlack-color);
    font-weight: bold;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

#cart-popupModal .modal-title i {
  

    font-size: 80px;
    color: #59B259;
}

#cart-popupModal .modal-body {
    margin-top: 5px;
    padding: 5px;


}

#modal-prodImage_container a{

    display: inline-block;
    padding: 20px;

    max-width: 145px;
    width: 100%;
}

#modal-prodImage_container a img{

    display: block;
    margin: auto;

}


#cart-popupModal .modal-prodDescription-container {
    height: 100%;
    display: flex;
    align-items: center;
}


#cart-popupModal .modal-prodDescription-container .modal-prodDescription{

    flex-basis: 100%;
}

#cart-popupModal .modal-body .modal-itemTitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: var(--mid-dark);
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    font-weight: 600;

}

#cart-popupModal .modal-body .modal-itemTitle:hover {
    color: var(--main-color);
}

.modal-body .modal-product-specs-details {
    margin-top: 6px;
}

.modal-body .modal-product-specs-details .modal-mfr-details {
    display: flex;
}

.modal-product-specs-details .modal-mfr-details .modal-mfr-name {
    width: 45%;
    margin-right: 10px;
}

.modal-body .modal-product-specs-details .modal-cal-details {
    display: flex;
}

.modal-body .modal-product-specs-details .modal-cal-details .modal-itemQty {
    width: 45%;
    margin-right: 10px;

}

.modal-product-specs-details .modal-cal-details .modal-itemQty p {
    line-height: normal;
}
.modal-body .modal-itemPrice {
    color: #4caf50;
    font-size: 14px;

    margin-right: 18px;
}

.modal-body .modal-itemPrice strong {
    color: var(--mid-dark);
}

#cart-popupModal .modalFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

#cart-popupModal .modalFooter .modalFooter-left a {
    
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
    padding: 10px;
    background: var(--second-color);
    color: white;
}

 
#cart-popupModal .modalFooter .modalFooter-left a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.modalFooter .modalFooter-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
}

#cart-popupModal .modalFooter .modalFooter-right .modal-cartSubTotal {
    margin-right: 20px;
}

#cart-popupModal .modalFooter .modalFooter-right .modal-cartSubTotal p {
    margin-bottom: 0px;
}

.modalFooter .modalFooter-right .modal-viewCartBtn {
    color: white;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 12px;
    background-color: var(--main-color);
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    transition: all .3s ease;
}
.modalFooter .modalFooter-right .modal-viewCartBtn:hover{
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#cart-popupModal #closeModalBtn {
    position: absolute;
    top: 7px;
    opacity: 0.6;
    right: 2%;
    background-color: transparent;
    padding: 5px 4px;
    border-radius: 30%;
    color: #000000;
    border: none;
    font-size: 18px;
    transition: all .3s ease;
}



i.fa-solid.fa-xmark.fa-xl:before {
    content: "\f00d";
    font-family: fontawesome;
}

.g_overlays_FullVP {
    display: none;
}

#cart-popupModal {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    padding: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ############################################################## (Cart Popup Modal End) ################################################################ */

/* ############################################################## (Cart Popup Modal Responsive Start) ################################################################ */

@media only screen and (min-width:992px) {

 
    #cart-popupModal .cart-popupModal-wrapper {
        max-width: 700px;
    }

}


@media only screen and (min-width: 768px) {


    #cart-popupModal .modal-body{ border-block: 1px solid #ccc;}

}
@media only screen and (max-width: 575px) {

    #cart-popupModal .cart-popupModal-wrapper{
        padding-block:20px;
    }

    #modal-prodImage_container a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        max-width: none;
    }

    #modal-prodImage_container a img {
        max-width: 90px;
    }

    #cart-popupModal .modalFooter {
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .modalFooter .modalFooter-left {
        text-align: center;
        width: 100%;
        order: 2;
        margin-top: 15px;
    }

    .modalFooter .modalFooter-right {
        width: 100%;
        justify-content: center;
        order: 1;
        flex-wrap: wrap;
    }

    #cart-popupModal #closeModalBtn {

        top: 8px;
        font-size: 20px;
    }

    #cart-popupModal .modal-body {

        padding-inline: 0px;
        padding-top: 10px;
        
    }

    .modal-body .modal-itemPrice {

        font-size: 13px;
    }



}

@media only screen and (max-width: 390px) {

  
    
    .modalFooter .modalFooter-right .modal-cartSubTotal {
        width: 100%;
        text-align: center;
        margin-right: 0px !important;
        margin-bottom: 10px;
    
    }
    
    #cart-popupModal .modal-body {
        margin-top: 10px;
    
    }

}



/* ############################################################## (Cart Popup Modal Responsive End) ################################################################ */


