


@media all and (max-width: 1024px) {





	
}

@media all and (min-width: 800px) and (max-width: 1024px) {


	
}




/* iPhone 4 - 5s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

.hide_mobile
{
	display:none !important;
}





}

/* iPhone 6 ----------- */
@media
only screen and (max-device-width: 667px) 
only screen and (-webkit-device-pixel-ratio: 2) {
.hide_mobile
{
	display:none !important;
}

.ms_mobileonly
{
	display:inline-block !important;
}




}

/* iPhone 6+ ----------- */
@media
only screen and (min-device-width : 414px) 
only screen and (-webkit-device-pixel-ratio: 3) {

.hide_mobile
{
	display:none !important;
}


.ms_mobileonly
{
	display:inline-block !important;
}




}

/* Samsung Galaxy S7 Edge ----------- */
@media only screen
and (-webkit-min-device-pixel-ratio: 3)
and (min-resolution: 192dpi)and max-width:640px) {


.hide_mobile
{
	display:none !important;
}

.ms_mobileonly
{
	display:inline-block !important;
}



}




@media all and (min-width: 320px) and (max-width: 780px) {

.hide_mobile
{
	display:none !important;
}

.ms_mobileonly
{
	display:inline-block !important;
}


.middlesolution_category_top > img
{
	width:50% !important;
}

.toolbar--material__center
{
	text-align:center !important;
}

#myTabbar
{
top:-50px !important;	
}

.list-item--material__left
{
	min-width:30px !important;
}

.middlesolution_android_left
{
	min-width:100px !important;
}

.middlesolution_comments_content > div
{
margin-left:8px !important;
margin-right:15px !important;	
}


.toolbar
{
padding:5px !important;	
}

.middlesolution_categories_contents > .list-item__center
{
margin-top:-435px !important;	
}

.ms_login_register_buttons
{
text-align:center !important;		
}

.ms_login_register_button
{
padding-top:10px;
display:block;	
}


.add_order_select_item
{
width:130%	
}

.add_order_price
{
width:70%;
margin-right:18px	
}

.add_order_qty
{
width:70%;
margin-right:13px	
}


.col-line_mobile
{
width:97% !important;	
}

}