﻿#presalesdiv {
    overflow-y: auto;
    overflow-x: hidden;
    height: 65vh;
}
.textcenter{
    text-align:center
}
/*#region Sales Item Detail*/
#salesitemdetail-img
{
    padding:50px;
}
#salesitemdetail-subtitle {
    font-weight: bold;
    color:grey
}
/*#endregion*/
/*#region Cart*/
#subtotalcart {
    display: none
}

#discountoriginalprice {
    color: grey;
    text-decoration: line-through;
    padding: 10px;
}
#cartheader{
    font-size:13px;
    color:dimgray;
}
.cartbtn {
    width: 100px;
}
.textellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cart-group-item-border {
    border: 1px solid #f0f0f0;
    padding: 10px;
}
/*#endregion*/

.ant-input-group-addon .ant-select {
    padding: 0 10px;
}

@media (max-width: 767px) {
    /*#region Sales Item Detail*/
    #salesitemdetail-img {
        padding: unset;
    }
    #salesitemdetail-infodiv {
        height: 24vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    /*#endregion*/
    /*#region Cart*/
    .cartheader {
        display: none;
    }

    #subtotalcart {
        display: inline-block
    }

    #cartitemcontent{
        text-align:center
    }
    /*#endregion*/
    
}