.featured-title .page-title-inner {
    padding-bottom: 60px!important;
    padding-top: 60px;
}
.shop-page-title .title-overlay {
    background-color: rgba(0, 0, 0, .5);
}
h1.shop-page-title{
    font-size: 54px;
    margin-bottom: 0;
}
.category-page-row {
    padding-top: 0!important;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 130px;
    margin-bottom: 130px;
}
select.orderby {
    margin: 0;
    height: 50px;
    font-size: .9375rem;
    font-weight: 400;
    padding: 8px 30px 8px 24px;
    width: 210px !important;
    height: 50px;
    border-radius: 30px;
    background-position: 100% center;
    background-size: 52px 9px;
    border-color: transparent ;
}
.widget_products ul.product_list_widget li{
    padding: 10px 0 5px 90px;
    min-height: 100px;
}
.widget_products ul.product_list_widget li img{
    width: 80px;height: 80px;
    border-radius: 14px;
}
@media screen and (min-width: 850px) {
    .category-page-row .large-3 {
        flex-basis: 330px;
        max-width: 330px;
        width: 330px;
        float: left;
    }
    .category-page-row .large-9{
        flex-basis: calc(100% - 330px);
        max-width: calc(100% - 330px);
        width: calc(100% - 330px);
        float: right;
    }
}
@media (min-width: 1024px){

}
@media (max-width: 1024px) {
    .category-page-row{
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media (max-width: 849px) {
    .category-page-row{
        padding-right: 0;
        padding-left: 0;
    }
}