/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_flexdiscount .product-add-to-cart__flexdiscount {
  margin-bottom: 10px;
}
.page_flexdiscount .product-add-to-cart__flexdiscount .flexdiscount-price-block {
  position: relative;
  margin: 0;
  width: 100%;
}
.page_flexdiscount .product-add-to-cart__flexdiscount .flexdiscount-price-block > div > div {
  margin: 0 !important;
}
.page_flexdiscount .product-add-to-cart__flexdiscount .flexdiscount-price-block > div:first-child {
  display: block !important;
}
.page_flexdiscount .product-add-to-cart__flexdiscount .flexdiscount-price-block .price {
  font-size: 16px;
  font-weight: 500;
}
.page_flexdiscount .product-add-to-cart__flexdiscount .flexdiscount-price-block .flexdiscount-loader {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.page_flexdiscount .product-add-to-cart__flexdiscount .flexdiscount-price-block .flexdiscount-loader::before {
  content: "";
  display: block;
  background: url("../svg/icon.sprite.svg#spinner-size-s") center/cover no-repeat;
  width: 14px;
  height: 14px;
  animation: rotate 1s linear infinite;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.page_flexdiscount .product-add-to-cart__flexdiscount .flexdiscount-price-block .flexdiscount-loader > * {
  display: none;
}