
.shop_cart_table th, .shop_cart_table td, .wishlist_table th, .wishlist_table td {
    text-align: left !important;
}


label.label_info {
    color: #292b2c !important;
    font-weight: normal !important;
    font-size:100% !important;
}

.messages {
    padding: 0px;
}

.has-error > .form-group {
    margin-bottom: 0px !important;
}

button:disabled {
    cursor: not-allowed !important;
}

.add_to_cart_disabled {
    cursor: not-allowed !important;
}



@media (max-width: 991px) {

       
    .divAddCart  {
        position: fixed;
        bottom: 0px;
        background-color: #fff;
        z-index: 99999;
        margin: 0px;
        left: 0px;
        padding-top: 1rem!important;
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        margin-bottom: 0px !important;
    }


    .divRiepilogoCheckout2 {
        padding: 15px !important;
    }

    .order_table td {
        padding: 25px 0px !important;
    }

    .order_table th {
        padding: 25px 0px !important;
    }

    .shop_cart_table td, .wishlist_table .table td {
        width: auto;
    }

    td {
        border-top: 1px solid #dee2e6;
    }

    .descCartmobile {
        display: flex; 
    }

    .product-remove {
        display: none !important;
    }


    .product-price {
        display: none !important;
    }

    .help-block {
        font-size:70% !important;
    }

    .form-control {
        color: #000;
        box-shadow: none;
        height: 40px;
        padding: 8px 15px;
    }

    .shop_cart_table td, .wishlist_table {
        display: table-cell;
    }

    td.product-quantity {
        max-width: 50px;
    }
    
    td.product-thumbnail{
        max-width: 85px;
    }

    td.product-name p {
        font-size:14px !important;
    }

    td.product-name {
        width: 280px ;
    }

}
