/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.ea-woo-checkout .woocommerce{ font-family: "Inter", sans-serif; }
.ea-woo-checkout .woocommerce #customer_details.col2-set .col-1,
.ea-woo-checkout .woocommerce #customer_details.col2-set .col-2{
	border-radius: 0;
	border: none;
	float: none!important;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0;
	width: 100%!important;
}
.ea-woo-checkout .woocommerce #customer_details input.input-text, 
.ea-woo-checkout .woocommerce #customer_details select, 
.ea-woo-checkout .woocommerce #customer_details textarea{
	display: block;
	line-height: 1.42857143 !important;
	min-height: 47px;
	padding: 1.65em 0.8em 0.5em;
}
.ea-woo-checkout .woocommerce #customer_details ::placeholder,
.ea-woo-checkout .woocommerce #customer_details .form-row label, 
.ea-woo-checkout .woocommerce #customer_details .select2-selection--single .select2-selection__placeholder{
	color: #1e0300;
}
.ea-woo-checkout .woocommerce #customer_details .wcf-field-required-error{
	color: #e2401c;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}
.ea-woo-checkout .woocommerce #customer_details input[type="checkbox"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="color"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="date"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="datetime-local"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="datetime"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="email"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="month"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="number"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="password"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="radio"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="search"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="tel"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="text"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="time"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="url"]:focus, 
.ea-woo-checkout .woocommerce #customer_details input[type="week"]:focus, 
.ea-woo-checkout .woocommerce #customer_details select:focus, 
.ea-woo-checkout .woocommerce #customer_details textarea:focus{
	box-shadow: none;
	outline: none;
}
.ea-woo-checkout .woocommerce #customer_details .form-row:not(.wcf-anim-hidden-label).wcf-anim-label:has(.select2 .select2-selection__placeholder) > label, 
.ea-woo-checkout .woocommerce #customer_details .form-row:not(#billing_country_field):not(#shipping_country_field) > label, 
.ea-woo-checkout .woocommerce #customer_details .form-row:not(.wcf-anim-hidden-label) label:not(.woocommerce-form__label-for-checkbox, .checkbox, .input-radio){
	font-family: "Inter", sans-serif;
	user-select: none;
	pointer-events: none;
	position: absolute;
	color: #1e0300;
	transition: all 0.2s ease-out;
	font-size: 12px;
	font-weight: 300;
	margin: 8px 2px;
	padding: 0 11px;
	line-height: 1em;
	height: auto;
	width: auto;
	clip-path: none;
	clip: unset;
	z-index: 1000;
}
.ea-woo-checkout .woocommerce #customer_details #billing_country_field > label, .ea-woo-checkout .woocommerce #customer_details #shipping_country_field > label{ position:relative; } 
.ea-woo-checkout .woocommerce #customer_details #billing_country_field > .woocommerce-input-wrapper strong, .ea-woo-checkout .woocommerce #customer_details #shipping_country_field > .woocommerce-input-wrapper strong{ color: #fff; } 

.ea-woo-checkout .woocommerce #customer_details .woocommerce-billing-fields__field-wrapper,
.ea-woo-checkout .woocommerce #customer_details .woocommerce-shipping-fields__field-wrapper{ display: flex; flex-wrap: wrap; }
.ea-woo-checkout .woocommerce #customer_details .woocommerce-billing-fields__field-wrapper > p,
.ea-woo-checkout .woocommerce #customer_details .woocommerce-shipping-fields__field-wrapper > p{
	margin-bottom: 10px!important;
	padding: 3px 7px;
	width: 100%;
}
.ea-woo-checkout .woocommerce #customer_details #billing_first_name_field,
.ea-woo-checkout .woocommerce #customer_details #billing_last_name_field,
.ea-woo-checkout .woocommerce #customer_details #billing_address_1_field,
.ea-woo-checkout .woocommerce #customer_details #billing_address_2_field,
.ea-woo-checkout .woocommerce #customer_details #billing_postcode_field,
.ea-woo-checkout .woocommerce #customer_details #billing_city_field,

.ea-woo-checkout .woocommerce #customer_details #shipping_first_name_field,
.ea-woo-checkout .woocommerce #customer_details #shipping_last_name_field,
.ea-woo-checkout .woocommerce #customer_details #shipping_address_1_field,
.ea-woo-checkout .woocommerce #customer_details #shipping_address_2_field,
.ea-woo-checkout .woocommerce #customer_details #shipping_city_field{ width: 50%; }

.ea-woo-checkout .woocommerce #customer_details #ship-to-different-address{ margin: 22px 0 15px; }

.ea-woo-checkout #wcf_custom_coupon_field{
	clear: left;
	-js-display: flex;
	display: flex;
	margin-bottom: 25px;
	margin-top: 25px;
	border-top: none;
	border-bottom: none;
	padding: 0;
	flex-wrap: wrap;
}
.ea-woo-checkout #wcf_custom_coupon_field .wcf-coupon-col-1{
	display: inline-block;
	padding-right: 15px;
	width: 70%;
}
.ea-woo-checkout #wcf_custom_coupon_field #coupon_code,
.ea-woo-checkout #wcf_custom_coupon_field #coupon_code::placeholder{
	border-radius: 4px;
	border: 1px solid #d1d5db;
	color: #1e0300;
	font-size: 13px;
	line-height: 1.42857143 !important;
	padding: 15px 12px;
	width: 100%;
}
.ea-woo-checkout #wcf_custom_coupon_field .wcf-coupon-col-2{ width: 30%; }
.ea-woo-checkout #wcf_custom_coupon_field button.wcf-btn-small{
	background-color: #601515;
	border-color: #601515;
	border-radius: 40px 40px 40px 40px;
	color: #f5ebe0;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	letter-spacing: 2px;
	padding: 11px;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	width: 100%;
}
.ea-woo-checkout #wcf_custom_coupon_field button.wcf-btn-small:hover,
.ea-woo-checkout #wcf_custom_coupon_field button.wcf-btn-small:focus{
	background-color: #f5ebe0;
	border-color: #f5ebe0;
	color: #601515;
}
.ea-woo-checkout .woocommerce-terms-and-conditions-checkbox-text,
.ea-woo-checkout .woocommerce-terms-and-conditions-checkbox-text a{
	color: #F5EBE0;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-transform: none;
}
.ea-woo-checkout .woocommerce-terms-and-conditions-checkbox-text a:hover{ color: #BF2516; }
.ea-woo-checkout .woocommerce #payment #place_order::before{
	content: "\e902";
	font-family: "cartflows-icon" !important;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
	top: 0px;
	position: relative;
	opacity: 1;
	display: inline-block;
}

.ea-woo-checkout .woocommerce .shipping-area{ grid-template-columns: 50% 50%!important; }
.ea-woo-checkout .woocommerce .footer-content{
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%!important;
}
.ea-woo-checkout .woocommerce .footer-content .cart-subtotal,
.ea-woo-checkout .woocommerce .footer-content .shipping-area,
.ea-woo-checkout .woocommerce .footer-content .order-total{
	border-top: 1px solid #e5e7eb!important;
	padding: 1.5em 16px!important;
}
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .table-header{ padding-top: 16px; }
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table{ padding: 0 16px; }
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-2{ display: none; }
.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-3{ flex-basis: 30%; padding-right:0!important; max-width: 30%; }
.ea-woo-checkout .woocommerce .footer-content .cart-subtotal,
.ea-woo-checkout .woocommerce .footer-content .shipping-area{
	font-size: 13px;
	font-weight: normal;
}
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods{
	background-color: #fff;
	padding: 16px !important;
}
.ea-woo-checkout .woocommerce #payment .wc_payment_methods li{ position: relative; }
.ea-woo-checkout .woocommerce #payment .wc_payment_methods li label{
	color: #601515;
	font-size: 15px;
	font-weight: 500;
}
.ea-woo-checkout .woocommerce #payment input[type="radio"]:checked::before, 
.ea-woo-checkout .woocommerce #order_review input[type="radio"]:checked::before, 
.ea-woo-checkout .woocommerce .wcf-col2-set input[type="radio"]:checked::before, 
.ea-woo-checkout .woocommerce .wcf-product-option-wrap .wcf-qty-row input[type="radio"]:checked::before {
	background-color: #601515;
	border-radius: 50px;
	content: "\2022";
	font-size: 24px;
	height: 6px;
	line-height: 16px;
	margin: 5px;
	text-indent: -9999px;
	width: 6px;
}
.ea-woo-checkout .woocommerce #payment input[type="radio"] {
	border-color: #d1d5db;
	display: block !important;
	height: 18px;
	margin: 0 7px 0 0;
	min-width: 18px;
	position: absolute;
	top: 6px;
	vertical-align: text-top;
	width: 18px;
}
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type="radio"]:checked + label::before,
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type="radio"]:checked + label::after,
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type="radio"] + label::before{ display: none; }
.ea-woo-checkout .woocommerce-checkout #payment ul.payment_methods > li:not(.woocommerce-info){
	min-height: 40px;
	padding: 15px 12px 0 12px;
}
.wcpay-express-checkout-button-separator{
	color: #fff;
	font-size: 1.3em;
}