.rcon-shop-product {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.rcon-shop-product .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  transition: 0.3s all;
  position: relative;
}
.rcon-shop-product .image .price {
  right: 10px;
  top: 10px;
  position: absolute;
}
.rcon-shop-product .image .title {
  background: rgba(0, 0, 0, 0.47);
  color: #FFF;
  position: absolute;
  left: 10px;
  top: 10px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 3px;
  cursor: default;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rcon-shop-product:hover .image {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.rcon-shop-product .actions {
  text-align: center;
}
.rcon-shop-product .actions .btn {
  margin: 10px;
  width: calc( (100% - 40px) / 2);
}
.rcon-shop-product .actions .btn.description-btn {
  margin-left: 0;
}

.rcon-shop-product-in-detail .image {
  display: block;
  max-height: 300px;
  max-width: 100%;
}
.rcon-shop-product-in-detail .image img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
  border-radius: 3px;
}
.rcon-shop-product-in-detail .form-check .form-check-input {
  top: -2px;
}

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

.segmented-control .option {
  position: relative;
  margin-bottom: 4px;
  height: auto;
  line-height: normal;
  background-color: var(--button);
  border-radius: var(--br-8);
  width: 100%;
}

.segmented-control .option label {
  display: flex
;
  align-items: center;
  padding: 10px 15px;
  border-radius: var(--br-8);
  cursor: pointer;
  color: var(--text-custom);
  font-weight: var(--font-weight-6);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  user-select: none;
}

.segmented-control .option label:hover {
  background-color: var(--span-low);
}

.segmented-control input[type="radio"]:checked + label {
  background-color: #ff1b4d14;
  color: white;
  border-color: var(--span);
  font-weight: 600;
  cursor: default;
}

.modal-header {
  border-bottom: 0;
}

.rcon-shop-product-in-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rcon_block_left, .rcon_block_right {
  width: 49%;
}

.shop_noty {
  background-color: var(--card);
  border: 1px solid var(--bottom-line-table);
  border-radius: 14px;
  padding: 10px;
}

.noty-block {
  margin-top: 10px;
}

.rcon_shopchik {
  color: var(--text-default) !important; 
}

.rcon-buy {
  width: 100%;
}