#desktop_cart .blockcart {
    FONT-WEIGHT: 400;
    float: right;
    clear: both;
    color: #fff;
    position: relative;
    top: 40px;
    z-index: 999;
}
.product-flags {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    position: absolute;
    top: 30px;
    width: 100%;
}
.wt-button-container {
    margin-top: 20px;
    text-align: center;
    display: inline;
}
div.thumbnail-container {
  font-weight: 500;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-left: 15px;
  border-style: none;
  border-color: #f3f3f3;
  background-color: #ffffff;
  text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;

}

li.discount {
  position: absolute;
  top: 10px;
  left: -20px; /* ajustează după nevoie */
  background-color: #c11111; /* roșu intens */
  color: #fff;
  padding: 5px 50px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 10;
  pointer-events: none; /* să nu interacționeze cu mouse-ul */
}

header section h1 {
  color: #000000;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  
}

main header section {
  padding-top: 45px;
  border-bottom-width: 45px;
}

#searchbox {
  border-color: #6aa84f;
}

button.btn.btn-default.button-search {
  
}
body { background-color: white !important; }
