.isrin-review {
  padding: 70px 16px 85px;
  background: #F6F6F6; }
  .isrin-review-title {
    text-align: center;
    font-size: 32px;
    padding-bottom: 60px; }
  .isrin-review-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 108px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  .isrin-review-media {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    flex-shrink: 0;
    max-width: 387px; }
    .isrin-review-media li {
      width: 119px;
      height: 90px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #E4E4E4;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px; }
      .isrin-review-media li img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
  .isrin-review-user {
    max-width: 704px;
    flex-shrink: 0; }
  .isrin-review .isrin-pagination {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
    padding-bottom: 22px;
    border-bottom: 1px solid #D9D9D9; }
    .isrin-review .isrin-pagination .swiper-pagination-bullet {
      position: relative;
      z-index: 1;
      margin: 0 !important;
      width: 124px;
      height: 124px;
      opacity: 1 !important;
      border-radius: 0 !important;
      background: transparent !important; }
      .isrin-review .isrin-pagination .swiper-pagination-bullet > img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        transition: all 0.3s ease;
        opacity: 0.5;
        transform: scale(0.74); }
      .isrin-review .isrin-pagination .swiper-pagination-bullet::after {
        display: none !important; }
      .isrin-review .isrin-pagination .swiper-pagination-bullet::before {
        content: '';
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        width: 102px;
        height: 5px;
        border-radius: 100px;
        background: #FF005F;
        transform: scale(0);
        transform-origin: center center; }
      .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transition: all 0.3s ease; }
        .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
          opacity: 1;
          transform: scale(1);
          transition: all 0.3s ease; }
        .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
          transform: scale(1);
          transition: all 0.3s ease; }
  .isrin-review .user-item h3 {
    padding: 24px 0 16px;
    font-size: 16px; }
  .isrin-review .user-item p {
    font-size: 12px;
    color: #000;
    opacity: 0.8; }

@media (max-width: 1220px) {
  .isrin-review-box {
    gap: 58px;
    flex-wrap: wrap; }
  .isrin-review-media {
    flex-shrink: 0; }
  .isrin-review-user {
    width: 100%; } }
.isrin-service {
  padding-bottom: 64px; }
  .isrin-service-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .isrin-service-list {
    max-width: 212px;
    margin: 0 auto; }
    .isrin-service-list dt {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 74px;
      text-align: center; }
    .isrin-service-list dd {
      text-align: center; }
      .isrin-service-list dd h4 {
        padding: 22px 0 18px;
        font-size: 16px; }
      .isrin-service-list dd p {
        font-size: 12px; }
.isrin-footer {
  padding: 30px 0 20px;
  background-color: #1E1C2C; }
  .isrin-footer-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }
  .isrin-footer-copyright {
    padding-top: 32px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }

@media (max-width: 1220px) {
  .isrin-service {
    padding: 0 16px 64px; }
    .isrin-service-box {
      flex-flow: row wrap !important; }
    .isrin-service-list {
      max-width: 212px; }
  .isrin-footer {
    padding: 30px 16px 20px; }
    .isrin-footer-copyright {
      padding-top: 16px; } }
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }

body.isr-promotion .banner {
  background: url(../autumn/bg.jpg) no-repeat center/cover; }
body.isr-promotion .isrsummer-pop {
  top: 50%;
  width: 507px;
  height: 507px;
  background: none; }
  body.isr-promotion .isrsummer-pop.on {
    transform: scale(1) translateY(-50%); }
  body.isr-promotion .isrsummer-pop .close {
    width: 33px;
    height: 33px;
    top: 142px;
    right: -50px;
    opacity: .7;
    background: url(../autumn/close-r.png) no-repeat center/cover; }
    body.isr-promotion .isrsummer-pop .close:hover {
      background: url(../autumn/close-r.png) no-repeat center/cover;
      opacity: 1; }
  body.isr-promotion .isrsummer-pop .pop_title {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center; }
  body.isr-promotion .isrsummer-pop .pop_cont {
    margin-top: 20px;
    padding-left: 0;
    flex-direction: column; }
    body.isr-promotion .isrsummer-pop .pop_cont .buybtn {
      margin-top: 20px; }
  body.isr-promotion .isrsummer-pop .tit_h3 {
    font-size: 19px;
    color: #A59E9E;
    text-align: center;
    margin-top: -20px;
    font-weight: 400; }

body {
  font-family: League Spartan;
  font-size: 16px; }
  body .wrapper {
    width: 1200px !important;
    margin: 0px auto;
    position: relative; }
    body .wrapper h2.title {
      text-align: center;
      font: normal normal bold 40px/54px League Spartan; }
  body .num_count > p {
    line-height: 20px; }
    body .num_count > p:last-child {
      margin-top: 2px; }
    body .num_count > p > span {
      font-size: 20px;
      font-family: "Yesteryear";
      color: #4a1503;
      margin-right: 5px;
      position: relative; }
      body .num_count > p > span::after {
        content: attr(data-text);
        -webkit-text-stroke: 1px #fff;
        position: absolute;
        left: 0;
        top: 5px;
        z-index: -1; }
  body .num_count .countdown {
    position: relative;
    display: flex;
    vertical-align: bottom;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    top: 2px; }
    body .num_count .countdown .scroll-tick {
      width: 27px;
      height: 20px; }
      body .num_count .countdown .scroll-tick:last-child {
        margin-right: 0; }
      body .num_count .countdown .scroll-tick strong,
      body .num_count .countdown .scroll-tick span {
        font-size: 18px;
        display: block;
        font-weight: bold;
        color: #D10016; }
  body .buybtn {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 258px;
    height: 48px;
    border: 1px solid #707070;
    border-radius: 24px;
    font: normal normal 600 18px League Spartan;
    color: #1E1C2C;
    transition: all .3s ease; }
    body .buybtn.red {
      background: transparent linear-gradient(90deg, #FFAB19 0%, #FF1002 100%) 0% 0% no-repeat padding-box;
      border: 1px solid rgba(251, 235, 4, 0.77);
      color: #fff; }
    body .buybtn:hover {
      background: transparent linear-gradient(90deg, #FFD119 0%, #FF870E 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 6px 12px #F1800073;
      border: 1px solid #FBEB04C4;
      color: #fff; }
  body .banner {
    height: 886px;
    background: url(./banner_bg.jpg) left no-repeat;
    position: relative; }
    body .banner.soldout {
      background: url(./banner_bg.jpg) right no-repeat; }
    body .banner .logo {
      display: block;
      position: absolute;
      top: 30px;
      left: 5%;
      transform: scale(1.2); }
    body .banner .wrapper {
      padding-top: 38px; }
      body .banner .wrapper .title {
        display: flex;
        align-items: center;
        justify-content: center; }
        body .banner .wrapper .title img {
          display: block; }
        body .banner .wrapper .title h1 {
          position: relative;
          top: -10px; }
          body .banner .wrapper .title h1 p {
            font-size: 22px;
            font-weight: 400;
            margin-top: -10px;
            text-align: center; }
            body .banner .wrapper .title h1 p span {
              font-size: 24px;
              font-weight: bold;
              position: relative;
              color: #FF4408; }
              body .banner .wrapper .title h1 p span::after {
                content: "";
                display: block;
                width: 100%;
                height: 7px;
                position: absolute;
                bottom: -5px;
                left: 0px;
                background: url(./line.svg) center no-repeat; }
      body .banner .wrapper .offer_content {
        display: flex;
        justify-content: center;
        gap: 46px;
        margin-top: 80px; }
        body .banner .wrapper .offer_content .offer_box {
          width: 354px;
          height: fit-content;
          background: #FFFFFF 0% 0% no-repeat padding-box;
          box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.16);
          border: 2px solid #EEDA87;
          border-radius: 33px;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 30px 0px 10px;
          position: relative;
          transition: all .5s; }
          body .banner .wrapper .offer_content .offer_box.big {
            position: relative;
            width: 370px;
            height: 505px;
            top: -20px;
            padding-top: 50px; }
            body .banner .wrapper .offer_content .offer_box.big .time_cont {
              display: flex;
              align-items: center;
              justify-content: center;
              width: fit-content;
              padding: 0px 20px;
              height: 36px;
              border-radius: 0px 0px 14px 14px;
              background: #FFC609;
              position: absolute;
              z-index: 199;
              top: -20px;
              left: 0;
              right: 0;
              margin: 0px auto;
              box-shadow: 0px 5px 20px rgba(180, 73, 0, 0.5);
              opacity: 1; }
              body .banner .wrapper .offer_content .offer_box.big .time_cont > img {
                position: relative;
                top: -3px;
                margin-right: 4px; }
              body .banner .wrapper .offer_content .offer_box.big .time_cont .countdown::after, body .banner .wrapper .offer_content .offer_box.big .time_cont .countdown::before {
                position: absolute;
                content: "";
                display: block;
                height: 15px;
                border-right: 1px solid #5E1800;
                top: 0px; }
              body .banner .wrapper .offer_content .offer_box.big .time_cont .countdown::before {
                left: 27px; }
              body .banner .wrapper .offer_content .offer_box.big .time_cont .countdown::after {
                right: 27px; }
          body .banner .wrapper .offer_content .offer_box h4 {
            font-size: 18px;
            font-weight: 400; }
          body .banner .wrapper .offer_content .offer_box .price {
            margin: 38px 0px 18px;
            position: relative; }
            body .banner .wrapper .offer_content .offer_box .price p {
              font-size: 20px;
              font-weight: bold; }
              body .banner .wrapper .offer_content .offer_box .price p span {
                font-size: 36px;
                font-weight: bold; }
            body .banner .wrapper .offer_content .offer_box .price del {
              display: block;
              position: absolute;
              width: 80px;
              text-align: left;
              top: 14px;
              right: -88px;
              color: rgba(30, 28, 44, 0.5); }
          body .banner .wrapper .offer_content .offer_box .p_mb {
            color: #8E8B9D;
            margin: 10px 0px 24px; }
          body .banner .wrapper .offer_content .offer_box ul {
            display: flex;
            flex-direction: column;
            padding: 15px;
            gap: 12px; }
            body .banner .wrapper .offer_content .offer_box ul li {
              list-style: none;
              color: #1E1C2C;
              display: flex;
              gap: 8px; }
              body .banner .wrapper .offer_content .offer_box ul li::before {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                background: url(./li_icon.svg) center no-repeat; }
              body .banner .wrapper .offer_content .offer_box ul li p {
                max-width: 300px; }
        body .banner .wrapper .offer_content .active {
          box-shadow: 0px 18px 22px rgba(41, 37, 17, 0.44);
          border: 4px solid #FF9100;
          border-radius: 22px; }
          body .banner .wrapper .offer_content .active .price p {
            color: #FF4747; }
        body .banner .wrapper .offer_content .soldout {
          position: relative; }
          body .banner .wrapper .offer_content .soldout::before, body .banner .wrapper .offer_content .soldout::after {
            content: "";
            display: block;
            position: absolute; }
          body .banner .wrapper .offer_content .soldout::before {
            width: 100%;
            height: 100%;
            border-radius: 33px;
            top: 0px;
            left: 0px;
            background: rgba(255, 255, 255, 0.8);
            z-index: 9; }
          body .banner .wrapper .offer_content .soldout::after {
            width: 199px;
            height: 154px;
            background: url(./sold.png) center no-repeat;
            left: 0px;
            right: 0px;
            margin: 0px auto;
            top: 38%;
            z-index: 10; }
  body .screen1 {
    padding-top: 125px; }
    body .screen1 .wrapper {
      width: 1232px !important; }
    body .screen1 .content {
      margin-top: 90px;
      display: flex;
      justify-content: right;
      align-items: center;
      gap: 50px;
      position: relative;
      right: -25px; }
      body .screen1 .content ul {
        width: 460px;
        display: flex;
        flex-direction: column;
        gap: 23px; }
        body .screen1 .content ul li {
          background: #F5F5F5 0% 0% no-repeat padding-box;
          box-shadow: 0px 1px 0px #D9D9D9;
          border: 1px solid #F5F5F5;
          border-radius: 16px;
          position: relative;
          width: 100%;
          height: fit-content;
          min-height: 127px;
          padding: 20px 30px 20px 48px;
          list-style: none;
          cursor: pointer;
          transition: all .3s ease-in-out; }
          body .screen1 .content ul li:nth-of-type(1) span {
            background-image: url(./sc_icon1.png); }
          body .screen1 .content ul li:nth-of-type(2) span {
            background-image: url(./sc_icon2.png); }
          body .screen1 .content ul li:nth-of-type(3) span {
            background-image: url(./sc_icon3.png); }
          body .screen1 .content ul li span {
            display: block;
            width: 58px;
            height: 58px;
            position: absolute;
            left: -29px;
            top: 34px;
            background-position: left; }
          body .screen1 .content ul li h4 {
            font-size: 16px;
            margin-bottom: 12px; }
          body .screen1 .content ul li p {
            line-height: 22px; }
          body .screen1 .content ul li.active {
            background: #FFFDF9 0% 0% no-repeat padding-box;
            box-shadow: 0px 8px 11px #E3802A5C; }
            body .screen1 .content ul li.active span {
              background-position: right; }
      body .screen1 .content .img-box {
        position: relative;
        width: 722px;
        height: 427px;
        overflow: hidden; }
        body .screen1 .content .img-box .img_wrapper {
          display: flex;
          position: relative;
          right: 0px;
          transition: all .3s ease; }
          body .screen1 .content .img-box .img_wrapper img {
            display: block; }
  body .screen2 {
    margin-top: 140px; }
    body .screen2 .table {
      margin-top: 122px;
      display: flex;
      justify-content: center; }
      body .screen2 .table ul {
        height: fit-content; }
        body .screen2 .table ul li {
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-top: 1px solid #FFEAE6; }
          body .screen2 .table ul li:nth-of-type(2), body .screen2 .table ul li:nth-of-type(9) {
            border: none; }
          body .screen2 .table ul li span {
            display: block;
            width: 16px;
            height: 16px; }
        body .screen2 .table ul .li_title {
          height: 54px;
          border: none; }
      body .screen2 .table .table_l {
        width: 430px; }
        body .screen2 .table .table_l li {
          justify-content: left; }
          body .screen2 .table .table_l li:last-of-type {
            border-top: none;
            border-bottom: 1px solid #FFEAE6; }
          body .screen2 .table .table_l li .new {
            display: block;
            width: fit-content;
            height: fit-content;
            padding: 2px 5px;
            font-size: 12px;
            font-weight: 600;
            display: flex;
            justify-content: center;
            background: #17FFA2 0% 0% no-repeat padding-box;
            border-radius: 0px 10px 10px 0px;
            margin-left: 4px; }
        body .screen2 .table .table_l .li_title {
          background: #F2F2F2;
          gap: 8px;
          padding-left: 8px;
          font-weight: 600; }
      body .screen2 .table .table_c {
        width: 296px;
        box-shadow: 0px 6px 10px #FFE1BF7D;
        border-radius: 12px;
        margin: 0px 23px 0px 15px;
        position: relative;
        top: -28px; }
        body .screen2 .table .table_c .ul_title {
          height: 82px;
          border-radius: 12px 12px 0px 0px;
          background: #FFEEDF;
          font-size: 20px;
          font-weight: 600; }
        body .screen2 .table .table_c .li_title {
          background: #FFEEDF; }
        body .screen2 .table .table_c .check_yes {
          background: url(check.svg) center no-repeat; }
        body .screen2 .table .table_c .check_no {
          width: 14px;
          height: 2px;
          background: #9C9A9A; }
      body .screen2 .table .table_r {
        width: 398px;
        box-shadow: 0px 10px 20px #FFC6536B;
        border-radius: 12px;
        position: relative;
        top: -50px; }
        body .screen2 .table .table_r .ul_title {
          height: 104px;
          background: transparent linear-gradient(90deg, #FFC116 0%, #F98500 100%) 0% 0% no-repeat padding-box;
          border: 1px solid #FBEB04C4;
          border-radius: 12px 12px 0px 0px;
          font-size: 22px;
          font-weight: 600;
          color: #fff; }
          body .screen2 .table .table_r .ul_title::after {
            content: "";
            display: block;
            width: 117px;
            height: 72px;
            background: url(./vip-logo.png) center no-repeat;
            position: absolute;
            left: 0px;
            right: 0px;
            top: -35px;
            margin: 0px auto; }
        body .screen2 .table .table_r .li_title {
          background: #FFEEDF; }
        body .screen2 .table .table_r .check_yes {
          background: url(vip-check.svg) center no-repeat; }
        body .screen2 .table .table_r li:last-of-type {
          height: 110px; }
  body .popbg {
    width: 100%;
    height: 100%;
    background: rgba(14, 41, 27, 0.8) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center;
    z-index: -999;
    transition: all .3s ease-out; }
    body .popbg.on {
      opacity: 1;
      transform: scale(1);
      z-index: 999; }
  body .isrsummer-pop {
    position: fixed;
    width: 814px;
    height: 444px;
    left: 0;
    right: 0;
    top: -160px;
    bottom: 0;
    margin: auto;
    transform: scale(0);
    z-index: -999;
    background: url(./pop_bg.png) center no-repeat;
    transition: all .3s ease-out; }
    body .isrsummer-pop.on {
      transform: scale(1);
      z-index: 1000;
      opacity: 1; }
    body .isrsummer-pop > img {
      display: block;
      margin: 15px auto 0px; }
    body .isrsummer-pop .pop_title {
      position: absolute;
      top: 94px;
      left: 95px; }
      body .isrsummer-pop .pop_title b {
        font-size: 50px;
        font-weight: 400;
        color: #B82D00;
        text-shadow: 4px 4px 7px #FFF67A; }
      body .isrsummer-pop .pop_title span {
        font-size: 28px;
        font-weight: 500;
        color: #B82D00;
        text-shadow: 4px 4px 7px #FFF67A; }
    body .isrsummer-pop .close {
      position: absolute;
      display: block;
      width: 43px;
      height: 43px;
      top: 0px;
      right: 70px;
      cursor: pointer;
      background: url(./close_n.png); }
      body .isrsummer-pop .close:hover {
        background: url(./close_h.png); }
    body .isrsummer-pop .pop_cont {
      display: flex;
      margin-top: 180px;
      padding-left: 90px; }
      body .isrsummer-pop .pop_cont .pop_contl {
        position: relative;
        z-index: 2; }
        body .isrsummer-pop .pop_cont .pop_contl div {
          width: 150px;
          height: 177px;
          position: relative;
          background: url(./pop_box.png) center no-repeat; }
          body .isrsummer-pop .pop_cont .pop_contl div h4 {
            position: absolute;
            bottom: 0px;
            display: flex;
            gap: 2px;
            background-image: -webkit-linear-gradient(270deg, #FF9912 0%, #FF0000 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            body .isrsummer-pop .pop_cont .pop_contl div h4 p {
              font-size: 58px;
              font-weight: bold;
              display: flex;
              flex-direction: column; }
              body .isrsummer-pop .pop_cont .pop_contl div h4 p span {
                font-size: 28px;
                font-weight: bold;
                display: block; }
              body .isrsummer-pop .pop_cont .pop_contl div h4 p b {
                font-size: 22px;
                font-weight: bold; }
      body .isrsummer-pop .pop_cont .pop_contr {
        width: 460px;
        position: relative;
        z-index: 1; }
        body .isrsummer-pop .pop_cont .pop_contr h2 {
          position: relative;
          left: 17px;
          font-size: 16px;
          font-weight: 600; }
          body .isrsummer-pop .pop_cont .pop_contr h2 p,
          body .isrsummer-pop .pop_cont .pop_contr h2 span {
            font-size: 20px;
            font-weight: bold;
            color: #FF3708; }
        body .isrsummer-pop .pop_cont .pop_contr .price_sf {
          display: flex;
          justify-content: start;
          position: relative;
          margin: 15px 0px;
          height: 77px; }
          body .isrsummer-pop .pop_cont .pop_contr .price_sf div {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            height: 100%;
            position: absolute;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.65); }
            body .isrsummer-pop .pop_cont .pop_contr .price_sf div span {
              display: block;
              color: #437D60;
              font-weight: 400; }
              body .isrsummer-pop .pop_cont .pop_contr .price_sf div span b {
                font-weight: 400;
                font-size: 22px;
                text-decoration: line-through; }
            body .isrsummer-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) {
              width: 235px;
              background: url(./pop_img1.png) center no-repeat;
              left: -35px;
              color: #000; }
              body .isrsummer-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span {
                padding-top: 8px;
                font-size: 20px;
                font-weight: bold;
                color: #FF0000; }
                body .isrsummer-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span b {
                  font-weight: bold;
                  font-size: 30px;
                  text-decoration: none; }
            body .isrsummer-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) {
              width: 210px;
              background: url(./pop_img2.png) center no-repeat;
              left: 118px; }
              body .isrsummer-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span {
                padding-top: 10px; }
            body .isrsummer-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) {
              width: 226px;
              background: url(./pop_img3.png) center no-repeat;
              align-items: start;
              padding-left: 70px;
              left: 237px; }
              body .isrsummer-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) span {
                padding-top: 12px; }
        body .isrsummer-pop .pop_cont .pop_contr .buybtn, body .isrsummer-pop .pop_cont .pop_contr > p {
          width: 272px;
          position: relative;
          left: -20px; }
        body .isrsummer-pop .pop_cont .pop_contr > p {
          margin: 10px auto;
          font-size: 14px;
          color: #215D3F;
          font-weight: 500;
          text-align: center; }

.isrin-review-title,
.isrin-review .user-item h3 {
  font-weight: 700; }

.isrin-review .user-item h3 {
  text-align: left; }

.isrin-review .user-item p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left; }

/* footer */
.isrin-footer-note,
.isrin-footer-copyright {
  font-size: 14px;
  line-height: 1.5; }

/*# sourceMappingURL=summersale.css.map */
