.product-container-title-wc {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce {padding-top:160px;}
.checkout_coupon.woocommerce-form-coupon {
	background-color: #fff;
}
.woocommerce-message {
		    width: 80% !important;
    margin: 20px auto 0px !important;
}
.checkout_coupon.woocommerce-form-coupon {
	display: block !important;
	    width: 80%;
    margin: 20px auto 0px !important;
}

#product-section > h2 {
	    
    font-family: Nunito Sans;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    margin: 0 auto;
    color: var(--h1-color);
    text-align: center;
}
.woocommerce-sorting {
	    width: 80%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    margin: 0 auto;
	    margin-top: 50px;
}
#filter-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:10px;
}
.category-filter-buttons, .category-filter-subcats {
	display: flex;
    flex-direction: row;
    gap: 5px;
}

#apply-filters, #toggle-filter, .cat-sorting {
	    font-family: Nunito Sans;
    display: inline-block;
    padding: 10px 20px;
    background-color: #EFC368;
    color: #214842;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 700;
	cursor: pointer;
}
.cat-sorting-sm {
		    font-family: Nunito Sans;
    display: inline-block;
    padding: 3px 15px;
    background-color: #f4daa4;
    font-size: 14px;
    color: #214842;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 700;
	cursor: pointer;
}
.active-cat {
 border: 3px solid;	
}
	.category-filter-price {
    flex-direction: row;
    align-items: center;
    gap: 5px;
	}
.product-page-pataya {
    display: flex;
    gap: 20px;
	margin:10% auto 10%;
	width: 1400px;
}
.product-image-gallery-pataya {
    width: 40%;
    
}
.product-details-pataya {
    width: 60%;
    
}
.price-pataya {
    font-size: 1.5em;
    color: #5a7c64;
}
#coupon_code {
	height: 44px;
}
.button-pataya, .single_add_to_cart_button, .button.add_to_cart_button_pataya, #place_order,
.checkout_coupon.woocommerce-form-coupon > p.form-row.form-row-last > button {
    font-family: Nunito Sans;
    display: inline-block;
    padding: 10px 20px;
    background-color: #EFC368 !important;
    color: #214842 !important;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 700;
	cursor: pointer;
}
/* .mob-h1-prod-title {display:none;} */
.product-details-pataya h1 {
	font-family: Nunito Sans;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color:var(--h1-color);
	margin-bottom: 28px;
}
.description-pataya p {
font-family: Montserrat;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:var(--p-color);
    margin-bottom: 20px;
}
.price-pataya .woocommerce-Price-amount, .price-pataya  {
	font-family: Nunito Sans;
font-size: 40px;
font-weight: 700;
line-height: 27px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:var(--h1-color);
	    margin-bottom: 20px;
}
.price-pataya {
	 margin-bottom: 20px;
}

#product-variations-select, .woocommerce-ordering > select {
	/*    padding: 3px 9px;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px solid #258f67;*/
		    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    background-color: transparent; 
    border: 1px solid #258f67; 
    border-radius: 20px;
    padding: 3px 9px;
    margin-bottom: 15px; 
    color: inherit; 
    outline: none;
	 position: relative;
    background: transparent;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23258f67"><path d="M7 10l5 5 5-5H7z"/></svg>'); /* Стрелка */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding-right: 30px;
	cursor: pointer;
}

.quantity, th.label, .reset_variations {
	display: none !important;
}

#cost-per-gram {
	margin-top: 10px; 
	margin-bottom: 10px;
	font-weight: bold;
}
.button-container-pataya {
    display: flex;
}
/* Для модального окна ошибок */
/* Для модального окна ошибок */
#checkout-error-modal {
    animation: modalFadeIn 0.3s;
    z-index: 999999;
}

#checkout-error-overlay {
    z-index: 999998;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translate(-50%, -60%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}

#checkout-error-modal button {
    transition: all 0.3s;
    outline: none !important;
}

#checkout-error-modal button:hover {
    background: #c82333 !important;
    transform: translateY(-1px);
}

#checkout-error-modal button:active {
    transform: translateY(1px);
}
/*NEW COUPON MOVE*/
/*#order_review_heading, .woocommerce-checkout-review-order {
width:80%;
margin: 0 auto;
}


.form-row.place-order {
height: 100px;
    width: 80%;
    margin: 0 auto;
}

.wc_payment_methods.payment_methods.methods {
background-color: #cdedcd;
    padding: 30px;
    border-radius: 5px;
}

#payment_method_cod {
display: none;
}

body > div.woocommerce > form > p.form-row.form-row-last > button {
    font-family: Nunito Sans;
    display: inline-block;
    padding: 10px 20px;
    background-color: #EFC368 !important;
    color: #214842 !important;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 700;
    cursor: pointer;
}*/
/*-----------END-NEW-----------*/

#billing_infp_d_field > h5 {
	    background-color: #e6ede6;
    padding: 20px;
    border-radius: 5px;
}

/*1400*/
@media (max-width: 1400px) {
	.product-page-pataya {
       width: 1200px;
}
}
/*1200*/
@media (max-width: 1200px) {
		.product-page-pataya {
       width: 1100px;
			        margin: 24% auto 10%;
    gap: 40px;
}
		.woocommerce-sorting {  
    gap: 20px;   
    
			align-items: flex-end;
}
	.category-filter-price {
		display: flex;
		flex-direction: column;
	}
	#apply-filters {
		margin-top:20px;
}
}
	/*800 mob*/
@media (max-width: 800px) {
	.product-page-pataya {
       width: 90%;
	 margin: 200px auto 10%;
   flex-direction: column;
		        gap: 20px;
}
	
	#product-section > h1 {
		font-family: Nunito Sans;
font-size: 24px;
font-weight: 800;
line-height: 25px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	.product-details-pataya h1 {
		font-size: 25px;
		text-align: center;
	}
	.mob-h1-prod-title {
		display:block;
		font-family: Nunito Sans;
		font-size: 24px;
		font-weight: 900;
		line-height: 25px;
		text-align: center;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: var(--h1-color);
	} 
	
	.product-details-pataya, .product-image-gallery-pataya {
    width: 100%;
}

	.product-details-pataya p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

	}
	
	.price-pataya .woocommerce-Price-amount, .price-pataya {
		font-family: Nunito Sans;
font-size: 25.66px;
font-weight: 700;
line-height: 28.86px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

	}
	.variations-form {
		display: flex;
    justify-content: center;
	}
	#cost-per-gram {
		text-align: center;
	}
	.button-container-pataya {
    justify-content: center;
}
	.product-archive {
    margin-top: 170px;
}
	.woocommerce-sorting {  
    gap: 20px;   
    flex-direction: column;
		        align-items: center;
}
	.category-filter-price {
		display: flex;
		flex-direction: column;
		gap:0px;
	}
	.category-filter-buttons {
        display: grid;      
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    gap: 5px;
}
	.category-filter-subcats {
		    display: grid;  
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
	}
	#apply-filters {
		margin-top:20px;
}
	#product-section > h2 {
		        font-size: 24px;
        font-weight: 800;
        line-height: 25px;
		margin-bottom: 10px;
	}
}

	/*600 mob*/
@media (max-width: 600px) {
	    #product-main-image {
        width: 100%;
		height:100%;	
        aspect-ratio: 1;
    }
	.woocommerce > form.checkout_coupon.woocommerce-form-coupon {
		display: flex !important;
		flex-direction: column;
	}
	
	.woocommerce > form.checkout_coupon.woocommerce-form-coupon > p.form-row.form-row-first,
	.woocommerce > form.checkout_coupon.woocommerce-form-coupon > p.form-row.form-row-last {
		width: 100%;
	}
	
	.woocommerce > form > p.form-row.form-row-last > button {
		font-size: 14px !important;
	}

}