/*
Theme Name:   Storefront Child
Template:     storefront
*/


/* write custom css after this line */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.tajawal-extralight {
	font-family: "Tajawal", serif;
	font-weight: 200;
	font-style: normal;
}

.tajawal-light {
	font-family: "Tajawal", serif;
	font-weight: 300;
	font-style: normal;
}

.tajawal-regular {
	font-family: "Tajawal", serif;
	font-weight: 400;
	font-style: normal;
}

.tajawal-medium {
	font-family: "Tajawal", serif;
	font-weight: 500;
	font-style: normal;
}

.tajawal-bold {
	font-family: "Tajawal", serif;
	font-weight: 700;
	font-style: normal;
}

.tajawal-extrabold {
	font-family: "Tajawal", serif;
	font-weight: 800;
	font-style: normal;
}

.tajawal-black {
	font-family: "Tajawal", serif;
	font-weight: 900;
	font-style: normal;
}

body, button, input, textarea {
	font-family: "Tajawal", sans-serif !important;
}

a {
	color: #543884;
}

a:focus,input:focus,textarea:focus,button:focus{outline:none}

a {
	text-decoration: none !important;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
	padding: 20px;
	border-radius: 0;
	background-color: #F6F6F6;
	border:none;
}

.wpcf7 form p {
	margin-bottom: 13px;
}

.wpcf7 form input[type="submit"] {
	border-radius: 5px;
	background-color: #9E8346;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	padding: 18px 65px;
}

.wpcf7 form input[type="submit"]:hover {
	background-color: #0B1018;
}

span.wpcf7-spinner {
	display: none;
}

.rtl .wpcf7 input[type="url"], .rtl .wpcf7 input[type="email"], .rtl .wpcf7 input[type="tel"] {
	direction: rtl !important;
}

.wpcf7 input.wpcf7-form-control:not([type=submit])::placeholder, .wpcf7 textarea.wpcf7-form-control::placeholder {
	font-size: 13px !important;
}

.wpcf7 textarea.wpcf7-form-control {
	height: 175px;
}

input#submit {
	color: #FFFFFF !important;
}

article .entry-meta {
	display: none;
}

nav.navigation.post-navigation {
	display: none;
}





a {
	color: #780525;
	text-decoration: none !important;

}

/*  Product box  */
.product-box img {
	height: 200px !important;
	object-fit: scale-down;
	transition:  ease 0.6s;
}
.product-box img:hover {
	transform: scale(.9);
}


/*  Cart */
.woocommerce-cart-form  th  , .woocommerce-cart-form  td , .woocommerce-cart-form__cart-item td  , .woocommerce-checkout-review-order th , .woocommerce-checkout-review-order td {
	border: none !important;
	border: none !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #9E0606;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #780525;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, span.select2-selection.select2-selection--single{
	border-color: #dedede !important;
}

#payment li input {
	width: 20px;
	height: 20px;
}

select:focus-visible {
	border: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}


.woocommerce-info {
	border-top-color: #9E0606;
}

.woocommerce-info::before {
	color: #9E0606;
}
.woocommerce-MyAccount-navigation ul li  {
	padding: 10px 0 ; 
	border-bottom: 1px solid #ddd;
	width: 75%;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	text-decoration: none !important;
}

span.onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	padding: 0 10px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
	color: #FFF;
}

h1.elementor-heading-title.elementor-size-default {
	font-family: inherit !important;
}

.site-main {
	width: 90%;
	margin: auto;
	margin-bottom: 2.617924em;
}