/* Boutons principaux */
.btn,
.btn-primary,
.btn-secondary,
.btn-default,
.btn-outline,
input[type="submit"] {
  background-color: #6E6659 !important;
  border-color: #6E6659 !important;
  color: #ffffff !important;
}

/* Hover */
.btn:hover,
.btn-primary:hover,
input[type="submit"]:hover {
  background-color: #C0B59F !important;
  border-color: #C0B59F !important;
}

/* Bouton recherche */
button[data-pktabname="el-search"] {
  background: transparent !important;
  border: none !important;
  color: inherit !important;
}

/* Divers */
.tabs-container {
  display: none !important;
}

.wishlist-button-add,
.wishlist-button-product {
  display: none !important;
}

#product-availability {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.close-sidebar {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

.close-sidebar svg {
  fill: #6E6659 !important;
}

.close-sidebar:hover {
  background-color: #f5f5f5 !important;
}

.close-sidebar:hover svg {
  fill: #6E6659 !important;
}