/* СТРАНИЦА ОФОРМЛЕНИЯ ЗАКАЗА 2025 */
/* Этот CSS сделан вместе со страницей оформления заказа */
/* затем был удален компонент OPC */
#system-message-container {
	display: none;
}
.cartHead, .cartView {
	padding: 10px 20px 10px 20px;
}
.cartHead h1 {
	float: left;
	margin: 0 0 0 0;
}
.continueShop {
	float: right;
}
/* Прайс-лист в корзине */
.vm-fieldset-pricelist {
	margin:0; padding:0;
	border-style:none;
}
table.cart-summary {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px; line-height: 22px;
}
table.cart-summary a {
	color:#007782;
}

table.cart-summary th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px;
	background-color: #ECECEC;
	text-align: left;
}
table.cart-summary td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
table.cart-summary td.vm-cart-item-quantity {
	width: 100px;
}
table.cart-summary td.vm-cart-item-quantity input {
	height: 20px; width: 34px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 3px;
	font-size: 13px; line-height: 13px;
	vertical-align: text-bottom;
}
@media screen and (max-width: 550px) {
table.cart-summary td.vm-cart-item-quantity {
	width: 60px;
}	
table.cart-summary td.vm-cart-item-quantity input {
	width: calc(100% - 6px);
}
}
td.vm-cart-item-quantity button.vm2-add_quantity_cart {
	display: inline-block; width: 20px; height: 20px;
	vertical-align: text-bottom;
	border:none; 
	background: #fff url(/templates/coolshop21/images/update.jpg) no-repeat;
	background-position: center center;
	cursor: pointer;
}
td.vm-cart-item-quantity button.vm2-remove_from_cart {
	display: inline-block;
	width: 20px; height: 20px;
	border:none;
	background: #fff url(/templates/coolshop21/images/del.jpg) no-repeat;
	background-position: center center;
	cursor: pointer;
	vertical-align: text-bottom;
}
table.cart-summary th.itemTotal,
table.cart-summary td.itemTotal {
	text-align: right;
}

.imgCart {
	width: 50px;
	padding: 4px;
}
@media screen and (max-width: 760px) {
.imgCart {display: none;}
}
.imgCart img {
	display: block;
	max-width: 100%;
}
.cartItemSKU {
	width: 120px;
}
@media screen and (max-width: 860px) {
.cartItemSKU {display: none;}	
}
td.cartItemName a {
	text-decoration: none;
}
.oldprice {
	display: block;
	text-decoration: line-through;
}
td.vm-cart-item-quantity {
	width: 120px;
}
td.cart-item-total {
	width: 120px;
}
td.vm-cart-item-quantity {
	vertical-align: middle;
}
.discountCaptiom, .discountValue {
	text-align: right;
	font-weight: bold;	
}
.SubTotal {
	text-align: right;
	font-weight: bold;
	color: #A6244B;
}
.SubTotalCaptiom {
	color: #A6244B;
	text-align: right;
	font-weight: bold;
}
table.cart-summary tr.resume td {
	border-bottom: none;
}
.vm-shipment-header-selected {
	display: none;
}
/* Выбор способа доставки и оплаты */
.underPriceList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	margin: 20px 0;
}
@media screen and (max-width: 650px) {
.underPriceList {display: block;}
}

.shipmentArea h3, 
.paymentArea h3, 
.cartFieldsArea h3 {
	color:#008D9A;
}
.shipmentArea b .vmshipment_name, 
.shipmentArea b .vmshipment_description, 
.paymentArea b .vmpayment_name, 
.paymentArea b .vmpayment_description {
	display: none;
}
.vm-payment-shipment-select {
	border-style:none;
}
.vm-shipment-plugin-single {
	margin: 5px 0;
}
.vm-shipment-plugin-single input {
	margin: 0 6px 0 0;
}
.paymentArea {
	margin-bottom: 10px;
}
.cartFieldsArea fieldset {
	border-style:none;
}
.cartFieldsArea fieldset div.cart {
	margin: 6px 0;
}
.cartFieldsArea fieldset span.cart {
	display: inline-block;
	width: calc(40% - 10px); margin-right: 10px;
}
.cartFieldsArea fieldset input, 
.cartFieldsArea fieldset textarea {
	display: inline-block;
	width: calc(60% - 10px);
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
@media screen and (min-width: 650px) and (max-width: 860px) {
.cartFieldsArea fieldset span.cart, 
.cartFieldsArea fieldset input, 
.cartFieldsArea fieldset textarea {width: 100%;}
}
@media screen and (max-width: 480px) {
.cartFieldsArea fieldset span.cart, 
.cartFieldsArea fieldset input, 
.cartFieldsArea fieldset textarea {width: 100%;}	
}
.vm-fieldset-tos {
	display: none;
}
#checkoutFormSubmit {
	display: inline-block;
	width: 50%;
	margin-top: 20px;
	background-color: #00A0AF;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #00828E;
	text-transform: uppercase;
}
@media screen and (min-width: 300px) and (max-width: 860px) {
#checkoutFormSubmit {width: 70%;}	
}
@media screen and (max-width: 340px) {
#checkoutFormSubmit {width: 100%;}	
}