.UpdatePanelCartSlide .servece-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px solid #ececec;
    padding-bottom: calc(12px + (22 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.UpdatePanelCartSlide .servece-box #DataListCart > span{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.UpdatePanelCartSlide .servece-box #DataListCart > span > div:nth-child(1){flex:4}
.UpdatePanelCartSlide .servece-box #DataListCart > span > div:nth-child(2){flex:12}
.UpdatePanelCartSlide .servece-box #DataListCart > span > div:nth-child(2) > a{
    color: var(--theme-color);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}
.UpdatePanelCartSlide .servece-box #DataListCart > span > div:nth-child(2) > a > h5{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: var(--theme-color);
    font-weight: 500;
}
.UpdatePanelCartSlide .servece-box #DataListCart > span > div:nth-child(3){flex:1;max-width: 35px;}
.UpdatePanelCartSlide .servece-box #DataListCart > span > div:nth-child(3) > .total{display: none;}

.UpdatePanelCartSlide  > .cart-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.UpdatePanelCartSlide  > .cart-info > input{display:none;}

.UpdatePanelCartSlide  > .cart-info > h4{
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}
.UpdatePanelCartSlide  > .cart-info > h4 > span{
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 700 !important;
    color: var(--theme-color) !important;
}
.cart-table .cart-item{
    display:block;
}
    .cart-table .cart-item br{display:none}
    .cart-table .cart-item > span {
        display: flex;
        flex-direction: row;
        gap: 18px;
        border-bottom: rgb(222, 226, 230) 1px solid;
        align-items: stretch;
        padding: 15px 0;
        min-width: 750px;
    }
.cart-table .cart-item > span > div:nth-child(1){width:8%; min-width:80px;}
    .cart-table .cart-item > span > div:nth-child(1) img {
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
        overflow: hidden;
    }
.cart-table .cart-item > span > div:nth-child(1) img:hover{
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.cart-table .cart-item > span > div:nth-child(2){width:26%;}
.cart-table .cart-item > span > div:nth-child(2) h4 a{
    font-weight: 500;
    font-size: 16px;
    color: #222;
}
.cart-table .cart-item > span > div:nth-child(3){width:16%;}
.cart-table .cart-item > span > div:nth-child(3) h5, 
.cart-table .cart-item > span > div:nth-child(4) h5,
.cart-table .cart-item > span > h4
{
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #4a5568;
}
    .cart-table .cart-item > span > div:nth-child(3) h5 > span,
    .cart-table .cart-item > span > div:nth-child(5) > h4 {
        /*display: block;*/
        clear: both;
        padding-top: 15px;
        font-weight: 500;
        font-size: 18px;
        /*display: -webkit-box;*/
        display: -ms-flexbox;
        /*display: flex;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
.cart-table .cart-item > span > div:nth-child(4) {width:14%}
.cart-table .cart-item > span > div:nth-child(4) .input-group{display:flex; flex-direction: row;flex-wrap: nowrap;}
.cart-table .cart-item > span > div:nth-child(4) button{
    width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: #e3e0e0;
    border-radius: 100% !important;
    padding: 0;
}
.cart-table .cart-item > span > div:nth-child(4)  input.qty-input{
    border:0;
    padding: 0;
    text-align: center;
    background-color: transparent;
}
        .cart-table .cart-item > span > div:nth-child(5) {
            width: 15%;
            padding: 0 15px;
        }
        .cart-table .cart-item > span > div:nth-child(6) {
            width: 14%;
            padding: 0 15px;
        }


