.megaattr {
  outline: none !important;
}
.megaattr-variants {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.megaattr-variants-item {
  margin: 0 0 10px 0;
  font-size: 14px;
  border-bottom: solid 1px #cfcfcf;
  padding-bottom: 10px;
}
.megaattr-variants-item .label {
  display: block;
  color: #1c1c1c;
  margin-bottom: 10px;
  font-weight: 600;
}
.megaattr-variants-item .material-list {
  display: flex;
  flex-wrap: wrap;
}
.megaattr-variants-item .material-item {
  width: 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}
.megaattr-variants-item .material-item.selected {
  color: #f57d20 !important;
}
.megaattr-variants-item .material-item.selected .material-image {
  border-color: #f57d20 !important;
  font-weight: 500;
}
.megaattr-variants-item .material-item.selected .price-impact {
  color: #f57d20;
}
.megaattr-variants-item .material-image {
  width: 30px;
  height: 30px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: zoom-in;
}
.megaattr-variants-item .material-name {
  padding: 3px 0 0 3px;
  font-size: 12px;
}
.megaattr-variants-item.as-product .material-item {
  width: auto;
  width: 90px;
  padding-bottom: 10px;
}
.megaattr-variants-item.as-product .material-image {
  width: 50px;
  height: 50px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.megaattr-variants-item.as-single-attr .price-impact {
  display: none;
  font-size: 12px;
  height: 15px;
  overflow: hidden;
  color: #1c1c1c;
  text-align: center;
}
.megaattr-variants-item.as-single-attr .dropdown .price-impact {
  display: inline-flex;
  opacity: 1 !important;
  color: #f57d20;
}
.megaattr-product-description {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: medium;
  color: #848484;
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 10px;
}
.megaattr-product-description p {
  margin-bottom: 10px;
}
.megaattr-product-description img {
  max-width: 100%;
  object-fit: contain;
}
.megaattr .megaattr-prices {
  margin: 0 0 22px;
}
.megaattr .megaattr-prices .product__product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.megaattr .megaattr-prices .current-price-display {
  font-size: 1.875rem;
}
.megaattr .megaattr-prices .discount {
  text-transform: uppercase;
  color: #FFF;
  background-color: #f57d20;
  font-weight: 600;
  display: inline-block;
  padding: 5px;
}
.megaattr .megaattr-prices .tax-shipping-delivery-label {
  font-size: 1.125rem;
  color: #f57d20;
  font-weight: bold;
  padding-left: 5px;
}
.megaattr .megaattr-prices .product-without-taxes {
  width: 100%;
}
.megaattr .btn-add-to-cart {
  height: 50px;
}

/* CSS Document */
.dropdown {
  display: inline-flex;
  padding: none;
  min-width: 150px;
  cursor: pointer;
  color: #000000;
}
.dropdown:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  display: block;
  height: 0;
  width: 0;
  border-bottom: none;
  border-top: 5px solid #cfcfcf;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  pointer-events: none;
}

.dropdown .dropdown-list {
  position: absolute;
  display: none;
  min-width: 100%;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  user-select: none;
  z-index: 1;
}

.dropdown .dropdown-item {
  width: inherit;
  padding: 3px;
  padding-left: 8px;
  background-color: #f3f1f1;
  border-top: 2px solid #cfcfcf;
  border-left: 2px solid #cfcfcf;
  border-right: 2px solid #cfcfcf;
  height: 0;
  user-select: none;
}

.dropdown .dropdown-list span + .dropdown-item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dropdown .dropdown-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 2px solid #cfcfcf;
}

.dropdown .dropdown-item:hover {
  background-color: #fff;
  color: #000000;
  border-top: 2px solid #f57d20;
  border-left: 2px solid #f57d20;
  border-right: 2px solid #f57d20;
}

.dropdown span.holder {
  background-color: #ffffff;
  border: 2px solid #cfcfcf;
  border-radius: 5px;
  padding: 3px 22px 3px 8px;
  display: block;
  color: #000000;
  width: 100%;
}

.dropdown .active {
  display: block;
}

.dropdown-list.active .dropdown-item {
  height: 100%;
  transition: height 2s ease 0s;
}

span.arrow_up {
  display: block;
  height: 0;
  width: 0;
  border-top: none;
  border-bottom: 5px solid #cfcfcf;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  margin-left: calc(100% - 20px);
}

/*# sourceMappingURL=megaattr.css.map */
