/* Default CSS for Cart and Checkout */

.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;
}
.cm-cart-product-column{background: #e5ecf2; padding:10px;color: #004c88;}
.cm-cart-quantity-column{background: #e5ecf2; padding:10px;text-align:center;color: #004c88;}
.cm-cart-price-column{background: #e5ecf2; padding:10px; text-align:right;color: #004c88;}
.cm-cart-amount-column{background: #e5ecf2; padding:10px; text-align:right;color: #004c88;}
.cm-cart-remove-column{background: #e5ecf2; padding:10px;}
.lineitem, .rowodd{}
.lineitem > td {
	padding: 20px 0 20px 0;
}
.cm-cart-table-row-total-line{border-top:solid 1px #ccc;}
.cm-cart-quantity{background: #e6eef4; border:0px; padding:8px 10px 8px 10px;
    color: #666;text-align: center;}
.cartinfo{margin-bottom:50px;}
.cm-cart-remove-button-style{background: #f5a623;
    color: #444;border: 0;
    padding: 16px 30px;
    white-space: normal;
    text-align: center;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
float: right;}
.cm-cart-remove-button-style:hover{background-color:#ec971f;border-color:#985f0d;}
.voucher-container{margin-bottom:50px;}
.cm-voucher-code-input{width: 50%;
    height: 70px;
    border: none;
    box-shadow: none!important;
    border-radius: 0;
    background: #e6eef4;
    color: #666;
    font-size: 18px;
    line-height: 24px;
    padding: 35px 18px 10px;}
.cm_button_recalculate{background: #f5a623;
    color: #444;border: 0;
    padding: 16px 30px;
    white-space: normal;
    text-align: center;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
margin-right:20px;}
.cm_button_continue_shopping{background: #f5a623;
    color: #444;border: 0;
    padding: 16px 30px;
    white-space: normal;
    text-align: center;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;margin-right:20px;}
.cm_button_checkout{background: #f5a623;
    color: #444;border: 0;
    padding: 16px 30px;
    white-space: normal;
    text-align: center;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;}
.cm_button_recalculate:hover{background-color:#ec971f;border-color:#985f0d;}
.cm_button_continue_shopping:hover{background-color:#ec971f;border-color:#985f0d;}
.cm_button_checkout:hover{background-color:#ec971f;border-color:#985f0d;}
.cm-cart-table-cell-totals-label{padding-right:6px;}
.cm-cart-table-cell-totals-value{padding: 5px 10px 5px 0px;background: #e5ecf2;color: #004c88;
    font-weight: 600;}
.invoice_details{}
.invoice_details .fieldset_heading{ padding-left: 0px; font-size: 50px;}
.invoice_details input[type="text"], .invoice_details input[type="email"], .invoice_details input[type="password"], .invoice_details select{ width: auto;
    height: 70px;
    border: none;
    box-shadow: none!important;
    border-radius: 0;
    background: #e6eef4;
    color: #666;
    font-size: 18px;
    line-height: 24px;
    padding: 35px 18px 10px;
margin-bottom:15px;}
.invoice_details .form-line{ margin-bottom:10px; padding-left: 0px; padding-right: 10px;}
#shipping_details{
    border-radius: 0.3rem;
    box-shadow: 0 1px 3px rgba(86,90,92,0.1);
	margin-top: 10px;
}
#shipping_details .fieldset_heading{ padding-left: 20px;}
#shipping_details input[type="text"],input[type="email"],input[type="password"], select{ padding: 10px; border:solid 1px #E6EAF0;border-radius: 0.3rem;}
#shipping_details .form-line{ margin-bottom:10px; padding-left: 10px; padding-right: 10px;}
.payment_gateways{border-bottom:solid 1px #ccc !important;}
.payment_gateways .fieldset_heading h3{font-size:40px;}
.terms_and_conditions .fieldset_heading h3{font-size:40px;}
.checkout-gateways{font-weight: 400;
color: #565a5c;
letter-spacing: .01rem;
font-family: Lato,'Lucida Sans Unicode','Lucida Grande',sans-serif;}
.cm_button_cancel{background: #004c88;
    text-decoration: none;color: #fff;    cursor: pointer;
    transition: all .3s;vertical-align: top;
    border: 0;
    padding: 16px 30px;
    white-space: normal;
    text-align: center;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700; margin-right:10px;}
.cm_button_cancel:hover{background-color: #003c6b; color:#fff;}
.cm_button_proceed{background: #f5a623;
    color: #444;border: 0;
    padding: 16px 30px;
    white-space: normal;
    text-align: center;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;}
.cm_button_proceed:hover{background-color:#ec971f;border-color:#985f0d}
.terms_and_conditions .popupinline{text-decoration: underline; color:#337ab7;}
@media (max-width:768px){
	
	.payment_gateways .fieldset_heading h3, .terms_and_conditions .fieldset_heading h3{font-size: 35px;line-height: 39px;}
.invoice_details input[type="text"], .invoice_details input[type="email"], .invoice_details input[type="password"], .invoice_details select{width:100%;}
}
@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;}
	.cm-cart-remove-button-style{    background-color:transparent;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: all .3s;
    vertical-align: top;
    border: 0;
    padding: 0px 0px;
    white-space: normal;
    text-align: center;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    float: right;}
	.cm-voucher-code-input {
		width: 100%;}
	.payment_gateways .fieldset_heading h3, .terms_and_conditions .fieldset_heading h3{font-size: 26px;line-height: 30px;}
	
}
