/* Custom CSS */
.menu-item4 {
        background: #256532;
        color: #fff !important;
        transform: skew(-12deg);
    }

.menu-item4 a{
        color: #fff !important;
    }

.price {
    color: #256532;
}

.icon-angle-down:before {
    content: "" !important;
}

.product-variants-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.product-variants-item .control-label {
  width: 120px; /* même largeur pour Taille et Couleur */
  margin-right: 10px;
  font-weight: 600;
}

.product-variants-item select,
.product-variants-item .product-variations {
  flex: 1;
}

/* Alignement propre des couleurs */
.product-variations {
  display: flex;
  gap: 8px;
}

/* Pastilles de couleur rondes */
.custom-checkbox input[type=checkbox]+span.color, .variant-links .color, label .color{
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  border: 1px solid #000 !important;
  cursor: pointer !important;
}

.product-variants-item select.form-control-select {
  width: auto;
  max-width: 100px;
}

.product-quantity #quantity_wanted{
  width: 100px !important;
  text-align: center;
}

.product-quantity .bootstrap-touchspin{
  margin-right: 15px;
}

.current-price-value{
    color:#256532 !important;
    font-weight: 600 !important;
    font-size: 23px !important;
}

.add{
    width: 350px;
}

.add-to-cart{
    width: 100%;
}


ul.nav.nav-tabs{
    color: #666;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-transform: none;
    padding-bottom: 20px;
}

.product-description table, .tab-desc table, .tabs{
  border:none !important;
}

.alert-danger{
    background-color: #256532 !important;
    border-color: #256532 !important;
    color: white !important;
}