.rcon-shop-product {
      border-radius: 20px;
    overflow: hidden;
    padding: 17px;
}
.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;
    transform: skewX(348deg);
    gap: 10px;
    border-radius: 10px;
    margin-top: 15px;
}
.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;
}

.rcon-shop-product .image .rcon_stock {
    position: absolute;
    left: 10px;
    top: 56px;
    display: flex;
    align-items: center;
    height: 28px;
    padding: 5px 14px;
    border-radius: 50px;
    background: rgb(0 0 0 / 35%);
    backdrop-filter: blur(7px);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.rcon-shop-product--out .image {
    position: relative;
    overflow: hidden;
}

.rcon-shop-product--out .image > .price_rcon,
.rcon-shop-product--out .image > .title,
.rcon-shop-product--out .image > .rcon_stock {
    filter: blur(4px);
    opacity: .45;
}

.rcon-shop-product--out .image:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 13px;
    background: rgb(20 21 26 / 55%);
    backdrop-filter: blur(6px);
}

.rcon_sold_out {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 50px;
    background: rgb(185 28 28 / 85%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.rcon_sold_out > i {
    font-size: 15px;
}

.btn_buy_rcon--disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-group-toggle .btn.btn-default:not(.btn-sm) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    min-height: 90px;
    padding: 14px 12px !important;
    line-height: 1.35;
    white-space: normal;
}

.btn-group-toggle .btn.btn-default.active {
    padding: 14px 12px !important;
}

.flex_btn_rcon {
    top: 0;
    gap: 7px;
}

.price_rcon_btn {
    font-size: 12.5px !important;
    font-weight: 600;
    line-height: 1.3 !important;
    text-align: center;
    word-break: break-word;
}

.title_rcon_btn {
    flex: 0 0 auto;
    height: 22px;
    margin-top: 0;
    line-height: 1 !important;
}

.stock_rcon_btn {
    display: block;
    color: rgb(159, 159, 183);
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .2px;
}

.btn-group-toggle .btn.btn-default.active .stock_rcon_btn {
    color: rgba(255, 255, 255, .85);
}

.btn-group-toggle .btn.disabled {
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-group-toggle .btn.disabled .flex_btn_rcon {
    filter: blur(3px);
    opacity: .45;
}

.btn-group-toggle .btn.disabled:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 15px;
    background: rgb(20 21 26 / 35%);
}

.stock_rcon_btn--owned {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 50px;
    background: rgb(20 21 26 / 70%);
    color: #4fea9f;
    font-weight: 600;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}

.mst-rcon-card {
    cursor: default;
}

.mst-rcon-card:hover {
    transform: none;
}

.mst-rcon-card__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: blur(14px) brightness(.55);
    transform: scale(1.15);
}

.mst-rcon-card__icon {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background-color: #1e1e26;
    background-position: center;
    background-size: cover;
}

.mst-rcon-card__more {
    cursor: default;
}

.mst-rcon-card__more:hover {
    opacity: 1;
}
