/** Shopify CDN: Minification failed

Line 320:2 Unexpected "}"

**/
.score-mark {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .score-content {
    width: 660px;
    height: auto;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .score-content .h50 {
    height: 50px;
  }
  .score-content .score-close {
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
    z-index: 10;
  }
  .score-content .content-head {
    width: 100%;
    position: relative;
  }
  .score-content .content-head img {
    width: 100%;
    object-fit: cover;
  }
  .score-content .textBox {
    position: absolute;
    top: 87px;
    left: 50px;
  }
  .score-content .textBox h3 {
    font-family: ProximaNova-Bold;
    font-size: 34px;
    line-height: 1;
    color: #000000;
    margin-top: 16px;
  }
  .score-content .content-main {
    width: 100%;
    height: auto;
    padding: 50px 50px 60px;
  }
  .score-content .total {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .score-content .total .totalNumber {
    position: relative;
    font-size: 22px;
    line-height: 1;
    font-family: ProximaNova-Bold;
  }
  .score-content .total .tipsBtn {
    margin-left: 10px;
    transform: translate3d(0, -2px, 0);
    display: inline-block;
  }
  .score-content .total .tips {
    position: absolute;
    width: 275px;
    height: auto;
    top: 32px;
    left: -130px;
    background-color: #EAEDEE;
    border-radius: 9px;
    padding: 22px;
    font-size: 13px;
    line-height: 114.5%;
    color: #282828;
    display: none;
  }
  .score-content .total .tips .triangle {
    position: absolute;
    top: -10px;
    left: 128px;
  }
  @media (any-hover: hover) {
    .score-content .total .tipsBtn:hover .tips {
      display: block;
    }
  }
  .score-content .total .available {
    font-size: 16px;
    line-height: 1;
  }
  .score-content .total .available .all_apply {
    margin-left: 15px;
    color: #0F7ECF;
    cursor: pointer;
  }
  .score-content .inputBox {
    height: 50px;
    display: flex;
    justify-content: space-between;
  }
  .score-content .inputBox .points {
    outline: none;
    border: none;
    background-color: #F2F2F2;
    border-radius: 5px;
    width: 420px;
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1;
    color: #666666;
  }
  .score-content .inputBox .apply {
    width: 115px;
    height: 50px;
    outline: none;
    border: none;
    background-color: #363636;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
  }
  .score-content .prompt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    color: #D43239;
    display: none;
  }
  .score-content .summary {
    font-family: ProximaNova-Bold;
    font-size: 20px;
    line-height: 50px;
    margin-top: 25px;
  }
  .score-content .subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1;
  }
  .score-content .subtotal .sub {
    color: #737373;
    font-family: ProximaNova-Bold;
  }
  .score-content .subtotal .subprice {
    width: 140px;
    text-align: right;
  }
  .score-content .subtotal2 {
    margin-bottom: 25px;
    display: none;
  }
  .score-content .subtotal2 .subprice.red {
    color: #D43239;
  }
  .score-content .line {
    width: 100%;
    border-top: 1px solid #D5D5D5;
  }
  .score-content .bottomtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1;
    font-family: ProximaNova-Bold;
  }
  .score-content .bottomtotal .price {
    color: #737373;
    font-size: 14px;
    font-family: ProximaNova-Regular;
  }
  .score-content .bottomtotal .price span {
    font-size: 22px;
    color: #000000;
    margin-left: 10px;
    font-family: ProximaNova-Bold;
  }
  .score-content .btnlist {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .score-content .btnlist button {
    margin-left: 18px;
    padding: 15px 34px;
    outline: none;
    border: none;
    background: none;
    border-radius: 32px;
    font-size: 16px;
    line-height: 1;
    font-family: ProximaNova-Bold;
  }
  .score-content .btnlist .place {
    background-color: #D43239;
    color: #FFFFFF;
  }
  .score-content .btnlist .place[disabled] {
    background-color: #CACACA;
  }
  .score-content .btnlist .noPointsBuy {
    font-size: 14px;
    line-height: 1;
    color: #d43239;
  }
  .score-content .btnlist .cancle {
    background-color: #fff;
    border: 1px solid #363636;
    color: #363636;
  }
  #show-score-mark {
    display: none;
  }
  @media (max-width: 752px) {
    .score-content {
      width: 95%;
    }
    .score-content .h50 {
      height: 46px;
    }
    .score-content .score-close {
      top: 24px;
      right: 40px;
    }
    .score-content .textBox {
      top: 30px;
      left: 26px;
    }
    .score-content .textBox svg {
      width: 50px;
    }
    .score-content .textBox h3 {
      font-size: 28px;
      margin-top: 14px;
    }
    .score-content .content-main {
      padding: 40px 26px 34px;
    }
    .score-content .total {
      height: 44px;
      align-items: flex-start;
      flex-direction: column;
    }
    .score-content .total .totalNumber {
      font-size: 20px;
    }
    .score-content .total .tips {
      width: 255px;
      left: -120px;
      padding: 18px;
    }
    .score-content .total .tips .triangle {
      position: absolute;
      top: -10px;
      left: 118px;
    }
    .score-content .total .available {
      font-size: 14px;
    }
    .score-content .inputBox {
      height: 46px;
      margin-top: 12px;
    }
    .score-content .inputBox .points {
      width: 200px;
      height: 46px;
    }
    .score-content .inputBox .apply {
      width: 100px;
      height: 46px;
    }
    .score-content .summary {
      font-size: 18px;
      line-height: 40px;
      margin-top: 20px;
    }
    .score-content .subtotal {
      font-size: 14px;
    }
    .score-content .bottomtotal {
      font-size: 14px;
    }
    .score-content .bottomtotal .price {
      font-size: 12px;
    }
    .score-content .bottomtotal .price span {
      font-size: 20px;
    }
    .score-content .btnlist {
      margin-top: 10px;
    }
    .score-content .btnlist button {
      white-space: nowrap;
      margin-left: 12px;
      padding: 14px 24px;
    }
  }

  }