/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*Woocommerce Messages Customization*/
.woocommerce-message {
	border-top: 1px solid #000000!important;
	background-color: #f6f6f6;
	color:#000000;
	font-family:"Tajawal", Sans-serif;
  }
.woocommerce-message::before {
    color: #CDA995;
}
.woocommerce-info {
	border-top: 1px solid #000000!important;
	background-color: #f6f6f6;
	color:#000000;
	font-family:"Tajawal", Sans-serif;
  }
.woocommerce-info::before {
    color: #CDA995;
}

.woocommerce .woocommerce-message .button {
	border: 2px solid #D9D9D9;
	background: none;
    border-radius: 0;
    padding: 8px 20px 8px 20px;
	font-family:"Tajawal", Sans-serif;
	font-weight:500;
}
.woocommerce .woocommerce-message .button:hover {
    background: #D9D9D9!important;
}


/*Sliding Cart*/
.elementor-menu-cart__container .elementor-lightbox {
	z-index:10000!important;
}
.elementor-menu-cart__main {
	z-index:10000!important;
}

/*Product Gallery Zoom Icon*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1!important;
}