/* Default CSS for Cart and Checkout */
.cart-container{background-color: #fff; margin-bottom:20px;}
.cartcontent {
	/*background-color:#efefef;*/
}

.checkout-section-container label {
}

.cm-cart-form {
}

.cm-cart-has-products {
}

.cm-cart-no-products {
}

.checkout-form fieldset {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	/*background-color:#efefef;*/
	vertical-align: top;
	border:none;
}

.checkout-form fieldset input {
}

.purchasedetails {
	/*background-color:#efefef;*/
	vertical-align:center;
}

.purchasedetails .required {
	font-weight:bold;
}

.purchasedetails td {
	padding: 3px;
}

.purchasedetails .label {
	text-align:right;
	width:20%;
	vertical-align:middle;

}

.purchasedetails p {
	margin: 0px;
	padding:0px;
}

.purchasedetails .field {
	text-align:left;
	vertical-align:middle;
}

.cartcontent th {color: #2B6CB0; font-weight:600; font-size:16px;padding:8px;border-bottom:solid 1px #2B6CB0;
}
.cm-cart-product-column{}
.cm-cart-amount-column{}
.lineitem, .rowodd{}
.lineitem > td {
	padding: 10px 10px;
}
.cm-cart-remove-button-style{ border: 0px;font-size: 16px;font-weight: 600; border-radius: 100%;padding: 4px 7px 4px 7px;background-color: #2177eb;color: #fff;transition: all .3s ease-in-out;}
.cm-cart-remove-button-style:hover{background-color: #0e4998; cursor: pointer;}
.cm-cart-has-products .cart-container .cm-cart-table-cell-totals-label{font-weight: 600;width: 78.5%;padding:3px 0 3px 0;}
.cm-cart-has-products .cart-container .cm-cart-table-cell-totals-value{padding: 3px 3px 3px 0px;font-weight: 600;background-color: #f2f2f2;border-left: solid 10px #fff;border-right: solid 75px #fff;}
.cart-container .cm-cart-table-cell-totals-label{font-weight: 600;width: 80.5%;padding:3px 0 3px 0;}
.cart-container .cm-cart-table-cell-totals-value{padding: 3px 44px 3px 0px;font-weight: 600;background-color: #f2f2f2;border-left: solid 10px #fff;}
.voucher-container{background-color: #f2f2f2;width: 75%;padding: 10px 20px 20px 20px;margin-bottom: 20px;}
.cm-voucher-code-input{padding:10px;}
.cm_button_recalculate{background-color: #2177eb;color: #fff;transition: all .3s ease-in-out;font-weight: 700;padding: 1.2rem 1rem;border:0px; display: inline-block;margin-right:10px;}
.cm_button_continue_shopping{background-color: #2177eb;color: #fff;transition: all .3s ease-in-out;font-weight: 700;padding: 1.2rem 1rem;border:0px; display: inline-block;margin-right:10px;}
.cm_button_checkout{background-color: #2177eb;color: #fff;transition: all .3s ease-in-out;font-weight: 700;padding: 1.2rem 1rem;border:0px; display: inline-block;}
.cm_button_recalculate:hover{background-color: #0e4998;cursor: pointer;}
.cm_button_continue_shopping:hover{background-color: #0e4998;cursor: pointer;}
.cm_button_checkout:hover{background-color: #0e4998;cursor: pointer;}
.invoice_details{background-color: #fff;}
.invoice_details .fieldset_heading{ padding-left: 0px;}
.invoice_details input[type="text"], .invoice_details input[type="email"], .invoice_details select{ padding: 10px;}
.invoice_details .form-line label{font-weight:600;}
.invoice_details .form-line{}
.payment_gateways{border-bottom:solid 1px #ccc !important;}
.payment_gateways .fieldset_heading h3{color:#98700d;}
.terms_and_conditions .fieldset_heading h3{color:#98700d;}
.checkout-gateways{font-weight: 400;
color: #565a5c;
letter-spacing: .01rem;
font-family: Lato,'Lucida Sans Unicode','Lucida Grande',sans-serif;}
.checkout-details-container{margin-bottom:20px;}
.cm_button_cancel{background-color: #2177eb;color: #fff;transition: all .3s ease-in-out;font-weight: 700;padding: 1.2rem 1rem;border:0px; display: inline-block;margin-right:10px;}
.cm_button_cancel:hover{background-color: #0e4998;cursor: pointer;}
.cm_button_proceed{background-color: #2177eb;color: #fff;transition: all .3s ease-in-out;font-weight: 700;padding: 1.2rem 1rem;border:0px; display: inline-block;}
.cm_button_proceed:hover{background-color: #0e4998;cursor: pointer;}
.terms_and_conditions .popupinline{text-decoration: underline; color:#337ab7;}
@media (max-width:480px){
	.cartcontent, .cartinfo, .voucher-container {
    font-size: 70%;}
	.cm_button_recalculate{ width:100%; display:block; margin-bottom: 5px;}
	.cm_button_continue_shopping{width:100%; display:block; margin-bottom: 5px;}
	.cm_button_checkout{width:100%; display:block;}
	
}