.container {
    width: 100%;
    max-width: 100%; 
    margin: 0 auto;
}
.home_page {
    padding: 0 20px;
    background-color: #fff;
}
.product_title span {
    background-color: #fff;
    padding: 0 10px 0 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
.product_title p {
    font-size: 15px;
    font-weight: normal;
    color: #b2b2b2;
    position: relative;
    padding: 5px 0;
}
.product_title::after {
    height: 4px;
    background-color: #c9c9c9;
    right: 0;
    width: 100%;
    top: 30px;
    z-index: 0;
}
.product{
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    -o-box-shadow:initial;
     box-shadow: initial;
}

.home_page .product ul li{
    -webkit-box-shadow: 0 1px 4px 1px #dbdbdb;
    -moz-box-shadow: 0 1px 4px 1px #DBDBDB;
    -o-box-shadow: 0 1px 4px 1px #DBDBDB;
    box-shadow: 0 1px 4px 1px #dbdbdb;    
    border: 2px solid #ffffff00;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
}    

/*.home_page .product ul li:last-child, .home_page .product ul li:nth-child(5n){*/
/*    margin-right: 0px;*/
/*}*/
.home_page .product ul li:hover{
    -webkit-box-shadow: 0 1px 4px 1px #dbdbdb;
    -moz-box-shadow: 0 1px 4px 1px #DBDBDB;
    -o-box-shadow: 0 1px 4px 1px #DBDBDB;
    box-shadow: 0 1px 4px 1px #dbdbdb;   
    border: 2px solid #337ab7;
}
.home_page .product ul li div.content_container{
    min-height: 96px;
}

.home_page .product ul li a h3.landing_product_title{
    font-size: 22px;
    font-weight: 300;
    display: block;
    color: #046E9D;
    /*min-height:50px;*/
}
.home_page .product a:hover {
    color: #337ab7;
}
.home_page .product ul li a p.landing_short_description{
    color: #9B9B9B;
    padding: 5px;
    /*min-height:50px;*/
}
.home_page .product img{
    margin-top: 2%;
    max-width: 98%;
    border: 1px solid #cacaca;
    padding: initial;
}   
.home_page .aslow_min_container{
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
}
.home_page .aslow_min_container .aslowas{
    padding: 5px;
    display: block;
    color:#046E9D !important;
}
.home_page .aslow_min_container .min_qty{
    padding: 5px;
    display: block;
    color:green !important;
}
.home_page .order-now {
    margin-top:10px;
    margin-bottom: 15px;
    padding: 2px;
    max-width: 140px;
    float: none;
    font-weight: 400 !important;
    border-radius: 15px;
    background: #3E8BC4;
}
    

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .home_page .product ul {
        display: block;
    }
    .home_page .product ul li {
        width: 49%;
        height: initial; 
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .home_page .product ul li a h3.landing_product_title {
        font-size: 18px;
    }
    .home_page .aslow_min_container {
        font-size: 13px;
    }
    
    .home_page .order-now {
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 2px;
        max-width: 100px;
        float: none;
        font-weight: 400 !important;
        border-radius: 15px;
        background: #3E8BC4;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .home_page .product ul li {
        width: 49%;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .home_page .product ul li {
        width: 32%;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .home_page .product ul li {
        width: 24%;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .home_page .product ul li {
        -webkit-box-shadow: 0 1px 4px 1px #dbdbdb;
        -moz-box-shadow: 0 1px 4px 1px #DBDBDB;
        -o-box-shadow: 0 1px 4px 1px #DBDBDB;
        box-shadow: 0 1px 4px 1px #dbdbdb;
        border: 2px solid #ffffff00;
        width: 19%;
        margin-right: 1%;
        margin-bottom: 1%;
        float: left;
    }
}