.packaging-wrap {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}
.packaging-wrap .shop2-product-amount-packaging {
  top: 0 !important;
}
.amount-square {
  padding: 0 0 0 8px;
  color: #212121;
  font: 500 14px "roboto-regular", Arial, Helvetica, sans-serif;
}
.cut-wrap {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: bottom;
}
.cut-wrap-title {
  color: #212121;
  font: 500 16px "roboto-regular", Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
}
.cut-wrap-title i {
  font-style: normal;
  border-radius: 50%;
  border: 1px solid #212121;
  line-height: 16px;
  width: 16px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.shop2-product .prod_form_wr .prod_form_in {
  max-width: 1000px;
}
.cut-wrap-list {
  display: flex;
  flex-wrap: wrap;
  color: #212121;
  font: 500 14px "roboto-regular", Arial, Helvetica, sans-serif;
  gap: 10px 20px;
}
.cut-item {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
}
.cut-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  display: block;
  content: "";
  margin-top: -8px;
}
.cut-item.active:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2015%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M5.29%209.71l-4-4a1%201%200%200%201%200-1.42%201%201%200%200%201%201.42%200L6%207.59l6.29-6.3a1%201%200%200%201%201.42%200%201%201%200%200%201%200%201.42l-7%207c-.2.19-.45.29-.71.29-.26%200-.51-.1-.71-.29z%22%2F%3E%3C%2Fsvg%3E") 50%/10px no-repeat;
}
.cut-popup-text {
  color: #212121;
  font: 500 15px/1.4 "roboto-regular", Arial, Helvetica, sans-serif;
}
.cut-popup-text *:first-child {
  margin-top: 0;
}
.cut-popup-text *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cut-wrap {
    margin: 12px 0 0;
    display: block;
  }
}
@media (max-width: 480px) {
  html .shop2-product .prod_form_wr .prod_form_price {
    flex-direction: column;
  }
  html .shop2-product .prod_form_wr .product-amount {
    margin: 12px 0 0;
  }
  .cut-wrap-list {
    justify-content: center;
  }
}
