
@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1024px){


}

@media (min-width: 768px) and (max-width: 980px){
.headerPhone .time {
    font-size: 11px;
}
.headerPhone .note {
    font-size: 12px;
}
.cartWrapper .to-cart {
  font-size: 11px
}
.mainmenu ul li a {
    font-size: 14px;
    padding: 6px 12px;
}
.itemParameteres {
    font-size: 12px;
}
.itemPrice {
    float: none;
    width: 100%;
}
#inCart {
    margin: 10px 0 0;
    width: 100%;
}

}

@media (max-width: 800px){

}


@media only screen and (max-width: 766px){
.logo img {
    margin: 0 auto;
}
.headerPhone {
    color: #000000;
    text-align: center;
}
.cartWrapper {
    float: none;
    margin: 30px 0 0;
    text-align: center;
}
.sorting {
    margin: 0 0 15px;
    }
form#filter  {
	display:none;
}

.hideonmobile {display:none !important;}
	
}

@media only screen and (max-width: 360px){


}





