/* Default CSS for Cart and Checkout */

.cartcontent {
}

.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 {
	font-family: 'Ubuntu', sans-serif;
font-style: normal;
font-weight: 700;
	font-size: 18px;
}
.cm-cart-product-column, .cm-cart-quantity-column, .cm-cart-price-column, .cm-cart-amount-column{ border-bottom:solid 2px #006b3f;}
.cm-cart-remove-column{ border-bottom:solid 2px #442359;} 

.lineitem > td {
	padding: 10px 10px;
}
.cm-cart-quantity{padding: 8px; border:solid 1px #c8c8c8;background-color: #f2f2f2;}
.cm-cart-table-cell-totals-label{font-weight: 600; padding-bottom: 5px;}
.cm-cart-table-cell-totals-value{padding-right: 10px; background-color: #f2f2f2;}
.voucher-container{margin-top:50px; border-top:solid 1px #c8c8c8; padding-top:10px; border-bottom:solid 1px #c8c8c8; padding-bottom: 10px; margin-bottom:20px;}
.voucher-container h3{font-family: 'Neo Sans W02 Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 700;}
.cm-voucher-code-input{ padding: 8px; border:solid 1px #c8c8c8; width: 30%; margin-top: 10px; margin-bottom: 10px; background-color: #f2f2f2;}
.cm-cart-remove-button-style{background-color: rgba(0, 107, 63, 1);
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #006B3F;
    border-radius: 0px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Neo Sans W02 Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 500;
    letter-spacing: 1px;
float:right;}
.cm-cart-remove-button-style:hover{background-color:transparent;
    color: #006B3F;
	border:solid 1px #006B3F;}
.cm_button_recalculate{background-color:transparent;
    padding: 0px 48px;
    color: #006B3F;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #006B3F;
    border-radius: 0px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Neo Sans W02 Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 500;
    letter-spacing: 1px; margin-right: 10px;}
.cm_button_recalculate:hover{background-color:#006B3F;
    color: #fff;
	border:solid 1px #006B3F;}
.cm_button_continue_shopping{background: transparent;
    padding: 0px 48px;
    color: #006B3F;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #006B3F;
    border-radius: 0px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Neo Sans W02 Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 500;
    letter-spacing: 1px; margin-right: 10px;
    display: none;}
.cm_button_continue_shopping:hover{background-color:#006B3F;
    color: #fff;
	border:solid 1px #006B3F;}
.cm_button_checkout{background: #006b3f;
    padding: 0px 48px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #006b3f;
    border-radius: 0px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Neo Sans W02 Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 500;
    letter-spacing: 1px;}
.cm_button_checkout:hover{background-color:transparent;
    color: #006b3f;
	border:solid 1px #006b3f;}
.invoice_details .fieldset_heading h3, .payment_gateways .fieldset_heading h3, .terms_and_conditions .fieldset_heading h3{ font-size: 1.45rem !important;border-bottom: 2px solid #c8c8c8;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;}
.invoice_details .fieldset_heading h3:after, .payment_gateways .fieldset_heading h3:after, .terms_and_conditions .fieldset_heading h3:after{content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 74px;
    background: #006b3f;}
.invoice_details .form-line{margin-bottom: 10px;}
.invoice_details input[type="text"], .invoice_details input[type="email"], .invoice_details select{ padding: 10px; width:50%;background-color: #f2f2f2;
    border: solid 1px #c8c8c8;}
.terms_and_conditions .fieldset_heading h3{ font-size: 1.45rem !important;}
.checkout-form .buttons{text-align: center;}
.cm_button_cancel{background: transparent;
    padding: 0px 48px;
    color: #006B3F;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #006B3F;
    border-radius: 0px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Neo Sans W02 Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 500;
    letter-spacing: 1px; margin-right: 10px;}
.cm_button_cancel:hover{background-color:#006B3F;
    color: #fff;
	border:solid 1px #006B3F;}
.cm_button_proceed{background: #006b3f;
    padding: 0px 48px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #006b3f;
    border-radius: 0px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Neo Sans W02 Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-style: normal;
font-weight: 500;
    letter-spacing: 1px;}
.cm_button_proceed:hover{background-color:transparent;
    color: #006b3f;
	border:solid 1px #006b3f;}
@media only screen and (max-width:991px){
.cm-voucher-code-input{ padding: 8px; border:solid 1px #c8c8c8; width: 100%; margin-top: 10px; margin-bottom: 10px; background-color: #f2f2f2;}
	.cm_button_recalculate{display: block; width:100%; margin-right:0px; margin-bottom:10px;}
	.cm_button_continue_shopping{display: block; width:100%; margin-right:0px; margin-bottom:10px;}
	.cm_button_checkout{display: block; width:100%; margin-bottom:10px;}
}
@media only screen and (max-width:768px){
	.cm_button_recalculate,	.cm_button_continue_shopping, .cm_button_checkout{display: block; width:100%; margin-bottom: 5px; margin-right: 0px;}
	.invoice_details input[type="text"], .invoice_details input[type="email"], .invoice_details select{ padding: 10px; width:100%;background-color: #f2f2f2;
    border: solid 1px #c8c8c8;}
	
}
@media only screen and (max-width:480px){
	.cm_button_cancel{display: block; width:100%; margin-right: 0px; margin-bottom: 10px;}
	.cm_button_proceed{display: block; width:100%; margin-bottom: 10px;}
}
