@media screen and (max-width: 767px) {
    .iappcreation-cart-page table.shop_table_responsive tr td {
        display:table-cell !important;
        text-align: right;
        clear: both;
    }
    .iappcreation-cart-page .centertext{
        vertical-align: middle; 
    }
    .iappcreation-cart-page .boxcheckbox{
        width:10px;
    }
    .iappcreation-cart-page .lefttext{
        text-align: left!important;
        background-color: #ffffff;
        padding:0px !important;
    }
    .iappcreation-cart-page .righttext{
        text-align: right!important;
        background-color: #ffffff;
    }
    .iappcreation-cart-page .bgnew{
        background-color: blanchedalmond;
    }
    .iappcreation-cart-page {
        margin-top:-55px;
    }
    .iappcreation-cart-page table{
        background-color:#ffffff;
    }
    .iappcreation-cart-page .product-name{
        color:#000000;
    }
    .iappcreation-cart-page .top-cart{
        display: block !important;
        position: fixed;
        left: 0;
        right: 0;
        top: 97px;
        z-index: 998;
    }


    .woocommerce-cart [data-wzb="SocialMobileTool"] .zbx-trigger {
        bottom: 85px !important;
    }
    .woocommerce-cart .scroll-top-button {
        bottom: 85px !important;
    }
    .iappcreation-cart-page .button-quantity {
        border-radius: 50%;
    }
    .iappcreation-cart-page table .quantity{
        display: inline-block;
    }
    .iappcreation-cart-page .table-product{
        background-color:#ffffff;
        margin-top: 50px;
    }

    .woocommerce-cart .site-main,
    .woocommerce-cart .hentry,
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart table.cart{
        margin-bottom: 0 !important;
    }


    .iappcreation-cart-page .buttonpink {
        font-size: 16px;
    }
    
    .iappcreation-cart-page .footer-cart .amount{
        font-size: 18px;
    }
    .iappcreation-cart-page .footer-cart .sub-total-text{
        font-size: 14px;
    }

    .iappcreation-cart-page .qib-button:not(#qib_id):not(#qib_id) {
        font-size: 16px;
    }
    
    .iappcreation-cart-page .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        font-size: 14px;
    }

    .iappcreation-cart-page .footer-cart .btnPayment{
        padding: 3px 0px !important;
        font-size: 14px;
        width: 26vw;
        margin-bottom: 18px;
        margin-top: 1px;
    }

    .iappcreation-cart-page .footer-cart .sub-total-description{
        font-size: 12px;
    }

    .iappcreation-cart-page .footer-cart .sub-total-group{
        font-size: 18px;
        padding: 0;
        vertical-align: middle;
        line-height:1;
        padding-bottom: 2px;
    }

}


@media screen and (max-width: 350px) {

    .iappcreation-cart-page .footer-cart .sub-total-description{
        font-size: 11px;
    }

}