@media (max-width: 768px) {
    .cart-class{
        margin-bottom: 0;
        margin-top: 0;
    }
    .main-top{
        min-height:auto;
    }
    .image-product{
        margin-top: 0;
        overflow: hidden;
    }
    .product-title{
        text-align: center;
    }
    .product-favorite{
        text-align: center;
    }
    .small-content{
        height: auto
    }
    .flex-parent {
        align-content: center;
        align-items: stretch;

        display: -webkit-flex; /* Safari */
        -webkit-flex-flow: row-reverse wrap; /* Safari 6.1+ */
        display: flex;
        flex-flow: row-reverse wrap;

        height: 80px;
        justify-content: center;
        margin: 10px auto auto;
        width: 100%;
    }
    .flex-child {
        border-radius: 6px;
        color: #fff;
        cursor: pointer;
        font-weight: 400;
        height: 100%;
        margin-bottom: 20px;
        margin-left: 2px;
        margin-right: 2px;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: left;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease 0s;
    }
    .flex-child .pull-left {
        display: none;
    }
    .flex-child img{
        width: 40px !important;
    }

    footer .col-md-3, footer .col-md-4{
        background-image: none;
    }
    footer{
        text-align: center;
    }
    .icon-footer{
        display: none;
    }
    .navbar-toggle{
        margin-left: 35px !important;
    }
    .product .btn-success{
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 5;
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .brc .breadcrumb{
        display: none
    }
    .small-content h5{
        text-align: center;
    }
    .small-content{
        text-align: justify
    }
    .yamm .dropdown.yamm-fw .dropdown-menu{
        left: 0;
        right: auto;
        width: 100% !important;
    }
    ul.ulfoot{
        font-size: 10px
    }
}