.rcon-shop-product {
	background: rgb(12 16 26 / 40%);
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
	margin-bottom: 10px;
}
.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: rgb(12 16 26);
    border: 1px solid #1d2436;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 5px;
    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;
    display: flex;
    gap: 10px;
    padding: 10px;
    justify-content: space-between;
}
.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;
}
.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 */
