.bonattribute {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.js-bonattribute {
  display: none;
}

@media only screen and (min-width: 1280px) {
  
  .thumbnail-container:hover .js-bonattribute {
    display: block;
  }
}
 
.bonattribute-container .bonattribute-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}

.bonattribute>.bonattribute-container ul li {
  margin-right: 14px;
  margin-bottom: 14px;
}

.bonattribute .input-container label {
  color: #b2b2b2;
  text-align: center;
  transition: all .3s linear;
  margin: 0;
}

.bonattribute .input-container label .input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.bonattribute .input-container input:not(.input-color):checked+span {
  border-color: #33a5c1;
  box-shadow: none;
  color: #33a5c1;
}


.bonattribute>.bonattribute-container .color,
.bonattribute>.bonattribute-container .custom-checkbox input[type=checkbox]+span.color,
.bonattribute>.bonattribute-container .input-color {
  margin: 0;
  border: none;
}

.bonattribute>.bonattribute-container .input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.bonattribute-container select {
  margin-bottom: 20px;
}
.bonattribute .input-container span.color,
.product-variants>.product-variants-item .color:hover,
.product-actions .input-container span.color {
  width: 33px;
  height: 33px;
}

.bonattribute>.bonattribute-container .color,
.bonattribute>.bonattribute-container .custom-checkbox input[type=checkbox]+span.color,
.bonattribute>.bonattribute-container .input-color {
  margin: 0;
  border: none;
}


.bonattribute .color,
.bonattribute .custom-checkbox input[type=checkbox]+span.color {
  display: block;
  margin: 0 9px 0 5px;
  width: 33px;
  height: 33px;
  transition: all .2s linear;
  background-size: contain;
  border: none;
  cursor: pointer;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 14%);
}

.bonattribute .input-container label:hover span.radio-label {
  border-color: #33a5c1;
  box-shadow: none;
  color: #33a5c1;
}

.bonattribute>.bonattribute-container select {
  background-color: #fff;
  width: auto;
  padding-right: 1.875rem;
}

.bonattribute .input-container input:checked+span.color:after {
  content: "\E876";
  font-family: Material Icons;
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 4px;
  top: 6px;

  text-shadow: 0px 1px black;
}

.product-variants>.product-variants-item .input-container input:checked+span.color:after {
  text-shadow: 0px 1px black;
}

.bonattribute .input-container label span {
  box-shadow: 4px 4px 4px rgb(0 0 0 / 14%);
  background: #fff;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  min-width: 33px;
  min-height: 33px;
  padding: 6px 8px 4px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .125);
  transition: all .3s linear;
}

.bonattribute .input-container span.color.check-color,
.bonattribute .input-container span.color.check-color:hover {
  box-shadow: none;
}

.bonattribute .input-container span.color {
  width: 33px;
  height: 33px;
}

.bonattribute>.bonattribute-container .color,
.bonattribute>.bonattribute-container .custom-checkbox input[type=checkbox]+span.color,
.bonattribute>.bonattribute-container .input-color {
  margin: 0;
  border: none;
}