/* Order received */

.woocommerce-order-received .woocommerce-customer-details {
	display: none; 
}

.woocommerce-order-details {
	display: none!important;
}

.woocommerce-thankyou-order-received {
	font-size: 1.2em;
	margin-bottom: 3em;
}

.woocommerce ul.woocommerce-thankyou-order-details {
   padding: 30px 0 0 0;
   border-top: 1px dashed #ddd;
}


.woocommerce ul.order_details li {
    display: block;
    float: none;
    border-right: 0 none;
	margin: 1.3em 0;
	font-size: 12px;
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.2em;
    text-transform: none;
    line-height: 1.45;
    font-weight: 600;
    margin-top: 0.25em;
}

.woocommerce-table--order-details {
	font-size: 14px;
}

.woocommerce-table--order-details strong {
	font-weight: 600;
}

/* wooCheckout-subheading */

.wooCheckout-subheading {
	color: #5a5a5a;
	text-transform: uppercase;
	font-size: 1em;
	margin: 1em 0 1em;
}

.woocommerce-checkout h3 {
	display: none;
}

/* Checkout */

.checkoutPanel .shop_table {
	border-left: 0 none!important;
	border-right: 0 none!important;
	border-collapse: collapse!important;
	font-size: 0.95em;
	background: #f8f8f8;
	margin-bottom: 25px!important;
	border-radius: 0!important;
}

.checkoutPanel .shop_table select {
	padding: 10px;
}


.checkoutPanel .cart_item,
.woocommerce-shipping-totals,
.checkoutPanel .parcel_machine_checkout {
	background: #ffffff;
}

.woocommerce-shipping-totals th {
	vertical-align: top;
	padding-top: 1.25em!important;
}

.cart_item .product-quantity {
	font-weight: normal;
}

.woocommerce-shipping-totals td,
.woocommerce-shipping-totals th {
	font-weight: normal!important;
}

.woocommerce ul#shipping_method li {
	margin: 0.5em 0;
}

.woocommerce ul#shipping_method .amount {
	font-weight: 600;
}

.cart-subtotal th,
.order-total th,
.woocommerce-checkout-review-order-table thead th {
	font-weight: normal!important;
	color: #666;
	text-transform: uppercase;
	font-size: 0.85em;
}

.cart-subtotal th, 
.cart-subtotal td {
    vertical-align: middle;
	background: #f8f8f8;
}

@media (min-width: 600px) {
	.cart-subtotal th, 
    .cart-subtotal td {
	   
    }
}

/* Customer details */

.customerDetails { 
    margin: 25px 0 30px;

}

.customerDetails .form-row-first, 
.customerDetails .form-row-last {
	width: 48.5%!important;
}

.checkoutPanel #customer_details {
	display: none;
}

.customerDetails #customer_details {
	display: block;
}

.customerDetails .col-1,
.customerDetails .col-2 {
	float: none!important;
	width: 100%!important;

}

.customerDetails #ship-to-different-address,
.customerDetails #billing_country_field {
	display: none;
}

@media (min-width: 600px) {
	.customerDetails { 
		margin: 35px 0;
    }
}

@media (min-width: 1024px) {
	.customerDetails { 
		margin: 35px 0;
    }
}

@media (min-width: 1366px) {
	.customerDetails { 
		margin: 45px 0;
    }
}

@media (min-width: 1900px) {
	.customerDetails { 
		margin: 55px 0;
    }
}

/* Payment */

.checkoutPanel .payment_box {
	background-color: #e9e9e9!important;
	margin: 0.5em 0!important;
	border: 1px solid #ddd;
}

.checkoutPanel .payment_methods,
.checkoutPanel .place-order {
	padding: 20px!important;
	margin-bottom: 0!important;
}

.checkoutPanel .payment_box::before {
	display: none!important;
}

.checkoutPanel #place_order, 
.checkoutPanel .place_order:visited {
    background: #79bd86;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 30px;
    margin: 0!important;
}

.checkoutPanel .woocommerce-checkout-payment {
	padding: 0;
	background: #f8f8f8!important;
	border: 1px solid #ddd;
	border-radius: 0!important;
}

.woocommerce-terms-and-conditions-wrapper {
	font-size: 0.9em;
	margin-bottom: 1em;
}

@media (min-width: 600px) {
	.checkoutPanel .payment_methods,
	.checkoutPanel .place-order {
		padding: 20px 30px!important;
	}
}

/* MakeCommerce */

.makecommerce-banklink-picker {
	padding: 10px!important;
	border-radius: 3px;
	transform: translateY(0);
	transition: .3s transform;
}

.makecommerce-banklink-picker:hover {
	transform: translateY(-2px);

}

.makecommerce-banklink-picker.selected {
	background: #eee!important;
	box-shadow: 0 0 0 3px #79bd86 inset;
}

.makecommerce_country_picker_methods {
	margin-bottom: 0!important;
}

/* Montonio */
.montonio-pickup-point-select {
    display: none; 
}

.montonio-pickup-point-container.select2-container--open span.select2-search--dropdown::before {
    top: 0.55rem!important;
    width: 1rem!important;
    height: 1rem!important;
}

.montonio-pickup-point .select2-container {
    width: 100%!important;
}

.woocommerce-checkout .select2-search {
    font-size: 16px;
}

.payment_method_montonio_payments label {
	display: none;
}

