.layout-product .swatch .color label {
  min-width: 40px;
  height: 40px;
}

.layout-product .swatch .swatch-element {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.layout-product .swatch .swatch-element label {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  white-space: nowrap;
  padding: 2px;
  margin-bottom: 0;
}

.layout-product .swatch .swatch-element input:checked + label, 
.layout-product .swatch .swatch-element.active label {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #7b7b7b;
}

.swatch-element.disabled {
  pointer-events: none;
  position: relative;
}

.swatch-element.disabled .has-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(35 49 75 / .5) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px));
  z-index: 10;
}

/*.notify {*/
/*  position: fixed;*/
/*  top: 20px;*/
/*  right: -300px;*/
/*  width: 300px;*/
/*  transition: all .2s;*/
/*  box-sizing: border-box;*/
/*  z-index: 99999;*/
/*  background: #fff;*/
/*  border: 1px solid #d9d9d9;*/
/*  box-shadow: 0 0 8px rgba(0,0,0,.15);*/
/*  border-radius: 16px;*/
/*  padding: 18px;*/
/*  touch-action: pan-y;*/
/*}*/

/*.notify__message {*/
/*  font-weight: 500;*/
/*  font-size: 14px;*/
/*  line-height: 18px;*/
/*  letter-spacing: .03em;*/
/*  color: #000;*/
/*  margin-bottom: 0;*/
/*}*/

/*.notify.success.is-active {*/
/*  right: 30px !important;*/
/*}*/

.un-endow {
  pointer-events: none;
}

.notice-size-color {
  font-weight: 600;
  color: red;
  transition: 500ms all;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.notice-size-color.active {
  opacity: 1;
  visibility: visible;
}