/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .blyd3d-cart-item-data-wrap {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 25px;
 }

 .blyd3d-cart-item-data-wrap {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}


.blyd3d-cart-item-data-container {
   line-height: 3;
}