.csCart{
    display: none;
    position: fixed;
    bottom: 0;
    right: 200px;
    min-width: 500px;
    background-color: rgb(255, 255, 255);
    
    color: black;
    z-index: 99;
    border:  2px black solid;
    
}

.wrapscroll{
	overflow-x: auto;
	max-height: 150px;
}
.cscartwrp{
    width: 100%;
}
.cscarttablehaeders{
    display: flex;
    width: 100%;
}
.cscartItemName , .crtItemName{
    width: 40%;
}
.hidepacks .cscartItemName ,.hidepacks .crtItemName{
    width: 53%;
}
.cartItemUnits, .crtItemQty{
    width: 13%;
    display: flex;
}
.cartItemPacks, .crtItemPacks{
    width: 13%;
    display: flex;
}

.cartItemSinglePrice , .crtItemPrice{
    width: 15%;
}
.cartItemSubtotal, .crtItemSubtotal{
    width: 19%;
}


.cartItemValue .item{
    display: flex;
}
/* For Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.cscarttablehaeders, .cartItemValue .crtrows {
       border-bottom: 1px solid black;
}

.cscarttablehaeders{
	position: sticky;
    top: 0;
    background-color: #82fbff;
}
/* .cartItemValue .crtrows:last-child .crtItemSubtotal ,.cscarttablehaeders .cartItemSubtotal{
border-right: none;
} */
.cartItemValue .crtrows > * ,.cscarttablehaeders > *{
    border-right: 1px solid black;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.crtrows .crtItemName{
    justify-content: start;
    padding-left: 20px;
	padding-right: 20px;
}
.cscartItemName{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.crtfooter{
    padding: 5px 20px;   
	display: flex;
    justify-content: space-between;
	box-shadow: 0 2px 8px rgb(0 0 0 / 33%);
}
.carttabletotals{
padding: 10px 0;
}
.cartableCTA{
    padding: 5px 0;
}
.carttabletotals {
    display: flex;
    font-size: 17px;
    gap: 10px;
}
.hidepacks .crtItemPacks,.hidepacks .cartItemPacks{
	display: none;
}
#grandtotal{

}
