.store-renewal-icon{
    height: 15px;
    width: 15px;
    line-height: 15px;
    background-color: #828386;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    font-size:14px!important;
  }
  .popover{
    max-width:235px;
    border-radius:10px;
  }
  .popover-link{
    color:#ff612e;
    cursor: pointer;
    text-decoration: none;
  }
  .popover-link:hover{
    color: #ff612e;
  }
  .renewal-content{
    text-align: center;
  }
  .popover-content {
    padding: 9px 13px;
  }
.sale_box {
  margin-bottom:30px;
  text-align: center;
}
.sale_title {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}
.sale_title:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  border: 20px solid #fd8c35;
  border-left-color: transparent;
}

.sale_title:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  border: 20px solid #138354;
  border-right-color: transparent;
}

.sale_title h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  font-family: 'Underdog', cursive;
  color: #FFF;
  background: linear-gradient(111.7deg, rgb(251, 198, 6) 2.4%, rgb(224, 82, 95) 28.3%, rgb(194, 78, 154) 46.2%, rgb(32, 173, 190) 79.4%, rgb(22, 158, 95) 100.2%);;
  z-index: 2;
}
.sale_title h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #fd8c35;
}
.sale_title h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #138354;
}
.tax{
font-size: 12px;
vertical-align:baseline;
}
.sale_title-new {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}
.sale_title-new:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  border: 20px solid #000;
  border-left-color: transparent;
}

.sale_title-new:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  border: 20px solid #a10000;
  border-right-color: transparent;
}

.sale_title-new h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 65px;
  font-size: 18px;
  font-family: 'Underdog', cursive;
  color: #FFF;
  background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%);
  z-index: 2;
}
.sale_title-new h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #000;
}
.sale_title-new h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #a10000;
}
.discount-highlight {
    font-weight: bold;
    font-size: 24px; 
    padding: 5px 5px;
}
.special-content-promotion2 {
  position: absolute;
  top: -4px;
  right: 26px;
  width: 96px;
  height: 91px;
  z-index: 2;
  }