/** Shopify CDN: Minification failed

Line 36:1 Expected "}" to go with "{"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

.bndlr-quantity-break .bndlr-line:before, .bndlr-line:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: rgb(255 255 255 / 40%) !important;
}

  .bndlr-quantity-break .bndlr-savings-text {
    right: -5px !Important;
    top: -16px !Important;
}

@media screen and (max-width:767px){
    .bndlr-quantity-break .bndlr-savings-text {
    font-size: 12px;
    position: absolute;
    right: -5px !Important;
    top: -16px !Important;
}