.woocommerce ul.show-ltloadmore-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.woocommerce ul.show-ltloadmore-products li{
    display: flex;
    flex-direction: column;
    width: 18%;
    background: var(--white);
    border-radius: 10px;
    transition: all .3s ease-in-out 0s;
    text-align: center;
    box-shadow: 0 0 5px 0 #676767;
    border: none;
    position: relative;
}
.woocommerce ul.show-ltloadmore-products li img{
    border-radius: 10px 10px 0 0;
}
.woocommerce ul.show-ltloadmore-products li .product-title-loadmore{
    font-size: 15px;
    text-transform: capitalize;
    height: 36px!important;
    overflow: hidden;
    line-height: normal;
    margin: 10px 7px !important;
    color: #020202;
    text-align: center;
}
.woocommerce ul.show-ltloadmore-products li .product-title-loadmore:hover{
    color: var(--line-color-a);
}
.woocommerce ul.show-ltloadmore-products .price-loadmore .woocommerce-Price-amount.amount {
    font-size: 16px;
}
.woocommerce ul.show-ltloadmore-products li.product .button-add_to_cart-loadmore{
    margin-bottom: 0;
}
.woocommerce ul.show-ltloadmore-products li .button-add_to_cart-loadmore{
    margin: 5px 0 10px 0;
    background: var(--primary-color);
    border-radius: 3px;
    color: var(--white);
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0;
    font-weight: bold;
    line-height: 35px;
    font-size: 15px;
    height: 35px;
}
.woocommerce ul.show-ltloadmore-products .add_to_cart-form-loadmore{
    margin-bottom: 10px;
}
.button-lt-loadmore-products .button-product-readmore{
    text-align: center;
}
.woocommerce ul.show-ltloadmore-products li.product .button-add_to_cart-loadmore:hover,
.button-lt-loadmore-products .btn-lt-loadmore-products:hover{
    background-color: #4c4b51 !important;
    color: var(--white);
    border: 1px solid #4c4b51;
}
.btn-lt-loadmore-products {
    background-color: var(--primary-color);
    font-size: 18px;
    color: var(--white);
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: normal;
    font-weight: 400;
}
.button-lt-loadmore-products .btn-lt-loadmore-products i{
    vertical-align: initial;
}
.price-loadmore{
    text-align: center;
}
@media (max-width: 1024px){
    .price-loadmore {
        height: 40px;
    }
    .woocommerce ul.show-ltloadmore-products .price-loadmore .woocommerce-Price-amount.amount {
        line-height: normal;
    }
}
@media (max-width: 990px){
    .price-loadmore {
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px){
    .woocommerce ul.show-ltloadmore-products li{
        width: 23%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 896px){
    .woocommerce ul.show-ltloadmore-products li {
        width: 31%;
    }
}
@media (max-width: 499px){
    .woocommerce ul.show-ltloadmore-products li{
        margin: 0 auto 15px;
        width: 46%;
    }
    .price-loadmore {
        min-height: 50px;
        line-height: 1.5;
    }
    .woocommerce ul.show-ltloadmore-products .price-loadmore .woocommerce-Price-amount.amount {
        font-size: 18px;
    }
}