
/**************************************************
* Shopping cart tpl
*/
#customer-information {
    padding: 1rem;
}

#customer-information .custom-radio {
    margin-right: 0;
}

#print-quotation button.close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 35px;
}

#print-quotation .form-footer {
    text-align:center;
}
#print-quotation .form-footer button.form-control-submit{
    width: 50%;
    font-size: 18px;
    font-weight: 500;
}
/*Account : list table*/
@media screen and (max-width:640px) {

    #quotation-list .hide-mobile {
        display: none;
    }
}