.return-box {
    display: block;
}
.return-box .box-title {
    font-weight: 700;
    font-size: 24px;
}
.return-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.return-box p.brand-link {
    margin-top:0;
    max-width: 60%;
    margin: 20px auto 0;
}
.return-box .brand-link a {
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 2px;
    border-bottom: none;
}
img.percentage {
    max-width: 100%;
}
.return-box .success-box h3 {
    font-family: Work Sans;
    color: #fff;
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: url(../img/bg-bravo.png) no-repeat top center;
    padding: 20px 0;
    background-size: contain;
}
.return-box .success-box img {
}
.return-box .success-box .product-title {
    font-family: Work Sans;
    color: #000;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}
.return-box .success-box .product-price-and-shipping .price {
    font-size:12px;
    font-weight:700;
}
.return-box .success-box .product-price-and-shipping .regular-price {
    color: #858585;
    text-decoration: line-through;
    font-size:12px;
}
.d-flex {
    display:flex;
}
.return-box .success-box .d-flex {
    box-shadow: 8px 8px 16px #00000029;
    padding: 15px 0;
    border-radius: 15px;
    background: #fff;
    justify-content: center;
    min-width: 800px;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
}
.return-box .success-box .bloc-info-product {
    width: 40%;
    text-align: left;
}
.return-box .success-box .bloc-info-product a.btn {
    min-width: 250px;
}
#sx-lucky-wheel-icon {
    z-index:99999999;
}
#sx-lucky-wheel-modal .modal-content {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
#sx-lucky-wheel-modal .modal-dialog {
    width: 80%;
    margin: 30px auto;
    max-width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: url("../img/gift.png"), linear-gradient(7deg,rgba(25, 200, 103, 1) 88%, rgba(124, 218, 105, 1) 100%);
    border-radius: 22px;
    border: 4px solid #fff;
    background-position: center;
    background-size: contain;
}
#sx-lucky-wheel-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: transparent;
    color: white;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    height: 80px;
    line-height: 60px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
#sx-lucky-wheel-icon img {
    max-width: 100%;
}
.bloc-percentage {
    background: url("../img/snow.png")no-repeat center;
    margin: 20px auto;
}
.wheel-container {
    width: 100%;
    padding: 0 20px;
}
.first-display {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.contenedor-rulet-txt {
    text-align: left;
    width: 50%;
}
.contenedor-rulet-txt h3 {
    font-family: Work Sans;
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.bloc-link {
    margin-top: 40px;
}
.bloc-link a {
    background: #000;
    padding: 15px 30px;
    border-radius: 11px;
    color: #fff;
    margin-right: 20px;
    font-family: Work Sans;
    font-size: 18px;
}
.bloc-link a.brand {
    background: #fff;
    box-shadow: 8px 8px 16px #00000029;
}
#sx-lucky-wheel-modal {
    border-radius: 0;
    text-align: center 
}
#sx-lucky-wheel-modal .modal-header {
    border: 0 none;
    text-align: center;
}
#sx-lucky-wheel-modal  .modal-content {
    border-radius: 0;
    margin: 0 auto;
    max-width: 90%;
    min-height: 600px;
    display: flex;
    align-items: center;
}
#sx-lucky-wheel-modal .close {
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 1 !important;
}
.contenedor-ruleta{
    transform: rotate(180deg);
    position: relative;
    padding: 15px;
    border-radius: 50%;
    background: linear-gradient(90deg,rgba(69, 245, 98, 1) 0%, rgba(87, 199, 133, 1) 69%, rgba(193, 237, 83, 1) 83%);
}
  
.contenedor-ruleta::before {
  content: url(../img/fleche.svg);
  width: 110px;
  height: 60px;
  position: absolute;
  z-index: 99999;
  bottom: -16px;
  left: 0;
  pointer-events: none;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
.contenedor-ruleta:after {
    content: "";
    background: linear-gradient(135deg, #fff8dc 0%, #f0e68c 20%, #ffd700 40%, #daa520 60%, #b8860b 80%,#fff8dc 100%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0 auto;
    /* z-index: -1; */
}
  .ruleta{
      z-index: 99;
    margin: auto;
    border-radius: 360px;
    position: relative;
    overflow: hidden;
    
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1.04);
            animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1.04);
    -webkit-animation-duration: 5.8s;
            animation-duration: 5.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
  
  .ruleta::before{
      content: url(../img/face.svg);
      width: 100px;
      height: 100px;
      position: absolute;
      z-index: 9999;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(180deg);
      cursor: pointer;
      padding: 0;
  }
  
  .opcion{
    border: 0 solid transparent;
    position: absolute;
    transform-origin: top center;
    top: 50%;
  }

.opcion::before {
    z-index: 99999;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    width: 40px;
    line-height: 30px;
    left: -20px;
    margin-top: 125px;
    transform: rotate(265deg);
}
.return-box .box-title img {
    margin-top: -40px;
}
@media (min-width: 1620px) {
    #sx-lucky-wheel-modal .modal-dialog {
        max-width: 1200px;
    }
}
@media (max-width: 1440px) {
    .bloc-link a {
        padding: 15px;
        margin-right: 10px;
        font-size: 14px;
    }
    .bloc-link a.brand {
        padding: 15px;
    }
}
@media (max-width: 1199px) {
    .wheel-container {
        padding: 0;
    }
    .first-display {
        display: block;
    }
    .return-box .box-title img {
        margin-top: 0;
    }
    #sx-lucky-wheel-modal .modal-dialog {
        align-items: flex-start;
        width: 90%;
        border-radius: 22px;
        border: 3px solid #fff;
    }
    #sx-lucky-wheel-modal .modal-content {
        max-width: 100%;
    }
    .contenedor-rulet-txt {
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }
    #sx-lucky-wheel-modal .close {
        right: 15px;
        top: 15px;
    }
    .bloc-link a {
        margin-right: 0;
        font-size: 16px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .bloc-link a.brand {
        padding: 7px 15px;
    }
    .contenedor-rulet-txt h3 {
        font-size: 26px;
    }
    .ruleta {
        border-radius: 50%;
        width: 250px !important;
        height: 250px !important;
    }
    .bloc-link {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contenedor-ruleta {
        margin: 20px auto 0;
        max-width: 280px;
        max-height: 280px;
    }
    .contenedor-ruleta::before {
        width: 95px;
        top: -12px;
    }
    .ruleta::before {
        width: 80px;
        height: 80px;
    }
    .opcion {
        border-bottom-width: 480px !important;
        border-right-width: 130px !important;
        border-left-width: 130px !important;
    }
    .opcion::before {
        font-size: 12px;
        margin-top: 72px;
    }
    .opcion[data-empty="not-empty"]::before {
        width: 30px;
        height: 30px;
        left: -15px;
        margin-top: 85px;
    }
    .return-box p.brand-link {
        max-width: 100%;
    }
    .return-box .brand-link a {
        font-size: 24px;
    }
    .return-box p {
        font-size: 16px;
        line-height: 20px;
    }
    .bloc-percentage {
        margin: 40px auto;
        background-size: 90%;
    }
    .bloc-percentage img {
        width: 200px;
    }
    .return-box .success-box .d-flex {
        display: block;
        min-width: auto;
    }
    .return-box .success-box .bloc-info-product {
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .return-box .success-box .product-title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    .success-box {
        margin-top: 30px;
    }
    .return-box .success-box .bloc-info-product a.btn {
        width: 100%;
    }
}