.rcon-shop-product {
      border-radius: 20px;
    overflow: hidden;
    padding: 17px;
}
.price_rcon {
    color: #FFF;
    background: radial-gradient(100% 100% at 50% 0, #4ee29a 0, #396650 100%);
    position: absolute;
    top: 10px;
    text-shadow: #00000052 1px 0 10px;
    font-weight: 600;
    right: 10px;
    display: flex;
    height: 38px;
    font-size: 11.5px;
    padding: 5px 20px;
    border-radius: 50px;
    cursor: default;
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
.btn_buy_rcon {
  width: 100%;
  padding: 14px;
  background: radial-gradient(100% 100% at 50% 0, #4ee29a 0, #396650 100%);
  color: #ffff;
  text-shadow: #00000052 1px 0 10px;
  border-radius: 50px;
}

.btn_buy_rcon:hover {
  color: #ffff;
  opacity: 0.7;
}

.btn_desp_rcon {
  background: linear-gradient(23deg, #292f2d 0%, #3a4340 55%);
  width: 100%;
  padding: 14px;
  transition: 0.2s;
  color: #ffff;
  border-radius: 50px;
}

.btn_desp_rcon:hover {
  color: #ffff;
  opacity: 0.7;
}

.flex_buy_rcon {
  display: flex;
  align-items: center;
  gap: 7px;
}

.info_buy_rcon {
  height: 50px;
    display: flex;
    gap: 9px;
    padding: 0px 20px 0px 9px;
    border: dashed 1px #47514c;
    font-weight: 600;
    font-size: 11px;
    background: #282f2bc9;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.info_buy_rcon i{
	background: #414b46;
    height: 31px;
    width: 31px;
    color: #9ca7a2;
    font-size: 14px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
	}

.block_tarif_rcon {
  border-radius: 17px;
  padding: 20px;
  background: linear-gradient(15deg, #232926 30%, #2a312d 100%);
  margin-bottom: 20px;
}

.flex_btn_rcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  top: 2px;
  width: 100%;
}

.price_rcon_btn {
  color: #ffff !important;
  font-size: 12px !important;
  line-height: 0px !important;
}

.title_rcon_btn {
  color: #cad3cd !important;
    font-size: 10px !important;
    line-height: 0px !important;
    display: flex;
    height: 23px;
    border-radius: 50px;
    padding: 0px 10px;
    margin-top: -3px;
    background: #515d55;
    align-items: center;
}

.tarif_rcon_head {
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: -5px;
}

.tarif_rcon_head i{
	display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(15deg, #414b46 30%, #56635c 100%);
    font-size: 14px;
    color: #a2afa7;
    height: 30px;
    width: 30px;
    border-radius: 50%;
	}

.head_block_rcon_shop {
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.head_block_rcon_shop i{
  display: flex;
  align-items: center;
  background: radial-gradient(100% 100% at 50% 0, #4ee29a 0, #396650 100%);
  justify-content: center;
  text-shadow: #000000d4 1px 0 7px;
  font-size: 14px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.flex_rcon_shop {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.left_rcon_shop {
  width: 100%;
  padding: 25px;
  background: linear-gradient(1deg, #181c1b 30%, #1c211e 100%);
  box-shadow: 0px 5px 10px #13151a4f;
  border-radius: 20px;
}

.right_rcon_shop {width: 100%;padding: 25px;height: fit-content;background: linear-gradient(1deg, #181c1b 30%, #1c211e 100%);box-shadow: 0px 5px 10px #13151a4f;border-radius: 20px;}

.img_rcon_shop {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 20px;
}

.description_rcon p{color: #7a817f;}

.btn_rcon_back {
    height: 45px;
    border: none;
    cursor: pointer;
    display: flex;
    transition: 0.2s;
    padding: 0px 23px;
    background: #29302c;
    font-weight: 600;
    color: #808b85;
    font-size: 11.5px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.btn_rcon_back:hover {
  background: #3b453f;
  color: #ffffff;
}
.rcon-shop-product .image {
      height: 200px;
    width: 100%;
    border-radius: 13px;
    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: rgb(0 0 0 / 23%);
    backdrop-filter: blur(7px);
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 600;
    display: flex;
    height: 38px;
    font-size: 11.5px;
    padding: 5px 20px;
    border-radius: 50px;
    cursor: default;
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
.rcon-shop-product:hover .image {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.rcon-shop-product .actions {
   text-align: center;
    display: flex;
    gap: 10px;
    border: solid 1px #2e3533;
    padding: 8px;
    border-radius: 50px;
    margin-top: 10px;
}
.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: 50%;
}
.rcon-shop-product-in-detail .image img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
  border-radius: 3px;
}

.form-check {
      display: flex !important;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

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