/*
Theme Name: Takeout Child Theme
Template: takeout
Theme URI: https://takeout.ancorathemes.com/
Description: Takeout Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: takeout
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.scheme_default, body.scheme_default, .scheme_default:where(.editor-styles-wrapper) {
	--theme-color-bg_color: #f6f6f0;
}


form.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
	font-size: 35px;
}

.woocommerce form .form-row {
	padding:0;
	margin-bottom: 20px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	margin-bottom: 8px;
	font-weight: 400;
}

#billing_country_field{ display: none; }

.order-type {
	margin-top: 20px;
	background: white;
	padding: 24px;
	padding-bottom: 0;
}

.order-type {
	box-sizing: border-box;
}

.shop_table_checkout_review {
	padding: 24px;
}

.woocommerce-checkout.checkout h3, #payment #order_review_heading_payment {
	font-size: 20px;
}

.orddd-checkout-fields {
	display: flex;
	gap: 12px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: white;
	padding: 24px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
	margin-bottom: 20px;
}

.orddd-checkout-fields {
	background: white;
	padding: 0 24px;
	padding-bottom: 24px;
}

.woocommerce form .orddd-checkout-fields .form-row {
	width: 100%;
}

.order-type ul {
	display: flex;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	gap: 20px;
}

.order-type ul li {
	width: 100%;
	margin-right: 0;
	text-align: center;
}

.order-type ul li label {
    padding: 12px 5px;
    border: 1px solid #e2e2e2;
    width: 100%;
    display: block;
	margin-bottom: 0 !important;
}

.select2-selection__arrow {
	display: none !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #212121;
}

.woocommerce-checkout .page_content_wrap {
	padding-top: 32px;
}

.woocommerce-checkout .woocommerce_status_bar {
	margin-top: 48px;
	margin-bottom: 48px;
}


.woocommerce-accordion-title-reviews {
	display: none !important;
}

/* Points Bar */
.points-summary {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.points-bar-innerwrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 8px;
	justify-content: center;
}

.points-bar-checkmark {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	max-width: 50px;
	padding: 16px;
	padding-left: 4px;
	border-right: 1px solid #e2e2e2;
}

.points-bar-wrapper {
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	display: flex;
	font-size: 14px;
	max-width: 500px;
	gap: 12px;
	width: 100%;
	background-color: #fff;
}

.points-bar-title {
	font-size: 18px;
	font-weight: 600;
}

.points-bar-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #212121;
}

.points-bar {
	background: #cecece;
	height: 12px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	width: 100%;
}	

.points-bar-value {
	font-weight: 300;
}

.points-bar-value span {
	font-weight: 600;
}

.points-bar-text {
	font-weight: 400;
}
.points-bar-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #5bbf48;
}

.points-description {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-top: 4px;
}

.points-description a {
	color: #666;
	text-decoration: underline;
	font-weight: 600;
}


.elementor-widget-sidebar {
	transform: none !important;
	position: relative !important;
    left: 20px !important;
}