#page-content .sidebar, #page-content .product-wrapper{
    margin: 20px 0px;
    padding-bottom: 20px;
}

.font-roboto{
    font-family: Roboto;
}

/* category */
.category .title{
    margin: 20px auto;
    
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.category-list li{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.category-list li.active > a{
    color:#EB1C23;
}

.product-item{
    margin: 10px 0px;
    padding: 10px;
    text-align: left;
}
.product-item .product-border{
    border-right: 1px solid #E2E2E2;
}

.product-item .product-border.product-3{
    border-right: none;
}

.product-item:last-child > .product-border{
    border-right: none;
}

#page-content .product-item h2{
    text-align: left;
}


#page-content .product-detail .product-price, .products .product-price{
    color: #EB1C23;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.product-wrapper .product-img{
    position: relative;
}

.products .product-new{
    position: absolute;
    top:0;
    left:0;
    padding: 2px 6px;
    background-color: #EB1C23;
    color:#fff;
}

/*--------------pagination---------------*/
.pagination .page-item{
    font-family: Roboto;
    
}
.pagination .page-item .page-link{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    
    background-color: #E2E2E2;
    color: #000;
    border:none;
    margin: 0px 1px;
}
.pagination .active .page-link, 
.pagination .page-item .page-link:hover{
    background-color: #EB1C23;
    color:#fff;
}

.pagination .page-item .page-arrow, .pagination .page-item .page-arrow:hover{
    background: none;
    margin: 0px;
}
.pagination .page-item .page-arrow .img{
    width:30px;
    height: 30px;
}

/*--------------product-wrapper---------------*/
#page-content .product-wrapper .product-image{
    text-align: center;
}
#page-content .product-wrapper .product-detail{
    text-align: left;
    
    
}

.product-detail h3{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-detail ul{
    margin-left: 20px;
}
.product-detail .product-price{
    color: #EB1C23;

    /* H3 */
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/* col-lg- */
@media (max-width: 992px) {
    
}

/* col-md- */
@media (max-width: 768px) {
    .product-item .product-border.product-3{
        border-right: 1px solid #E2E2E2;
    }
    .product-item .product-border.product-even{
        border-right: none;
    }
}

/*col-sm-*/
@media (max-width: 576px) {
    .product-item .product-border, .product-item .product-border.product-3{
        border-right: none;
    }
}
