@media only screen and (max-width: 767px) {	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;}		ul.login li:first-child {padding-bottom:0.5em;}	#main-menu-content > table > tbody tr > td {display: block; width: 100%; padding: 0!important;}	#main-menu-content > table > tbody tr > td .contactsT td {white-space: nowrap; display: table-cell;}	#main-menu-content > table > tbody tr > td .contactsT {width:1%;}	}@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;}	.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;}}@media only screen and (max-width: 375px){	body {font-size:0.813em;}}