.bestsellers li.product-item {
    width: 100% !important;
}
.bestsellers-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
}
.bestsellers-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
}
.bestsellers-index-index .product-item-info {
    width: 240px;
}
.bestsellers-index-index .products-grid .product-items {
    margin: 0;
}
.bestsellers.product-items {
    margin: 0 !important;
}
.bestsellers .product-item {
    min-height: 400px;
    margin-top: 10px;
}
.bestsellers .product-item-info {
    width: 87%;
}
.bpro-sidebar .product-item {
    min-height: 80px !important;
    margin-top: 10px;
}
.bpro-sidebar .product-item-info .product-item-details {
    margin-left: 0 !important;
    width:100% !important;
}
.bpro-sidebar .product-item-info .product-item-photo {
    position: relative !important;
    float: left !important;
    width: 100% !important;
}
@media only screen and (max-width: 1023px) {
    .bestsellers-index-index .products-grid .product-item {
        width: 33.333%;
        margin: 0;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .bpro-sidebar .product-item-details {
    margin: 0 0 0 110px !important;
}
}
@media only screen and (max-width: 639px) {
    .bestsellers .product-item {
        min-height: 0;
    }
    .bestsellers-index-index .products-grid .product-item {
        width: 50%;
        padding-left: 0;
    }
}