.fast-view-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}
.fast-view-overlay * {
  box-sizing: border-box;
}
.fast-view-overlay .fast-view-wrapper {
  max-width: 1020px;
  background: #fff;
  padding: 65px 70px 50px 70px;
  border-radius: 8px;
  position: relative;
}
.fast-view-overlay .fast-view-wrapper .fast-view-close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.fast-view-overlay .fast-view-wrapper .fast-view-close img {
  width: 100%;
  height: 100%;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .left {
  padding-right: 50px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .left .image-block {
  position: relative;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .left .image-block .main-image {
  position: absolute;
  width: 190px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .left .image-block img {
  width: 100%;
  display: block;
  height: auto;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block .left-buttons {
  display: flex;
  gap: 5px;
  align-items: center;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block .left-buttons .wish-button,
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block .left-buttons .compare-button {
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  outline: none;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block .left-buttons .wish-button {
  background: url("/bitrix/templates/plasters.v7/images/icons_wish.png") 5px -14px no-repeat;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block .left-buttons .compare-button {
  background: url("/bitrix/templates/plasters.v7/images/icons_wish.png") -19px -13px no-repeat;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block .left-buttons .availability {
  margin-left: 13px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .buttons-block .left-buttons .availability .is-stock {
  width: 12px;
  height: 11px;
  background: url("/bitrix/templates/plasters.v7/images/icons_wish.png") -19px -4px no-repeat;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .price-block .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .price-block .measure_price {
  color: #808080;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .cart-buttons {
  display: flex;
  gap: 10px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .cart-buttons .quantity {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .cart-buttons .quantity .minus,
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .cart-buttons .quantity .plus {
  width: 21px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .cart-buttons .quantity input {
  border-radius: 0;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #f7f7f7;
  width: 30px;
  height: 27px;
  color: #373737;
  font-size: 10px;
  padding: 3px;
  text-align: center;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .cart-block .cart-buttons .to-cart {
  width: 70px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #203873;
  font-size: 10px;
  line-height: normal;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .sku-block {
  margin-bottom: 25px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .sku-block .sku-block-container .sku-block-title {
  margin-bottom: 2px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .sku-block .sku-block-container .sku-block-values {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .sku-block .sku-block-container .sku-block-values .sku-block-item {
  width: 34px;
  height: 34px;
  border-radius: 0;
  outline: none;
  border: 1px solid #e5e5e5;
  padding: 1px;
  cursor: pointer;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .sku-block .sku-block-container .sku-block-values .sku-block-item.active {
  border-color: #49526e;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .sku-block .sku-block-container .sku-block-values .sku-block-item img {
  width: 100%;
  height: 100%;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .chars-block .chars-item {
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
  gap: 10px;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .chars-block .chars-item:before {
  content: "";
  width: 2px;
  height: 2px;
  flex-shrink: 0;
  background: #203873;
  align-self: center;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .chars-block .chars-item .chars-item-name,
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .chars-block .chars-item .chars-item-value {
  flex-shrink: 0;
}
.fast-view-overlay .fast-view-wrapper .fast-view-body .product-block .right .chars-block .chars-item .chars-item-delimiter {
  flex-grow: 1;
  border-bottom: 1px dotted #c3c3c3;
  margin-bottom: 6px;
}

/*# sourceMappingURL=fast-view.css.map */
