.savingApp .productsList .productItem:hover {width:340px; cursor:default;}
.savingApp .productsList .productItem {min-height: 320px;}
@media (max-width: 1200px) {
	.savingApp .productsList .productItem:hover {width:280px;}
	.savingApp .productsList .productItem {min-height: 347px;}
}
@media (max-width: 992px) {
	.savingApp .productsList .productItem:hover {width:200px;}
	.savingApp .productsList .productItem {min-height: 381px;}
}
@media (max-width: 768px) {
	.savingApp .productsList .productItem:hover {width:auto;}
	.savingApp .productsList .productItem {min-height: auto;}
}


.savingApp {background-color:white; color:#383747;}

/*
.orderApp {background-color:white; color:#383747;}
.orderApp h3, .orderApp h4 {margin-top: 15px;}
.orderApp .red {color:#d43f3a}
.orderApp label, .orderApp p {}
.orderApp .summaryCart {    margin-top: 15px;}
.orderApp .form-check {padding-bottom: 0;}
.orderApp .alert {padding: .75rem 1.25rem;}
#cartTable td {vertical-align:middle}
#cartTable.table-hover>tbody>tr:hover {background-color:#eff6ff;}
.itemcount {display:inline-block; text-align:center; width:4em; padding:4px; height:24px;}
.orderApp .control-label {padding-right:10px;}
.orderApp .control-label.required:after {content:'*'; color:#DD0000; position:absolute; right: -2px; }
#paymentTable tr.disabled {color:silver; cursor: not-allowed;}
#deliveryTable tr:first-child td, #paymentTable tr:first-child td {border-top-style:none;}
#deliveryTable div.radio input, #paymentTable div.radio input {width: 17px; height: 17px; margin-left:0; margin-top:-3px;}
#deliveryTable label, #paymentTable label {margin:0; font-weight:normal;}
#deliveryTable label.price, #paymentTable label.price {font-weight:bold;}
#deliveryTable img, #paymentTable img {width:62px; height:32px; margin-top:-5px;}
table.smallSummary>tbody>tr>td {border-top-style:none;}
table.smallSummary tr:first-child td {border-top-style:solid;}
table.smallSummary tr.total td {font-weight:bold; border-top-style:solid;}
#cartTable .lead, #summaryTable .lead {color:#333;}
.cartBottom {height:46px;}
.cartBottom button.btn-link {margin:12px 5em 0 0;}
@media screen and (max-width:500px) {
	.cartBottom>div {width:100%; float:none;}
	.cartBottom button.btn-link {margin:30px 0;}
}
*/
