/* 
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 */
.jet-checkboxes-list__button{
	position: relative!important;
}
.jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button {
	background-image: url(images/x.svg);
	background-position: 11px center;
	background-repeat: no-repeat;
	padding-left: 30px !important;
}
a.icon_pdf{
	background-image: url(images/pdf-icon.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.woocommerce-message-content {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 60px;
}
.woocommerce-message-content:before{
	content:'';
	background-image: url(images/icon.svg);
	background-repeat: no-repeat;
	height: 32px;
	width: 43px;
	position: absolute;
	left:0;
}
.woocommerce-message:after, .woocommerce-message:before{
	display: none!important;
}
.product-item-content{
	display: flex;
  gap: 0 20px;
}
.quantity_remove{
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.elementor-widget-woocommerce-cart .woocommerce .quantity_remove a.remove{
	color:#FF9028!important;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
}
.woocommerce-cart-form__cart-item.cart_item td{
	border-top: 1px solid #F8E2BB!important;
}
.filter-heading h3{
	position: relative;
	cursor: pointer;
}
.filter-heading h3:after{
	content: '+';
	  color: #F8E2BB;
	  margin-left: 15px;
}
.filter-options{
	display: none;
}
.filter-options.open{
	display: flex;
}
.tp-search-btn .tp-button-icon{
	display:flex;
}
.woocommerce-error {
 
	padding-left: 110px!important;
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}
.woocommerce-error::before {
	height: 48px;
	width: 48px;
	background-image: url(images/note-icon.svg);
	font-size: 0 !important;
	top: 40px;
	left: 40px;
}