.js body {
  background: #171717;
}
.js #site-header {
  background: #171717;
}
.js #site-header .nav-pills li a {
  color: #fff;
}
@media (max-width: 768px) {
  .js #site-header .nav-pills li a {
    color: #414141;
  }
}
.js #site-header .sub-menu-wrap .name {
  color: #313131;
}
.js #site-header .menu-item > .icon {
  color: #fff;
}
.js #site-header .nav-pills > .menu-item:hover > .icon, .js #site-header .nav-pills > .menu-item:hover > a {
  color: #16a4a1;
}
.js .footer-nav-widgets-wrapper {
  background-color: #171717;
  border-top: none !important;
}
.js .footer-nav-widgets-wrapper .follow-title {
  color: #fff;
}
.js .footer-nav-widgets-wrapper a {
  color: #fff !important;
}
.js .footer-nav-widgets-wrapper .footer-social .svg-icon {
  fill: #fff;
}
.js #site-footer {
  background-color: #171717 !important;
}
.js #site-footer .footer-copyright {
  color: #fff !important;
}

#banner img {
  width: 100%;
}

@font-face {
  font-family: BarlowSemiCondensed-Medium;
  src: url("/wp-content/themes/josappsite/assets/black-friday/font/BarlowCondensed-Medium.ttf");
}
@font-face {
  font-family: Barlow-Bold;
  src: url("/wp-content/themes/josappsite/assets/black-friday/font/Barlow-Bold.ttf");
}
@media (max-width: 768px) {
  img {
    max-width: none !important;
  }
}

.fullbanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 868px;
  overflow: hidden;
  background: url("/wp-content/themes/josappsite/assets/black-friday/images/banner/banner-bg.jpg") no-repeat;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  .fullbanner {
    height: 776px;
  }
}
@media only screen and (max-width: 768px) {
  .fullbanner {
    height: 544px;
  }
}
@media only screen and (max-width: 480px) {
  .fullbanner {
    height: 336px;
  }
}

.fullbanner-title {
  position: relative;
  top: 83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1034px;
  min-height: 431px;
}
@media (max-width: 1100px) {
  .fullbanner-title {
    -webkit-transform: translateX(-50%) scale(0.8);
       -moz-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    min-height: 345px !important;
  }
}
@media (max-width: 868px) {
  .fullbanner-title {
    -webkit-transform: translateX(-50%) scale(0.7);
       -moz-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}
@media (max-width: 768px) {
  .fullbanner-title {
    top: 0 !important;
    -webkit-transform: translateX(-50%) scale(0.42);
       -moz-transform: translateX(-50%) scale(0.42);
        -ms-transform: translateX(-50%) scale(0.42);
            transform: translateX(-50%) scale(0.42);
  }
}
@media (max-width: 480px) {
  .fullbanner-title {
    top: -77px !important;
    -webkit-transform: translateX(-50%) scale(0.32);
       -moz-transform: translateX(-50%) scale(0.32);
        -ms-transform: translateX(-50%) scale(0.32);
            transform: translateX(-50%) scale(0.32);
  }
}
@media (max-width: 358px) {
  .fullbanner-title {
    top: -77px !important;
    -webkit-transform: translateX(-50%) scale(0.28);
       -moz-transform: translateX(-50%) scale(0.28);
        -ms-transform: translateX(-50%) scale(0.28);
            transform: translateX(-50%) scale(0.28);
  }
}
.fullbanner-title .banner-small-title {
  position: absolute;
  top: -24px;
  left: 233px;
  font-family: BarlowSemiCondensed-Medium;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 3px;
  color: #ffffff;
}
.fullbanner-title .banner-big-title {
  position: absolute;
  left: 56px;
  top: 62px;
  text-align: center;
}
.fullbanner-title .banner-big-title .banner-big-title-item1 {
  margin-bottom: 36px;
  font-family: Barlow-Bold;
  font-size: 110px;
  line-height: 81px;
  color: #ffffff;
}
.fullbanner-title .banner-big-title .banner-big-title-item2 {
  font-family: Barlow-Bold;
  font-size: 260px;
  line-height: 188px;
  color: #ffde02;
}
.fullbanner-title .banner-big-title .banner-big-title-item2 > span {
  font-family: Barlow-Bold;
  font-size: 222px;
}
.fullbanner-title .banner-gift {
  position: absolute;
  top: 49px;
  right: 173px;
}

.fullbanner-bags {
  position: absolute;
  left: 135px;
  bottom: 190px;
}

@-webkit-keyframes star {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@-moz-keyframes star {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes star {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.fullbanner-star-yellow {
  position: absolute;
  top: 131px;
  left: 99px;
  width: 100%;
  height: 460px;
  -webkit-transition: -webkit-animation 0.5s;
  transition: -webkit-animation 0.5s;
  -o-transition: animation 0.5s;
  -moz-transition: animation 0.5s, -moz-animation 0.5s;
  transition: animation 0.5s;
  transition: animation 0.5s, -webkit-animation 0.5s, -moz-animation 0.5s;
  -webkit-animation: star 1.28s linear infinite;
     -moz-animation: star 1.28s linear infinite;
          animation: star 1.28s linear infinite;
}
@media (min-width: 1910px) {
  .fullbanner-star-yellow {
    width: 1920px !important;
    left: 55% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  .fullbanner-star-yellow {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .fullbanner-star-yellow {
    display: none;
  }
}
.fullbanner-star-yellow > img {
  width: 100%;
  height: 100%;
}

.fullbanner-star-white {
  position: absolute;
  top: 40px;
  left: -55px;
  width: 100%;
  height: 685px;
  -webkit-transition: -webkit-animation 0.5s;
  transition: -webkit-animation 0.5s;
  -o-transition: animation 0.5s;
  -moz-transition: animation 0.5s, -moz-animation 0.5s;
  transition: animation 0.5s;
  transition: animation 0.5s, -webkit-animation 0.5s, -moz-animation 0.5s;
  -webkit-animation: star 1.28s linear 0.64s infinite;
     -moz-animation: star 1.28s linear 0.64s infinite;
          animation: star 1.28s linear 0.64s infinite;
}
@media (min-width: 1910px) {
  .fullbanner-star-white {
    width: 1920px !important;
    margin: 0 auto;
    left: 46% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media (max-width: 1100px) {
  .fullbanner-star-white {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .fullbanner-star-white {
    display: none;
  }
}
.fullbanner-star-white > img {
  width: 100%;
  height: 100%;
}

.fullbanner-cart {
  position: absolute;
  bottom: 190px;
  right: 95px;
}

.fullbanner__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1920px;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .fullbanner__img {
    width: auto;
    max-width: none;
    height: 690px;
  }
}
@media only screen and (max-width: 768px) {
  .fullbanner__img {
    height: 430px;
  }
}
@media only screen and (max-width: 480px) {
  .fullbanner__img {
    height: 272px;
  }
}

.fullbanner__end-date--position {
  display: block;
  position: absolute;
  bottom: 335px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .fullbanner__end-date--position {
    bottom: 377px;
  }
}
@media (max-width: 992px) {
  .fullbanner__end-date--position {
    bottom: 285px;
  }
}
@media (max-width: 868px) {
  .fullbanner__end-date--position {
    bottom: 305px;
  }
}
@media (max-width: 768px) {
  .fullbanner__end-date--position {
    bottom: 225px;
  }
}
@media (max-width: 480px) {
  .fullbanner__end-date--position {
    bottom: 114px;
  }
}
@media (max-width: 358px) {
  .fullbanner__end-date--position {
    bottom: 123px;
  }
}

.fullbanner__end-date {
  display: inline-block;
  position: relative;
  padding: 11px 34px;
  background-color: #ffffff;
  font-size: 18px;
  color: #1a0e10;
  line-height: 1;
}
@media (max-width: 992px) {
  .fullbanner__end-date {
    padding: 11px 15px !important;
  }
}
@media (max-width: 868px) {
  .fullbanner__end-date {
    padding: 11px 0px !important;
  }
}
@media (max-width: 768px) {
  .fullbanner__end-date {
    padding: 6px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .fullbanner__end-date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .fullbanner__end-date {
    padding: 4.5px 0px !important;
    font-size: 11pt;
  }
}
.fullbanner__end-date:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
@media only screen and (max-width: 768px) {
  .fullbanner__end-date:before {
    left: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #ffffff;
    border-bottom: 12px solid transparent;
  }
}
.fullbanner__end-date:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
}
@media only screen and (max-width: 768px) {
  .fullbanner__end-date:after {
    right: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #ffffff;
    border-bottom: 12px solid transparent;
  }
}

.fullbanner__count_down {
  display: block;
  position: absolute;
  top: 69%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 484px;
  height: 99px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  background-color: #bd1721;
}
@media (max-width: 768px) {
  .fullbanner__count_down {
    -webkit-transform: translateX(-50%) scale(0.8) !important;
       -moz-transform: translateX(-50%) scale(0.8) !important;
        -ms-transform: translateX(-50%) scale(0.8) !important;
            transform: translateX(-50%) scale(0.8) !important;
  }
}
@media (max-width: 480px) {
  .fullbanner__count_down {
    -webkit-transform: translateX(-50%) scale(0.5) !important;
       -moz-transform: translateX(-50%) scale(0.5) !important;
        -ms-transform: translateX(-50%) scale(0.5) !important;
            transform: translateX(-50%) scale(0.5) !important;
  }
}

.fullbanner__count_down_time > .item {
  display: inline-block;
  width: 105px;
}
.fullbanner__count_down_time > .item > .desc {
  height: 24px;
  padding-top: 12px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
}
.fullbanner__count_down_time > .item > .display-area {
  display: inline-block;
  margin-top: 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
.fullbanner__count_down_time > .colon {
  display: inline-block;
  width: 12px;
  height: 36px;
  background: url(/wp-content/themes/josappsite/assets/black-friday/images/banner/colon.svg) no-repeat center center;
}

.session-bg {
  width: 100%;
  min-height: 3790px;
  background: url("/wp-content/themes/josappsite/assets/black-friday/images/session-bg.jpg") no-repeat;
  background-position: center bottom;
}

.aside {
  display: none;
  position: fixed;
  left: 0;
  top: 63px;
  z-index: 100 !important;
  width: 260px;
  min-height: 429px;
  background: url("/wp-content/themes/josappsite/assets/black-friday/images/nav-bg.png") no-repeat;
}
@media (max-width: 1800px) {
  .aside {
    -webkit-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    transition: all 0.2s !important;
    left: -236px !important;
  }
}
@media (max-width: 768px) {
  .aside {
    top: 11px !important;
  }
}
.aside .aside-dl {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aside dd {
  margin-bottom: 6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
}
@media ( min-width: 480px) and (max-width: 768px) {
  .aside dd:last-child {
    margin-right: 0;
  }
}

.aside-shadow {
  display: none;
  margin-top: 133px;
  display: block;
  width: 260px;
  height: 295px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px, rgba(0, 0, 0, 0.075) 0px 0px 56px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px, rgba(0, 0, 0, 0.075) 0px 0px 56px 0px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .aside-shadow {
    display: block !important;
  }
}

@media (max-width: 1800px) {
  .aside:hover {
    left: 0 !important;
  }
}

.nav-item {
  display: block;
  overflow: hidden;
  width: 210px;
  height: 47px;
  background-color: #ecd19c;
  border-radius: 10px;
  text-align: center;
}
.nav-item .nav-title {
  font-family: Arial;
  font-size: 16px;
  line-height: 32px;
  color: #181818;
  text-align: center;
  line-height: 47px;
}

.active,
.nav-item:hover {
  background-color: #ffc602;
  text-decoration: none;
  border-radius: 10px;
}
.active .nav-title,
.nav-item:hover .nav-title {
  font-weight: bold;
}

.nav-item:focus {
  text-decoration: none;
}

.aside-icon {
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000000;
}

.go-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active .go-top {
  background-color: #ecd19c !important;
}
.active .go-top .nav-title {
  font-weight: 400 !important;
}

#part1 {
  position: relative;
  width: 100%;
  background-position: center;
}
@media (max-width: 480px) {
  #part1 {
    margin-top: 40px;
  }
}
#part1 .container {
  padding: 0 !important;
}
#part1 .sales-btn-group .wrapper {
  width: 190px;
}
#part1 .sales-btn-group .wrapper .btn-buy {
  padding: 0px 43px 0px 60px;
}

.special-title {
  margin: 0 auto;
  width: 1185px;
  height: 121px;
  background: url("/wp-content/themes/josappsite/assets/black-friday/images/background-to-board-titles.svg") no-repeat;
  text-align: center;
  background-position: center;
}
@media (max-width: 1400px) {
  .special-title {
    width: 100%;
    height: 80px;
  }
}
@media (max-width: 569px) {
  .special-title {
    width: 100% !important;
    height: auto;
    background: none !important;
    border-radius: 20px;
  }
}
.special-title > p {
  font-family: Barlow-Bold;
  font-size: 38px;
  line-height: 85px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1400px) {
  .special-title > p {
    font-size: 28px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .special-title > p {
    font-size: 24px !important;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .special-title > p {
    font-size: 18px !important;
    line-height: 66px !important;
  }
}
@media (max-width: 569px) {
  .special-title > p {
    font-size: 28px !important;
    padding: 0 2vw;
    line-height: 36px !important;
  }
}
.special-title > p > span {
  font-family: Barlow-Bold;
  font-size: 49px;
  color: #ffde00;
}
@media (max-width: 1400px) {
  .special-title > p > span {
    font-size: 39px !important;
  }
}
@media (max-width: 992px) {
  .special-title > p > span {
    font-size: 35px !important;
  }
}
@media (max-width: 768px) {
  .special-title > p > span {
    font-size: 28px !important;
  }
}
@media (max-width: 569px) {
  .special-title > p > span {
    font-size: 38px !important;
  }
}
.special-title > p .special-title-small {
  font-size: 38px;
  color: #ffde00;
}
@media (max-width: 1400px) {
  .special-title > p .special-title-small {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .special-title > p .special-title-small {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .special-title > p .special-title-small {
    font-size: 18px;
  }
}
@media (max-width: 569px) {
  .special-title > p .special-title-small {
    font-size: 28px !important;
  }
}
.special-title > p > i {
  font-family: Barlow-Bold;
  font-style: normal;
  font-size: 43px;
  color: #ffde00;
}
@media (max-width: 1400px) {
  .special-title > p > i {
    font-size: 33px;
  }
}
@media (max-width: 992px) {
  .special-title > p > i {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .special-title > p > i {
    font-size: 23px;
  }
}
@media (max-width: 569px) {
  .special-title > p > i {
    font-size: 33px !important;
  }
}

.part1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
  width: 100%;
  min-height: 472px;
  background-color: #faecd0;
  border-radius: 60px;
}
@media (max-width: 992px) {
  .part1-content {
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 768px) {
  .part1-content {
    width: 90%;
    border-radius: 30px !important;
  }
}
.part1-content .part1-content-left {
  position: relative;
  width: 544px;
}
@media (max-width: 992px) {
  .part1-content .part1-content-left {
    margin: 18px auto 0 !important;
  }
}
@media (max-width: 768px) {
  .part1-content .part1-content-left {
    width: 100%;
  }
}
.part1-content .part1-content-left .part1-content-left-icon {
  position: relative;
  width: 125px;
  height: 125px;
  text-align: center;
}
.part1-content .part1-content-left .part1-content-left-icon > svg {
  fill: #fdc916;
}
.part1-content .part1-content-left .part1-content-left-icon > span {
  position: absolute;
  top: 22px;
  left: 24px;
  font-family: Barlow-Bold;
  font-size: 44px;
  font-weight: bold;
  line-height: 41px;
  color: #181818;
}
.part1-content .part1-content-left .part1-content-left-icon > span > i {
  display: block;
  font-style: normal;
  font-family: Barlow-Bold;
  font-weight: bold;
  font-size: 24px;
}
.part1-content .part1-content-left > img {
  position: relative;
  top: 6px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .part1-content .part1-content-left > img {
    width: 91%;
  }
}
@media (max-width: 992px) {
  .part1-content .part1-content-left > img {
    width: 100% !important;
  }
}
.part1-content .part1-content-right {
  width: 44.2%;
}
@media (max-width: 992px) {
  .part1-content .part1-content-right {
    width: 100% !important;
  }
}
.part1-content .part1-content-right .part1-content-right-content {
  position: relative;
  width: 93.8%;
  min-height: 392px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .part1-content .part1-content-right .part1-content-right-content {
    margin: 0 auto;
    top: 0 !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 768px) {
  .part1-content .part1-content-right .part1-content-right-content {
    width: 78.8% !important;
    padding-bottom: 30px;
  }
}

.part1-content-left-discount {
  position: absolute;
  bottom: 21px;
  left: 39%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .part1-content-left-discount {
    bottom: 12px;
    left: 34%;
  }
}
@media (max-width: 992px) {
  .part1-content-left-discount {
    bottom: 21px;
    left: 40%;
  }
}
@media (max-width: 520px) {
  .part1-content-left-discount {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    bottom: 0 !important;
    left: 37% !important;
  }
}
@media (max-width: 412px) {
  .part1-content-left-discount {
    left: 30% !important;
  }
}
@media (max-width: 380px) {
  .part1-content-left-discount {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    bottom: -32px !important;
    left: 29% !important;
  }
}

.part1-right-content-title {
  padding-top: 79px;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #181818;
  text-align: center;
}
@media (max-width: 768px) {
  .part1-right-content-title {
    font-size: 24px !important;
    padding-top: 48px;
  }
}

.part1-right-content-product {
  margin-right: 23px;
  width: 101px;
}
@media (max-width: 992px) {
  .part1-right-content-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 77% !important;
    margin: 0 auto 20px;
  }
}
@media (max-width: 470px) {
  .part1-right-content-product {
    width: 95% !important;
  }
}
.part1-right-content-product .part1-right-content-item {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .part1-right-content-product .part1-right-content-item {
    width: 25% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 470px) {
  .part1-right-content-product .part1-right-content-item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 20px;
    width: 41% !important;
    text-align: center;
  }
}
.part1-right-content-product .part1-right-content-item > a {
  width: 80%;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  text-align: center;
}
.part1-right-content-product .part1-right-content-item > a:hover {
  text-decoration: underline;
}
.part1-right-content-product .part1-right-content-item > i {
  margin: 10px auto;
  display: block;
  padding-right: 10px;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/wp-content/themes/josappsite/assets/black-friday/images/part1/plus-icon.svg") no-repeat;
}
@media (max-width: 470px) {
  .part1-right-content-product .part1-right-content-item > i {
    display: block;
    margin: 5px auto !important;
  }
}

.product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.product-price .red-price {
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  line-height: 32px;
  color: #ff274b;
}
@media (max-width: 768px) {
  .product-price .red-price {
    font-size: 50px !important;
  }
}
.product-price .gray-price {
  padding-left: 19px;
  font-family: Arial;
  font-size: 24px;
  line-height: 32px;
  color: #404040;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .product-price .gray-price {
    font-size: 20px !important;
  }
}

.part1-product-discount {
  position: absolute;
  top: 0;
  right: -47px;
  width: 181px;
  height: 58px;
  background: url("/wp-content/themes/josappsite/assets/black-friday/images/part1/save-tag.svg") no-repeat;
}
.part1-product-discount > span {
  padding-left: 20px;
  font-family: Barlow-Bold;
  font-size: 24px;
  line-height: 46px;
  color: #ffffff;
}
.part1-product-discount > span > i {
  font-family: Barlow-Bold;
  font-style: normal;
  font-size: 28px;
  line-height: 46px;
}

.sales-btn-group {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .sales-btn-group {
    display: block !important;
  }
}
.sales-btn-group .wrapper {
  position: relative;
  width: 180px;
  height: 60px;
  background-color: #ffde02;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .sales-btn-group .wrapper {
    margin: 10px auto;
  }
}
.sales-btn-group .wrapper > a .icon {
  position: absolute;
  top: -4px;
  left: -31px;
  display: inline-block;
  width: 69px;
  height: 69px;
  background-color: #fdbc16;
  border: solid 4px #ffffff;
  border-radius: 50%;
}
.sales-btn-group .wrapper > a .icon > img {
  display: inline-block;
  margin-top: 15px;
}
.sales-btn-group .wrapper > a .btn-text {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  color: #000000;
}
@media (max-width: 768px) {
  .sales-btn-group .wrapper > a .btn-text {
    line-height: 60px !important;
  }
}
.sales-btn-group .wrapper > a:hover {
  text-decoration: none;
}
.sales-btn-group .wrapper > a:hover .icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.sales-btn-group .wrapper .btn-buy {
  background: none !important;
  border: none !important;
}
.part2-btn-text {
  display: block;
  font-family: Helvetica;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #181818;
  text-align: center;
}
.part2-btn-text:hover {
  color: unset;
  text-decoration: underline !important;
}

.part1-product-text {
  margin-top: 34px;
  font-family: Arial;
  font-size: 16px;
  line-height: 32px;
  color: #404040;
  text-align: center;
}
@media (max-width: 1400px) {
  .part1-product-text {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.ml50 {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .ml50 {
    margin-left: none !important;
  }
}

.ml20 {
  margin-left: 25px;
}

.mt24 {
  margin-top: 14px;
  margin-bottom: 30px;
  padding-left: 14px;
  text-align: left;
}
.mt24:hover {
  text-decoration: underline;
}

@font-face {
  font-family: Barlow-ExtraBold;
  src: url("/wp-content/themes/josappsite/assets/black-friday/font/BarlowCondensed-ExtraBold.ttf");
}
#part2 {
  margin-top: 140px;
  position: relative;
}
@media (max-width: 768px) {
  #part2 {
    margin-top: 25px !important;
  }
}
#part2 .sales-btn-group {
  margin-top: 18px;
}
@media (max-width: 1400px) {
  #part2 .sales-btn-group {
    margin-left: 21px;
  }
}
@media (max-width: 992px) {
  #part2 .sales-btn-group {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
#part2 .sales-btn-group .wrapper {
  width: 165px;
  height: auto;
  background-color: #fff;
}
@media (max-width: 1400px) {
  #part2 .sales-btn-group .wrapper {
    width: 140px !important;
  }
}
@media (max-width: 992px) {
  #part2 .sales-btn-group .wrapper {
    width: 165px !important;
  }
}
#part2 .sales-btn-group .wrapper > a .btn-text {
  padding-left: 25px;
}
@media (max-width: 1400px) {
  #part2 .sales-btn-group .wrapper > a .btn-text {
    padding-left: 34px;
  }
}
@media (max-width: 992px) {
  #part2 .sales-btn-group .wrapper > a .btn-text {
    padding-left: 25px;
  }
}
#part2 .sales-btn-group .wrapper > a:first-child {
  width: 100%;
  height: 60px;
  background-color: #ffde02 !important;
  border-radius: 10px;
}
#part2 .sales-btn-group .wrapper .btn-buy {
  padding: 0;
}

.part2-content {
  margin-top: 50px;
}

.product-item {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  min-height: 320px;
  background-color: #faecd0;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .product-item {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .product-item {
    width: 75% !important;
    margin: 0 auto 30px !important;
  }
}
@media (max-width: 400px) {
  .product-item {
    width: 90% !important;
  }
}

.product__info {
  width: 412px;
  background: url("/wp-content/themes/josappsite/assets/black-friday/images/part2/left-background.png") no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .product__info {
    overflow: hidden;
    width: 100% !important;
    background-position: left top;
  }
}
.product__info .product-icon {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
  line-height: 0;
  z-index: 1;
}
.product__info .product-name {
  position: relative;
  margin: 24px 0 15px;
  font-family: "HelveticaNeue";
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #181818;
  text-align: center;
}
.product__info .product-name a {
  color: #181818;
}
@media ( max-width: 768px) {
  .product__info .product-name {
    font-size: 14pt;
    margin: 16px 0 10px;
  }
}
.product__info .product-desc {
  position: relative;
  margin: 0 auto;
  max-width: 320px;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  text-align: center;
}
@media (max-width: 992px) {
  .product__info .product-desc {
    max-width: 100% !important;
    padding: 0 2vw 25px;
  }
}
@media ( max-width: 768px) {
  .product__info .product-desc {
    font-size: 11pt;
    line-height: 1.4;
  }
}

.product__sales {
  width: 65%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .product__sales {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .product__sales {
    display: block !important;
  }
}

.product__sales-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 74px 0 0 0;
  width: 260px;
  min-height: 320px;
  background-color: #fff;
  vertical-align: top;
  border-right: 2px dashed #faecd0;
}
.product__sales-item:last-child {
  border-right: none;
}
@media ( max-width: 1200px) {
  .product__sales-item {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .product__sales-item {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #faecd0;
  }
}
@media ( max-width: 768px) {
  .product__sales-item.last-sales {
    width: 100%;
  }
}

.sales-discount {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 152px;
  height: 43px;
  background-color: #f5a700;
  border-radius: 0px 0px 10px 10px;
}
.sales-discount p {
  font-family: Barlow-ExtraBold;
  font-size: 34px;
  line-height: 43px;
  color: #ffffff;
  text-align: center;
}
.sales-discount span {
  font-family: Barlow-ExtraBold;
  font-size: 21px;
}
@media ( max-width: 768px) {
  .sales-discount span {
    font-size: 11pt;
  }
}
.sales-discount .space {
  font-size: 12px;
}

.sales-plan {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #181818;
  text-align: center;
}

.sales-price {
  text-align: center;
  margin: 19px 0 0;
}
.sales-price .activity {
  margin: 0 8px;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
  color: #ff274b;
}
.sales-price .original {
  position: relative;
  bottom: 6px;
  margin: 0 8px;
  font-family: Arial;
  font-size: 20px;
  line-height: 32px;
  color: #404040;
  text-decoration: line-through;
}

.btn-active {
  display: block !important;
}

.buy-win, .buy-mac {
  display: none;
}

.sales2 {
  background-color: #ff8e05 !important;
}

.sales3 {
  background-color: #d94514 !important;
}

#part3 {
  margin-top: 140px;
  position: relative;
}
@media (max-width: 768px) {
  #part3 {
    margin-top: 25px !important;
  }
}
#part3 .sales-btn-group {
  margin-top: 10px;
}
#part3 .sales-btn-group .wrapper {
  width: 190px;
}
#part3 .sales-btn-group .wrapper .btn-buy {
  padding: 0px 43px 0px 60px;
}
#part3 .part1-product-text {
  margin-top: 20px;
}
#part3 .container {
  padding: 0;
}

.mt160 {
  margin-top: 52px;
}

.part3-content {
  margin-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1110px) {
  .part3-content {
    display: block !important;
  }
}

.part3-item {
  position: relative;
  margin-bottom: 40px;
  width: 48.2%;
  min-height: 446px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 1110px) {
  .part3-item {
    width: 80%;
    margin: 0 auto 47px !important;
  }
}

.part3-item-top {
  width: 100%;
  min-height: 225px;
  background-color: #faecd0;
  border-radius: 40px;
}

.part3-customize__select-img {
  padding-top: 40px;
  text-align: center;
}
.part3-customize__select-img .select-img__item {
  display: inline-block;
  position: relative;
}
@media ( max-width: 768px) {
  .part3-customize__select-img .select-img__item {
    width: 70px;
  }
}
.part3-customize__select-img .select-img__item.add {
  margin: 0 40px 0 0;
}
.part3-customize__select-img .select-img__item.add::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -29px;
  content: "+";
  font-family: Arial;
  font-size: 30px;
  font-weight: 800;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.part3-item-top-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #181818;
  text-align: center;
}

.part3-item-top-text {
  max-width: 474px;
  margin: 0 auto;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  text-align: center;
}

.part3-activity {
  font-size: 50px !important;
  line-height: 56px !important;
}

.part3-original {
  line-height: 56px !important;
}

.part3-sales-price {
  margin-top: 15px !important;
}

.part3-discount {
  position: absolute;
  top: -25px;
  right: -30px;
  text-align: center;
}
@media (max-width: 596px) {
  .part3-discount {
    top: -47px !important;
  }
}
.part3-discount .part3-discount-bg {
  width: 131px;
  height: 130px;
  fill: #f5a72b;
}
@media (max-width: 596px) {
  .part3-discount .part3-discount-bg {
    width: 98.25px !important;
    height: 97.5px !important;
  }
  .part3-discount .part3-discount-bg > svg {
    width: 100%;
    height: 100%;
  }
}
.part3-discount .part3-discount-text {
  position: absolute;
  top: 0;
  margin-top: 30px;
  font-family: Barlow-Bold;
  font-size: 46px;
  font-weight: bold;
  line-height: 30px;
  color: #181818;
}
@media (max-width: 596px) {
  .part3-discount .part3-discount-text {
    margin-top: 20px !important;
    font-size: 30px !important;
    left: 21px;
  }
}
.part3-discount .part3-discount-text > span {
  font-family: Barlow-Bold;
  font-size: 24px;
  color: #181818;
}
@media (max-width: 596px) {
  .part3-discount .part3-discount-text > span {
    display: block;
    font-size: 20px !important;
  }
}

.site-content {
  background-color: #000;
}/*# sourceMappingURL=style.css.map */