#bonattribute {
  display: none;
}

.thumbnail-container:hover #bonattribute {
  display: block;
}

#bonattribute .bonattribute-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}

#bonattribute .bonattribute-box {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

#bonattribute .bonattribute-box select {
  margin-bottom: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.14);
}

#bonattribute .bonattribute-btn:focus {
  outline: none;
}
#bonattribute .bonattribute-btn.color {
  padding: 0!important;
}
#bonattribute .bonattribute-btn.color,
#bonattribute .bonattribute-btn.radio,
#bonattribute .bonattribute-btn.select {
  box-shadow: 4px 4px 4px rgb(0 0 0 / 14%);
  background: #fff;
  white-space: nowrap;
  font-weight: 400;
  color: #b2b2b2;
  font-size: 13px;
  min-width: 33px;
  padding: 6px 8px;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: all 0.3s linear;
  margin: 0;
  margin-right: 12px;
  margin-bottom: 12px;
}


#bonattribute .bonattribute-box .bon-attribute-disabled.active,
#bonattribute .bonattribute-box .bon-attribute-disabled:hover {
  border-color: transparent !important;
  box-shadow: none !important;
  cursor: no-drop;
}

#bonattribute .bonattribute-btn.select.active,
#bonattribute .bonattribute-btn.select:hover,
#bonattribute .bonattribute-btn.radio.active,
#bonattribute .bonattribute-btn.radio:hover {
  border-color: #3a3a3a7d;
  box-shadow: none;
  color: #3a3a3a;
}

#bonattribute .bonattribute-btn.color.active::after {
  content: "\E876";
  font-family: Material Icons;
  color: #fff;
  font-size: 25px;
  text-shadow: 0px 1px 4px rgb(0 0 0 / 50%);
}

#bonattribute .bonattribute-btn.color.active,
#bonattribute .bonattribute-btn.color:hover {
  box-shadow: none;
}

#bonattribute .bonattribute-box .bon-attribute-disabled.active::after {
  content: " ";
}

#bonattribute .bon-attribute-disabled {
  position: relative;
  box-shadow: none !important;
  border: 0 !important;
}

#bonattribute .bon-attribute-disabled:before {
  content: '';
  background-image: linear-gradient(to bottom left, transparent 50%, #b2b2b2 0, #b2b2b2 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #b2b2b2 0, #b2b2b2 calc(50% + 1px), transparent 50%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  position: absolute;
  border-radius: 5px;
}

#bonattribute .bonattribute-btn.color {
  border: 0;
}

@media(max-width:1199px) {
  #bonattribute {
    display: block;
  }
}

@media(max-width:991px) {
  .product-miniature:nth-child(2n+3) {
    clear: both;
  }
}


#category .product-one #bonattribute {
  display: flex;
}

#category .product-one #bonattribute .bonattribute-box {
  display: flex;
  margin: 0 0 15px;
}

#category .product-one #bonattribute .bonattribute-btn.color {
  margin-left: 0;
}

#category .product-one #bonattribute .bonattribute-container {
  align-items: end;
}

@media (max-width: 768px) {
  #bonattribute, .thumbnail-container:hover #bonattribute {
    display: none!important;
  }
}