﻿

@media (min-width:280px) and (max-width:767px) {

    .textright {
       text-align: left;
    }
}
@media (min-width:280px) and (max-width:767px) {

    .box-content .boxcart .shop_table tbody th,
    .box-content .boxcart .shop_table tbody td,
    .box-content .boxcart .shop_table tbody tr {
        border-bottom: none;
        border-left: none;
        border-right: none;
        display: inline-grid;
    }
    .box-content .boxcart .shop_table tbody th {
        padding-top: 7px;
    }
}

@media (min-width:768px)  {

    .textright {
       text-align: right;
    }
}
@media (min-width:1024px) and (max-width:1366px) {

   .margin-bottom1rem{
     margin-bottom: 1px;
    }
}

@media (min-width:1200px)  {

    .margin-bottom1rem {
        margin-bottom: 1.5rem;
    }
}




.margintop {
    margin-top: 5px;
}
.input-group-append-view-cart .btn, .input-group-append-view-cart button {
    border-radius: 5px 5px 5px 5px;
    height: 40px
}
.input-group-append-view-cart {
    margin-left: 6px;
}