/* 
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.1
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 */
section[data-slug="other"] .product-archive-images{
	display: none;
}
.product_cat-other .product-archive-images{display: none;}
.product_cat-other .woocommerce-loop-product__title::before{display: none;}
.wctar-card{position: relative;}
.wctar-card a,.woocommerce-LoopProduct-link,.post-thumb-wrapper,.woocommerce-loop-product__title{position: relative;}
.gas-types p{
	margin: 0;
	padding: 0;
	line-height: normal;

}
.gas-types ul{
	padding-left: 15px;
}
.gas-types ul+p{
	margin-top: 15px;
}
.post-thumb-wrapper .product-archive-images{
	bottom: 10%;
	top: unset;
	left: 50%;
	transform: translateX(-50%);
}
.product-archive-images{
	display: flex;
	position: absolute;
	top: min(35%, 120px);
	margin: auto;
	/* gap: 20px; */
	justify-content: center;
	align-items: center;
	width: 100%;
	right: 0;
	flex-direction: column;
}
.wctar-card .product-archive-images{
	bottom: 0;
	top: unset;
}
.product-archive-images > div > img{
	max-width: 65px ;
	margin-bottom: 10px;
}
.product-archive-images .payments img{
	max-width: 100%;
	width: 160px !important;
}
.product-archive-images > div{
	display: flex;
	/* flex-direction: column; */
	gap: 30px;
}
.single-product .product .woocommerce-product-gallery .product-archive-images {bottom: 50px;}
.single-product .product .woocommerce-product-gallery .product-archive-images img{
	max-width: 100% !important;
	width: 100px !important;
}
.single-product .product .woocommerce-product-gallery .product-archive-images .payments img{
	max-width: 100% !important;
	width: 300px !important;
}
.page-id-5502 .stock-quantity{
	color: black !important;
}
.page-id-5502 .price,.page-id-5502 .add_to_cart_button{
	font-weight: bold !important;
}
.page-id-5502 .price::after{
	content: 'No taxes for VAT payers';
	display: flex;
	line-height: 12px;
	font-size: 12px;
	justify-content: center;
	color: #00852c;
}
.prods-abs-desc .elementor-image-box-wrapper{
	position: relative;
}
.prods-abs-desc .elementor-image-box-description {
	position: absolute;
	/* font-weight: bold !important; */
	top: 55%;
	right: 50%;
	transform: translate(50%, -50%);
	padding: 10px;
	background-color: #00852c;
	border-radius: 5px;
	color: white !important;
	/* font-size: 10px; */
}
.prods-abs-desc .elementor-image-box-description a{
	color: white !important;
}
/* .prods-abs-desc br{
	line-height: 40px;
} */
/* .attachment-woocommerce_thumbnail{
	display: block;
} */
.woocommerce-loop-product__title::before {
	content: '';
	position: absolute;
	top: -100px;
	width: 100%;
	/* max-width: ; */
	background: url('/wp-content/uploads/2026/03/delivery-cert-pay.svg');
	/* height: 100px; */
	background-size: contain;
	background-repeat: no-repeat;
	height: 200%;
	max-height: 90px;
	/* right: 0; */
	background-position: center center;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
}
/* .woocommerce-loop-product__title::before{
	content:'asd';
} */

@media (max-width: 1024px) {
	.single-product .product .woocommerce-product-gallery .product-archive-images img{
		width: 70px !important;
	}
	.single-product .product .woocommerce-product-gallery .product-archive-images .payments img{
		width: 200px !important;
	}
}

@media (max-width: 767px) {
	.best-sellers .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	  width: 48% !important;
	  clear: both !important;
	}
	.sidebar-widget .product-archive-images{
		position: relative;
	}
	.product-archive-images{
		top: 20%;
	}
}