#modal_messaggi_carrello .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    width: 40%;
    margin: 0 auto;
}

@media only screen and (max-width: 400px) {
    #modal_messaggi_carrello .modal-dialog {
        width: 90%;
    }
}
#modal_messaggi_carrello .modal-header {
    padding-bottom: 0;
}

.error>p:before {
    content: "\f00d" !important;
    color: red;
    display: inline-block;
    position: absolute;
    font-family: fontawesome;
    left: 30px;
}

img#fast {
    margin: 15px 0px 0px 20px;
}

div.info-text>p {
    font-family: "Montserrat", sans-serif;
}

table#mobile {
    margin-left: 25px;
    border-collapse: initial;
}

table#mobile>tbody>tr td {
    padding: 15px 0px 20px 0px;
}

@media only screen and (orientation: landscape) {
    table {
        width: 100%;
        height: 100%;
        margin-left: 20px;
    }

    table#mobile {
        width: 100%;
        border-collapse: initial;
    }

    img#fast {
        margin: 0px 0px 0px 20px
    }


    table#mobile>tbody>tr td {
        padding: 0px 0px 0px 0px;
    }
}

.cart-bottom-title {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}

.checkpar {
    margin-top: 0px;
    padding: 0;
    background-color: #FAFAFA;
}

.grand-totall {
    background-color: white;
}

.product-cart-img {
    width: 150px;
    padding: 10px;
    margin-bottom: 0px;
    vertical-align: top;
}

.couponBtnText {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.product-cart-name {
    padding: 100px;
    margin-bottom: 0px;
    vertical-align: top;
}

.titleTable {
    font-size: 22px;

}

.remBtn {
    margin-top: 15px;
    font-family: "Montserrat";
    font-size: 12px;
    width: 25%;
    padding: 2px;
    border: 2px solid #FAFAFA;
}

.checkImg {
    max-height: 150px;
    max-width: 150px;
    margin-right: 10px;
    float: right;
    margin-bottom: 0px;
    vertical-align: top;
}

.grand-totall {
    padding: 10px;
}

.product-total {
    width: 80px;
    vertical-align: top;
    margin-bottom: 0px;
}



.col-lg-4 mb-40 mt-20 {
    width: 40%;
    background-color: #FAFAFA;
    padding: 10px;
    float: left;
    margin-right: auto;
}




.mainTableRow {
    border-bottom: 1px solid #ebebeb;

}

.mainTableRow td {
    padding: 5% 0;
    margin-bottom: 2%;
}

.productsNumber {
    font-size: 18px;
    font-weight: 500;
}

.recap {
    background-color: #FAFAFA;
    padding: 10%;
    width: 100%;
}


.recap h4 {
    font-size: 22px;
    font-weight: 500;
}

.payBtn {
    font-size: 14px;
    display: block;
    cursor: pointer;
    padding: 5px 30px;
    text-align: center;
    line-height: 30px;

    text-transform: uppercase;
    font-weight: 700;
}

.pricePar {
    font-size: 16px;
    color: #343538;
}

.pricePar span {
    float: right;
}


#firstList {
    margin-top: 10%;
    margin-bottom: 10%;
}

#secondList {
    border-top: 1px solid black;
    padding-top: 5%;
}

#thirdList {
    padding-top: 5%;
}

#firstList li {
    margin-top: 8%;
}


.payBtn {
    width: 100%;
    margin-top: 10%;
    font-size: 15px;
    text-align: center;
    background-color: #707070;

    transition: background-color 0.5s ease;
    vertical-align: middle;
}

.payBtn:hover {
    background-color: rgb(14, 170, 227);
}

.payBtn:hover span {
    color: white;
}


.btncollapse {
    display: inline-flex;
    background-color: #FAFAFA;
    border: none;
    width: 100%;
    font-weight: 600;
}

.couponbtn {
    width: 100%;
    font-weight: 500;
    padding: 0;
    height: -webkit-fill-available;
}

.collapseSconto {
    margin-bottom: 10%;
    width: 100%;
    padding: 0;
    background-color: #FAFAFA;
}

.mainTable {
    margin-bottom: 10%;
}

.parameterSpan {
    font-weight: 600;
    font-size: 12px;
}

.prezzoTot {
    margin-left: 5%;

}

div {
    text-align: center;
}

.minus:hover {
    background-color: #717fe0 !important;
}

.plus:hover {
    background-color: #717fe0 !important;
}

.tableHeader {
    font-weight: 700;
    font-size: 18px;
}

.prezzoTot span {
    width: 100%;
}

.prodTitle {
    color: black;
    font-weight: 600;
}

.nomeProd {
    margin-left: 20%;
    margin-right: 20%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.btndeletecoupon {
    font-size: 14px;


}

.mainDiv {
    width: 100%;
}

.childDiv {
    width: 100%;
}

#div1 {
    float: right;
}

#div2 {
    float: left;

}

.cartHeader {
    width: 100%;
}

.BtnCollapse {
    width: 100%;
    background-color: #FAFAFA;
    border: none;
}

.collapseSpan {
    font-weight: 600;
    font-size: 18px;
}