/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.hero_in.detail_page .wrapper .buttons button {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 10px 15px;
  color: #444 !important;
  font-weight: 500;
  color: #444;
  text-decoration: none !important;
  display: inline-block;
  border:none;
}
.hero_in.detail_page .wrapper .buttons button i {
  margin-right: 8px;
}
.hero_in.detail_page .wrapper .buttons button:hover {
  color: #e54750 !important;
}
.hero_in.detail_page .wrapper .buttons button.liked {
  color: #FF5A5F !important;
}

@media (max-width: 576px) {
  .img-produk {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 576px) {
  .img-produk {
    width: 300px !important;
    height: 300px !important;
    object-fit: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 768px) {
  .img-produk {
    width: 350px !important;
    height: 300px !important;
    object-fit: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 992px) {
  .img-produk {
    width: 350px !important;
    height: 300px !important;
    object-fit: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}