/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2024 | 07:09:54 */
#all-products-section {
    display: none;
}

.page-id-243 p {
	font-size: 16px !important;
}

.page-id-243 .wc-block-components-product-name {
	font-size: 22px;
}

.page-id-243 #content, .page-id-244 #content {
	width: 100%;
	max-width: 100%;
	padding: 0 2%;
}

.page-id-243 .entry-title, .page-id-244 .entry-title {
	width: 100%;
	max-width: 100%;
	padding: 2% 0%;
}

.page-id-243 .wc-block-cart-items__header th, .page-id-243 .wc-block-cart__totals-title {
	font-size: 18px !important;
}

.my-cart-totals {
	display: none;
}


/*checkout*/

.woocommerce-privacy-policy-text, form.woocommerce-checkout .col-2, #order_review_heading, .woocommerce-column--shipping-address, .woocommerce-form-coupon-toggle .woocommerce-info {
	display: none;
}

form.woocommerce-checkout {
	display: flex;
	justify-content: space-between;
}

form.woocommerce-checkout .col-1 {
	width: 100% !important;
}

#customer_details, #order_review {
	width: 48%;
}

#order_review {
	margin-top: 75px;
}

#place_order, .woocommerce-form-coupon button, #payment-form button{
	background: #fcf8cd !important;
	color: #1d1d1b !important;
	border: 1px solid #1d1d1b !important;
	border-radius: 5px !important;
}

.woocommerce-form-coupon {
	display: block !important;
}

@media (max-width: 767px) {
	form.woocommerce-checkout {
		flex-direction: column;
	}
	
	#customer_details, #order_review {
		width: 100%;
}
	
	#order_review {
		margin-top: 20px;
	}
		
}


.woocommerce-shipping-totals th:after {
	content: '';
	display: block;
	width: 100px;
	height: 39px;
	background: url(https://palosant14.tividev.pro/wp-content/uploads/2024/08/N_P_logo.webp);
	background-size: auto;
}


