@media (min-width: 1280px) and (max-width: 1600px) {
	.et_pb_row {
		width: 70% !important;
	}
	body.woocommerce.archive #main-content .container, 
	body.woocommerce.single-product #main-content .container {
		width: 90% !important;
	}
}
@media(max-width: 1025px) {
	.contact-dealers-location > aside, .contact-dealers-location > main {
		width:100% !important;
	}
	.contact-dealers-location {
		flex-wrap: wrap;
	}
}
@media (max-width: 980px) {

	





/*product categories filter*/

   .shoppage-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}

.shoppage-container .left {
    width: 100%;
    order: 2;
}

.shoppage-container .right {
    width: 100%;
    order: 1;
}

.shoppage-container .left {
    order: 2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    padding: 40px 30px !important;
    background: #ffffff;
    height: 100%;
    overflow: auto;
    pointer-events:none;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
        transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}   

.shoppage-container .left.open {
    pointer-events: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}  

#open_filter{
    display: block;
    position: fixed;
    top: 0%;
    right: 0;
    background: #f5a8bd;
    color: #ffffff;
    padding: 2px 20px;
    /*    transform: rotate(-90deg) translate(50%, -50%);
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -moz-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    -o-transform: rotate(-90deg) translate(50%, -50%);*/
    -ms-transform-origin: right center;
    -moz-transform-origin: right center;
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    z-index: 10;
    /*display: none;*/
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#close_filter{
    display:block;
    width: 30px;
    height: 30px;
    /*border-radius: 50%;*/
    /*background: #c0a267;*/
    position: absolute;
    top: 10px;
    right: 10px;
}

#close_filter span{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
    width: 15px;
    height: 2px;
    background: #000000;
}

#close_filter span:nth-of-type(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#close_filter span:nth-of-type(2){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}




}

@media (max-width: 800px) {
	.locations > .location {
		width: 100% !important; 
		align-items:center;
	}
}
@media (max-width: 767px) {

.search #left-area .et_pb_post{
    width: 50%;
}
#aftersales-section .et_pb_row_1.et_pb_row{
    padding: 20px !important;
}

.aftersales-counter-columns > .column .number{
    font-size: 60px !important;
}
.content-grid > .item{
    flex-wrap: wrap;
}
.content-grid > .item .image {
    width: 100% !important;
    height: 50vw;
}
.content-grid > .item .content {
    width: 100% !important;
}
 

}

@media (max-width: 540px) {
.search #left-area .et_pb_post{
    width: 50%;
}
.aftersales-counter-columns > .column .number{
    font-size: 50px !important;
}
.content-grid > .item .content h3 strong span{
    font-size: 25px;
}
.locations > .location {
	flex-wrap: wrap;
}
.location .image, .location .content {
	width: 100% !important;
}
}


@media (max-width: 414px) {
.content-grid > .item .content h3 strong span{
    font-size: 23px;
}

}


@media (max-width: 375px) {


}


@media (max-width: 360px) {


}


@media (max-width: 320px) {


}

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




}




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


}

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




}


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



}
