<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ############################################################## (Cart Popup Modal Start) ################################################################ */

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

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

#cart-popupModal .modal-title , #related-popupModal .modal-title {
    position: relative;
}

#cart-popupModal strong , #related-popupModal strong {
    font-weight: 600;
}

#cart-popupModal .modal-title h2 , #related-popupModal .modal-title h2  {

    margin-bottom: 0;
    color: #606060;
    font-weight: normal;
    padding: 0px 0px 0px 40px;
    font-size: 18px;
    margin-top: 5px;
}

#cart-popupModal .modal-title::before , #related-popupModal .modal-title::before  {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    background-image: url(/images/resource/modal/check-mark.png);
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#cart-popupModal .modal-body , #related-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 , #related-popupModal .modal-prodDescription-container {
    height: 100%;
    display: flex;
    align-items: center;
}


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

    flex-basis: 100%;
}



#cart-popupModal .modal-body .modal-itemTitle , #related-popupModal .modal-body .modal-itemTitle  {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: var(--black-color);
    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;
}

#cart-popupModal .modal-body .modal-itemTitle:hover , #related-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 {

    font-size: 14px;

    margin-right: 18px;
}

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

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

#cart-popupModal .modalFooter .modalFooter-left a , #related-popupModal .modalFooter .modalFooter-left a  {
    color: var(--main-color);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}
#cart-popupModal .modalFooter .modalFooter-left a:hover, #related-popupModal .modalFooter .modalFooter-left a:hover  {
    color: var(--black-color);
}

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

#cart-popupModal .modalFooter .modalFooter-right .modal-cartSubTotal, #related-popupModal .modalFooter .modalFooter-right .modal-cartSubTotal  {
    margin-right: 25px;
}

#cart-popupModal .modalFooter .modalFooter-right .modal-cartSubTotal p  , #related-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: 15px 15px;
    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 , #related-popupModal #closeModalBtn  {
    position: absolute;
    top: 25px;
    opacity: 0.6;
    right: 6%;
    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;
    font-size: 1.5em;
    line-height: .04167em;
    font-style: normal;
    color: black;
}

.g_overlays_FullVP, .g_overlays_FullVP_related {
    display: none;
}

#cart-popupModal , #related-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) ################################################################ */



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

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

}

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

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

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

}

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


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



     #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 , #related-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, #related-popupModal #closeModalBtn  {

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

    #cart-popupModal .modal-body ,   #related-popupModal .modal-body {

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



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


}

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


.modal-product-specs-details .modal-mfr-details .modal-mfr-name {
    width: 50%;
}

.modal-body .modal-product-specs-details .modal-cal-details .modal-itemQty {
    width: 50%;
}

#cart-popupModal .modal-body .modal-itemTitle, #related-popupModal .modal-body .modal-itemTitle   {
    font-size: 15px;
}

}

</pre></body></html>