.eszlwcf-product-button {
	position: absolute;
	bottom: 20px;
	right: 20px;
    left: 20px;
    text-align: center;
    width: auto;
}
.eszlwcf-product-button a {
	width: 100%;
	display: block;
}
.eszlwcf-product {
	position: relative;
	padding-bottom: 60px !important;
	border-radius: 10px;
}
.eszlwcf-product-title {
	height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}
.eszwcf-quick-view {
    display: none;
}
.eszlwcf-product .eszlwcf-product-thumb .eszlwcf-product-thumbnail {
	object-fit: contain;
}
.eszlwcf-sorting-block,
.eszlwcf-field-type-select .eszlwcf-field-box {
    position: relative;
}
.eszlwcf-sorting-block select,
.eszlwcf-field-type-select .eszlwcf-field-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.eszlwcf-sorting-block:before,
.eszlwcf-field-type-select .eszlwcf-field-box:before {
    position: absolute;
    content: "\f078";
    z-index: 9;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    transform: translate(0, -50%);
    right: 11px;
    font-size: 12px;
}
.eszlwcf-not-found-section:before {
    position: relative;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
}
@media screen and (max-width: 540px) {
    .eszlwcf-sorting-block select {
        width: 100%;
    }
    .eszlwcf-filters-open-button-container {
        text-align: center;
    }
    .eszlwcf-widget-close-container .eszlwcf-widget-close-icon i {
        line-height: 34px;
    }
    .eszlwcf-filters-open-widget .eszlwcf-button-inner {
        justify-content: center;
    }
    .eszlwcf-filters-open-widget {
        width: 100%;
    }
    .eszlwcf-product-button {
        left: 15px;
        height: 15px;
    }
}