<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**************************************************
* Shopping cart tpl
*/
#print-quotation:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#customer-information .form-group {
    float: left;
    width: 25%;
}

#customer-information .form-group label, #customer-information .clearfix label {
    padding-right: 10px;
}

#customer-information button {
    border-radius: 4px;
    float: right;
    font-size: 20px;
    line-height: 24px;
}

#customer-information button i {
    font-size: 25px;
    line-height: 25px;
    vertical-align: -4px;
}


@media screen and (max-width: 768px) {
    /**************************************************
    * Shopping cart tpl
    */
    #customer-information .form-group {
        float: left;
        width: 50%;
    }
    
    #customer-information .form-group label {
        display: block;
    }
}

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