.row-produit-right .quantity {
  display: none !important;
}
.top, .topv,
button.single_add_to_cart_button {
  display: none;
}
button.single_add_to_cart_button {
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 8px 7px;
  margin: 15px 0 0 0;
  font-family: "Auto1Black", Arial;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 14px;
  background: rgba(255,105,84,1);
  color: rgba(255,255,255,1);
  width: 100%;
  border-radius: 2px;
  border: none;
}

.container-produitwoo {
  width: calc(68% - 180px);
  margin: 0 0 0 180px;
  padding: 56px 0;
  position: absolute;
  left: 0;
}

.woocommerce-message {
  z-index: 3000;
  width: calc(68% - 180px) !important;
  margin: 0 0 0 180px !important;
  padding: 12px 15px 10px 40px !important;
  position: absolute !important;
  left: 0 !important;
  background-color: rgba(255,105,84,1)!important;
  font-family: "Auto1", Arial;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
  color: rgba(255,255,255,1) !important;
  border: 0px solid #FFFFFF !important;
}

.woocommerce-message::before {
  color: rgba(255,255,255,1)!important;
}

.woocommerce-message a.button {
  font-family: "Auto1", Arial;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px !important;
  color: rgba(255,255,255,1)!important;
}

figure {
  margin: 0 !important;
}
figure img.wp-post-image {
  width: 100% !important;
  height: auto !important;
  box-shadow: 1px 1px 8px #555;
}
