.rebuy-cart__progress-free-product {
flex-direction: row !important; flex-wrap: unset !important;
padding: 0px 0px 0px 0px !important;
}
.rebuy-cart__progress-free-product-image {
width: 90px !important;
Height: 90px !important;
min-width: 90px;
}
.rebuy-cart__progress-free-product-info>div {
display: flex !important;
flex-direction: column !important;
}
.rebuy-cart__progress-bar-container {
padding: 20px 20px 0px 20px !important;
}
.rebuy-cart__progress-free-product-variant-title {
color: #535353;
}
.rebuy-cart__progress-free-products-list {
Justify-content: space-evenly;
}
.rebuy-cart__progress-free-product {
max-width: 100%!important;
width: 100%!important;
color: #232323;
}
.rebuy-cart__progress-free-product-title {
text-transform: uppercase;
font-weight: bold;
}
.rebuy-cart__progress-free-product-info {
text-align: left;
padding-left: 20px;
text-transform: none;
}
.smart-cart--enabled #sidebar-cart { display: none !important; }
a.rebuy-cart__flyout-item-product-title {
text-transform: uppercase;
}
.rebuy-cart__flyout-footer *,
.rebuy-cart__progress-step,
.rebuy-cart__progress-bar-prompt {
text-transform: uppercase;
}
.rebuy-cart__progress-free-product-title:before {
content: "FREE GIFT \A";
white-space: pre-wrap;
}
.rebuy-cart__progress-free-products-title{
display: none;
}
/* Background of Circle for not-completed Tier */
.rebuy-cart__progress-step-icon{
background: #000000;
}
/* Background of SVG icon for a not-completed Tier */
.rebuy-cart__progress-step-icon path{
fill: #FFF;
}
/* Background of Circle for a Completed Tier */
.complete .rebuy-cart__progress-step-icon{
background: #e42525;
}
/* Background of SVG icon for a Completed Tier */
.rebuy-cart__progress-step.complete path {
fill: #FFF;
}
/* hides "Powered by Rebuy" from all widgets */
.powered-by-rebuy {
display: none;
}
/* smart cart recommendations white (or custom) background color instead of default grey */
.rebuy-cart__flyout-recommendations {
background-color: #fff;
margin: 0px;
}
/* makes prices on all widgets bold w/ compare-at price semi-translucent */
.rebuy-money.compare-at {
opacity: 0.5;
}
.rebuy-money {
font-weight: bold;
}
/* removes the quantity selector in Smart Cart for products added by any standard GWP widget */
.property-value-rebuy-gift-with-purchase .rebuy-cart__flyout-item-quantity-widget {
display: none;
}
.rebuy-cart__flyout-subtotal-compare-amount {
display: none !important;
}