/** Shopify CDN: Minification failed

Line 50:0 Unexpected "}"

**/
.original--savings {
  display: none;
}
.cart-header-bar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
}
.cart-header-bar-progress {
display: grid;
justify-content: space-between;
grid-template-columns: 1.3fr 0.2fr 1fr 0.2fr;
align-items: center;
line-height:0px;
}
.cart-header-bar-two svg,.cart-header-bar-four svg {
padding: 4px;
border: 1px solid;
border-radius: 100px;
}
.cart-header-bar-one,.cart-header-bar-three {
height: 10px;
position:relative;
background: #ccc;
font-size: 0px !important;
line-height: 0px !important;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.cart-header-bar-inner-first,.cart-header-bar-inner-last {
background: black;
z-index: 9;
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
}

#qab_container {
  display:none !important;
}
}

@media(max-width:767px)
{
.cart-header-bar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5% !important;
}
}