.product-list .buy-one-click-button {
  margin: 10px 0 0;
  border: 1px solid rgba(0, 145, 217, 0.1);
  background: none;
  font-family: "fira", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 15px 10px;
  width: 100%;
  color: #333;
  line-height: 1;
  outline: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.product-list .buy-one-click-button span {
  display: inline-block;
  vertical-align: middle;
}
.product-list .buy-one-click-button span.number {
  width: 28px;
  height: 21px;
  padding-top: 7px;
  border-radius: 50%;
  background: #ff6a73;
  margin: 0 4px;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 106, 115, 0.3);
}
.product-list .buy-one-click-button:hover {
  border-color: #0091d9;
}
.buy-one-click-form.buy-one-click-form2 {
  position: fixed;
  z-index: 10000000000000;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}
.buy-one-click-form.buy-one-click-form2:before {
  display: none;
}
.buy-one-click-form.buy-one-click-form2 .buy-one-click-form__inner {
  margin: auto;
  background: #fff;
  width: 530px;
}
.clb-block-8 {
  margin-bottom: 0;
}
.up-btn {
  width: 52px;
  height: 52px;
  background: #ff6a73;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 8px 7px 0px rgba(61, 61, 61, 0.13);
  position: fixed;
  z-index: 50;
  bottom: 100px;
  right: 40px;
  cursor: pointer;
  opacity: 0;
  transition: 400ms;
}
.up-btn img {
  filter: invert(1);
}
@media (max-width: 1024px) {
  .up-btn {
    right: 27px;
  }
}
.shop-group-kinds table.shop2-product-params tr.even {
  background: none;
}
.shop-group-kinds .table-wrapper td {
  background: none;
  border: 0;
}
.product_centent {
  margin: 0 !important;
}
