/*#########################################################*/
/*    Cart Checkout Order Enhancement                      */
/*#########################################################*/

/* All Expand and collapse function */
.embellishProductName {
    text-decoration: none;
}
.embellishAllProductOption {
    padding-left:5px; 
    padding-right:5px;
}
.buttonExpandAndCollapse {
    margin-left: 100%; 
    padding: 2.5px;
    border: 1px solid grey;
    color: grey;
}
.border_ProductOption {
    border-radius: 5px;
    border: 1px solid grey;
    display: flow;
}
