.listbutton{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.btncart {
    background-color: #1c3371;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 8px 19px 10px;
    border-radius: 4px;
    margin-top: 13px;
}
.btncart a,.btncart:hover{
    color: #fff;
}
.titlesection {
    font-family: 'MondaBold';
    font-size: 29px;
    text-align: center;
    margin-top: 50px;
    color: #1C3371;
}
.uppercase {
    text-transform: uppercase;
}
.content-cart .thead {
    float: left;
    width: 100%;
    clear: both;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
.content-cart .thead > div {
    float: left;
    padding: 10px 0px;
}
.content-cart .thead > div:first-child {
    border-left: none;
}
.content-cart .tbody {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: none;
}
.content-cart .tbody .item {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px dotted #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
.content-cart .tbody .item > div {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.thumbcart{
    width: 86px;
    height: 100px;
}
.thumbcart img{
    width: 100%;;
    height: 100%;
    object-fit: cover;
}
.athumbcart{
    margin-right: 15px;
}
.content-cart .tbody .item .item-image {
    padding: 10px 0;
    margin-right:10px;
    text-align: center;
}
.content-cart .tbody .item .item-info {
    padding: 10px 0;
}
.content-cart .tbody p {
    margin-bottom: 0px;
}
.content-cart .tbody .item .item-price {
    padding: 10px;
}
.content-cart .tbody .item .item-price span {
    display: block;
}
.content-cart .tbody .item .item-price .price {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.remove-item-cart{
    font-size: 15px;
}
.item-name{
    margin-bottom: 5px !important;
}
.content-cart .tbody .item .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 35px;
    margin-top: 15px;
    width: 35px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin-right: 0;
    min-height: inherit;
    line-height: 28px;
}
.content-cart .tbody .item .number-sidebar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 0;
    height: 35px;
    margin-left: -6px;
    text-align: center;
    width: 40px;
    vertical-align: top;
    margin-right: -5px;
    margin-top: 15px;
    display: inline-block;
    min-height: 24px;
    padding: 0;
    font-size: 15px;
}
.content-cart .tbody .item .cart-price {
    display: block;
    font-weight: 500;
    padding: 10px;
}
.add_sus{
    font-size: 14px;
}
.content-cart{
    margin-top: 40px;
}
.title_room{
    margin-top: 15px;
    text-align: center;
    color: #5075bd;
    font-size: 18px;
    text-transform: uppercase;
}
.item-name{
    font-size: 15px;
    line-height: 20px;
    display: block;
}
.cart-price .price{
    white-space: nowrap;
}
.content-cart .tbody .item:last-child{
    border-bottom: 0;
}
.item1{
    width: 30%;
}
.item2{
    width: 20%;
}
.item3{
    width: 20%;
}
.item4{
    width: 30%;
}
.label_cart{
    display: none;
}
.form_input input:focus{
    outline: none;
    box-shadow: inherit;
}
.content-cart .tbody .item .item-price{
    padding-bottom: 0;
}
.clear{
    clear: both;
}
.wrap_total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 128px 10px 10px;;
}
.wrap_total .left{
    width: 40%;
}
.wrap_total .right{
    text-align: center !important;
}
.text-center {
    text-align: center;
}
.cartname{
    display: flex !important;
}
.cartname .item-info{
    text-align: left !important;
}
.empty_data{
    margin-top: 30px;
}
.items-count{
    cursor: pointer;
}
.red{
    color: red;
}
.bold{
    font-weight: bold;
}
.cart_quantity{
    padding: 10px;
}
.content-cart.checkout .tbody .item > div{
    padding-top: 0;
}
.checkout .item4{
    margin-top: 0;
}
.wrap_total{
    padding: 10px;
}
@media (max-width: 992px) {    
    .item3, .item2 {
        padding-bottom: 0 !important;
    }
    .cartname{
        margin-top: 15px;
    }
    .content-cart .tbody .item .item-price.item-pricedate .price{
        line-height: 22px;
    }
    .content-cart .tbody .item .item-price{
        padding: 10px;
    }
    .label_cart{
        display: block;
        font-weight: bold;
    }
    .item1,.item2,.item3,.item4,.item5{
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: left;
    }
    .thead{
        display: none;
    }
    .content-cart .tbody .item > div{
        float: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .label_cart{
        width: 20%;
        text-align: center;
    }
    .info_cart{
        width: 100%;
        text-align: center;
        display: block;
        align-items: center;
        justify-content: center;
    }
    .content-cart .tbody .item .item-info{
        text-align: left;
    }
    .content-cart .tbody .item .cart-price,.content-cart .tbody .item .item-price{
        padding-top: 2px;;
    }
    .item4,.item1{
        margin-top: 15px;
    }
    .content-cart .tbody .item .items-count,.content-cart .tbody .item .number-sidebar{
        margin-top: 7px;
    }
    .content-cart .tbody .item .item-info{
        text-align: center;
    }
    .content-cart .tbody{
        border-top: 1px solid #ddd;
    }
    .label_cart{
        width: 100%;
    }
    .titlesection{
        font-size: 25px;
    }
    .content-cart{
        margin-top: 27px;
    }
}