* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.isrnl {
  font-family: League Spartan;
  font-size: 16px;
}

.isrnl a {
  text-decoration: none;
}

.isrnl a:hover {
  text-decoration: none;
}

.isrnl .wrapper,
.isrnl .common-reviews {
  width: 1200px !important;
  margin: 0px auto;
}

.isrnl strong {
  font-weight: bold;
}

.isrnl .buybtn {
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 44px;
  border: 2px solid #FFD37F;
  border-radius: 30px;
  font: normal normal 500 16px League Spartan;
  color: #FFB31E;
  transition: all .3s ease;
}

.isrnl .buybtn.red {
  width: 228px;
  height: 46px;
  background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #FF9A4D;
  border: none !important;
  color: #fff;
  position: relative;
}

.isrnl .buybtn.red::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 236px;
  height: 54px;
  box-sizing: border-box;
  border-radius: 30px;
  border: 4px solid rgba(255, 119, 0, 0.17);
}

.isrnl .buybtn.red:hover {
  background: transparent linear-gradient(99deg, #FF0060 0%, #F60000 100%) 0% 0% no-repeat padding-box;
}

.isrnl .buybtn:hover {
  background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #FFD37F;
  color: #fff;
}

.isrnl .banner {
  height: 895px;
  background: url(./banner_bg.png) no-repeat center top;
}

.isrnl .banner .title {
  text-align: center;
  padding-top: 20px;
}

.isrnl .banner .title h1 {
  margin-top: 12px;
  text-align: center;
  font: normal normal 600 24px League Spartan;
  color: #2A2A2A;
}

.isrnl .banner .title h1 span {
  color: #FD004B;
  font-weight: 600;
}

.isrnl .banner .message {
  width: 1200px;
  display: flex;
  margin-top: 50px;
  align-items: end;
  justify-content: center;
  gap: 36px;
}

.isrnl .banner .message .box {
  width: 299px;
  height: 565px;
  padding: 37px 16px 0px;
  background: #fff;
}

.isrnl .banner .message .box h3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 106px;
}

.isrnl .banner .message .box h3 p {
  font: normal normal 600 22px/29px League Spartan;
}

.isrnl .banner .message .box h3 span {
  width: 146px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 3px;
  background: rgba(208, 0, 22, 0.13);
}

.isrnl .banner .message .box h4 {
  text-align: center;
  font: normal normal 600 20px/22px League Spartan;
  position: relative;
}

.isrnl .banner .message .box h4 span {
  font-size: 20px;
}

.isrnl .banner .message .box h4 strong {
  font-size: 36px;
}

.isrnl .banner .message .box h4 del {
  position: absolute;
  color: #606060;
  font-size: 16px;
  padding-left: 8px;
  font-weight: 400;
  bottom: -1px;
}

.isrnl .banner .message .box .buybtn {
  margin: 22px auto;
}

.isrnl .banner .message .box .box-p {
  text-align: center;
  color: #606060;
  margin-bottom: 35px;
}

.isrnl .banner .message .box .box-p del {
  color: #878686;
  padding-left: 10px;
}

.isrnl .banner .message .box ul {
  font: normal normal normal 16px/24px League Spartan;
  color: #5D5D5D;
  border-top: 1px solid rgba(117, 104, 91, 0.3);
  padding: 22px 0px 0px 12px;
}

.isrnl .banner .message .box ul li {
  position: relative;
  list-style: disc;
}

.isrnl .banner .message .box ul li a {
  margin-left: 12px;
  font-size: 14px;
  color: #75685B;
  text-decoration: underline;
}

.isrnl .banner .message .box.active-box {
  position: relative;
  width: 316px;
  height: 567px;
  padding: 0px;
}

.isrnl .banner .message .box.active-box .time_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 336px;
  height: 36px;
  border-radius: 0px 0px 14px 14px;
  background: #FFEF09;
  position: absolute;
  z-index: 999;
  top: -16px;
  left: -10px;
  right: 0;
  margin: 0px auto;
  box-shadow: 0px 5px 20px rgba(180, 73, 0, 0.5);
}

.isrnl .banner .message .box.active-box .time_cont > p {
  font-weight: 600;
  color: #4A1503;
}

.isrnl .banner .message .box.active-box .time_cont > p:last-child {
  padding-top: 4px;
}

.isrnl .banner .message .box.active-box .time_cont > p > span {
  font-size: 24px;
  font-family: "Yesteryear";
  color: #4A1503;
  margin-right: 5px;
  -webkit-text-stroke: 0.1px #fff;
}

.isrnl .banner .message .box.active-box .time_cont .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  top: 2px;
}

.isrnl .banner .message .box.active-box .time_cont .countdown::after, .isrnl .banner .message .box.active-box .time_cont .countdown::before {
  position: absolute;
  content: "";
  display: block;
  height: 15px;
  border-right: 1px solid #5E1800;
  top: 0px;
}

.isrnl .banner .message .box.active-box .time_cont .countdown::before {
  left: 27px;
}

.isrnl .banner .message .box.active-box .time_cont .countdown::after {
  right: 27px;
}

.isrnl .banner .message .box.active-box .time_cont .countdown .scroll-tick {
  width: 27px;
  height: 20px;
}

.isrnl .banner .message .box.active-box .time_cont .countdown .scroll-tick:last-child {
  margin-right: 0;
}

.isrnl .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
.isrnl .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
  font-size: 18px;
  display: block;
  font-weight: bold;
  color: #D10016;
}

.isrnl .banner .message .box.active-box .box_main {
  padding: 37px 26px 0px;
  position: relative;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 100%;
}

.isrnl .banner .message .box.active-box::after {
  content: "";
  position: absolute;
  width: 328px;
  height: 573px;
  background: #FF0909;
  box-shadow: 0px 8px 18px #F93A3A54;
  bottom: -6px;
  left: -6px;
  z-index: 1;
}

.isrnl .banner .message .box.active-box h3 strong {
  color: #00B43C;
  font-weight: 600;
  font-size: 22px;
}

.isrnl .banner .message .box.active-box h3 span {
  background: transparent linear-gradient(95deg, #FFC367 0%, #FF733E 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.isrnl .banner .message .box.active-box h4 {
  color: #B50316;
}

.isrnl .banner .message .box.free {
  background: #FBFBFB;
  margin-right: 0px;
}

.isrnl .banner .message .box.free h3 {
  height: 80px;
}

.isrnl .banner .message .box.free h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 26px 0px 141px;
}

.isrnl .table-box h2,
.isrnl .feature h2 {
  display: flex;
  justify-content: center;
  color: #1F1E24;
  font: normal normal bold 32px/35px League Spartan;
}

.isrnl .feature {
  padding-top: 120px;
}

.isrnl .feature .message {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}

.isrnl .feature .message .img-box {
  position: relative;
  width: 541px;
  height: 352px;
}

.isrnl .feature .message .img-box img {
  position: absolute;
  top: 15px;
  left: 0px;
}

.isrnl .feature .message .feature-off {
  position: absolute;
  width: 197px;
  height: 197px;
  background: url(./gift_box.png) center no-repeat;
  z-index: 2;
  top: 115px;
  right: -30px;
  text-align: center;
}

.isrnl .feature .message .feature-off p {
  transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
  font: normal normal 500 20px/22px League Spartan;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #D11C00;
  position: absolute;
  width: 100%;
  left: 4px;
  bottom: 48px;
}

.isrnl .feature .message .message-box {
  display: flex;
  width: 615px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.isrnl .feature .message .message-box li {
  width: 48%;
  margin-bottom: 35px;
}

.isrnl .feature .message .message-box li h3 {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  font: normal normal 600 18px/21px League Spartan;
}

.isrnl .feature .message .message-box li h3::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(./checked.svg) center no-repeat;
  background-size: contain;
}

.isrnl .feature .message .message-box li p {
  padding-left: 22px;
  color: #4E4E4E;
  font: normal normal normal 16px/20px League Spartan;
}

.isrnl .table-box {
  padding-top: 80px;
}

.isrnl .table-box .table_cont {
  padding: 210px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.isrnl .table-box .table_cont .li_title {
  font-weight: bold;
  text-align: center;
}

.isrnl .table-box .table_cont .li_title::before {
  display: none !important;
}

.isrnl .table-box .table_cont ul {
  border-radius: 0px 0px 12px 12px;
}

.isrnl .table-box .table_cont ul li {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #1E1C2C;
  border-top: 1px solid rgba(136, 136, 136, 0.3);
  justify-content: center;
}

.isrnl .table-box .table_cont ul li.special {
  height: 50px;
  line-height: 20px;
}

.isrnl .table-box .table_cont ul li span {
  display: block;
  width: 22px;
  height: 22px;
}

.isrnl .table-box .table_cont ul li span.grey-yes {
  background: url(./b-yes.svg) center no-repeat;
}

.isrnl .table-box .table_cont ul li span.grey-no {
  background: url(./b-no.svg) center no-repeat;
}

.isrnl .table-box .table_cont ul li span.red-yes {
  background: url(./red-yes.svg) center no-repeat;
}

.isrnl .table-box .table_cont .table_l {
  width: 430px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.isrnl .table-box .table_cont .table_l ul li {
  justify-content: left;
  font-size: 14px;
  font-weight: 600;
}

.isrnl .table-box .table_cont .table_l ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #1E1C2C;
  margin-right: 32px;
}

.isrnl .table-box .table_cont .table_l ul li:first-child {
  border: none;
}

.isrnl .table-box .table_cont .table_c {
  width: 296px;
  border: 1px solid #DBD8E5;
  border-radius: 21px;
  padding-bottom: 20px;
  position: relative;
  top: -100px;
}

.isrnl .table-box .table_cont .table_c ul {
  padding: 0px 12px 10px;
}

.isrnl .table-box .table_cont .table_c .li_title {
  height: 138px;
  line-height: 138px;
}

.isrnl .table-box .table_cont .table_r {
  width: 398px;
  position: relative;
  top: -112px;
  background: #FFF6F5 0% 0% no-repeat padding-box;
  border: 1px solid #F6E1DF;
  border-radius: 21px;
}

.isrnl .table-box .table_cont .table_r .li_title {
  border-radius: 12px 12px 0px 0px;
  font-size: 18px;
  height: 150px;
  line-height: 150px;
}

.isrnl .table-box .table_cont .table_r ul {
  padding: 0px 13px 62px 13px;
}

.isrnl .table-box .table_cont .table_r ul li {
  font-weight: bold;
}

.isrnl .footer {
  margin-top: 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6C697E;
  font: normal normal 500 16px League Spartan;
}

.isrnl .float-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -200px;
  width: 1200px;
  height: 263px;
  margin: 0px auto;
  background: url(./float_bg.png) no-repeat center;
  padding: 90px 86px 0px 370px;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease-in;
}

.isrnl .float-buy.on {
  opacity: 1;
  bottom: 0px;
  z-index: 999;
}

.isrnl .float-buy .wrapper {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.isrnl .float-buy h3 {
  max-width: 350px;
  font-size: 28px;
  color: #1E1C2C;
}

.isrnl .float-buy h3 span {
  font-weight: bold;
  color: #F6240D;
}

.isrnl .float-buy .right-message {
  text-align: center;
}

.isrnl .float-buy .right-message .price {
  display: flex;
  align-items: baseline;
  position: relative;
  justify-content: center;
  margin-bottom: 15px;
}

.isrnl .float-buy .right-message .price span {
  font-size: 14px;
  font-weight: bold;
}

.isrnl .float-buy .right-message .price b {
  font-size: 30px;
  font-weight: bold;
}

.isrnl .float-buy .right-message .price del {
  color: #656565;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  text-decoration: none;
}

.isrnl .float-buy .right-message .price del::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 14px;
  background: url(./del_bg.png) center no-repeat;
  background-size: contain;
  left: -4px;
  top: -3px;
}

.isrnl .float-buy .right-message .buybtn {
  width: 204px;
  background: #FF6E39 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 20px #FF7F5052;
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
}

.isrnl .float-buy .right-message .buybtn:hover {
  background: #FF9539 0% 0% no-repeat padding-box;
}

.isrnl .popbg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 32, 0.6) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -99998;
}

.isrnl .popbg.on {
  transform: scale(1);
  z-index: 999;
}

.isrnl .pop-pop-title {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.isrnl .pop-title-top {
  position: relative;
  z-index: 1;
  top: 15px;
  width: 200px;
  height: 111px;
  background: url(./wow.png) center no-repeat;
  text-indent: 9999px;
}

.isrnl .pop-title-bottom {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  z-index: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #393939;
  text-align: center;
}

.isrnl .isrnl-pop {
  position: fixed;
  width: 600px;
  height: 381px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -99998;
  margin: auto;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: top;
  z-index: -99998;
  background: url(./pop_bg.png) center no-repeat;
}

.isrnl .isrnl-pop.on {
  transform: scale(1);
  z-index: 1000;
}

.isrnl .isrnl-pop > img {
  display: block;
  margin: 15px auto 0px;
}

.isrnl .isrnl-pop .close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0px;
  right: 10px;
  cursor: pointer;
  background: url(./cross-small.svg) center no-repeat;
  opacity: 0.7;
}

.isrnl .isrnl-pop .close:hover {
  opacity: 1;
}

.isrnl .isrnl-pop .pop_cont {
  display: flex;
  justify-content: start;
  padding-left: 20px;
  margin-top: 120px;
}

.isrnl .isrnl-pop .pop_cont .pop_contl {
  padding-top: 18px;
}

.isrnl .isrnl-pop .pop_cont .pop_contl div {
  width: 156px;
  height: 156px;
  background: url(./pop_box.png);
  position: relative;
}

.isrnl .isrnl-pop .pop_cont .pop_contl div p {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 7px;
  left: 55px;
  transform: rotateZ(-3deg);
}

.isrnl .isrnl-pop .pop_cont .pop_contr h2 {
  color: #7E7E7E;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  left: -10px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr h2 span {
  font-size: 20px;
  color: #FF7600;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf {
  display: flex;
  justify-content: start;
  position: relative;
  left: -10px;
  margin-top: 20px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 76px;
  position: relative;
  margin-left: -11px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div span {
  display: block;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) {
  width: 160px;
  background: url(./pop_img1.png);
  color: #000;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span {
  padding-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #FF2A2A;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span b {
  font-weight: bold;
  font-size: 30px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) {
  width: 135px;
  background: url(./pop_img2.png);
  color: rgba(0, 0, 0, 0.35);
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span {
  padding-top: 10px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span b {
  font-size: 24px;
  text-decoration: line-through;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) {
  width: 151px;
  background: url(./pop_img3.png);
  color: rgba(0, 0, 0, 0.2);
  align-items: start;
  padding-left: 35px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) span {
  padding-top: 12px;
  font-size: 14px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) span b {
  font-size: 20px;
  text-decoration: line-through;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .buybtn {
  margin: 17px 50px 0px;
  width: 242px;
  height: 46px;
  border-radius: 0px;
  transition: all .3s ease-in;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .buybtn::after {
  width: 250px;
  height: 54px;
  border-radius: 0px;
}

.isrnl .isrnl-pop .pop_cont .pop_contr .buybtn:hover {
  background: transparent linear-gradient(98deg, #FF6600 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 7px 6px 20px #FFF130, 0px 5px 15px #000000;
}

.isrnl .isrnl-pop .pop_cont .pop_contr > p {
  margin: 10px 50px;
  width: 242px;
  font-size: 12px;
  color: #878787;
  text-align: center;
}

.isrnl .media-user {
  background: url(./sc4-bg.jpg) no-repeat center top;
  min-height: 600px;
  padding-top: 100px;
}

.isrnl .media-user .screen-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

.isrnl .media-user .media p {
  width: 760px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin: 70px auto 50px;
}

.isrnl .media-user .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.isrnl .media-user .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.isrnl .media-user .swiper-slide img {
  width: 80%;
  height: 80%;
  margin: 5% auto;
}

.isrnl .media-user .swiper-slide-active {
  border: 2px solid #ea5656;
  box-sizing: border-box;
}

.isrnl .media-user .swiper-button-prev {
  left: 0;
  background: url(./arrow.png) left center no-repeat;
}

.isrnl .media-user .swiper-button-prev::after {
  display: none;
}

.isrnl .media-user .swiper-button-next {
  right: 0;
  background: url(./arrow.png) right center no-repeat;
}

.isrnl .media-user .swiper-button-next::after {
  display: none;
}

.isrnl .media-user .review-wrap {
  background: url(./review-bg.png) no-repeat right top;
  margin-top: 30px;
  height: 320px;
  padding-top: 30px;
  padding-right: 30px;
}

.isrnl .media-user .user-head {
  height: 90px;
  width: 730px;
  padding: 0 90px;
  position: relative;
  margin: 0 auto;
}

.isrnl .media-user .user-avator {
  font-size: 14px;
  color: #202020;
  line-height: 1.6;
  width: 730px;
  margin: 15px auto;
  font-weight: 500;
  position: relative;
}

.isrnl .media-user .user-avator ul li {
  display: none;
  width: 100%;
  height: 160px;
  font-weight: 500;
}

.isrnl .media-user .user-avator P {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}

.isrnl .media-user .user-avator img {
  position: absolute;
  right: -105px;
  bottom: 65px;
}
