/* paypal分期 */
.paypal-stages{
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #2c2e2f;
  margin-bottom: 15px;
}

.paypal-stages .p-img{
  width: 14.745px;
}

.paypal-stages .paypal-img{
  width: 47.184px;
}

.paypal-stages p{
  margin-bottom: 0;
}

.paypal-stages .p-s-label{
  margin: 0 4px;
}

.paypal-stages .p-s-lm{
  color:#0070ba;
  margin-left: 4px;
}

.paypal-stages .p-s-label:hover,
.paypal-stages .p-s-lm:hover{
  text-decoration: underline;
  cursor: pointer;
}

@font-face {
      font-family: 'PayPalSansBig';
      font-weight: 600;
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot);
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg) format("svg")
    }

    @font-face {
      font-family: 'PayPalSansBig';
      font-weight: 200;
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot);
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg) format("svg")
    }

    @font-face {
      font-family: 'PayPalSansSmall';
      font-weight: 400;
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot);
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg) format("svg")
    }

    @font-face {
      font-family: 'PayPalSansSmall';
      font-weight: 600;
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot);
      src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg) format("svg")
    }

    /* body {
      margin: 0;
      font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
      font-weight: 400;
      font-size: 16px;
    } */

    .modal-container h1,
    .modal-container h2,
    .modal-container h3,
    .modal-container h4,
    .modal-container p,
    .modal-container li {
      color: #2c2e2f;
      font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
      font-weight: 400;
    }

    .modal-container h1 {
      font-size: 30px;
      margin-bottom: 16px;
      line-height: 42px;
      font-family: PayPalSansBig, Helvetica, Arial, Sans-Serif;
      font-weight: 200;
    }

    .modal-container h2 {
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      margin-bottom: 20px;
    }

    .modal-container h3 {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 6px;
      font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
    }

    .modal-container  svg {
      margin: auto;
      display: block;
    }

    .modal-container h4 {
      font-size: 15px;
      line-height: 18px;
      font-weight: bold;
    }

    .modal-container p {
      font-size: 13px;
      line-height: 18px;
    }

    .modal-container a {
      text-decoration: none;
      color: #0070ba;
      font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
      font-weight: 600;
    }

    .modal-container ul {
      padding-left: 0;
    }

    .modal-container li {
      list-style-type: disc;
      margin-left: 18px;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0;
    }

    /* .button {
      display: inline-block;
      background: #0070ba;
      border: none;
      color: white;
      border-radius: 3rem;
      padding: 0.7em 1.5em;
      font-size: 1rem;
      text-align: center;
      transition: all 0.2s;
      font-weight: 500;
      border: 1px solid #0070ba;
      cursor: pointer;
    }

    .button:hover,
    .button:focus {
      background: #003087;
      border: 1px solid #003087;
    }

    .button:focus {
      text-decoration: underline;
      outline: none;
    }

    .button.secondary {
      background: white;
      color: #0070ba;
      border: 1px solid #0070ba;
    }

    .button.secondary:hover,
    .button.secondary:focus {
      border-color: #003087;
      box-shadow: 0 0 0 0.0625em #003087 inset;
      color: #003087;
      background: white;
    }

    .button.md {
      font-size: 0.9rem;
    } */

    @-webkit-keyframes spin {
      0% {
        -webkit-transform: rotate(0deg) translate(-50%, -50%);
      }

      100% {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
      }
    }

    @keyframes spin {
      0% {
        transform: rotate(0deg) translate(-50%, -50%);
      }

      100% {
        transform: rotate(360deg) translate(-50%, -50%);
      }
    }

    .modal-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10000;
    }

    /* .modal-container::after {
      content: '';
      display: block;
      visibility: hidden;
      overflow-y: scroll;
    } */

    .modal-container .modal-div {
      flex: 1 1 auto;
      position: relative;
    }

    .modal-container .modal-div.show .wrapper {
      transform: translateY(0);
    }

    .modal-container .modal-div.show .overlay {
      opacity: 1;
      position: absolute;
      top: 0;
      height: 100%;
      z-index: -1;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    .modal-container .wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 350ms;
      transform: translateY(100%);
    }

    .modal-container .main {
      -webkit-overflow-scrolling: touch;
      -moz-overflow-scrolling: touch;
      position: relative;
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0), 0 5px 15px 0 rgba(0, 0, 0, 0);
      transition: box-shadow 350ms;
    }

    .modal-container .header-content .close {
      display: block;
      padding: 0;
      border: none;
      background: transparent;
      cursor: pointer;
      position: absolute;
      top: 12px;
      right: 8px;
    }

    .modal-container .header-content .close svg {
      height: 48px;
      width: 48px;
    }

    .modal-container .header-content .close path {
      stroke-width: 1px;
      transition: all 0.3s;
    }

    .modal-container .content-wrapper {
      /* overflow-y: auto; */
      -webkit-overflow-scrolling: touch;
      margin: auto;
      border-radius: 10px;
      height: 100%;
      width: 100vw;
      scrollbar-width: none;
    }
    .modal-container .content-wrapper::-webkit-scrollbar {
      display: none;
    }

    .modal-container .content {
      padding-top: 0;
      position: relative;
      z-index: 50;
      background: white;
    }

    .modal-container .content-background {
      min-height: 100%;
      position: relative;
      width: 100%;
      margin: auto;
      border-radius: 10px;
      max-width: 640px;
    }

    .modal-container main {
      margin: 0 auto;
      height: 100%;
      padding-top: 1.5rem;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .modal-div.loading .content-wrapper {
      overflow: hidden;
    }

    .modal-div.loading main>* {
      filter: blur(3px);
      opacity: 0.6;
    }

    .top-overlay {
      position: fixed;
      height: 84px;
      left: 0;
      right: 0;
    }

    @media (min-width: 640px) and (min-height: 540px) {
      .content-background {
        min-height: auto;
        margin: auto;
        width: 100%;
        height: 90%;
        box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
      }

      .content {
        flex: 1 1 100%;
      }

      .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .wrapper {
        opacity: 0;
        transform: translateY(5%);
        transition: transform 350ms ease, opacity 250ms ease;
      }

      .show .wrapper {
        opacity: 1;
        transform: translateY(0%);
        transition: transform 350ms ease, opacity 250ms ease;
      }
    }

    @media all and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
      .content-wrapper {
        justify-content: flex-start;
      }
    }

    @media (max-width: 639px),
    (max-height: 539px) {
      .modal-container .content-wrapper {
        margin-top: 84px;
        height: calc(100% - 84px);
        scrollbar-width: none;
        overflow-y: scroll;
      }

      .content-wrapper::-webkit-scrollbar {
        display: none;
      }

      .content {
        min-height: calc(100vh - 84px);
      }

      .content-background {
        box-shadow: 1px 21px 34px 2px rgba(0, 0, 0, 0.56);
        background: white;
      }

      .overlay-side.left,
      .overlay-side.right {
        width: calc((100% - 612px) / 2) !important;
      }

      .overlay-side.bottom {
        display: none;
      }
    }

    .header-content {
      background: white;
      pointer-events: none;
      overflow: hidden;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      position: fixed;
      width: 100%;
      max-width: 640px;
      z-index: 52;
      transform: translate3d(0, 0, 0);
    }

    .header-div {
      background-color: #0070ba;
      position: relative;
      overflow: hidden;
    }

    .header-div h1 {
      font-size: 1.5rem;
      font-weight: bold;
      color: white;
      margin: 17px 0;
    }

    .header-div .header {
      max-width: 500px;
      margin: auto;
      z-index: 999;
      display: block;
      height: auto;
      padding-top: 40px;
    }

    .header-div .logo {
      display: inline-block;
      padding-left: 0;
    }

    .header-div .logo img {
      height: 45px;
      margin-right: 9px;
    }

    .header-div .close {
      top: 5px;
      right: 5px;
      pointer-events: all;
    }

    .header-div .close:focus {
      border: 1px solid white;
      border-radius: 5px;
      transform: translate(1px, -1px);
    }

    .header-div .close svg {
      height: 44px;
      width: 44px;
    }

    .header-div .close svg path {
      stroke: white !important;
    }

    @media (max-width: 639px),
    (max-height: 539px) {
      .header-div {
        text-align: center;
      }

      .header-div h1 {
        margin: 0 auto;
      }

      .header-div .close svg {
        height: 44px;
        width: 44px;
      }

      .paypal-stages .p-s-label{
        margin-left: 20px;
      }
    }

    .hero-img {
      background-color: transparent;
      position: absolute;
      transform: translate3d(0, 0, 0);
      width: 100%;
      padding: 60px 0;
      top: 6rem;
      max-width: 640px;
      z-index: 51;
    }

    @media (min-width: 640px) and (min-height: 540px) {
      .hero-img {
        height: 12rem;
        top: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        z-index: 53;
      }

      .hero-img .icon {
        position: absolute;
        right: 3rem;
        bottom: -1rem;
      }
    }

    .modal-container .tabs {
      margin: auto;
      width: 100%;
      padding: 1rem 0.2rem 0.5rem;
      white-space: nowrap;
      font-size: 0;
      display: flex;
      box-sizing: border-box;
      background: white;
      justify-content: center;
      position: absolute;
      z-index: 51;
    }

    .modal-container .tabs:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1rem;
      background: linear-gradient(#fff, rgba(255, 255, 255, 0));
    }

    .modal-container .tab {
      cursor: pointer;
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0;
      font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
      width: 50%;
      text-align: center;
      margin-top: 0;
      white-space: normal;
      background: transparent;
      border: none;
      outline: none;
      position: relative;
      transition: color 0.3s;
      height: 2rem;
      max-width: 140px;
    }

    .modal-container .tab .title {
      position: relative;
      z-index: 1;
    }

    .modal-container .tab::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #3e9dea;
      transform: translateX(100%);
      transition: transform 0.3s;
      border-radius: 1.7rem;
    }

    .modal-container .tab:nth-child(2):before {
      transform: translateX(-100%);
    }

    .modal-container .tab:hover {
      color: #0070ba;
    }

    .modal-container .tab.selected {
      color: white;
    }

    .modal-container .tab.selected::before {
      transform: translateX(0);
    }

    .modal-container .tab-transition {
      position: relative;
      flex: 1 1 auto;
    }

    .modal-container .tab-transition-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      z-index: 1;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s;
      transition-delay: 0.3s;
      overflow: hidden;
      padding-top: 3rem;
      visibility: hidden;
    }

    .modal-container .tab-transition-item.selected {
      z-index: 2;
      background: white;
      opacity: 1;
      pointer-events: all;
      transition-delay: 0s;
      height: auto;
      position: relative;
      visibility: visible;
    }

    .modal-container .content {
      position: relative;
      background: #0070ba;
      box-sizing: border-box;
      padding-top: 20rem;
    }

    .modal-container .content .corner {
      position: absolute;
      left: 0;
      width: 100px;
      height: 2rem;
      overflow: hidden;
      background-color: white;
      z-index: 51;
      top: 18rem;
      max-width: 640px;
    }

    .modal-container .content .corner:after {
      content: '';
      position: absolute;
      background-color: #0070ba;
      border-bottom-left-radius: 100px 30px;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .modal-container .content .content-div {
      padding: 0 1rem 1rem;
      margin: auto;
      max-width: 500px;
    }

    .modal-container .content h2 {
      text-align: left;
      font-weight: bold;
      font-size: 19px;
    }

    .modal-container .content .divider {
      border: none;
      border-bottom: 1px dashed #aaa;
    }

    .modal-container .content p,
    .modal-container .content li {
      color: #687173;
    }

    .modal-container .content .call-to-action {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      margin-top: 3rem;
    }

    .modal-container .content .call-to-action svg {
      margin: 0;
    }

    .modal-container .content .call-to-action p {
      margin-top: 0;
      margin-bottom: 0.2rem;
    }

    .modal-container .content .call-to-action button {
      margin-left: 1rem;
      flex: 0 1 35%;
    }

    .modal-container .content .call-to-action .dark-text {
      color: #2c2e2f;
    }

    .modal-container .content .d-inline-block {
      display: inline-block;
    }

    .modal-container .content main {
      background: white;
      padding-top: 0;
    }

    .modal-container .content .apply-now {
      background: #ffc43a;
      color: #2c2e2f;
      border: none;
    }

    .modal-container .content .sticky-apply-now {
      position: fixed;
      visibility: hidden;
      transform: translate3d(0, 0, 0);
      width: 100%;
      max-width: 640px;
      top: calc(10rem + 84px);
      z-index: 52;
      text-align: center;
      padding-top: 1rem;
      background: white;
      pointer-events: none;
      opacity: 0;
      transition: all 0.3s;
    }

    .modal-container .content .sticky-apply-now:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1rem;
      background: linear-gradient(#fff, rgba(255, 255, 255, 0));
    }

    .modal-container .content .sticky-apply-now button {
      margin-bottom: 0.5rem;
      transition: all 0.3s;
      transform-origin: right center;
      transform: scaleX(0.5) translateX(25px);
    }

    .modal-container .content .sticky-apply-now div {
      color: #687173;
      font-size: 13px;
      transition: all 0.3s;
      transform: translateX(-25px);
    }

    .modal-container .content .sticky-apply-now hr {
      max-width: 400px;
    }

    .modal-container .content .sticky-apply-now.show {
      opacity: 1;
      visibility: visible;
    }

    .modal-container .content .sticky-apply-now.show button {
      transform: scaleX(1) translateX(0);
      pointer-events: all;
    }

    .modal-container .content .sticky-apply-now.show div {
      transform: translateX(0);
    }

    .modal-container .content .sticky-apply-now.show+main .description {
      visibility: hidden;
    }

    .modal-container .content .terms li {
      margin-bottom: 0.5rem;
    }

    @media (min-width: 640px) and (min-height: 540px) {
      .content {
        padding-top: 12rem;
      }

      .content .corner {
        top: 10rem;
        position: absolute;
        transform: translate3d(0, 0, 0);
        left: auto;
        width: 100%;
      }

      .content .tabs {
        position: fixed;
        transform: translate3d(0, 0, 0);
        top: 12rem;
        max-width: 640px;
      }

      .content .tabs button.tab:focus span {
        text-decoration: underline;
      }

      .content.sticky .call-to-action .button.apply-now {
        visibility: hidden;
      }

      .content .sticky-apply-now {
        top: 12rem;
      }

      .content .sticky-apply-now button.tab :focus span {
        text-decoration: underline;
      }

      .modal-container .content{
        padding-top: 12rem;
      }

      .modal-container .content .corner{
        top: 10rem;
      }
    }

    @media (max-width: 639px),(max-height: 539px) {
      .content.sticky .corner {
        width: 100%;
        position: fixed;
        transform: translate3d(0, 0, 0);
        top: calc(8rem + 84px);
        left: auto;
      }

      .content.sticky .tabs {
        position: fixed;
        transform: translate3d(0, 0, 0);
        top: calc(10rem + 84px);
        max-width: 640px;
      }

      .content .content-div {
        max-width: 400px;
      }

      .content .hidden-xs {
        display: none;
      }
    }
/* paypal分期 */

  .deliverd_pal{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
    font-size:12px;
  }
   @media (min-width: 768px) {
     .pal_imag{
       max-width: 6%;
     }
           .yf1div {
               padding-left: 23%;
               padding-top: 30px;
           }
    
           .yf1 {
               display: block;
               max-width: 70%;
               margin-bottom: 20px;
           }
    
           .yf2 {
               display: none;
               max-width: 100%;
           }
   }

 .grid__item h2 {
     font-size: 43.2px;
 }

 .grid__item .accordion__content.rte.body3 {
     font-size: 24px;
 }

   @media (max-width: 767.98px) {
     .pal_imag{
       max-width: 10%;
     }
           .yf1 {
               display: none;
               max-width: 60%;
           }
    
           .yf2 {
               display: block;
               max-width: 100%;
               margin-bottom: 20px;
           }
          .grid__item h2 {
              font-size: 26.4px;
          }
    
          .grid__item .accordion__content.rte.body3 {
              font-size: 20px;
          }
   }

 .cl{
    display: none!important;
}
 
 label {
    display: inline-block;
    margin-bottom: .5rem;
}

.add_bootstrap_ge{
   display: none;
}

.add_header_zindex {
    z-index: 0 !important;
}
  .addRegisterBirthday {
      transform: scale(0.8) translate(0, -90%) !important;
  }

  .cart-adv {
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      background-color: #FFF5E9;
      border: 1px solid #FFDDB4;
      border-radius: 4px;
      padding: 5px 5px;
      font-size: 14px;
      /* margin-top: 20px; */
      position: relative;
      display: -webkit-flex;
      margin-bottom: 10px;
  }

  .cart-adv-left p {
      margin-top: 1px;
      margin-bottom: 1px;
  }

  .cart-adv-left {
      min-width: calc(100% - 90px);
      max-width: 100%;
      flex: 1;
  }

  .cart-adv-right {
      min-width: 90px;
      text-align: right;
      min-width: 50px;
      height: 30px;
      font-size: 12px;
      line-height: 30px;
      display: inline-block;
      width: auto;
      padding: 0 5px;
      background-color: black;
      color: white;
      outline: none;
      border: none;
      cursor: pointer;
      font-family: 'Arimo';
      font-weight: bold;
      text-transform: capitalize;
      border-radius: 4px;
      word-wrap: break-word;
      box-sizing: border-box;
      flex-shrink: 0;
  }

  .cart-adv-right .btn {
      color: white !important;
      min-width: 50px;
      height: 30px;
      font-size: 12px;
      line-height: 30px;
      display: inline-block;
      width: auto;
      /* padding: 0 5px; */
      text-align: center;
  }

  #spotify-customizations {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
  }

  #spotify-customizations {
      width: 100%;
      height: 100%;
      z-index: 9999999999;
      justify-items: center;
      align-items: center;
  }

  #spotify-customizations .design-modal-mask {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.65);
      animation: mask 0.2s linear;
  }

  #spotify-customizations .design-modal-contents {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      overflow: hidden;
      animation: bubbles 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }

  @media screen and (min-width: 768px) {
      #spotify-customizations .design-modal-contents {
          width: 500px;
          height: 600px;
          margin: auto;
          border-radius: 6px;
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
      }




  }

  #spotify-customizations .sep-font {
      font-family: "sep-font" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 900;

  }

  #spotify-customizations .close-icon {
      position: absolute;
      right: 30px;
      top: 10px;
      cursor: pointer;
      background-color: #eee;
      padding: 2px 5px;
      border: 2px dotted white;
  }
 .color-palette-attr-box.color-palette-attr-box.body3 div {
     width: 72px;
     height: 72px;
     border-radius: 4px;
     overflow: hidden;
 }
  #spotify-customizations .sep-font-close-strong:before {
      content: "X";
  }

  @media screen and (max-width: 768px) {
      #spotify-customizations .content-ps {
          top: 20%;
      }
                .zoomified {
                    width: 373px;
                    height: 378px !important;
                    right: 24.5px;
                }
  }

