.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;
}

/*# sourceMappingURL=primary.css.map */
.custom_shop_item {
    position: relative;
    display: block;
    padding: 25px;
    height: 300px;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(1deg, #2c2f36 30%, #32363d 100%);
    border-radius: 20px;
    cursor: pointer;
}
.custom_shop_item .content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    position: relative;
}
.content_bg {
    position: absolute;
    z-index: 1;
    inset: 0;
}
.content_bg_image {
    transition: transform 0.4s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 453px;
    height: 362px;
}
.content_bg_image img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    transition: transform 0.4s;
    display: none;
}
.shop{
    display: grid;
    gap: 20px;
}
.content_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.content_desc {
    font-size: 12px;
    color: #67677c;
    font-weight: 600;
}
.content_button {
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff7591 0, #fe9544 250%));
    padding: 14px;
    color: #fff;
    text-shadow: #00000069 1px 0 10px;
    border-radius: 10px;
    margin-top: auto;
    width: fit-content;
    transform: skewX(348deg);
    display: flex;
    align-items: center;
    gap: 3px;
}
@media (min-width: 992px) {
    .shop {
        grid-template-columns: repeat(3, 1fr);
    }
}
.content_bottom {
    margin-top: auto;
}
.content_free {
    background: linear-gradient(34deg, #32cf61 0%, #69e58a 65%);
    width: fit-content;
    border-radius: 10px;
    padding: 14px;
    color: white;
    transform: skewX(348deg);
    margin-bottom: 10px;
}



.shop_profile_item {
    border-radius: 20px;
    background: linear-gradient(1deg, #25252e 30%, #292932 100%);
    padding: 20px 20px 0 20px;
}

.custom_profile_grid {
    display: grid;
}

.custom_profile_desc {
    background: linear-gradient(15deg, #383c44 30%, #3c4049 100%);
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: max-content;
}
.block_avatar_edit{
  background: linear-gradient(15deg, #383c44 30%, #3c4049 100%);
}
@media (min-width: 992px) {
    .custom_profile_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.profile_frame{
  margin-right: 10px;
}

.profile_frame_wrap{
  display: flex;
}

.profile_frame img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}
.profile_frame_buttons .noty-block{
  margin-top: 0;
}
.custom_profile_item{
  border-radius: 20px;
    background: linear-gradient(1deg, #2c2f36 30%, #32363d 100%);
    padding: 20px 20px 0 20px;
}