@media(max-width: 767px){
    .prds-left, .prds-right{
    width: 100%;
}
.prd_img, .prd_name, .prd_prc, .prd_qty, .prd_total {
    font-size: 12px;
}
.prod_name .product_name {
    font-size: 12px;
    line-height: 16px;
}
.cart_prod_qty, .cart_prc_subtotl, .cart_prod_prc{
    font-size: 12px;
}
.prod_name {
    float: left;
    width: 40%;
    position: relative;
    padding: 10px 0 0px 75px;
    text-align: center;
}
.prod_details img.cart-remv {
    position: absolute;
    right: 6px;
    top: 45px;
}
.cart-links {
    float: left;
    width: 100%;
}
a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
    font-size: 13px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}
.cart-summery {
    float: right;
    width: 100%;
    margin-top: 30px;
}
.frm-container.step1 {
    width: 100%;
}
.frm-container:last-child {
    float: right;
    width: 100%;
    padding: 14px;
}
.cont-list li {
    width: 100%;
}
.prod_name img {
    max-width: 85px;
}
span.prd_prc, .cart_prod_prc.ng-binding {
        width: 60%;
    }
    span.prd_qty, span.prd_total, .cart_prod_qty, .cart_prc_subtotl.ng-binding {
        display: none;
    }
    a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
    /* float: left;
    color: #fff;
    background: #fec200;
    text-transform: uppercase; */
    font-size: 15px!important;
    /* padding: 10px 30px;
    font-weight: 600; */
    margin: 10px 4px!important;
    }
    .cart-links {
        /* float: left; */
        width: 100%;
    }
    .cart-summery {
        /* float: right; */
        width: 100%!important;
    }
    .cont-list li {
        width: 100%;
        font-size: 16px;
    }
    .small-s, .small {
        width: 100%!important;
    }
}