/*
@import 'global.css';
.product-more {
  background-color: #ffffff !important;
}
*/
.promotion-sale {
  background: #b9eaff;
}
@media (max-width: 1200px) {
  .promotion-sale {
    overflow: hidden;
  }
}
.promotion-sale .banner {
  background: url(../images/bannerbackground.png) no-repeat bottom;
  padding: 0px 0 415px;
}
.promotion-sale .banner .top_title {
  width: 87%;
  margin: 166px auto 0;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.promotion-sale .banner .top_title .inner-box {
  width: 100%;
  padding: 30px 78px;
  position: relative;
  text-align: center;
}
.promotion-sale .banner .top_title .inner-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #004eff;
  border-radius: 10px;
  top: 0%;
  left: 0%;
}
.promotion-sale .banner .top_title .inner-box::after {
  content: '';
  position: absolute;
  width: 229px;
  height: 80px;
  top: -13%;
  right: -3%;
  background: url(../images/trumpet.png) no-repeat;
}
.promotion-sale .banner .top_title .inner-box h1 {
  font-size: 80px;
  font-weight: bold;
  font-family: 'OpenSans-Bold';
  color: #6e98f5;
  text-shadow: 0 4px 7px #a4c0ff;
  position: relative;
}
.promotion-sale .banner .top_title .inner-box h1::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 36px;
  background: url(../images/starsymbol.png) no-repeat;
  top: -9%;
  left: 1%;
}
.promotion-sale .banner .top_title .inner-box h1::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 36px;
  background: url(../images/starsymbol.png) no-repeat;
  bottom: -8%;
  right: 5%;
  transform: rotate(180deg);
}
.promotion-sale .banner .top_title .inner-box h1 span {
  font-size: 110px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #ffa944;
  text-shadow: 0 4px 7px #a4c0ff;
}
.promotion-sale .banner .top_title .inner-box .desc {
  font-size: 36px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #a4c0ff;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .promotion-sale .banner {
    padding: 0 0 50px;
    background: url(../images/bannerbackgroundmobile.png) no-repeat center;
    background-size: cover;
  }
  .promotion-sale .banner .top_title {
    width: 100%;
    margin: 50px auto 0;
  }
  .promotion-sale .banner .top_title .inner-box {
    padding: 20px;
  }
  .promotion-sale .banner .top_title .inner-box::after {
    content: unset;
  }
  .promotion-sale .banner .top_title .inner-box h1 {
    font-size: 30px;
    text-shadow: 0 4px 3px #a4c0ff;
  }
  .promotion-sale .banner .top_title .inner-box h1::before {
    left: 14%;
  }
  .promotion-sale .banner .top_title .inner-box h1::after {
    bottom: -196%;
    right: 14%;
  }
  .promotion-sale .banner .top_title .inner-box h1 span {
    font-size: 30px;
    text-shadow: 0 4px 3px #a4c0ff;
  }
  .promotion-sale .banner .top_title .inner-box .desc {
    font-size: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .promotion-sale .banner .top_title .inner-box h1::before {
    width: 15px;
    height: 15px;
    left: 2%;
    top: -10%;
    background-size: cover;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .promotion-sale .banner .top_title .inner-box h1::after {
    width: 15px;
    height: 15px;
    right: 2%;
    bottom: -30%;
    background-size: cover;
  }
}
.promotion-sale .products-features-one {
  position: relative;
}
.promotion-sale .products-features-one::before {
  content: '';
  position: absolute;
  background: url(../images/startwo.png) no-repeat top center;
  background-size: cover;
  width: 255px;
  height: 60px;
  left: 1%;
  top: 50%;
  transform: translateZ(50px);
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-one::before {
    content: unset;
  }
}
.promotion-sale .products-features-one .inner-box {
  background-color: #ffebba;
  background: url(../images/singleproductbackground.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 30px;
  position: relative;
}
.promotion-sale .products-features-one .inner-box::after {
  content: '';
  position: absolute;
  background: url(../images/singleproductbackground.png) no-repeat top center;
  background-size: cover;
}
.promotion-sale .products-features-one .inner-box .title {
  font-size: 48px;
  font-weight: bold;
  font-family: 'OpenSans-Bold';
  color: #FFFFFF;
  position: relative;
  text-align: center;
  padding-top: 88px;
}
.promotion-sale .products-features-one .inner-box .title::before {
  content: '';
  position: absolute;
  width: 145px;
  height: 146px;
  background: url(../images/ring-one-left.png) no-repeat;
  background-size: cover;
  left: 1%;
  top: 30%;
}
.promotion-sale .products-features-one .inner-box .title::after {
  content: '';
  position: absolute;
  width: 145px;
  height: 146px;
  background: url(../images/ring-one-right.png) no-repeat;
  background-size: cover;
  right: 1%;
  top: 30%;
}
.promotion-sale .products-features-one .inner-box .sale-type {
  width: 100%;
  height: 148px;
  content: '20% OFF';
  background: url(../images/producttitle.png) no-repeat;
  background-size: cover;
  font-size: 36px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 68px;
  padding-left: 30px;
  margin-top: 18px;
  text-align: center;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-one .inner-box .sale-type {
    height: 148px;
    background: url(../images/producttitle.png) no-repeat;
    background-size: contain;
  }
}
.promotion-sale .products-features-one .inner-box .win-or-mac {
  width: 109px;
  height: 57px;
  border-radius: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #588afa;
  margin: 24px auto 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .promotion-sale .products-features-one .inner-box .win-or-mac {
    width: 66px;
    height: 34px;
    margin: 30px auto 0;
  }
}
@media (max-width: 600px) {
  .promotion-sale .products-features-one .inner-box .win-or-mac {
    width: 66px;
    height: 34px;
    margin: 30px auto 0;
  }
}
.promotion-sale .products-features-one .inner-box .win-or-mac div {
  width: 50%;
  height: 100%;
  text-align: center;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  z-index: 1;
}
.promotion-sale .products-features-one .inner-box .win-or-mac div em {
  font-size: 18px;
  color: #bfbfbf;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-one .inner-box .win-or-mac div em {
    font-size: 12px;
  }
}
.promotion-sale .products-features-one .inner-box .win-or-mac div.active em {
  color: #fff;
}
.promotion-sale .products-features-one .inner-box .win-or-mac span {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 50%;
  background-color: #588afa;
  transition: all 0.4s;
  transform: translateX(0px);
}
.promotion-sale .products-features-one .inner-box .win-or-mac span.active {
  transform: translateX(100%);
}
.promotion-sale .products-features-one .inner-box .item {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 60px 0 10px;
}
.promotion-sale .products-features-one .inner-box .item .product-img {
  flex: 0 0 46%;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .product-title {
  font-size: 24px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #673f30;
  display: block;
  text-align: center;
  text-decoration: underline;
  transition: all 0.3s;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .product-title:hover {
  color: #588afa;
}
.promotion-sale .products-features-one .inner-box .item .product-desc .desc {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin-top: 17px;
}
.promotion-sale .products-features-one .inner-box .item .product-desc .buy-type {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div {
  width: 33%;
  text-align: center;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .type {
  font-size: 24px;
  font-weight: bold;
  color: #5e3325;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .price-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .price-list
  .price {
  font-size: 36px;
  font-weight: bold;
  color: #da4039;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .price-list
  span {
  font-size: 24px;
/*  font-weight: bold;*/
  color: #000000;
  text-decoration: line-through;
  margin-left: 20px;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .buy-list {
  width: 170px;
  height: 50px;
  position: relative;
  transition: all 0.3s;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .buy-list:hover {
  transform: scale(1.1);
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .buy-list::before {
  content: '';
  position: absolute;
  width: 174px;
  height: 27px;
/*  background: url(../images/buttonShadow.png) no-repeat;*/
  background-size: contain;
  left: 0;
  bottom: -45px;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .buy-list
  div {
  width: 170px;
  height: 50px;
  background: url(../images/buttonbackground.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin: 30px auto 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .buy-list
  div
  a {
  width: 100%;
  height: 100%;
  font-size: 24px !important;
  font-family: 'OpenSans-Bold' !important;
  font-weight: bold !important;
  color: #fffdfe !important;
  display: flex;
  justify-content: center;
  text-decoration: unset !important;
  cursor: pointer;
  margin-top: 10px;	  
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .buy-list
  div
  a.showMac {
  transform: translateY(-50px);
}
.promotion-sale
  .products-features-one
  .inner-box
  .item
  .product-desc
  .buy-type
  div
  .buy-list
  div
  a
  em {
  font-size: 18px;
  margin-top: 8px;
  margin-right: 10px;
}
.promotion-sale .products-features-one .inner-box .tortoise {
  position: absolute;
  width: 204px;
  height: 216px;
  bottom: -12%;
  right: -9%;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .promotion-sale .products-features-one .inner-box .sale-type {
    width: 100%;
    height: 148px;
    content: '20% OFF';
    background: url(../images/producttitle.png) no-repeat;
    background-size: cover;
    font-size: 36px;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 68px;
    padding-left: 30px;
    margin-top: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (max-width: 1200px) {
  .promotion-sale .products-features-one .inner-box .sale-type {
    height: 148px;
    background: url(../images/producttitle.png) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .promotion-sale .products-features-one .inner-box {
    background: url(../images/singleproductbackgroundmobile.png) no-repeat top
      center;
    background-size: cover;
    padding-bottom: 60px;
    border-radius: 20px;
  }
  .promotion-sale .products-features-one .inner-box::before {
    content: unset;
  }
  .promotion-sale .products-features-one .inner-box .title {
    font-size: 30px;
    padding-top: 98px;
  }
  .promotion-sale .products-features-one .inner-box .title::before {
    width: 88px;
    height: 88px;
  }
  .promotion-sale .products-features-one .inner-box .title::after {
    width: 88px;
    height: 88px;
  }
  .promotion-sale .products-features-one .inner-box .sale-type {
    height: 58px;
    font-size: 14px;
	color:#FFFFFF;  
    background: url(../images/producttitle.png) no-repeat center;
    background-size: contain;
    padding-top: 24px;
    padding-left: 17px;
    margin-top: 7px;
  }
  .promotion-sale .products-features-one .inner-box .item {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 20px;
  }
  .promotion-sale .products-features-one .inner-box .item .product-img {
    flex: unset;
    width: 100%;
  }
  .promotion-sale .products-features-one .inner-box .item .product-img img {
    width: 65%;
	margin:0 25px 0 115px;  
  }
  .promotion-sale .products-features-one .inner-box .item .product-desc {
    width: 100%;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .product-title {
    font-size: 22px;
  }
  .promotion-sale .products-features-one .inner-box .item .product-desc .desc {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
  }
  .promotion-sale .products-features-one .inner-box .item .product-desc .buy-type {
    margin-top: 15px;
    justify-content: space-between;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div:nth-child(2) {
    margin-left: unset;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .type {
    font-size: 16px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .price-list
    .price {
    font-size: 26px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .price-list
    span {
    font-size: 18px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list {
    width: 110px;
    height: 32px;
    margin: -18px auto 0;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list::before {
    width: 110px;
    height: 32px;
    bottom: -54px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div {
    width: 110px;
    height: 32px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div
    a {
    font-size: 15px !important;
    align-items: center;
    padding-bottom: 8px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div
    a.showMac {
    transform: translateY(-32px);
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div
    a
    em {
    font-size: 12px;
    margin-top: unset;
    margin-right: 4px;
  }
  .promotion-sale .products-features-one .inner-box .tortoise {
    display: none;
  }
}
@media (max-width: 600px) {
  .promotion-sale .products-features-one .inner-box {
    background: url(../images/singleproductbackgroundmobile.png) no-repeat top
      center;
    background-size: cover;
    padding-bottom: 60px;
    border-radius: 20px;
  }
  .promotion-sale .products-features-one .inner-box::before {
    content: unset;
  }
  .promotion-sale .products-features-one .inner-box .title {
    font-size: 15px;
    padding-top: 65px;
  }
  .promotion-sale .products-features-one .inner-box .title::before {
    width: 38px;
    height: 38px;
  }
  .promotion-sale .products-features-one .inner-box .title::after {
    width: 38px;
    height: 38px;
  }
  .promotion-sale .products-features-one .inner-box .sale-type {
    height: 58px;
    font-size: 14px;
    background: url(../images/producttitle.png) no-repeat center;
    background-size: contain;
    padding-top: 24px;
    padding-left: 17px;
    margin-top: 7px;
  }
  .promotion-sale .products-features-one .inner-box .item {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 20px;
  }
  .promotion-sale .products-features-one .inner-box .item .product-img {
    flex: unset;
    width: 100%;
  }
  .promotion-sale .products-features-one .inner-box .item .product-img img {
    width: 100%;
	margin: auto
  }
  .promotion-sale .products-features-one .inner-box .item .product-desc {
    width: 100%;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .product-title {
    font-size: 16px;
  }
  .promotion-sale .products-features-one .inner-box .item .product-desc .desc {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
  }
  .promotion-sale .products-features-one .inner-box .item .product-desc .buy-type {
    margin-top: 15px;
    justify-content: space-between;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div:nth-child(2) {
    margin-left: unset;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .type {
    font-size: 16px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .price-list
    .price {
    font-size: 18px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .price-list
    span {
    font-size: 16px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list {
    width: 110px;
    height: 32px;
    margin: -18px auto 0;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list::before {
    width: 110px;
    height: 32px;
    bottom: -54px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div {
    width: 110px;
    height: 32px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div
    a {
    font-size: 15px !important;
    align-items: center;
    padding-bottom: 8px;
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div
    a.showMac {
    transform: translateY(-32px);
  }
  .promotion-sale
    .products-features-one
    .inner-box
    .item
    .product-desc
    .buy-type
    div
    .buy-list
    div
    a
    em {
    font-size: 12px;
    margin-top: unset;
    margin-right: 4px;
  }
  .promotion-sale .products-features-one .inner-box .tortoise {
    display: none;
  }
}
.promotion-sale .products-features-two {
  margin-top: 100px;
  position: relative;
}
.promotion-sale .products-features-two::before {
  content: '';
  position: absolute;
  background: url(../images/startwo.png) no-repeat top center;
  background-size: cover;
  width: 255px;
  height: 60px;
  left: 1%;
  top: 50%;
  transform: rotate(360deg);
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-two::before {
    content: unset;
  }
}
.promotion-sale .products-features-two::after {
  content: '';
  position: absolute;
  background: url(../images/startwo.png) no-repeat top center;
  background-size: cover;
  width: 255px;
  height: 60px;
  right: 1%;
  top: 10%;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-two::after {
    content: unset;
  }
}
.promotion-sale .products-features-two .background-one {
  position: absolute;
  width: 120px;
  height: 42px;
  bottom: -11%;
  left: 1%;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-two .background-one {
    display: none;
  }
}
.promotion-sale .products-features-two .background-two {
  position: absolute;
  width: 176px;
  height: 31px;
  right: 5%;
  bottom: 10%;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-two .background-two {
    display: none;
  }
}
@media (max-width: 768px) {
  .promotion-sale .products-features-two {
    margin-top: unset;
  }
}
@media (max-width: 600px) {
  .promotion-sale .products-features-two {
    margin-top: unset;
  }
}
.promotion-sale .products-features-two .inner-box {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px 0 100px 0;
  position: relative;
  z-index: 2;
}
.promotion-sale .products-features-two .inner-box .sale-type {
  width: 100%;
  height: 148px;
  content: '20% OFF';
  background: url(../images/producttitle.png) no-repeat;
  background-size: cover;
  font-size: 36px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 68px;
  padding-left: 30px;
  margin-top: 18px;
  text-align: center;
  position: relative;
}
.promotion-sale .products-features-two .inner-box .sale-type::before {
  content: '';
  position: absolute;
  top: -57%;
  left: -5%;
  width: 186px;
  height: 198px;
  background: url(../images/ring-two-right.png) no-repeat;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-two .inner-box .sale-type {
    background: url(../images/producttitle.png) no-repeat center;
    background-size: contain;
  }
}
.promotion-sale .products-features-two .inner-box .win-or-mac {
  width: 109px;
  height: 57px;
  border-radius: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #588afa;
  margin: 24px auto 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .promotion-sale .products-features-two .inner-box .win-or-mac {
    width: 66px;
    height: 34px;
    margin: 30px auto 0;
  }
}
@media (max-width: 600px) {
  .promotion-sale .products-features-two .inner-box .win-or-mac {
    width: 66px;
    height: 34px;
    margin: 30px auto 0;
  }
}
.promotion-sale .products-features-two .inner-box .win-or-mac div {
  width: 50%;
  height: 100%;
  text-align: center;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  z-index: 1;
}
.promotion-sale .products-features-two .inner-box .win-or-mac div em {
  color: #bfbfbf;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-two .inner-box .win-or-mac div em {
    font-size: 12px;
  }
}
.promotion-sale .products-features-two .inner-box .win-or-mac div.active em {
  color: #fff;
}
.promotion-sale .products-features-two .inner-box .win-or-mac span {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 50%;
  background-color: #588afa;
  transition: all 0.4s;
  transform: translateX(0px);
}
.promotion-sale .products-features-two .inner-box .win-or-mac span.active {
  transform: translateX(100%);
}
.promotion-sale .products-features-two .inner-box .item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -80px;
  padding: 0 21px;
}
.promotion-sale .products-features-two .inner-box .item-list .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 120px;
}
.promotion-sale .products-features-two .inner-box .item-list .item .product-img {
  width: 100%;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-img
  img {
  height: 336px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-img
    img {
    height: auto;
    width: 100%;
  }
}
.promotion-sale .products-features-two .inner-box .item-list .item .product-desc {
  width: 100%;
  text-align: center;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .product-title {
  font-size: 24px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #673f30;
  text-align: center;
  transition: all 0.3s;
  text-decoration: underline;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .product-title:hover {
  color: #588afa;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .type {
  font-size: 20px;
  font-weight: bold;
  color: #5e3325;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .desc {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  padding: 0 50px;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .price-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .price-list
  .price {
  font-size: 36px;
  font-weight: bold;
  color: #da4039;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .price-list
  span {
  font-size: 24px;
/*  font-weight: bold;*/
  color: #6a6a6a;
  text-decoration: line-through;
  margin-left: 20px;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .buy-list {
  width: 170px;
  height: 50px;
  position: relative;
  transition: all 0.3s;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .buy-list:hover {
  transform: scale(1.1);
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .buy-list::before {
  content: '';
  position: absolute;
  width: 174px;
  height: 27px;
/*  background: url(../images/buttonShadow.png) no-repeat;*/
  background-size: contain;
  left: 0;
  bottom: -45px;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .buy-list
  div {
  width: 170px;
  height: 50px;
  background: url(../images/buttonbackground.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin: 30px auto 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .buy-list
  div
  a {
  width: 100%;
  height: 100%;
  font-size: 24px !important;
  font-family: 'OpenSans-Bold' !important;
  font-weight: bold !important;
  color: #fffdfe !important;
  display: flex;
  justify-content: center;
  text-decoration: unset !important;
  cursor: pointer;
  margin-top: 10px;
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .buy-list
  div
  a.showMac {
  transform: translateY(-50px);
}
.promotion-sale
  .products-features-two
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-type
  .buy-list
  div
  a
  em {
  font-size: 18px;
  margin-top: 8px;
  margin-right: 10px;
}
.promotion-sale .products-features-two .inner-box .starfish {
  width: 188px;
  height: 199px;
  position: absolute;
  left: -8%;
  bottom: -4%;
}
.promotion-sale .products-features-two .inner-box .watermelon {
  position: absolute;
  width: 119px;
  height: 121px;
  right: -1%;
  bottom: -1%;
}
@media (max-width: 768px) {
  .promotion-sale .products-features-two .inner-box {
    margin-top: 20px;
  }
  .promotion-sale .products-features-two .inner-box .inner-box {
    padding: 10px;
  }
  .promotion-sale .products-features-two .inner-box .sale-type {
    height: 58px;
    font-size: 14px;
    background: url(../images/producttitle.png) no-repeat center;
    background-size: contain;
    padding-top: 24px;
    padding-left: 17px;
    margin-top: 7px;
  }
  .promotion-sale .products-features-two .inner-box .sale-type::before {
    content: unset;
  }
  .promotion-sale .products-features-two .inner-box .item-list {
    justify-content: center;
    padding: 0 10px;
  }
  .promotion-sale .products-features-two .inner-box .item-list .item {
    width: 100%;
    flex-direction: unset;
    justify-content: unset;
    position: relative;
  }
  .promotion-sale .products-features-two .inner-box .item-list .item:nth-child(1) {
    margin-top: 120px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item:not(:first-child) {
    margin-top: 85px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-img
    img {
    height: auto;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .product-title {
    font-size: 15px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .type {
    font-size: 14px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .desc {
    font-size: 18px;
    line-height: 20px;
    padding: unset;
    margin-bottom: 80px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .price-list {
/*    position: absolute;*/
    left: 50%;
    font-size: 22px;
/*    transform: translateX(-50%);*/
    bottom: 0%;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .price-list
    .price {
    font-size: 26px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .price-list
    span {
    font-size: 18px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list {
    width: 110px;
    height: 34px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list::before {
    width: 108px;
    height: 17px;
    bottom: -40px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div {
    width: 110px;
    height: 34px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div
    a {
    font-size: 14px !important;
    align-items: center;
    padding-bottom: 8px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div
    a.showMac {
    transform: translateY(-32px);
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div
    a
    em {
    font-size: 14px;
    margin-top: unset;
    margin-right: 4px;
  }
  .promotion-sale .products-features-two .inner-box .starfish {
    display: none;
  }
  .promotion-sale .products-features-two .inner-box .watermelon {
    display: none;
  }
}
@media (max-width: 600px) {
  .promotion-sale .products-features-two .inner-box {
    margin-top: 20px;
  }
  .promotion-sale .products-features-two .inner-box .inner-box {
    padding: 10px;
  }
  .promotion-sale .products-features-two .inner-box .sale-type {
    height: 58px;
    font-size: 14px;
    background: url(../images/producttitle.png) no-repeat center;
    background-size: contain;
    padding-top: 24px;
    padding-left: 17px;
    margin-top: 7px;
  }
  .promotion-sale .products-features-two .inner-box .sale-type::before {
    content: unset;
  }
  .promotion-sale .products-features-two .inner-box .item-list {
    justify-content: center;
    padding: 0 10px;
  }
  .promotion-sale .products-features-two .inner-box .item-list .item {
    width: 100%;
    flex-direction: unset;
    justify-content: unset;
    position: relative;
  }
  .promotion-sale .products-features-two .inner-box .item-list .item:nth-child(1) {
    margin-top: 120px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item:not(:first-child) {
    margin-top: 85px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-img
    img {
    height: auto;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .product-title {
    font-size: 15px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .type {
    font-size: 14px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .desc {
    font-size: 14px;
    line-height: 20px;
    padding: unset;
    margin-bottom: 80px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .price-list {
    position: absolute;
    left: 50%;
    font-size: 22px;
    transform: translateX(-50%);
    bottom: 0%;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .price-list
    .price {
    font-size: 22px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .price-list
    span {
    font-size: 14px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list {
    width: 110px;
    height: 34px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list::before {
    width: 108px;
    height: 17px;
    bottom: -40px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div {
    width: 110px;
    height: 34px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div
    a {
    font-size: 14px !important;
    align-items: center;
    padding-bottom: 8px;
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div
    a.showMac {
    transform: translateY(-32px);
  }
  .promotion-sale
    .products-features-two
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-type
    .buy-list
    div
    a
    em {
    font-size: 14px;
    margin-top: unset;
    margin-right: 4px;
  }
  .promotion-sale .products-features-two .inner-box .starfish {
    display: none;
  }
  .promotion-sale .products-features-two .inner-box .watermelon {
    display: none;
  }
}

.promotion-sale .products-features-three {
  margin-top: 100px;
  position: relative;
}
.promotion-sale .products-features-three::before {
  content: '';
  position: absolute;
  background: url(../images/startwo.png) no-repeat top center;
  background-size: cover;
  width: 176px;
  height: 52px;
  right: 5%;
  bottom: 17%;
}
.promotion-sale .products-features-three::after {
  content: '';
  position: absolute;
  background: url(../images/startwo.png) no-repeat top center;
  background-size: cover;
  width: 255px;
  height: 60px;
  right: 1%;
  top: 10%;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-three {
    margin-top: 20px;
  }
  .promotion-sale .products-features-three::before {
    content: unset;
  }
  .promotion-sale .products-features-three::after {
    content: unset;
  }
}
.promotion-sale .products-features-three .inner-box {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px 0 60px 0;
  position: relative;
  z-index: 2;
}
.promotion-sale .products-features-three .inner-box .sale-type {
  width: 100%;
  height: 148px;
  content: '20% OFF';
  background: url(../images/producttitle.png) no-repeat;
  background-size: cover;
  font-size: 36px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 68px;
  padding-left: 30px;
  margin-top: 18px;
  text-align: center;
  position: relative;
}
.promotion-sale .products-features-three .inner-box .sale-type::before {
  content: '';
  position: absolute;
  top: -38%;
  left: -5%;
  width: 122px;
  height: 124px;
  background: url(../images/gift1.png) no-repeat;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-three .inner-box .sale-type {
    background: url(../images/producttitle.png) no-repeat center;
  }
}
.promotion-sale .products-features-three .inner-box .win-or-mac {
  width: 109px;
  height: 57px;
  border-radius: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #588afa;
  margin: 24px auto 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .promotion-sale .products-features-three .inner-box .win-or-mac {
    width: 66px;
    height: 34px;
    margin: 30px auto 0;
  }
}
@media (max-width: 600px) {
  .promotion-sale .products-features-three .inner-box .win-or-mac {
    width: 66px;
    height: 34px;
    margin: 30px auto 0;
  }
}
.promotion-sale .products-features-three .inner-box .win-or-mac div {
  width: 50%;
  height: 100%;
  text-align: center;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  z-index: 1;
}
.promotion-sale .products-features-three .inner-box .win-or-mac div em {
  font-size: 18px;
  color: #bfbfbf;
}
@media (max-width: 1200px) {
  .promotion-sale .products-features-three .inner-box .win-or-mac div em {
    font-size: 12px;
  }
}
.promotion-sale .products-features-three .inner-box .win-or-mac div.active em {
  color: #fff;
}
.promotion-sale .products-features-three .inner-box .win-or-mac span {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 50%;
  background-color: #588afa;
  transition: all 0.4s;
  transform: translateX(0px);
}
.promotion-sale .products-features-three .inner-box .win-or-mac span.active {
  transform: translateX(100%);
}
.promotion-sale .products-features-three .inner-box .item-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 0 60px 0 10px;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item:nth-child(1)
  .product-desc {
  margin-left: -150px;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item:nth-child(2)
  .product-img
  img {
  position: relative;
  left: -30%;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item:nth-child(2)
  .product-img
  img.pc {
  display: block;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item:nth-child(2)
  .product-img
  img.mobile {
  display: none;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item:nth-child(2)
  .product-desc {
  margin-left: -240px;
}
.promotion-sale .products-features-three .inner-box .item-list .item .product-img {
  flex: 0 0 46%;
  position: relative;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc {
  flex: 0 0 65%;
  z-index: 2;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .product-type {
  display: flex;
  justify-content: space-between;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .product-type
  div {
  text-align: center;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .product-type
  div
  .title {
  font-size: 24px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #673f30;
  text-decoration: underline;
  transition: all 0.3s;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .product-type
  div
  .title:hover {
  color: #588afa;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .product-type
  div
  .type {
  font-size: 20px;
  font-weight: bold;  
  color: #5e3325;
  margin-top: 10px;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .product-type
  .add {
  width: 43px;
  height: 43px;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .price-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .price-list
  .price {
  font-size: 36px;
  font-weight: bold;
  color: #da4039;
  text-align: center;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .price-list
  span {
  font-size: 24px;
/*  font-weight: bold;*/
  color: #6A6A6A;
  text-decoration: line-through;
  margin-left: 20px;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list {
  width: 170px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list:hover {
  transform: scale(1.1);
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list
  div {
  text-align: center;
  width: 170px;
  height: 50px;
  position: relative;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list
  div::before {
  content: '';
  position: absolute;
  width: 174px;
  height: 27px;
/*  background: url(../images/buttonShadow.png) no-repeat;*/
  background-size: contain;
  left: 0;
  bottom: -45px;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list
  div
  div {
  width: 170px;
  height: 50px;
  background: url(../images/buttonbackground.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin: 30px auto 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list
  div
  div
  a {
  width: 100%;
  height: 100%;
  font-size: 24px !important;
  font-family: 'OpenSans-Bold' !important;
  font-weight: bold !important;
  color: #fffdfe !important;
  display: flex;
  justify-content: center;
  text-decoration: unset !important;
  cursor: pointer;
  margin-top: 10px;	  
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list
  div
  div
  a.showMac {
  transform: translateY(-50px);
}
.promotion-sale
  .products-features-three
  .inner-box
  .item-list
  .item
  .product-desc
  .buy-list
  div
  div
  a
  em {
  font-size: 18px;
  margin-top: 8px;
  margin-right: 10px;
}
.promotion-sale .products-features-three .inner-box .tortoise {
  position: absolute;
  width: 204px;
  height: 216px;
  bottom: -7%;
  right: -9.5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .promotion-sale .products-features-three .inner-box {
    margin-top: unset;
  }
  .promotion-sale .products-features-three .inner-box .sale-type {
    height: 58px;
    font-size: 14px;
    background: url(../images/producttitle.png) no-repeat center;
    background-size: contain;
    padding-top: 24px;
    padding-left: 17px;
    margin-top: 7px;
  }
  .promotion-sale .products-features-three .inner-box .sale-type::before {
    content: unset;
  }
  .promotion-sale .products-features-three .inner-box .item-list .item {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 10px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(1)
    .product-desc {
    margin-left: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2) {
    margin-top: 80px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-img
    img {
    left: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-img
    img.pc {
    display: none;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-img
    img.mobile {
    display: block;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-desc {
    margin-left: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-img {
    flex: unset;
    width: 100%;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-img
    img {
    width: 70%;
    margin: 0 25px 0 125px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc {
    flex: unset;
    width: 100%;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .product-type
    div
    .title {
    font-size: 22px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .product-type
    div
    .type {
    font-size: 18px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .product-type
    .add {
    width: 27px;
    height: 27px;
    margin: 0 4px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .price-list
    .price {
    font-size: 26px;
    margin-top: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .price-list
    span {
    font-size: 18px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list {
    width: 110px;
    height: 34px;
    margin: -18px auto 0;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div {
    width: 110px;
    height: 34px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div::before {
    width: 108px;
    height: 17px;
    bottom: -17px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div {
    width: 110px;
    height: 34px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div
    a {
    font-size: 16px !important;
    align-items: center;
    padding-bottom: 8px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div
    a.showMac {
    transform: translateY(-32px);
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div
    a
    em {
    font-size: 14px;
    margin-top: unset;
    margin-right: 4px;
  }
  .promotion-sale .products-features-three .inner-box .tortoise {
    display: none;
  }
}
@media (max-width: 600px) {
  .promotion-sale .products-features-three .inner-box {
    margin-top: unset;
  }
  .promotion-sale .products-features-three .inner-box .sale-type {
    height: 58px;
    font-size: 14px;
    background: url(../images/producttitle.png) no-repeat center;
    background-size: contain;
    padding-top: 24px;
    padding-left: 17px;
    margin-top: 7px;
  }
  .promotion-sale .products-features-three .inner-box .sale-type::before {
    content: unset;
  }
  .promotion-sale .products-features-three .inner-box .item-list .item {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 10px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(1)
    .product-desc {
    margin-left: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2) {
    margin-top: 80px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-img
    img {
    left: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-img
    img.pc {
    display: none;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-img
    img.mobile {
    display: block;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item:nth-child(2)
    .product-desc {
    margin-left: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-img {
    flex: unset;
    width: 100%;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-img
    img {
    width: 100%;
    margin: 0 auto;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc {
    flex: unset;
    width: 100%;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .product-type
    div
    .title {
    font-size: 14px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .product-type
    div
    .type {
    font-size: 14px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .product-type
    .add {
    width: 27px;
    height: 27px;
    margin: 0 4px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .price-list
    .price {
    font-size: 22px;
    margin-top: unset;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .price-list
    span {
    font-size: 16px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list {
    width: 110px;
    height: 34px;
    margin: -18px auto 0;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div {
    width: 110px;
    height: 34px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div::before {
    width: 108px;
    height: 17px;
    bottom: -17px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div {
    width: 110px;
    height: 34px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div
    a {
    font-size: 16px !important;
    align-items: center;
    padding-bottom: 8px;
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div
    a.showMac {
    transform: translateY(-32px);
  }
  .promotion-sale
    .products-features-three
    .inner-box
    .item-list
    .item
    .product-desc
    .buy-list
    div
    div
    a
    em {
    font-size: 14px;
    margin-top: unset;
    margin-right: 4px;
  }
  .promotion-sale .products-features-three .inner-box .tortoise {
    display: none;
  }
}
.promotion-sale .copy-right {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  text-align: center;
  margin-top: 51px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .promotion-sale .copy-right {
    font-size: 10px;
    line-height: 24px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .promotion-sale .copy-right {
    font-size: 10px;
    line-height: 24px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
.alert-cover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.alert-cover.alert-cover-show {
  display: flex;
}
.alert-cover .alert-window {
  display: flex;
  width: 840px;
  position: relative;
  border-radius: 30px;
  background: url(../images/alertbackground.png) center no-repeat;
  padding: 120px;
  background-size: contain;
}
.alert-cover .inner-box {
  text-align: center;
  position: relative;
}
.alert-cover .inner-box p {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  padding: 0 57px;
  position: relative;
  top: -24px;
  left: 28px;
}
.alert-cover .inner-box p.mobile {
  display: none;
}
.alert-cover .inner-box a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-top: 42px;
  transition: all 0.3s;
}
.alert-cover .inner-box a:hover {
  color: #f8dc99;
}
.alert-cover .close-btn {
  position: absolute;
  top: 35px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: 1px solid #588afa !important;
  background: #fff;
  border-radius: 50%;
  border: none;
  padding: 0;
  font-size: 32px;
  color: #588afa;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .alert-cover {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
  .alert-cover .alert-window {
    width: 100%;
    height: 276px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .alert-cover .alert-window .inner-box {
    border: 1px solid #588afa;
    border-radius: 10px;
    padding: 30px 0;
  }
  .alert-cover .alert-window .inner-box p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'OpenSans-Bold';
    position: relative;
    top: unset;
    left: unset;
    padding: 0px 29px;
  }
  .alert-cover .alert-window .inner-box p.mobile {
    display: block;
  }
  .alert-cover .alert-window .inner-box p.pc {
    display: none;
  }
  .alert-cover .alert-window .inner-box p::before {
    content: '';
    position: absolute;
    background: url(../images/alertring1.png) no-repeat;
    background-size: cover;
    width: 54px;
    height: 47px;
    left: 15px;
    bottom: -24px;
  }
  .alert-cover .alert-window .inner-box p::after {
    content: '';
    position: absolute;
    background: url(../images/cap-two-left.png) no-repeat;
    background-size: contain;
    width: 54px;
    height: 53px;
    right: 15px;
    bottom: -24px;
  }
  .alert-cover .alert-window .inner-box a {
    width: 78%;
    padding: 0 10px;
    background: #588afa;
    border-radius: 26px;
    line-height: 48px;
    font-size: 16px;
    padding-top: unset;
    margin: 35px auto 0;
  }
  .alert-cover .alert-window .close-btn {
    width: 36px;
    height: 36px;
    top: 7px;
    right: 6px;
  }
}
@media (max-width: 600px) {
  .alert-cover {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
  .alert-cover .alert-window {
    width: 100%;
    height: 276px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .alert-cover .alert-window .inner-box {
    border: 1px solid #588afa;
    border-radius: 10px;
    padding: 30px 0;
  }
  .alert-cover .alert-window .inner-box p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'OpenSans-Bold';
    position: relative;
    top: unset;
    left: unset;
    padding: 0px 29px;
  }
  .alert-cover .alert-window .inner-box p.mobile {
    display: block;
  }
  .alert-cover .alert-window .inner-box p.pc {
    display: none;
  }
  .alert-cover .alert-window .inner-box p::before {
    content: '';
    position: absolute;
    background: url(../images/alertgift1.png) no-repeat;
    background-size: cover;
    width: 54px;
    height: 47px;
    left: 15px;
    bottom: -24px;
  }
  .alert-cover .alert-window .inner-box p::after {
    content: '';
    position: absolute;
    background: url(../images/cap-two-left.png) no-repeat;
    background-size: contain;
    width: 54px;
    height: 53px;
    right: 15px;
    bottom: -24px;
  }
  .alert-cover .alert-window .inner-box a {
    width: 78%;
    padding: 0 10px;
    background: #588afa;
    border-radius: 26px;
    line-height: 48px;
    font-size: 16px;
    padding-top: unset;
    margin: 35px auto 0;
  }
  .alert-cover .alert-window .close-btn {
    width: 36px;
    height: 36px;
    top: 7px;
    right: 6px;
  }
}
.paddle_styled_button.green {
  box-shadow: unset !important;
  border-radius: unset !important;
  padding-top: unset !important;
  padding-bottom: unset !important;
  padding-left: unset !important;
  padding-right: unset !important;
  box-sizing: unset !important;
  border: unset !important;
  font-weight: unset !important;
  background: unset !important;
  border-color: unset !important;
  text-shadow: unset !important;
  display: unset !important;
  outline: unset !important;
}
.paddle_styled_button.green:active {
  background: unset !important;
  box-shadow: unset !important;
  border-color: unset !important;
}
.promotion-sale .logo {
  background: url('/assets/img/logo-christmas.png') no-repeat;
  width: 13.6rem;
  height: 5rem;
  display: block;
  position: absolute;
  left: 2.4rem;
  top: 1.2rem;
  text-decoration: none;
}
