.shoco-checkout-page .container form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	gap: 30px;
}

.shoco-checkout-page input, .shoco-checkout-page textarea, .shoco-checkout-page select, .zen-ui-select__value {
	border: unset;
	border-radius: 0;
	outline: unset;

	padding: 14px;

	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	color: #503629;

	max-width: 500px;
}

.zen-ui-select__value {
	padding: 14px !important;
}

.wcus-checkout-fields .zen-ui-select__value {
	margin-bottom: 15px;
}

.shoco-checkout-page input::placeholder, .shoco-checkout-page textarea::placeholder {
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	color: #F0DEBF;
}

.shoco-checkout-page select {
	color: #503629;
}

.order-fields {
	display: flex;
	flex-direction: column;
	flex: 0 1 calc(45% - 30px );

    padding: 30px 40px;
	background: #FDF7ED;
}

.order-review {
	display: flex;
	flex-direction: column;

	flex: 0 1 calc( 55% - 30px);

	padding: 30px 0;
	padding-right: 0;
}

.woocommerce-NoticeGroup {
	display: flex;
	flex: 1 1 100%;

	background: #FDF7ED;
	padding: 25px;
}

.woocommerce-NoticeGroup ul {
	margin: 0;
	padding-left: 20px;
}

.woocommerce-billing-fields {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;

	row-gap: 15px;
}

.woocommerce-billing-fields__field-wrapper p span,
.woocommerce-billing-fields__field-wrapper p span input[type="text"],
.woocommerce-billing-fields__field-wrapper p span input[type="tel"],
.woocommerce-billing-fields__field-wrapper p span input[type="email"],
.woocommerce-billing-fields__field-wrapper p span select,
.woocommerce-billing-fields__field-wrapper p span textarea {
	width: 100%;
}

.woocommerce-billing-fields__field-wrapper input[type="radio"], .wc_payment_method input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	padding: 0.1rem;
	border: 0.25rem solid #fff;
	border-radius: 8px;
	background: #fff;

	cursor: pointer;
	width: 25px;
	height: 25px;
	padding: 0;
}

.woocommerce-billing-fields__field-wrapper input[type="radio"]::before, .wc_payment_method input[type="radio"]::before {
	content: "";
	width: 15px;
	height: 15px;
	transform: scale(0);
	background-color: #9ECFCA;
	border-radius: 5px;
}


.woocommerce-billing-fields__field-wrapper input[type="radio"]:checked::before, .wc_payment_method input[type="radio"]:checked::before {
	transform: scale(1);
}

.woocommerce-billing-fields__field-wrapper input[type="checkbox"], .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: 0.25rem solid #fff;
    border-radius: 8px; 
    background: #fff;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 0;
    position: relative; 
}

.woocommerce-billing-fields__field-wrapper input[type="checkbox"]::before, .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%) scale(0);
    background-color: #9ECFCA;
    border-radius: 5px; 
    transition: transform 0.2s ease;
}

.woocommerce-billing-fields__field-wrapper input[type="checkbox"]:checked::before, .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

.delivery_method {
	padding-top: 5px;
	padding-bottom: 10px;
}

.wcus-checkout-fields h3 {
	display: none;
}

.is_gift label, .gift_person_is_send_receipt label {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;

	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
}

.radio-input {
	display: flex;
	gap: 15px;
}

.radio-input label {
	display: flex;
	align-items: center;
	gap: 10px;

	font-size: 20px;
	font-weight: 300;

	cursor: pointer;
}

.radio-input.pickup_points_list label, .confirmation_method label {
	align-items: flex-start;
	cursor: pointer;
}

.pickup_points_list, .confirmation_method {
	flex-direction: column;
	gap: 20px;
}

.pickup_points_list label span {
	display: block;
	line-height: 120%;

	font-size: 20px;
	font-weight: 300;
}

.confirmation_method label {
	line-height: 120%;
}

.pickup_points_list label span span {
	color: #9ECFCA;
	margin-top: 5px;
}

.select-input {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.select-input label {
	font-size: 20px;
}

.optional {
	display: none;
}

.custom-quantity-wrapper input[type="number"] {
	height: 100%;
	background: #fff;

	font-size: 20px;
}

.custom-quantity-wrapper .quantity-decrease, .custom-quantity-wrapper .quantity-increase {
	padding: 14px;
}




.woocommerce-billing-fields__field-wrapper h3, #order_review_heading, #payment h3 {
	font-size: 35px;
	font-weight: 500;
	text-transform: uppercase;

	color: #503629;

	margin: 0;
}

.woocommerce-billing-fields__field-wrapper p {
	margin: 0;
}


.map-zone {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.map-zone .zone-title, .map-zone .zone-desc {
	font-size: 18px;
	line-height: 120%;
	font-weight: 300;
}

.map-zone .zone-title {
	color: #008f1f;
}

.map-zone .zone-desc {
	color: #503629;
}

.map_info_block {
	display: none;
}

.blue-title {
	color: #0288d1;
}

.yellow-title {
	color: #ffea00;
}

.green-title {
	color: #097138;
}

.red-title {
	color: red;
}

.important-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;

	margin-top: 15px;
}

.important-note .note-ico {
	font-size: 20px;
	line-height: 100%;
	color: #fff;

	background: #9ECFCA;
    padding: 4px 10px;
}

.important-note .note-value {
	font-size: 20px;
	font-weight: 300;
	line-height: 110%;

	color: #503629;
}

.np_method_fields.important-note {
	margin-top: 0;
}

.order-important-note .important-note {
	display: flex;
    flex-direction: column;
    gap: 5px;

    padding: 1em 0;
}

.order-important-note .note-title {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    color: #503629;
}

.order-important-note .note-title span {
    background: #9ECFCA;
    padding: 0px 10px;
    font-size: 20px;
    color: #fff;
}

.order-important-note .note-value {
    font-size: 20px;
    font-weight: 300;
    color: #503629;
    width: fit-content;
    padding-bottom: 10px;
    border-bottom: 1px solid #FDF7ED;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.order-important-note .note-value ul, .order-important-note .note-value ol {
	list-style: decimal;
	padding-left: 20px;
	margin: 0;

	display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.order-important-note .note-value ul li, .order-important-note .note-value ol li, .order-important-note .note-value p {
	font-size: 20px;
    font-weight: 400;
    color: #503629;
}

.order-important-note .note-value p {
	margin: 0;
}

.product_list_bag_header {
	display: flex;
	flex-direction: row;
	gap: 15px;

	padding: 10px 0;
	border-bottom: 1px solid #FDF7ED;
	margin-bottom: 15px;

	font-size: 15px;
	font-weight: 400;
}

.pl-h-title {
	display: flex;
	justify-content: center;
	flex: 1 1 calc(50% - 15px);
}
.pl-h-qty {
	display: flex;
	justify-content: center;
	flex: 1 1 calc(15% - 15px);
}
.pl-h-price {
	display: flex;
	justify-content: center;
	flex: 1 1 calc(15% - 15px);
}
.pl-h-delete {
	display: flex;
	justify-content: center;
	flex: 1 1 calc(15% - 15px);
}

.product_list_bag {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-item {
    border-bottom: 1px solid #FDF7ED;
    padding: 10px 0;
    padding-bottom: 20px;
}

.product-data {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.product-title-column {
	display: flex;
	flex: 1 1 calc(40% - 15px);
	flex-wrap: wrap;
	gap: 25px;
}

.product-title {
	display: flex;
}

.product-image {
    display: flex;
    flex-basis: calc(40% - 25px);
}

.product-image img {
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.product-details {
    display: flex;
    flex-direction: column;

    flex-basis: calc(60% - 25px);
}

.product-title a {
    font-weight: 400;
    font-size: 15px;
    color: #503629;
    text-transform: uppercase;
    text-decoration: none;
}

.product-additional-info {
    color: #757575;
    font-size: 14px;
    margin-top: 5px;

	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.product-additional-info .variation, .product-additional-info dt, .product-additional-info dd, .product-additional-info p, .product-additional-info .wapf-pricing-hint {
	margin: 0;
	opacity: 1;

	font-size: 13px;
	font-weight: 400;
	color: #503629;

}

.quantity-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex: 1 1 calc(15% - 15px);
}

.quantity-decrease,
.quantity-increase {
    padding: 5px 10px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    cursor: pointer;
}

.product-price {
	display: flex;
    flex: 0 0 calc(15% - 15px);
    justify-content: center;
    font-size: 16px;
    color: #503629;
}

.delete-product {
	display: flex;
    flex: 0 0 calc(15% - 15px);
    justify-content: flex-end;
}

.delete-product .remove img {
    width: 16px;
}

.text-underlined {
	position: relative;
}

.text-underlined:after {
	content: "";
	position: absolute;
	bottom: -42px;
	left: 0;
	right: unset;
	width: 100%;
	height: 100%;
	background-image: url(https://p4.kochuk.com.ua/wp-content/uploads/2024/11/vector-6-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.order-review .custom-quantity-wrapper .quantity-decrease, .order-review .custom-quantity-wrapper .quantity-increase {
    padding: 9px;
    font-size: 13px;
}

.order-review .custom-quantity-wrapper input[type="number"] {
    height: 31px !important;
    background: #FDF7ED !important;
    font-size: 13px !important;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

#shipping_method {
	display: none;
}

.cart-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #503629;
}

.cart-summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
}

.cart-summary-item .summary-label {
    font-weight: 300;
    font-size: 20px;
}

.cart-summary-item .summary-value {
    color: #D5BA8D;
    font-size: 20px;
}

.cart-summary-item .summary-value bdi {
	font-weight: 300;
}


#payment {
		margin-top: 30px;
}

.wc_payment_method {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.wc_payment_method input[type="radio"] {
    border: 2px solid #F0DEBF;
}

.wc_payment_methods {
	list-style: none;
	padding-left: 0 !important;
	margin: 0;

	display: flex;
	flex-direction: column;
	row-gap: 10px;

	padding-top: 10px;
}

.wc_payment_methods li label {
	font-size: 20px;
	font-weight: 300;
}

.payment_box {
	display: none !important;
}

.place-order {
	display: flex;
	flex-direction: column;
	width: 100%;

	max-width: 500px;
}

.order-totals {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;

	max-width: 500px;
}

.place-order .shoco-btn {
	font-size: 24px;
	justify-content: center;
	padding: 25px 40px;
    font-size: 24px;

    width: 100%;
}


.woocommerce-terms-and-conditions-wrapper {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

.place-order .woocommerce-form__label-for-checkbox {
	display: flex;
	gap: 10px;
}


.woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
    border: 2px solid #F0DEBF;
    width: 20px;
    height: 20px;
    padding: 8px;
}

.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:before {
	width: 12px;
    height: 12px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 14px;
	line-height: 100%;
	font-weight: 300;
}



@media (max-width: 767px) {

	#payment {
		margin-top: 10px;
	}

	.shoco-checkout-page .container {
		padding: 20px 20px;
	}

	.order-fields {
		flex: 1 1 100%;
		padding: 30px 20px;
	}

	.order-review {
		flex: 1 1 100%;
	}

	.woocommerce-billing-fields__field-wrapper h3, #order_review_heading, #payment h3 {
		font-size: 17px;
		line-height: 120%;
	}

	.text-underlined:after {
		bottom: -20px;
	}

	.shoco-checkout-page input, .shoco-checkout-page textarea, .shoco-checkout-page select {
		padding: 12px;
	}

	.wcus-checkout-fields .zen-ui-select__value {
		padding: 10px !important;
	}

	.wcus-checkout-fields .zen-ui-select__value:last-child {
		margin-bottom: 0;
	}

	.shoco-checkout-page input, .shoco-checkout-page textarea, .shoco-checkout-page select, .zen-ui-select__value-text, 
	.shoco-checkout-page input::placeholder, .shoco-checkout-page textarea::placeholder, .is_gift label, .radio-input label, .gift_person_is_send_receipt label {
		font-size: 14px;
	}

	.radio-input {
		flex-direction: column;
	}

	.woocommerce-billing-fields__field-wrapper input[type="radio"], 
	.woocommerce-billing-fields__field-wrapper input[type="checkbox"],
	.wc_payment_method input[type="radio"] {
		width: 20px;
		height: 20px;
	}

	.woocommerce-billing-fields__field-wrapper input[type="radio"]::before,
	.woocommerce-billing-fields__field-wrapper input[type="checkbox"]::before,
	.wc_payment_method input[type="radio"]::before {
		width: 12px;
		height: 12px;
	}

	.zen-ui-select {
		max-width: 350px;
	}

	.custom-quantity-wrapper input[type="number"] {
		width: 70px;
	}

	.custom-quantity-wrapper .quantity-decrease, .custom-quantity-wrapper .quantity-increase {
	    padding: 8px 10px;
	}

	.select-input label {
		font-size: 14px;
	}

	.woocommerce-billing-fields__field-wrapper p span select, .wcus-checkout-fields .zen-ui-select__value {
		min-height: 44px;
	}
	.woocommerce-billing-fields__field-wrapper p span select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;

		background: #fff;

		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20129%20129%22%3E%3Cpath%20d%3D%22m121.3%2C34.6c-1.6-1.6-4.2-1.6-5.8%2C0l-51%2C51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8%2C0-1.6%2C1.6-1.6%2C4.2%200%2C5.8l53.9%2C53.9c0.8%2C0.8%201.8%2C1.2%202.9%2C1.2%201%2C0%202.1-0.4%202.9-1.2l53.9-53.9c1.7-1.6%201.7-4.2%200.1-5.8z%22%2F%3E%3C%2Fsvg%3E");
		background-repeat: no-repeat;
		background-position: right 0.9rem top 50%;
		background-size: 0.65rem auto;
	}

	.important-note {
		gap: 10px;
		margin-top: 10px;
	}

	.order-important-note .important-note {
		padding: 0;
		padding-bottom: 1em;
	}

	.order-important-note .note-title {
		font-size: 17px;
	}

	.important-note .note-ico {
		font-size: 15px;

		padding: 2px 8px;
	}

	.important-note .note-value, .order-important-note .note-value ul li, .order-important-note .note-value ol li, .order-important-note .note-value p {
		font-size: 14px;
	}


	.map-zone .zone-title, .map-zone .zone-desc {
		font-size: 12px;
	}

	.product_list_bag_header {
    	display: none;
    }

	.product_list_bag {
		padding-top: 0.5em;
		margin-top: 15px;
		border-top: 1px solid #FDF7ED;
	}

    .product-data {
    	position: relative;
    }

    .product-image {
    	flex-basis: auto;
    }

    .product-title-column {
    	flex: 1 1 100%;
    	gap: 15px;
    }

    .quantity-control {
	    display: flex;
	    flex: auto;
/*			padding-left: 115px;*/
	    position: absolute;
	    bottom: 0;
	    left: 115px;
	}

    .product-price {
	    flex: 1 1 100%;
	    justify-content: flex-end;
	    font-size: 14px;
	}


    .delete-product {
	    flex: none;
	    justify-content: flex-end;
	    position: absolute;
	    top: 5px;
	    right: 0;
	}


	.product-title a {
		font-size: 14px;
	}

	.product-additional-info .variation, .product-additional-info dt, .product-additional-info dd, .product-additional-info p, .product-additional-info .wapf-pricing-hint {
		font-size: 10px;
	}

	.order-review .custom-quantity-wrapper input[type="number"] {
		width: 35px;
		min-height: unset;
		padding: 7px 9px;
	}

	.order-review .custom-quantity-wrapper .quantity-decrease, .order-review .custom-quantity-wrapper .quantity-increase {
		padding: 9px 11px;
	}

	.wc_payment_methods li label {
		font-size: 14px;
	}

	#checkout_plata_logo, .payment_method_mono_gateway img {
		display: none;
	}

	.order-totals {
		width: 100%;
		margin-top: 0;
	}

	.cart-summary {
		gap: 5px;
	}

	.cart-summary-item .summary-label {
		font-size: 14px;
	}

	.cart-summary-item .summary-value {
	    font-size: 14px;
	}

	.place-order {
		max-width: unset;
	}

	.place-order .shoco-btn {
		width: 100%;
		justify-content: center;

		padding: 20px;
		font-size: 14px;

		max-width: unset;
	}

	.note-title {
		font-size: 18px;
	}

	.note-value ul li, .note-value ol li  {
		font-size: 14px;
	}

	.pickup_points_list label span {
		font-size: 14px;
	}

	.pickup_points_list, .confirmation_method {
		gap: 15px;
	}
/*
	.woocommerce-billing-fields__field-wrapper input[type="radio"], .wc_payment_method input[type="radio"] {
		width: 21px;
		height: 21px;
	}

	.woocommerce-billing-fields__field-wrapper input[type="radio"]::before, .wc_payment_method input[type="radio"]::before {
		width: 11px;
		height: 11px;
	}*/

	.radio-input.pickup_points_list label, .confirmation_method label {
		align-items: center;
	}
}

.coupon-section {
	max-width: 500px;
	width: 100%;

	display: flex;
	flex-direction: column;

	margin-top: 40px;
}

.shoco-checkout-page .container form.woocommerce-form-coupon {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 10px;
}

form.woocommerce-form-coupon input {
	background: #fff;
	border: 1px solid #D5BA8D;
	padding: 16px 24px;

	color: #503629;
	font-size: 20px;
	font-weight: 300;

	max-height: 53px;
	height: 100%;
}

form.woocommerce-form-coupon input::placeholder {
	color: #D5BA8D;
	font-size: 20px;
	font-weight: 300;
}

form.woocommerce-form-coupon button {
	cursor: pointer;

	background: #9ECFCA;
	padding: 17px 34px;
	border: unset;
	border-radius: unset;

	text-transform: capitalize;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 400;

	max-height: 53px;
	height: 100%;
}


.cart-summary-item.cart-subtotal {
	border-top: 1px solid #FDF7ED;
	padding-top: 16px;
}

.cart-summary-item.order-total {
	border-top: 1px solid #FDF7ED;
    padding-top: 16px;
    margin-top: 16px;
}

.applied-coupons {
    display: flex;
    width: 100%;
    margin: 10px 0;

    background: #FDF7ED;
}

.coupon-list {
	width: 100%;
    list-style: none;
    padding: 10px;
    margin: 0;
}

.coupon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.coupon-code {
	font-size: 16px;
    font-weight: 300;
    color: #503629;
}

.coupon-discount {
    font-size: 16px;
    font-weight: 400;
    color: #D5BA8D;
}

.remove-coupon {
    color: #513729;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.remove-coupon:hover {
    color: #c53030;
}

@media(max-width: 767px) {
	.shoco-checkout-page .container form.woocommerce-form-coupon {
		grid-template-columns: 1fr 1fr;
	}

	.coupon-code {
		font-size: 14px;
	}

	form.woocommerce-form-coupon input {
		padding: 12px;
		font-size: 15px;
	}

	form.woocommerce-form-coupon input::placeholder {
		font-size: 15px;
	}

	form.woocommerce-form-coupon button {
		padding: 12px;
		font-size: 13px;
	}
}
