/* 
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 div.product div.images .woocommerce-product-gallery__trigger {z-index:9!important;}
.woocommerce.archive .eszlwcf-products-block .product {
	display:flex;
	align-items: center;
}
.woocommerce.archive .eszlwcf-products-block .product .storix_product_thumbnail {
	flex-basis: 20%;
	padding: 0 20px;
}
.woocommerce.archive .eszlwcf-products-block .product  .woocommerce-LoopProduct-link{
	flex-basis: 60%;
	padding: 0 20px;
}
.woocommerce.archive .eszlwcf-products-block .product .storix_product_cart {
	flex-basis: 20%;
	padding: 0 10px;
}
.woocommerce.archive .eszlwcf-products-block .product .storix_product_cart .woocommerce-LoopProduct-link {
	padding: 0;
}
.woocommerce.archive .eszlwcf-products-block .product  .storix_product_desc h2 {
	font-family: "Myriad Pro", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
	margin-bottom: 15px;
}
.woocommerce.archive .eszlwcf-products-block .product  .storix_product_desc ul {
/* 	display: flex;
	justify-content: space-between; */
	padding: 0;
}
.woocommerce.archive .eszlwcf-products-block .product  .storix_product_desc ul li {
	    font-family: "Myriad Pro", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
}
.woocommerce.archive .eszlwcf-products-block .product  .storix_product_desc ul li:before {
	content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #eb1f27;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}
.woocommerce.archive .eszlwcf-products-block .product .storix_product_cart .price del{
	font-family: "Myriad Pro", Sans-serif;
	font-size: 14px;
	color: #eb1f27;
}
/* .woocommerce.archive .eszlwcf-products-block .product .storix_product_cart .price del {
	
} */

.woocommerce.archive .eszlwcf-products-block .product .storix_product_cart .price {
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
.woocommerce div.product form.cart .reset_variations {
	color:#fff;
	float:right;
}
.woocommerce div.product form.cart .single_variation_wrap .single_variation p {
	color: #ccc;
}
.woocommerce div.product form.cart table.variations tr th, .woocommerce div.product form.cart table.variations tr td {
	background: transparent;
	text-align: left;
}
.storix-filter-block .eszlwcf-filter-form {
	border: 1px solid #dee2e6;
}
.woocommerce.archive .eszlwcf-products-block .product .storix_product_desc  {
	border-right: 1px solid #dee2e6;
}
.storix-filter-block .eszlwcf-field-box select {
	font-size: 14px;
	padding: 3px;
}
.storix-filter-block .eszlwcf-products-block .product{
	border: 1px solid #dee2e6;
	padding: 15px;
}

.storix-filter-block .eszlwcf-field-type-color label span {
	min-width: 25px;
    min-height: 25px;
    border-radius: 25px;
    line-height: 28px;
	padding: 0;
}
.woocommerce.archive .eszlwcf-products-block .product .add_to_cart_button, .woocommerce.archive .eszlwcf-products-block .product button {
	padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #eb1f27;
    border: 1px solid #eb1f27;
    background: transparent;
    width: 100%;
    text-align: center;
    margin:10px 0;
	line-height: 1rem;
}
.woocommerce a.added_to_cart {
	font-size: 14px;
	text-align: center;
	display: block;
	color: #3c8937;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #3c8937;
	line-height:1;
}
.woocommerce a.added_to_cart:before{
	font-family: WooCommerce;
    content: "\e017";
    margin-right: .53em;
    vertical-align: bottom;
	transition: .5s all ease-in-out;
}
.storage-section .e-loop-item .e-con-inner .e-con {position:relative;transition: .5s all ease-in-out;}
.storage-section .e-loop-item .e-con-inner .e-con:hover:before{
	content:"";
	background: rgba(189, 188, 188, 0.5);
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	transition: .5s all ease-in-out;
}
.storix-category-btn {
	height:100%;
}
.storix-category-btn a {
	position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
	opacity:0;
	transition: .5s all ease-in-out;
}
.storage-section .e-loop-item .e-con-inner .e-con:hover .storix-category-btn a {
	opacity: 1;
	transition: .5s all ease-in-out;
}
@media (max-width: 767px) {
	.woocommerce.archive .eszlwcf-products-block .product {
		display: block;
	}
}