.absolute-center{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-top-right {
  top: 5px;
  right: 5px;
}
.absolute-top-left-small {
  top: 5px;
  left: 5px;
}
.absolute-top-left {
  top: 40px;
  left: 55px;
}
.mid-banner-logo {
  min-height: 400px;
  background-image: url('../imgs/lp/midyearsale21/bg_main.jpg');
  background-size: 100% auto;
  background-position: 50% 66%;
  overflow: hidden;
}
.mid-img-bl {
  padding: 0px 0px 32px 32px;
  background-image: url('../imgs/lp/midyearsale21/pattern1.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
.mid-img-tr {
  padding: 32px 32px 0px 0px;
  background-image: url('../imgs/lp/midyearsale21/pattern2.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.mid-img-tr {
  padding: 32px 32px 0px 0px;
  background-image: url('../imgs/lp/midyearsale21/pattern2.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.mid-pattren-t1 {
  background-image: url('../imgs/lp/midyearsale21/patternT1_1.png');
  background-repeat: repeat;
}
.mid-pattren-t2 {
  background-image: url('../imgs/lp/midyearsale21/patternT2.png');
  background-repeat: repeat;
}
.mid-pattren-t3 {
  background-image: url('../imgs/lp/midyearsale21/patternT3_1.png');
  background-position: 50% 0%;
  background-repeat: repeat;
}
.mid-h1 {
  font-size: 40px;
  font-weight: 700;
}
.mid-h2 {
  font-size: 30px;
  font-weight: 700;
}
.mid-orange {
  background-color: transparent;
  background-image: linear-gradient(90deg, #FA4749 0%, #FF7844 100%);
}
.mid-price {
  font-size: 14px;
  margin-top: 3px;
}
.mid-price-small {
  font-size: 18px;
  font-weight: 500;
}
.mid-price-big {
  font-size: 25px;
  font-weight: 500;
}
.mid-badge {
  padding: .5em 0.7em;
  display: inline-block;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.mid-shopnow {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;

  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 12px 36px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  overflow: hidden;
  text-transform: capitalize;
}
.mid-shopnow:hover{
  text-decoration: none;
  color: #fff;
}
.mid-roboto {
  font-family: Roboto;
}
.mid-img1 {
  padding: 1px;
}
.mid-img-push {
  position: absulote;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .mid-banner-logo {
    background-size: auto 100%;
  }
  .mid-img-push {
    display: none;
  }
  .mid-img-over {
    width: 200px;
  }
  .mid-shopnow {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
