/*
	Theme Name:	XTRA Child
	Theme URI:	https://xtratheme.com/
	Description:Multipurpose Theme
	Author:		Codevz
	Author URI:	https://codevz.com/
	Template:	xtra
	Version:	1.0
*/

/*
	In this file you can add any custom CSS codes and don't miss parent theme automatic updates,
	Also you can add your custom CSS codes from Theme Options > Additional CSS
*/

.home .page_cover{
    display: none;
}

.woocommerce-checkout  .woocommerce-billing-fields h3,
.woocommerce-checkout  #order_review_heading
{
	background-color: #c16574 !important;
	background-image: none !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout .xtra-woo-checkout-details,
.woocommerce-checkout  .codevz-checkout-details
{
	background-color: #F7F1E9;
	box-shadow: none !important;
}

.woocommerce-checkout form label{
	color: #212529;
	font-weight: 600;
	opacity: 1 !important
}
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout .payment_box 
{
color: #212529;	
}
.woocommerce-checkout .woocommerce-privacy-policy-text{
	margin-bottom: 20px;
	color: #212529;	
}
.woocommerce-checkout .woocommerce-additional-fields{
	color: #994D59;
}

.woocommerce-checkout .payment_box {
	color: #212529 !important;
}

.woocommerce-cart-form .product-remove, 
.woocommerce-cart-form .product-thumbnail,
.shop_table .product-remove,
.shop_table .product-thumbnail {
    display: none !important;
}

.woocommerce-checkout .show-password-input {
	background-image: none;
	background-color: transparent;
}

/* لضمان ضبط التصميم بعد إخفاء الأعمدة على الشاشات الصغيرة */
@media (max-width: 768px) {
    .woocommerce-cart-form table.cart .product-thumbnail,
    .woocommerce-cart-form table.cart .product-remove {
        display: none !important;
    }
}