﻿@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    /*Carrito*/
    .cart-popover {
        width: 381px;
        margin-right: -1px;
        top: 46px;
    }

    .cart-popoverinner {
        margin-right: 85px;
    }

    .pruebaCarrito {
        margin-right: 0px;
    }

    .cart-popover--title {
        width: 43%;
    }

    .cart-popover--productname {
        width: 120px;
    }

    .cart-popover--footer {
        width: 343px;
    }

    .cart-popover--title hr {
        display: none;
    }

    .cart-popover--body {
        margin-right: 213px;
        width: 100%;
    }

        .cart-popover--body .table-cart {
            width: 344px;
        }

        /*Administrador de carrito*/
        .cart-popover--body .table-saveCart {
            width: 319px;
        }

    #saveChange {
        margin-top: 15px;
    }

    .table-saved-carts {
        width: 319px;
    }

        .table-saved-carts .btn-danger {
            margin-top: 10px;
        }

    /*Categorias*/
    header .navbar-custom .navbar-nav .category b {
        margin-left: 180px;
    }
}
