/* ----------------------------------------- */
/* Categories & Sections Page Styling Start */
/* --------------------------------------- */

#section .container{
    max-width: 1250px !important
}

.category-list li{
    font-weight: 500;
}

.category-list li a{
    font-weight: 500;
    color: #4770c2;
}

.category-list li a:hover{
    text-decoration: none;
    color: #02123a;
}

.product-list li{
    font-weight: 500;
}

.product-list{
    font-weight: 500;
    color: #4770c2;
    text-align: left;
}

.product-list a:hover{
    text-decoration: none;
    color: #02123a;
}

.product-image img{
    width: 100%;
}

.product-block img{
    width: 100%;
}