/*.bonattribute {*/
/*  display: none;*/
/*}*/

.products-grid.active .product-one .js-bonattribute {
  display: block;
}

.products-grid.active .product-one .bonattribute {
  align-items: start;
}

.thumbnail-container:hover .bonattribute {
  display: block;
}

.bonattribute .bonattribute-container {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.bonattribute .bonattribute-box {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.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 {
  /*border: 1px solid transparent;*/
}
.bonattribute .bonattribute-btn.color,
.bonattribute .bonattribute-btn.radio,
.bonattribute .bonattribute-btn.select {
  background: #fff;
  white-space: nowrap;
  font-weight: 400;
  color: #b2b2b2;
  font-size: 13px;
  min-width: 19px;
  padding: 3px 7px;
  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 {
  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;
}

.bonattribute .bonattribute-btn.select.active,
.bonattribute .bonattribute-btn.select:hover,
.bonattribute .bonattribute-btn.radio.active,
.bonattribute .bonattribute-btn.radio:hover {
  border-color: #5252527d;
  box-shadow: none;
  color: #525252;
}

/*.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;
  border: 1px solid #525252;
}

.bonattribute .bonattribute-box .bon-attribute-disabled.active::after {
  content: " ";
}

.bonattribute .bonattribute-box .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 .bon-attribute-disabled {
  position: relative;
}

.bonattribute .bonattribute-item.bon-attribute-disabled {
  text-decoration: line-through;
}

/*.bonattribute .bonattribute-btn.color {*/
/*  border: 0;*/
/*}*/

.bonattribute .bonattribute-dropdown {
  display: none;
}

#category .product-one .bonattribute {
  display: flex;
}

#category .product-one .bonattribute .bonattribute-container {
  align-items: flex-start;
}

#category .product-one .bonattribute .bonattribute-btn.color {
  margin-left: 0;
}

#category .product-one #bonattribute .bonattribute-container {
  align-items: end;
}

.bonattribute-dropdown {
  position: relative;
  width: 50%;
}

.bonattribute-dropdown .bonattribute-caption {
  /* background-color: #f2f2f2; */
  color: #7a7a7a;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 11px 24px;
  border-radius: 3px;
  cursor: pointer;
}

.bonattribute-dropdown .bonattribute-list {
  position: absolute;
  background-color: #f2f2f2;
  color: #7a7a7a;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
  z-index: 1;
}

.bonattribute-dropdown .bonattribute-list .bonattribute-item {
  padding: 11px 24px;
  cursor: pointer;
}

.bonattribute-dropdown .bonattribute-list .bonattribute-item.selected {
  font-weight: bold;
}

.bonattribute-dropdown .bonattribute-caption:hover,
.bonattribute-dropdown .bonattribute-list .bonattribute-item:hover {
  color: #525252;
}

.bonattribute-dropdown.open .bonattribute-caption {
  border-radius: 3px 3px 0 0;
}

.bonattribute-dropdown i {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 16px;
  transition: all 0.4s ease;
}

.bonattribute-dropdown.open i {
  transform: rotate(180deg);
}

.bonattribute-dropdown.open .bonattribute-list {
  display: block;
}

@media (max-width: 1279px) {
  /*.bonattribute .bonattribute-box {*/
  /*  display: none;*/
  /*}*/
  /*.bonattribute .bonattribute-dropdown {*/
  /*  display: block;*/
  /*}*/
}
