/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (min-width: 768px) {
    .col-md-5 {
        float: left;
        width: 41.66667%;
        clear: left;
    }
}
#category-top{
    padding:0;
}
.service-selection.btn-primary.active, .service-selection.btn-primary:active, .open>.service-selection.btn-primary.dropdown-toggle{
	color:#fff!important;
}
/* 
body#checkout #content-wrapper section.checkout-step .step-number{
	display:none !important; 
	}
	#checkout-personal-information-step.-complete{
	display:none;
	}
	.overlay-custom {
    background: #fffefe;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 9;
}
.loader-custom {
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    top: 16%;
    left: 40%;
}
*/