/* Horizontal */
.bbYMMboxHorizontal{
	background-color: #ffd800;
}
.bbYMMboxHorizontal h3{
	background-color: #ffc600;
	border-radius: 4px 4px 0 0;
	padding: 16px 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #212121;
}
.bbYMMboxContent{
    position: relative;
    margin: 0 0 0 0 0;
    text-align: center;
    display: flex;
}
.bbYMMboxContent .bbmmy_hsc {
	display: table-cell;
	width: 100%;
	padding: 20px;
}
.bbYMMboxContent .bbmmy_hsc select{
	width: 100%;
}


/* General */
.bbmmy_make, .bbmmy_model, .bbmmy_year, .bbmmy_category {
    margin: 0;
    width: 100%;
}
.bbmmy_make select, .bbmmy_model select, .bbmmy_year select, .bbmmy_category select{
	width:100%;
}
.bbmmy_front_loader{
	position:absolute;
	margin-left:50px;
	margin-top:35px;
	display:none;
	top:0;
	left:0;
}

#bbymmLoader_sc{
	position:absolute;
	margin-left:50px;
	margin-top:35px;
	display:none;
	top:0;
	left:0;
}
.bbYMMbox {
    margin-bottom: 20px;
}

.btn.btn-default {
    background-color: #d52b27;
    color: #ffffff;
    margin: 0;
    padding: 12px 35px;
}

/*********************** THEME White **************************************/
.bbYMMbox .box-heading-white {
	background-color: #ffc600;
	border-radius: 4px 4px 0 0;
	padding: 16px 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #212121;
}
.bbYMMbox .box-content-white {
    background: #ffd800 none repeat scroll 0 0;
	display: flex;
	text-align: center;
}
.box-content-white .bbYMMboxField {
    display: table-cell;
    width: 100%;
    padding: 20px;
	text-align: center;
}
.box-content-white .bbYMMboxField label{
	margin-bottom: 0px;
}
.box-content-white .bbmmy_make select, 
.box-content-white .bbmmy_model select, 
.box-content-white .bbmmy_year select, 
.box-content-white .bbmmy_category select {
    width: 100%;
    margin-bottom: 0;
}

/* Car Filter Result
-------------------------------------------------- */

.filter-headline{
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 24px;
}
.filter-headline h3{
	font-size: 26px;
	display: inline-block;
	margin-bottom: 0;
}

.filter-products .products{
	column-count: 3;
 	column-gap: 24px;
}
.filter-products .products li {
    display: inline-block;
 	width: 100%;
	margin-bottom: 24px;
}
.filter-products .products li .filter-product{
	border: 1px solid #e0e0e0;
}
.filter-products .woocommerce .filter-product-photo {
    text-align: center;
}
.filter-products .woocommerce .filter-product-content{
	padding: 0 32px 32px 32px;
}

.filter-products .woocommerce .products li h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

.filter-notfound p{
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat;
	line-height: 32px;
	letter-spacing: 0px;
	color: #616161;
}



/************************** THEME RED *************************************************/
.bbYMMbox .box-heading-red {
    border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 10px 7px;
	background: -moz-linear-gradient(center top , #CB2026 0%, #CB2026 55%, #CB2026 130%) repeat scroll 0 0 rgba(0, 0, 0, 0); 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CB2026), color-stop(55%,#CB2026), color-stop(130%,#CB2026)); 	background: -webkit-linear-gradient(top, #CB2026 0%,#CB2026 55%,#CB2026 130%); 	background: -o-linear-gradient(top, #CB2026 0%,#CB2026 55%,#CB2026 130%); 	background: -ms-linear-gradient(top, #CB2026 0%,#CB2026c 55%,#CB2026 130%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#CB2026, endColorstr=#CB2026,GradientType=0 ); 	background: linear-gradient(top, #CB2026 0%,#CB2026 55%,#CB2026 130%);color:#F6F6F6;border:1px solid #CB2026;
	
}
.bbYMMbox .box-content-red {
    background: #F7F6F6 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0 0 7px 7px;
    padding: 10px;
}

/****************************************** THEME BLUE ***********************************************/
.bbYMMbox .box-heading-blue {
    border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 10px 7px;
	background: -moz-linear-gradient(center top , #337ab7 0%, #337ab7 55%, #337ab7 130%) repeat scroll 0 0 rgba(0, 0, 0, 0); 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337ab7), color-stop(55%,#337ab7), color-stop(130%,#337ab7)); 	background: -webkit-linear-gradient(top, #337ab7 0%,#337ab7 55%,#337ab7 130%); 	background: -o-linear-gradient(top, #337ab7 0%,#337ab7 55%,#337ab7 130%); 	background: -ms-linear-gradient(top, #337ab7 0%,#337ab7c 55%,#337ab7 130%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#337ab7, endColorstr=#337ab7,GradientType=0 ); 	background: linear-gradient(top, #337ab7 0%,#337ab7 55%,#337ab7 130%);color:#F6F6F6;border:1px solid #000000;
	
}
.bbYMMbox .box-content-blue {
    background: #31B0D5 none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0 0 7px 7px;
    padding: 10px;
}
/****************************************** THEME YELLOW ********************************************/
.bbYMMbox .box-heading-yellow {
    border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 10px 7px;
	background: -moz-linear-gradient(center top , #cb2026 0%, #cb2026 55%, #cb2026 130%) repeat scroll 0 0 rgba(0, 0, 0, 0); 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2026), color-stop(55%,#cb2026), color-stop(130%,#cb2026)); 	background: -webkit-linear-gradient(top, #cb2026 0%,#cb2026 55%,#cb2026 130%); 	background: -o-linear-gradient(top, #cb2026 0%,#cb2026 55%,#cb2026 130%); 	background: -ms-linear-gradient(top, #cb2026 0%,#cb2026c 55%,#cb2026 130%); 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#cb2026, endColorstr=#cb2026,GradientType=0 ); 	background: linear-gradient(top, #cb2026 0%,#cb2026 55%,#cb2026 130%);color:#F6F6F6;border:1px solid #000000;
	
}
.bbYMMbox .box-content-yellow {
    background: #ffe61c none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0 0 7px 7px;
    padding: 10px;
}
/****************************************** THEME GREEN ********************************************/
.bbYMMbox .box-heading-green {
    background-color: #fff;
    border-bottom: 3px solid #0eb477;
    border-radius: 0;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
    text-transform: uppercase;
}
.bbYMMbox .box-content-green {
    margin: 0;
    padding: 5px 0 8px;
}
/****************************************** THEME AQUA ********************************************/
.bbYMMbox .box-heading-aqua {
    background-color: #fff;
    border-bottom: 3px solid #1E85BE;
    border-radius: 0;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
    text-transform: uppercase;
}
.bbYMMbox .box-content-aqua {
    margin: 0;
    padding: 5px 0 8px;
}

/****************************************** THEME OLIVE ********************************************/
.bbYMMbox .box-heading-olive {
    border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 10px 7px;
	background: orange none repeat scroll 0 0;
	border:solid 2px #000;
	
}
.bbYMMbox .box-content-olive select{
	border: solid 2px #000000 !important;
}
.bbYMMbox .box-content-olive {
    background: #a2cf06 none repeat scroll 0 0;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-radius: 0 0 7px 7px;
    padding: 10px;
}
/***************************************************************************************************/

@media only screen and (min-width:240px) and (max-width: 576px){
	
	.bbYMMbox .box-content-white,
	.box-content-white .bbYMMboxField,
	.bbYMMboxContent,
	.bbYMMboxContent .bbmmy_hsc{
		display: block;
	}
	
}
