@media only screen and (min-width: 320px) and (max-width: 479px) {
    .mini-cart {
        float: right;
    }

    .products-grid .item .item-inner .item-img .item-box-hover{
        opacity: 1 !important;
    }

    .banner-tienda {
        display: none;
    }

    .nav-tabs > li {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .espaciado-responsive{
        margin-bottom: 20px;
    }

    .top-cart-content{
        right: 0px;
    }

    .products-grid .item .item-inner {
        border-right: none;
        border-bottom: none;
        padding: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mini-cart {
        float: right;
    }

    .products-grid .item .item-inner .item-img .item-box-hover{
        opacity: 1 !important;
    }

    
    .banner-tienda {
        display: none;
    }

    .nav-tabs > li {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }

    .top-cart-content{
        right: 0px;
    }

    .products-grid .item .item-inner {
        border-right: none;
        border-bottom: none;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini-cart {
        float: right;
    }

    .products-grid .item .item-inner .item-img .item-box-hover{
        opacity: 1 !important;
    }

    .products-grid .item .item-inner {
        border-right: none;
        border-bottom: none;
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mini-cart {
        float: right;
    }

    .products-grid .item .item-inner .item-img .item-box-hover{
        opacity: 1 !important;
    }
}