/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.pay-button-separator::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 1px;
	background: #e2e2e2;
	width: 100%;
}
/*CART*/
.woocommerce-cart-form .button[name="update_cart"] {
	display: none !important;
}

/*.woocommerce-shipping-calculator, .woocommerce-shipping-calculator > p:first-child {
	width: 100%;
}*/

/*CHECKOUT*/

form.checkout.woocommerce-checkout::after {
	content: "";
	clear: both;
	display: table;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
	overflow: auto;
}
.woocommerce-additional-fields__field-wrapper {
	padding-top: 1rem;
}
.woocommerce-checkout p#order_comments_field {
	display: inline-block;
	width: 100%;
}
.woocommerce-checkout .form-row textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 85px;
	max-height: 130px;
}
#dropofflocation_field {
	padding: 10px;
	background-color: rgb(249, 249, 249);
	border-radius: 0.3rem;
	border: 1px solid rgb(210, 214, 220);
}
#deliverynotes, #dropofflocation {
	background-color: white;
}
.woocommerce-checkout-payment {
	padding-top: 1rem;
}
#payment ul.payment_methods {
	margin: 0 0 1.21575rem;
}
.woocommerce-checkout-review-order {
	position: sticky;
	top: 20px;
}
.woocommerce-checkout-review-order-table tbody {
	display: block;
	max-height: 350px;
	overflow-y: auto;
	width: 200%;
	scroll-behavior: smooth;
	margin-bottom: 1rem;
}
.woocommerce-checkout-review-order-table tbody tr  {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.woocommerce-checkout-review-order-table tbody tr:last-child {
	border-bottom: 0;
}
.woocommerce-checkout-review-order-table tbody td {
	border-bottom: 0 !important;
}
.woocommerce-checkout-review-order-table tbody tr:last-child td {
	padding-bottom: 1rem !important;
}
.woocommerce-checkout-review-order-table td.product-total {
	margin-left: auto;
	align-content: center;
}
.place-order button#place_order {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 1.5rem;
	padding: 0 1em;
	height: 52px;
	font-size: 17px;
	line-height: 52px;
	border-radius: 6px;
	transition: background 0.2s;
}
/*#order_review .shop_table tr.shipping td, #order_review .shop_table tr.shipping th {
	width: calc(200%) !important;
}*/

/*Mini-Cart*/
#ppc-button-minicart {
	display:none;
}
/*AUTOCOMPLETE*/
.pac-logo::after {
	height: 0px;
	background-image: none;
}
.pac-container {
	margin-top:5px;
	border: 1px solid #999;
	border-radius: .3rem;
	font-family: Inter,sans-serif;
	box-shadow: none;
}
.pac-item {
	line-height: 40px;
	font-size: 16px;
	padding: 0 .7em;
}
.pac-icon {
	width: 0px;
	height: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
	background-image: none;
	background-size: 0px;
}
.pac-item-query {
	font-size:16px;
}
.pac-matched {
	font-weight: 600;
}