/* backend */
.content-offer-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.product-image {
  width: 45%;
  height: 100%;
  display: block;
  position: relative;
}

.image-button {
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.image-button img {
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.button-none-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 250px;
}

.info-offer-box {
  width: 50%;
  margin-left: 50px;
}

.name-product-offer {
  color: #616161;
}

.price-box {
  display: flex;
  align-items: baseline;
}

.price-promo-offer {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f04057;
  margin: 0;
}

.price-offer {
  margin-left: 10px;
  font-size: 18px;
  color: #ccc;
  line-height: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.sapo-offer {
  margin: 0;
  font-size: 70%;
  line-height: 15px;
  margin-bottom: 15px;
  color: #009700;
}

.button-buy,
.button-buy2,
.button-buy3,
.button-buy4,
.button-buy5 {
  background: #7635f3;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.text-btn-offer {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
}

.description-offer {
  color: #616161;
  font-size: 16px;
}

.add-more-button {
  cursor: pointer;
  width: 20px;
}

.dashicons-remove {
  position: absolute;
  right: 2%;
  top: 25%;
  opacity: 0.3;
  color: #ed4e4e;
}

.dashicons-remove:hover {
  opacity: 1;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/* frontend */

.content_offer_box_fe {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
  /* padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 30px !important; */
}

.img_product_box {
  width: 45%;
  margin: 0 2.5% 30px;
  float: left;
}

.img_product_fe {
  max-height: 350px;
  display: block;
  margin: 0 auto;
  /* padding-right: 5.5%; */
}

.info_offer_box_fe {
  width: 45%;
  margin: 0 2.5% 30px;
  float: left;
}

.name_product_fe {
  font-size: 25px;
  font-weight: 600;
}

.price_box_fe {
  display: flex;
  align-items: baseline;
}

.price_promo_product_fe {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f04057;
  margin: 0;
  margin-left: 0;
}

.price_product_fe {
  font-size: 18px;
  color: #ccc;
  line-height: 40px;
  font-weight: 600;
}

.sapo_product_fe {
  margin: 0;
  font-size: 70%;
  line-height: 15px;
  margin-bottom: 15px;
  color: #009700;
}

.description_product_fe {
  text-align: justify;
}

.list_button_fe {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.button_buy_fe,
.button_buy_fe_2,
.button_buy_fe_3 {
  background: #ed4e4e;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #fff;
}

.button_title_product_fe {
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 5px;
}

.button_title_product_fe a, .button_title_product_fe a:hover {
  color: #fff;
}

.button_buy_fe:hover,
.button_buy_fe_2:hover,
.button_buy_fe_3:hover {
  background: none #d52b2b !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: -1px 6px 13px rgb(237 78 78 / 40%) !important;
}

.bigofferblock,
.container_offer_box {
  clear: both;
  position: relative;
  background-color: #fff;
  padding: 32px 0px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 hsl(0deg 0% 56% / 50%);
  border: 0 solid rgba(0, 0, 0, 0);
  /* overflow: hidden; */
  margin-bottom: 30px;
}

.removed {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  left: 12px;
  bottom: -40px;
}

.removed::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -10px;
  left: 12px;
  box-shadow: -1px -1px 5px -2px rgb(0 0 0 / 50%);
}

@media only screen and (max-width: 768px) {
  .container_offer_box {
    padding: 10px 20px;
  }
  .img_product_box {
    width: 100%;
    margin: 10px 0;
  }
  .img_product_fe {
    padding-left: 0;
  }
  .info_offer_box_fe {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .button_title_product_fe {
    width: 100%;
    margin: 0;
  }

  .price_box_fe {
    justify-content: center;
  }
}

@media only screen and (max-width: 380px) {
  .button_title_product_fe {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1280px) {
  .img_product_fe {
    padding: 0 3%;
  }
}