:root {
  --evo-brand-secondary: #ffd344;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #fff;
}

.btn-primary {
  background: #ffc711;
}

.cart-resume .promotion_discount {
 display: none !important; 
}

.hide {
 display: none; 
}

.cartclear_container .btn, .shopping-cart .cart-topbuttons .btn-primary {
background: #ccc !important;
}

.shopping-cart .cart-topbuttons .to-checkout, .carttotals_container .to-checkout {
background: #ffc711 !important; 
}



#gallerywidget_283371 .evogallery-widget-box img {
  margin-top: -70px; /* move image up by 20px */
}
#gallerywidget_283479 .evogallery-widget-box img {
  margin-top: -190px; /* move image up by 20px */
}
div[role="row-section"]:has(.is-css) {
  display: none;
}

/**sof New Stock PLP updates **/
.footer-wrapper-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px; /* space between price and stock */
}

.footer-wrapper-price .price-label {
  margin-right: 6px;
}

.footer-wrapper-price .stock-raw {
  display: inline-flex;
  align-items: center;
  background: none;
  padding: 0;
}

.footer-wrapper-price .stock-raw p {
  margin: 0 0 0 6px;
  display: inline;
  font-size: 0.9em;
  color: #555;
}
/** eof New Stock PLP updates**/