<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#AddToCartPopup {
    width: 434px;
    height: auto;
}

    #AddToCartPopup &gt; .busyIcon {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        z-index: 999;
        background-color: white;
    }

        #AddToCartPopup &gt; .busyIcon &gt; img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: block;
            z-index: 999;
        }

    #AddToCartPopup &gt; #addToCartHeader {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #AddToCartPopup &gt; #addToCartHeader &gt; #headerText {
            font-weight: bold;
        }

        #AddToCartPopup &gt; #addToCartHeader &gt; .btnPopupClose {
            float: right;
            height: 16px;
            width: 16px;
            background-color: inherit;
            background-position: -81px -129px;
            background-image: url(../css/BOXRed/images/ui-icons_ffffff_256x240.png); /*white 'x' icon*/
            border: 0;
        }

    #AddToCartPopup &gt; #imageColumn {
        margin: 5px 0px 5px 5px;
        width: 100px;
        height: 100px;
        display: inline-block;
    }

    #AddToCartPopup &gt; #infoColumn {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-top: 5px;
    }

    #AddToCartPopup &gt; #imageColumn &gt; #productPreviewImage {
        width: 100px;
        height: 100px;
    }

    #AddToCartPopup &gt; #infoColumn &gt; #itemDescription {
        display: block;
        vertical-align: top;
        font-weight: bold;
        word-wrap: break-word;
        width: 315px;
    }

    #AddToCartPopup &gt; #infoColumn &gt; #costTable {
        display: block;
        vertical-align: top;
        margin-top: 5px;
        float: none;
    }

#costTable &gt; table {
    float: none;
}

#costTable thead div {
    width: 90px;
}

#costTable thead td {
    background-color: inherit;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
}

#AddToCartPopup &gt; #infoColumn .button {
    display: block;
    margin-bottom: 5px;
    margin-left: 63px;
    margin-top: 20px;
    width: 70px;
    padding: 2px;
    font-size: 13px;
}

#AddToCartPopup tbody td {
    border: 0;
    padding: 0;
}

@media(min-width:1260px) {
    #AddToCartPopup {
        width: 470px;
        height: auto;
    }

        #AddToCartPopup &gt; #imageColumn {
            width: 135px;
            height: 135px;
        }

            #AddToCartPopup &gt; #imageColumn &gt; #productPreviewImage {
                width: 135px;
                height: auto;
            }

        #AddToCartPopup &gt; #infoColumn &gt; #costTable {
            margin-top: 10px;
        }

        #AddToCartPopup &gt; #infoColumn .button {
            font-size: 15px;
            width: 80px;
            margin-top: 30px;
            margin-left: 43px;
        }
}
</pre></body></html>