/*******Home page css***********/

ul.products li.custom-product-box {
    width: calc(25% - 15px) !important;
    padding: 15px 15px 15px;
    border-radius: 15px;
    background: #fff;
    margin-right: 0px !important;
    border: 1px solid #e3e7e7;
    margin-bottom: 20px;
}
h2.woocommerce-loop-product__title {
    width: 100%;
    font-family: 'Gilroy-Light';
    padding: 0px !important;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
}
.product-offers .available-offers {
    display: flex;
    border: 1px solid #e3e7e7;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    align-items: center;
    font-size: 13px;
    color: #000;
    line-height: 1.2;
}
.product-offers .available-offers .offer-img {
    /*width: 55px;*/
    width: auto;
    text-align: center;
    padding-right: 7px;
}
.product-offers .available-offers .offer-img img {
    height: 20px;
    margin: 0 auto;
    width: auto;
}
.product-price .mainPriceStyle {
    border: 1px solid #e3e7e7;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.priceCol.sale-price {
    line-height: 1;
}
span.sale_price {
    font-size: 24px;
    color: #b99e5d;
    line-height: 1;
    font-weight: 600;
}
.product-price .mainPriceStyle, span.sale_price span {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1;
    font-weight: 400;
}
.visit-product a {
    background-color: #16212f;
    color: #ffffff;
    width: 100%;
    display: block;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
}
.visit-product a:hover {
    background-color: #b99e5d;
}
.woocommerce_msrp {
    display: none;
}
.priceCol.regular-price {
    text-align: right;
    color: #b3b3b3;
}
.product-section-4 {
    display: none;
}
.product-section-5 {
    margin-top: 10px;
}
.product-image {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    border-radius: 10px;
}
.product-image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.product-desc-services>div {
    padding: 0 15px;
    width: 100%;
}
span.total-save {
    background: #b99e5d;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 7px;
    margin-top: 2px;
}
.product-review {
    display: flex;
}

.product-review .star-rating span::before {
    color: #00b67a;
    letter-spacing: 0px;
}
.product-review a.woocommerce-review-link {
    color: #00b67a;
    font-weight: 700;
    font-size: 13px;
    padding-left: 2px;
}
.priceCol.regular-price span.regular_price span,span.total-save span {
    padding-right: 2px;
}

.product-desc-services ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.product-services ul li {
    padding-left: 25px;
    position: relative;
}
.product-short-desc li {
    padding-left: 10px;
    position: relative;
}
.product-services ul li:before {
    content: "";
    background-image: url(../images/brown-check.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 4px;
}
.product-desc-services {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px);
    justify-content: space-between;
}
.product-short-desc li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    background: #000;
    left: 0px;
    border-radius: 50%;
    top: 12px;
}

.product-desc-services>div h3 {
    padding-bottom: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
ul.products.columns-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.priceCol.saved-price {
    line-height: 1;
}
span.sale_price span {
    display: block;
}
.home-top-picks .brand_logo img {
    height: 30px;
}
.brand-review-wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.home-top-picks .product-desc-services {
    display: none;
}
.product-brand-img {
    line-height: 1;
}

ul.products li.custom-product-box>div {
    padding-bottom: 240px;
}

ul.products li.custom-product-box {
    position: relative;
}

.product-section-3 {
    position: absolute;
    bottom: 140px;
    width: calc(100% - 30px);
}
.product-section-5 {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 20px;
}
.product-offers .available-offers {
    min-height: 32px;
}
.page-template-home-template .icon-row {
    padding: 25px 50px;
    display: block;
    background: #fff;
}
@media (max-width: 1200px) {
    ul.products li.custom-product-box {
        width: calc(50% - 15px) !important;
    }
}
@media (max-width: 767.98px) {
    ul.products li.custom-product-box {
        width: calc(100% - 0px) !important;
    }
}
@media (max-width: 400px) {
    .product-offers .available-offers {
        font-size: 12px;
    }
    .product-offers .available-offers .offer-img {
        width: 40px;
    }
    span.sale_price {
        font-size: 22px;
    }
}