/* betterBeyond */
.getUrPrize {
    background-color: #FAFAFA;
    text-align: center;
    padding: 10px 2%;
    margin-bottom: 2%;
    border: 1px solid #FAFAFA;
    position: relative;
  }
  
  .getUrPrize select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: #dce7ff;
  }
  
  .getUrPrize__title {
    color: #0f49b7;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 35px;
  }
  
  .getUrPrize__alert {
    display: none;
  }
  
  .getUrPrize__pdBox {
    width: 80%;
    margin: 35px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  @media only screen and (max-width: 1366px) {
    .getUrPrize__pdBox {
      width: 85%;
    }
  }
  
  @media only screen and (max-width: 1135px) {
    .getUrPrize__pdBox {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .getUrPrize__pdBox {
        width: 100%;
    }
  }
  
  .getUrPrize__pdBox-txt {
    background-color: #3F4DD2;
    display: block;
    color: #f4c24c;
    text-decoration: none;
    text-align: center;
    border: 5px solid #f4c24c;
    cursor: pointer;
    border-radius: 5px;
    padding: 1% 25px;
    margin: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
    font-weight: bolder;
  }
  
  @media only screen and (max-width: 1535px) {
    .getUrPrize__pdBox-txt {
        margin: 0 5px;
        padding: 1% 20px;
    }
  }
  
  @media only screen and (max-width: 1135px) {
    .getUrPrize__pdBox-txt {
        width: 48%;
        margin: 5px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .getUrPrize__pdBox-txt {
        width: 100%;
    }
  }
  
  .getUrPrize__pdBox-txt:hover {
    border: 5px solid #f4c24c;
    background-color: #f4c24c;
    color: #2634b6;
  }
  
  .getUrPrize__pdBox-txt--active {
    background-color: #3f3f3f3f;
    color: #2634b6;
  }
  
  .getUrPrize__wrapper {
    width: 75%;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 1366px) {
    .getUrPrize__wrapper {
        width: 85%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .getUrPrize__wrapper {
        padding: 8% 0 2%;
        width: 100%;
    }
  }
  
  @media only screen and (max-width: 542px) {
    .getUrPrize__wrapper {
        padding: 13% 0 2%;
    }
  }
  
  .getUrPrize__currency {
    position: absolute;
    right: 1%;
    top: 3%;
    padding: 5px;
    border-radius: 5px;
    /* z-index: 100; */
  }
  
  @media only screen and (max-width: 768px) {
    .getUrPrize__currency {
        right: 2%;
    }
  }
  
  .getUrPrize__box {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
  }
  
  .getUrPrize__box-title {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: -10px;
    margin-top: 5px;
  }
  
  .getUrPrize__box-mainselect {
    width: 450px;
    margin: 0 auto;
    color: #525252;
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 5px;
    display: block;
  }
  
  @media only screen and (max-width: 500px) {
    .getUrPrize__box-mainselect {
        font-size: 16px;
    }
  }
  
  .getUrPrize__box-mainselect option {
    width: 450px;
    display: block;
  }
  
  @media only screen and (max-width: 768px) {
    .getUrPrize__box-mainselect {
        width: 350px;
    }
    .getUrPrize__box-mainselect option {
        width: 350px;
        font-size: 18px;
    }
  }
  
  .getUrPrize__box--active {
    position: relative;
    top: auto;
    /* z-index: 999; */
    opacity: 1;
    visibility: visible;
  }
  
  .getUrPrize__prize {
    border-radius: 5px;
    background-color: #3e6ac8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    margin: 20px auto 2%;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1%;
    font-size: 25px;
    font-weight: bold;
  }
  
  .getUrPrize__prize-currency, .getUrPrize__prize-num {
    margin: 0 5px;
  }
  
  @media only screen and (max-width: 768px) {
    .getUrPrize__prize {
        width: 350px;
    }
  }

  @media only screen and (max-width: 576px) {
    .getUrPrize__prize {
        width: auto;
    }
  }
  
  .getUrPrize__resetWrap {
    padding: 5px 1%;
    border: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    margin-top: -20px;
    position: relative;
    z-index: 100;
  }
  
  .getUrPrize__resetWrap p {
    margin: 0;
  }
  
  .getUrPrize__resetWrap .select__reset {
    background: transparent;
  }
  
  /* redeem */
  .redeem {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
  }
  
  .redeem .slick-slide {
    min-height: 520px;
  }
  
  .redeem .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 25px;
  }
  
  .redeem .slick-prev {
    left: 10%;
    z-index: 99;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .redeem .slick-next {
    right: 10%;
    z-index: 99;
  }

  @media only screen and (max-width: 1680px) {
    .redeem .slick-prev {
        left: 0;
      }
      
      .redeem .slick-next {
        right: 0;
      }
  }
  
  .redeem__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    text-align: center;
  }
  
  @media only screen and (max-width: 500px) {
    .redeem__title {
      color: #2634b6;
      font-size: 40px;
    }
  }
  
  .redeem__subtitle {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 100px;
  }

  .redeem__subtitle a{
    color: #3acaff;
  }

  .redeem__subtitle a:hover{
    text-decoration:underline;
  }
  
  .redeem__mainbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    width: 90%;
    max-width: 1280px;
  }
  
  @media only screen and (max-width: 960px) {
    .redeem__mainbox {
      display: block;
    }
  }
  
  .redeem__item {
    width: 20%;
  }
  
  @media only screen and (max-width: 960px) {
    .redeem__item {
      width: 75%;
      margin: 0 auto;
    }
  }
  
  .redeem__item-circle {
    width: 100%;
    padding: 50%;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 1px #2634b6 ,-2px -2px 5px #00000025;
    box-shadow: 10px 0px 1px #ff00ff, -10px 0px 0px #fff;
    background-color:#0a121c80;
  }
  
  .redeem__item-circle img {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30%;
  }
  
  .redeem__item-circle h5 {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 700;
    color: #3acaff;
    font-size: 1.1vw;
    width: 100%;
    text-align: center;
  }
  
  @media only screen and (max-width: 960px) {
    .redeem__item-circle h5 {
      font-size: 24px;
    }
  }
  
  .redeem__item-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .redeem__item p {
    margin-top: 15%;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
  }
  
  .redeem__item p a, .redeem__item p span {
    color: #3acaff;
    border: none;
  }
  
  .redeem__item p a:focus {
    outline: none;
  }

  .redeem__item a:hover {
    text-decoration: underline;
  }

  .redeem__arrow {
    width: 10%;
    margin: 0 auto;
  }
  
  .redeem__arrow img {
    display: block;
    margin: 100% auto 0 auto;
    width: 15%;
  }
  
  @media only screen and (max-width: 960px) {
    .redeem__arrow img {
      margin: 30% auto;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
  }
  
  .redeem__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 40px;
  }
  
  @media only screen and (max-width: 960px) {
    .redeem__btn {
      display: block;
      margin-top: 0px;
    }
  }
  
  .redeem__btn a {
    width: calc( 100% / 3 - 40px);
    padding: 10px 0px;
    font-size: 20px;
    background-color: #ffffff00;
    border: 2px solid #3acaff;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #3acaff;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'DINPro-Medium';
  }
  
  @media only screen and (max-width: 960px) {
    .redeem__btn a {
      width: 100%;
      margin: 1% auto;
    }
  }
    
    .redeem__btn a:hover {
      background-color: #3acaff;
      color: #ffffff;
      
    }
    
    .redeemBtn {
      padding-bottom: 3%;
    }
    
    .nowBtn a {
      color: #fff;
      background: #3acaff;
    }

    .nowBtn a:hover {
      color: #fff;
      background: #ff00ff;
      border: 2px solid #ff00ff;
    }


    /* WTB */
    .wtb {
      padding: 2% 0;
      text-align: center;
      background: #000;
    }
    
    .wtb__title {
      color: #ffffff;
      font-size: 50px;
      display: inline-block;
      padding-bottom: 30px;
      font-family: 'DINPro-Black';
      text-transform: uppercase;
    }
    
    @media only screen and (max-width: 500px) {
      .wtb__title {
        color: #ffffff;
        font-size: 40px;
      }
    }
  
    .product-item td {
      vertical-align: middle;
    }