.table.cart{
    float: left;
    padding-left: 15px;
}

@media only screen and (max-width: 576px) {
    .table.cart{
        padding-left: 0;
    }

}

.table.cart .th,
.table.cart .tb{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.checkout .table.cart .tb,
.createOrder .table.cart .tb{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

@media only screen and (max-width: 576px) {
    .table.cart .tb{
        padding: 15px;
        border: 1px solid #dadada;
        margin: 10px 0;
    }
}

.table.cart .th{
    border-bottom: 1px solid #e0e4f6;
    font-family: Source Sans Pro;
    font-size: 15px;
}

.table.cart .th > div,
.table.cart .tb > div{
    float: left;
}

.cart-unit{
    font-weight: 400;
    font-size: 13px;
    position: relative;
    margin: 4px 0 0;
    line-height: 1.2;
}

.cart-image{
    width: 15%;
}

.cart-image figure{
    height: 100px;
    width: 90%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

@media only screen and (max-width: 992px) {
    .cart-image figure{
        width: 100%;
    }
}

.cart-image img{
    height: 100%;
}

@media only screen and (max-width: 576px) {
    .cart-image img{
        max-width: 100%;
    }
}

.cart-description{
    width: 30%;
}

.cart-pack{
    width: 10%;
}

.cart-quantity{
    width: 9%;
}

.cart-vat{
    width: 7%;
}

.cart-sale{
    width: 9%;
}

.cart-total-price{
    width: 10%;
}

.cart-del{
    width: 9%;
    float: right !important;
}


@media only screen and (max-width: 992px) {
    .table.cart .th{
        display: none;
    }
    .cart-image{
        width: 50%;
    }
    .cart-description{
        width: 50%;
    }
    .cart-pack{
        width: 25%;
        position: relative;
        padding-top: 30px;
    }

    .cart-pack:before{
        content: 'Qta. Imb.';
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 13px;
        font-family: Source Sans Pro;
    }

    .cart-quantity{
        width: 25%;
        position: relative;
        padding-top: 30px;
    }

    .cart-quantity:before{
        content: "Quantita'";
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 13px;
        font-family: Source Sans Pro;
    }

    .cart-vat{
        width: 25%;
        position: relative;
        padding-top: 30px;
    }

    .cart-vat:before{
        content: 'Cod. Iva';
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 13px;
        font-family: Source Sans Pro;
    }

    .cart-sale{
        width: 25%;
        position: relative;
        padding-top: 30px;
    }

    .cart-sale:before{
        content: 'Sale';
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 13px;
        font-family: Source Sans Pro;
    }

    .cart-total-price{
        width: 50%;
        position: relative;
        padding-top: 30px;
    }

    .cart-total-price:before{
        content: 'Prezzo Totale';
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 13px;
        font-family: Source Sans Pro;
    }

    .cart-del{
        width: 50%;

    }
}


@media only screen and (max-width: 567px) {
    .cart-image{
        width: 100%;
    }
    .cart-description{
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
    }
    .cart-pack{
        width: 50%;
        padding-top: 45px;
        position: relative;
    }

    .cart-pack:before{
        content: 'Qta. Imb.';
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 15px;
        font-family: Source Sans Pro;
    }

    .cart-quantity{
        width: 50%;
        padding-top: 40px;
        position: relative;
    }

    .product-qty.qty-cart{
        position: relative;
    }

    .cart-quantity:before{
        content: "Quantita'";
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 15px;
        font-family: Source Sans Pro;
    }

    .cart-vat{
        width: 50%;
        padding-top: 40px;
        position: relative;
    }

    .cart-vat:before{
        content: 'Cod. Iva';
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 15px;
        font-family: Source Sans Pro;
    }

    .cart-sale{
        width: 50%;
        padding-top: 40px;
        position: relative;
    }

    .cart-sale:before{
        content: 'Sale';
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 15px;
        font-family: Source Sans Pro;
    }

    .cart-total-price{
        width: 100%;
        padding-top: 40px;
        position: relative;
    }

    .cart-total-price:before{
        content: 'Prezzo Totale';
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 15px;
        font-family: Source Sans Pro;
    }

    .cart-unit{
        padding: 0;
        margin: 0;
    }

    .cart b {
        font-size: 18px;
    }

    .cart-del{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    a.cart-remove.delete {
        color: #ffffff;
    }

    a.undo-delete {
        background: #026092;
        padding: 14px 28px;
        margin-left: 15px;
        color: #ffffff;
    }
}





.cart-total{
    float: left;
}



p.cart-title {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 700;
    padding-right: 20px;
}

@media only screen and (max-width: 576px) {
    p.cart-title {
        font-size: 16px;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }
}

p.cart-group {
    font-size: 13px;
    font-family: Source Sans Pro;
    font-weight: 600;
}

@media only screen and (max-width: 576px) {
    p.cart-group {
        font-size: 15px;
    }
}


.cart b {
    font-family: Montserrat;
    font-weight: 700;
}


@media only screen and (max-width: 576px) {
    .cart i.fa.fa-undo {
        font-size: 20px;
    }

    .cart i.fa.fa-times {
        font-size: 20px;
    }
}

.tb:not(.article-delete) .undo-delete,
.tb:not(.article-delete) .confirm-delete {
    display: none;
}

.article-delete .cart-remove{
    display: none;
}

.tb.article-delete {
    border: 2px solid #ff3e3e;
    box-shadow: 0 1px 10px 0 rgba(255, 0, 0, 0.31);
    margin-bottom: 10px;
}

.tb.article-delete .cart-image {
    opacity: 0.4;
}

.tb.article-delete .cart-description {
    opacity: 0.4;
}

.tb.article-delete .cart-pack {
    opacity: 0.4;
}

.tb.article-delete .cart-quantity {
    opacity: 0.4;
}

.tb.article-delete .cart-vat {
    opacity: 0.4;
}

.tb.article-delete .cart-sale {
    opacity: 0.4;
}

.tb.article-delete .cart-total-price {
    opacity: 0.4;
}

.cart-submit {
    float: right;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}

a.cart-submit-btn,
button.cart-submit-btn{
    margin-left: 3px;
    font-family: Montserrat;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: #2d2d2d;
    padding: 15px 10px;
    display: inline-flex;
    float: right;
    min-width: 45px;
    text-align: center;
    border: 0;
}


a.cart-submit-btn:hover {
    text-decoration: none;
    background-color: #000000;
}

a.cart-submit-btn.confirm-delete{
    background: #e22121;
}

a.cart-submit-btn i{
    width: 100%;
    font-size: 18px;
}

.cart-total {
    float: right;
    display: inline-flex;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: Source Sans Pro;
    font-size: 18px;
}

li.cart-total-vat {
    margin-left: 20px;
}

li.cart-total-subtotal {
    margin-left: 20px;
}

.cart-notes {
    width: 100%;
}




textarea.product-cart-note {
    display: block;
    padding: 12px 15px;
    background: #f8fafc;
    color: #373d54;
    width: 100%;
    font-size: 14px;
    height: 100px;
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
}

.checkout label.contactform-label,
.createOrder label.contactform-label{
    display: inherit;
    margin-bottom: 2px;
    font-size: 14px;
    padding-top: 10px;
    font-family: Source Sans Pro;
}

@media only screen and (max-width: 576px) {
    .checkout label.contactform-label,
    .createOrder label.contactform-label{
        padding-top: 30px;
    }
}

.delivery-date {
    float: left;
    width: 100%;
    position: relative;
}

.delivery-date input[type="text"] {
    height: 39px;
    width: 200px;
    color: rgb(55, 61, 84);
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    border-image: initial;
    background: rgb(249, 249, 249);
    padding: 0px 45px 0px 15px;
    float: right;
}

.delivery-date span {
    color: red;
    font-size: 14px;
    float: right;
    clear: right;
    display: none;
}




