.shop-page-wrapper .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
.inner-banner-section .h1 {
    color: #fff;
    margin-bottom: 20px;
}
.inner-banner-section .custom-form .form-group.btn-wrapper {
    flex-basis: 30%;
}
.inner-banner-section .custom-form .form-group {
    flex-basis: 35%;
}
.inner-banner-section .custom-form {
    max-width: 750px;
}
.inner-banner-section .background-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.inner-banner-section .custom-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-banner-section .custom-btn img {
	width: 20px;
    height: auto;
    margin-right: 5px;
}
.inner-banner-section {
    background-image: linear-gradient(90deg, #186659 0%, #189b85 100%);
    position: relative;
    min-height: 200px;
    padding: 50px 0;
}
.product-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.product-list {
    list-style: none;
    padding: 0;
    margin: 30px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.product-list .product > a {
    display: block;
}
.product-list .product {
    flex-basis: 20%;
    padding: 0 25px;
    margin-bottom: 50px;
    text-align: center;
}
.product-list-wrapper .product .image-block,
.product-list .product .image-block {
    height: 0;
    padding-bottom: 130%;
    position: relative;
}
.product-list-wrapper .products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 15px !important;
    color: #444 !important;
}
.product-list-wrapper .products li.product {
    text-align: center;
}
.product-list .product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.product-list-wrapper .products li.product .image-block .woocommerce-product-gallery__image--placeholder,
.product-list-wrapper .products li.product .image-block img,
.product-list .product .image-block .woocommerce-product-gallery__image--placeholder,
.product-list .product .image-block img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.product-list .product .price {
    font-size: 21px !important;
    color: #3d3683 !important;
    font-weight: 700;
}
.product-list-wrapper .woocommerce-pagination {
    margin-top: 30px;
}
.product-list .product .custom-btn:hover {
    background-color: #3d3683 !important;
}
.product-list .product .custom-btn {
    background-color: #186659 !important;
    min-width: 200px;
}
.product-list .product .btn-wrapper {
    text-align: center;
    margin-top: 20px;
}
.product-list-section .product-count {
    margin-right: 15px;
}
.product-list-section {
    padding-bottom: 100px;
}


/* media */
@media (max-width: 1439px) {
    .product-list .product {
        flex-basis: 25%;
    }
}
@media (max-width: 1199px) {
    .product-list .product {
        flex-basis: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-list .product {
        flex-basis: 50%;
    }
    .inner-banner-section .custom-form {
        max-width: 350px;
        margin: 0 auto;
    }
    .inner-banner-section .h1 {
        text-align: center;
    }
    .inner-banner-section .custom-form .form-group.btn-wrapper,
    .inner-banner-section .custom-form .form-group {
        flex-basis: 100%;
    }
    .product-list-section {
        padding-bottom: 50px;
    }
}
@media (max-width: 574px) {
    .product-list .product {
        flex-basis: 100%;
    }
}
