/*===================================================================================*/
/*  ALL PRODUCTS - LAYOUT (CUSTOM)
/*===================================================================================*/

.all-products .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding: 18px 20px;
}

.all-products {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.all-products .cart-btn {
    display: none;
}

.all-products .products {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.all-products .home-owl-carousel {
    padding-left: 0px;
}

.homepage-container .all-products .products .product:first-child {
    margin-bottom: 30px;
}


/*===================================================================================*/
/*  ALL PRODUCTS - GRID & CARD FIX
/*===================================================================================*/

.all-products .col-md-3,
.all-products .col-sm-6 {
    margin-bottom: 0px;
    padding: 10px;
}

/* Card produk */
.all-products .product {
    padding: 0;
    background: #ffffff;
    height: 100%;
}


/*===================================================================================*/
/*  ALL PRODUCTS - IMAGE FIX (full width, sama seperti Brands)
/*===================================================================================*/

.all-products .product-image .image {
    width: 100% !important;
    height: 200px !important;
    margin: 0 !important;
    overflow: hidden;
}

.all-products .product-image .image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    display: block;
}

.all-products .product-image {
    margin-bottom: 0;
}


/*===================================================================================*/
/*  ALL PRODUCTS - INFO & HARGA
/*===================================================================================*/

.all-products .product-info {
    padding: 8px 10px 4px;
}