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

#print-quotation {
  margin-top: 1rem;
}

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

#customer-information > h1 {
	font-size: 16px;
	margin-bottom: 15px;
}

#to-be-cont-div {
	display: none;
}

/*Account : list table*/
@media screen and (max-width:640px) {

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