@media screen and (min-width: 768px) and (max-width: 960px) {
    .cart__header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: overlay;
    }
    .cart__tableDiv {
        overflow-x: overlay;
    }
    .total {
        padding: 1em;
    }
    .total__six a {
        width: 100%;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .cart__header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .cart__header--image img {
        width: 100px;
    }
    .cart__header--imageA img {
        width: 12px;
    }
    .cart__tableDiv {
        overflow-x: scroll;
    }
    .cart__title h5 {
        width: 100%;
    }
    .filters__checkContaine {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
    .table__name {
        width: 265px;
    }
    .address__mobilesize {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1em;
    }
    .mobilesize {
        display: none;
    }
    .send__button {
        width: 100%;
        border-radius: 15px;
    }
}

@media screen and (max-width: 480px) {
    .cart__header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .cart__header--image img {
        width: 100px;
    }
    .cart__header--imageA img {
        width: 12px;
    }
    .cart__tableDiv {
        overflow-x: scroll;
    }
    .cart__title h5 {
        width: 100%;
    }
    .filters__checkContaine {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
    .table__name {
        width: 265px;
    }
    .address__mobilesize {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1em;
    }
    .mobilesize {
        display: none;
    }
    .send__button {
        width: 100%;
        border-radius: 15px;
    }
    .cart__header{
        display: none;
    }
    .cart__tableDiv{
        overflow-x: unset;
    }
    .cart__tableDiv table{
        width:100%;
        position: relative;
        border: none;
    }
    .cart__tableDiv table thead{
        display: none;
    }
    .cart__tableDiv table tbody{
        display: block;
        width:100%;
    }
    .cart__tableDiv table tr{
        display: block;
        width: 100%;
        height: auto;
        min-height: 200px;
        background: #fff;
        box-shadow: 1px 1px 5px #ddd;
        margin-bottom: 1em;
        border-radius: 15px;
        box-sizing: border-box;
        padding: .5em;
        padding-right: 150px;
        position: relative;
    }
    .cart__tableDiv table tr td{
        display: block;
        box-sizing: border-box;
        border: none;
        text-align: right;
        padding: 0.5rem;
    }
    .cart__tableDiv table tr td:first-child{
        position: absolute;
        top:.5em;
        right: .5em;
        background: #fff;
    }
    .cart__tableDiv table tr td.table__quantity{
        position: absolute;
        top:140px;
        right: .5em;
        text-align: center;
    }
    .cart__tableDiv table tr td.table__delete{
        position: absolute;
        bottom:.5rem;
    }
    .cart__tableDiv table tr td.table__name{
        width: 100%;
    }
    .table__totalPrice{
        font-weight: 800;
        font-size: 1rem;
        position: absolute;
        bottom:.5em;
        left: .5em;
        text-align: center;
        line-height: 1;
    }
    .table__totalPrice{
        display: block;
    }
    .table__img a{
        width: 125px;
        height: 125px;
    }
    .table__name strong.table__product_name{
        font-weight: 500 !important;
        margin-bottom: 5px;
        display: block;
    }
    .table__delete button{
        width: 32px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .table__variantName{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 350px) {
    .cart__tableDiv table tr{
        padding: .25em;
        padding-right: 115px;
    }
    .cart__tableDiv table tr td:first-child{
        top:.25em;
        right: .25em;
    }
    .cart__tableDiv table tr td.table__quantity{;
        top:110px;
        right: .25em;
    }
    .table__totalPrice{
        bottom:.25em;
        left: .25em;
    }
    .table__img a{
        width: 100px;
        height: 100px;
    }
    .table__delete button {
        width: 30px;
        height: 30px;
    }
    .quantity span{
        width: 100px;
    }
}
/*# sourceMappingURL=cartresponsive.css.map */