.muzze_shop .content_product {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1024px) {
  .muzze_shop .content_product {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.muzze_shop .content_product .items {
  width: 33.33333%;
  text-align: left;
  margin-bottom: 61px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .muzze_shop .content_product .items {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.muzze_shop .content_product .items.pr2_columns {
  width: 50%;
}
@media (max-width: 767px) {
  .muzze_shop .content_product .items.pr2_columns {
    width: 100%;
  }
}
.muzze_shop .content_product .items.pr3_columns {
  width: 33.3333%;
}
@media (max-width: 768px) {
  .muzze_shop .content_product .items.pr3_columns {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .muzze_shop .content_product .items.pr3_columns {
    width: 100%;
  }
}
.muzze_shop .content_product .items.pr4_columns {
  width: 25%;
}
@media (max-width: 768px) {
  .muzze_shop .content_product .items.pr4_columns {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .muzze_shop .content_product .items.pr4_columns {
    width: 100%;
  }
}
.muzze_shop .content_product .items .add_to_cart_button {
  display: block;
  background: #25282e;
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: -50px;
  padding: 12px 25px;
  position: relative;
  font-weight: 500;
  line-height: 26px;
}
.muzze_shop .content_product .items h3 {
  font-size: 17px;
  text-transform: capitalize;
  color: #25282e;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 10px;
}
.muzze_shop .content_product .items h3 a {
  color: #25282e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.muzze_shop .content_product .items h3 a:hover {
  color: #c1b696;
}
.muzze_shop .content_product .items span.amount {
  color: #555555;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
.muzze_shop .content_product .items:hover .add_to_cart_button {
  opacity: 1;
}
.muzze_shop .content_product .search_not_found {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.muzze_shop .return_shop {
  text-align: center;
}
.muzze_shop .return_shop .btn_shop {
  height: 50px;
  border: 1px solid #e5e5e5;
  color: #25282e;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 30px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.muzze_shop .return_shop .btn_shop:hover {
  background: #c1b696;
  border-color: #c1b696;
  color: #fff;
}