/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: white !important; }

 .btn-primary, .btn-primary:hover {
    background-color:#fff900;
    box-shadow: .125rem -0.125rem .25rem 0 rgba(0, 0, 0, .2);
    color: black;
 }

 .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
  background: #808040;
 }

a.nav-link.active.js-product-nav-active {
  color: #808040 !important;
}
 .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border-bottom: #808040 3px solid;
 }

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
  border: #808040 3px solid;
}

a {
  color: #808040;
}
#header .header-top a[data-depth="0"]:hover {
  color: #808040;
}


/* MARQUES */
.brand .brand-img img {
    width: 160px;   /* ajuste selon ton besoin */
    height: auto;
}
.brand-products {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  margin-top: .5rem;
}
.brand-products a {
  display: block !important;
}

.ref-under-title {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0 .7rem 0;
  display: block;
}

