.bonattribute {
  display: none;
}
.thumbnail-container:hover .bonattribute {
  display: block;
}
.bonattribute .bonattribute-container {
  text-align: center;
  display: flex;
  flex-direction: row;
  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%);
  white-space: nowrap;
  background: transparent;
  font-weight: 400;
  font-size: 13px;
  min-width: 33px;
  padding: 6px 8px;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s linear;
  color: #b2b2b2;
  margin: 0 9px 12px 5px;
}
.bonattribute .bonattribute-box .bon-attribute-disabled.active,
.bonattribute .bonattribute-box .bon-attribute-disabled:hover {
  box-shadow: 4px 4px 4px rgb(0 0 0 / 14%);
  color: rgb(178, 178, 178) !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: not-allowed;
}
#category .product-one .bonattribute .bonattribute-btn.color,
#category .product-one .bonattribute .bonattribute-btn.radio,
#category .product-one .bonattribute .bonattribute-btn.select {
  margin: 0 9px 3px 0px;
}
.bonattribute .bonattribute-btn.select.active,
.bonattribute .bonattribute-btn.select:hover,
.bonattribute .bonattribute-btn.radio.active,
.bonattribute .bonattribute-btn.radio:hover {
  box-shadow: none;
  border-color: #ffffff;
  color: #ffffff;
}
.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;
}
.bonattribute .bon-attribute-disabled:before {
  content: "";
  background-image: linear-gradient(
      to bottom left,
      transparent 50%,
      #b2b2b2 50%,
      #b2b2b2 calc(50% + 1px),
      transparent 50%
    ),
    linear-gradient(
      to bottom right,
      transparent 50%,
      #b2b2b2 50%,
      #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: 1279px) {
  .thumbnail-container:hover .bonattribute {
    display: none;
  }
}
@media (max-width: 1199px) {
  .thumbnail-container:hover .bonattribute {
    display: none;
  }
}
#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;
}
.bon-attribute-disabled span.color:before,
.bon-attribute-disabled span.radio-label:before {
  /* border-color: transparent; */
  box-shadow: none;
  color: rgba(16, 16, 16, 0.3);
}
.bon-attribute-disabled span.color:after,
.bon-attribute-disabled span.radio-label:after {
  content: "" !important;
}
.bon-attribute-disabled span.color:before,
.bon-attribute-disabled span.radio-label:before {
  content: "";
  background-image: linear-gradient(
      to bottom left,
      transparent 50%,
      #b2b2b2 50%,
      #b2b2b2 calc(50% + 1px),
      transparent 50%
    ),
    linear-gradient(
      to bottom right,
      transparent 50%,
      #b2b2b2 50%,
      #b2b2b2 calc(50% + 1px),
      transparent 50%
    );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  position: absolute;
  border-radius: 5px;
}
.bon-attribute-disabled span.color:before {
  margin-bottom: 6px;
}
body .product-actions .bon-attribute-disabled span.check,
body .product-actions .bon-attribute-disabled span.check-color,
body .product-actions .bon-attribute-disabled label:hover span.radio-label {
  color: #b2b2b2;
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: not-allowed;
}
