@media only screen and (max-width:800px) {
	body {font-size:0.938em;}
	/* формы отправки */
	ul.login,ul.login li, .send-form tr, .send-form td:nth-child(even) {display: block; width: 100%;}
	ul.login li:last-child {padding-left:0;}

}

@media only screen and (max-width: 480px){
	body {font-size:0.875em;}

	/* корзина */
	.shopping-cart-listing, .shopping-cart-listing td {border:none!important;}
	.shopping-cart-listing tr:first-child, .shopping-cart-listing td.cart-sum {display:none;}
	.shopping-cart-listing .product-name {display:inline-block; width: 70%;}
	.shopping-cart-listing .product-image {width:30%;}
	.shopping-cart-listing td {float:left; width: 50%;}
	.shopping-cart-listing td.cart-data {width: 100%; border-top-width: 0.125em!important; border-top-style: solid!important; border-color:#cccccc!important;}
	.shopping-cart-listing td.cart-data,
	.shopping-cart-listing {border-bottom-width: 0.125em!important; border-bottom-style: solid!important; border-color:#cccccc!important;}
	.shopping-cart-listing td.cart-quantity {text-align: left; padding-left: 0;white-space: nowrap;}
	.shopping-cart-listing td.cart-quantity input[type="number"] {padding:0;}
	.shopping-cart-listing td.cart-sum-total {text-align: right; padding-right: 0;}
	.shopping-cart-checkout,
	.shopping-cart-checkout > li {display:block!important; width:100%!important; padding:0!important;}
	/* оформление заказа */
	table#checkoutBar td {text-align: center;}
	table#checkoutBar td strong {display:none;}
	iframe{max-width:450px;}
}

@media only screen and (max-width: 375px){
	body {font-size:0.813em;}
	iframe{max-width:350px;}
}
