body {
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-family: Oswald-light;
}
.half{
	float: left;
	width: 50%;
}
.productDetailPics{
	position: relative;
	display: block;	
    max-height: 400px;
	max-width: 85%;
}
.upper {
    text-transform: uppercase;
}
.darkGray {
    color: #1a1a18;
}
.red, a.red:hover {
    color: #ed1c24;
}
.lineThorough {
    text-decoration: line-through;
    color: #1a1a18;
}
.borderCharacteristics {
    /* padding: 15px; */
}
.percentHolder{
	background: url('../../img/percentBg.png') no-repeat;
	width: 64px;
	line-height: 60px;
	text-align: center;
	color: #1a1a18;
	font-weight: bold;
	font-size: 20px;
    float: left;
    background-size: 100%;
}
.underlineChatacteristics{
	clear: both;
}

#loanModal .close{
	line-height: 16px;
	font-size: 50px;
}
.width-90{
	width: 90%;
}

.vendorLogo{
	max-width: 150px;
}
.width-90 {
    max-width: 90% !important;
	margin: 30px auto;
	border: 0;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.loan-table, .loanResult {
    width: 100%;
    font-size: 16px;
}
.installmentRow {
    padding: 10px;
    margin-bottom: 20px;
}
.loanInstallments td, .loanInstallments th {
    padding: 5px;
}
.greyRow {
    background: #f4f4f4;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
}

#downpaymentValue {
	font-size: 16px !important;
	height: 38px;
}
.margin-bottom-15{
	margin-bottom: 15px;
}
.article h2{
	font-weight: 700;
	color: #333;
}
.modal-body button {
	background-color: #ed1c24 !important;
}
.modal-footer button, .modal-body button, #productRating button {
    width: 130px;
    height: 38px;
    background-color: #ffa906;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid transparent;
}
#loanModal .modal-header {
    display: none;
}
.half .marginRight-15{
	margin-top: 35px;
}
#loanModal .buttton-holder-modal {
	display: none;
}
#loanModal .modal-footer{
	display: none;
}
.d-none-print {
	display: none;
}
#productRating{
	display: none;
}
.modal-footer {
	height: 85px;
	margin-top: 0;
}
.modal-body label{
	font-weight: 700 !important;
}
.whiteRow {
    background: #f4f4f4;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
}
.activeColumn:hover, .activeColumn.selected {
    background: #ed1c24;
    color: #fff;
}
.loanInfoHolder {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 10px;
    overflow: hidden;
}
.activeColumn {
    cursor: pointer;
}
.installmentRow label {
    line-height: 35px !important;
}
.product-leasing-par {
	display: none;
}
.socialMeadiaPicStyle{
	width: 50px;
}
#productDetailsWrapp .online-promotion-icon {
	max-width: 100px;
}
#productDetailsWrapp .free-delivery-icon-text{
    font-weight: 700;
}


/* Print Popup stylization*/
.print-popup .online-promotion-icon {
	max-width: 80px;
}
.print-popup .free-delivery-icon-text{
	font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    margin-top: 27px;
}
.print-popup .percentHolder {
	width: 80px;
	height: 80px;
}
.print-popup .fix-percent-resp{
	font-size: 18px;
	line-height: 80px;
}
.print-popup .slick-track {
    width: fit-content !important;
    margin: 0 auto;
}
.print-popup .productDetailPics {
    max-width: 100% !important;
}
.print-popup .productTitle {
    font-size: 26px !important;
}
.print-popup .priceHolder {
    display: inline-grid;
}
.print-popup .productDetailsIconsContainer {
    display: flex !important;
    justify-content: center !important;
}
.print-popup .product-detail-price-holder {
    display: inline-grid;
    margin: 0px !important;
}
.print-popup .borderCharacteristics {
    padding: 0px !important;
    padding-right: 5px !important;
}
.priceHolder .print-popup:nth-of-type(1) {
    width: 100% !important;
}
.product-detail-price-holder {
	font-size: 40px;
}
.print-popup .detailsPrices {
    text-align: center;
}
.print-popup .product-details-top-desc {
    padding-right: 5px;
}

.icon-rating-holder {
	display: flex;
    width: 100%;
    justify-content: center;
}
.loanInstallments{
	width: 100%;
}





/* Responsive 567 */
@media only screen 
and (max-width : 567px) {
    .half {
        float: none !important;
        width: auto !important;
    }
}