.rcon-shop-product {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

.rcon-shop-product .image {
  height: 250px;
  width: -webkit-fill-available;
  background-size: cover;
  transition: 0.3s all;
  position: relative;
}

.rcon-shop-product .image .price {
  left: 2px;
  top: 210px;
  position: absolute;
}

.rcon-shop-product .image .title {
  background: #0c961554;
  color: #FFF;
  position: absolute;
  left: 2px;
  top: 170px;
  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 {
  position: relative;
  height: 50px !important;
  padding: 10px !important;
  background: linear-gradient(23deg, #865023 0%, #da9256 55%) !important;
  margin-left: 0;
  display: inline-block;
}

.rcon-shop-product-in-detail .image {
  display: block;
  max-height: 300px;
  max-width: 50%;
}

.rcon-shop-product-in-detail .image img {
  height: 300px;
  width: 100%;
}

.rcon-shop-product-in-detail .form-check .form-check-input {
  top: -1px;
}

@media (min-width: 992px) {
  .col-rc-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.mn_btn {
  display: flex;
  gap: 5px;
}

.m_btn {
  display: flex;
  width: 15% !important;
  padding: 30px !important;
  justify-content: center;
}

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