
@media (min-width: 1200px){



}

@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 991px) {


}

@media (max-width: 767px){
	.menu-wrap:after{
		height: 450px;
	}
	.menu-footer{
		display:none;
	}
	.col-md-10.offset-1.prd-items {
    margin: 0px;
    padding: 20px;
}
col-md-10.offset-1.prd-items img {
    width: 100% !important;
}
	
.tran-banner-header {
    display: none !important;
}
.product .prd-items {
    padding: 0px 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
}

@media (max-width: 550px){

}




