.copySuccess {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #008867;
  color: white;
  padding: 15px 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: max-content;
  width: 100%;
  max-width: 300px;
  z-index: 999999;
  top: -110px;
  transition: 0.4s all;
  text-align: center;
  border-radius: 0;
}

.copySuccess.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.copySuccess.activeOut {
  top: 100px;
}

.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ds_discountroulette .modal-dialog {
  max-width: 700px !important;
  background: none;
  top: 50%;
  bottom: 50%;
}
@media (max-width: 575px) {
  #ds_discountroulette .modal-dialog {
    margin: 0;
  }
}
#ds_discountroulette .modal-content {
  background: url("/themes/default/modules/ds_discountroulette/assets/images/background.png?5") no-repeat;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-size: cover;
}
#ds_discountroulette .modal-body {
  position: relative;
  padding: 10px 25px 31px;
}
@media (max-width: 575px) {
  #ds_discountroulette .modal-body {
    padding: 0 15px 40px 15px;
  }
}
#ds_discountroulette .modal-header {
  padding: 28px 0px 15px;
  text-align: center;
  position: relative;
  border: 0;
  z-index: 9999;
}
@media (max-width: 575px) {
  #ds_discountroulette .modal-header {
    margin-bottom: -38px;
  }
}
#ds_discountroulette .modal-header .info-expire, #ds_discountroulette .modal-header .info-attemps {
  line-height: 50px;
  height: 50px;
  background: white;
  margin-top: 27px;
  padding: 0 20px;
  line-height: 1.1;
  margin: 22px auto 0;
  border-radius: 26px;
  display: flex;
  align-items: center;
  max-width: 264px;
  text-align: center;
}
@media (max-width: 575px) {
  #ds_discountroulette .modal-header .info-expire, #ds_discountroulette .modal-header .info-attemps {
    padding: 20px;
    margin: 5% auto 5%;
    line-height: 1;
  }
}
#ds_discountroulette .close {
  right: 16px;
  position: absolute;
  top: 17px;
  opacity: 1;
  width: auto;
  height: auto !important;
  z-index: 99999;
  background: none;
  padding: 10px;
  font-size: 48px;
  border: none;
  z-index: 99999;
}
@media (max-width: 575px) {
  #ds_discountroulette .close {
    font-size: 28px;
    padding: 10px;
    right: 0;
    top: 0;
    border: 0;
  }
}
#ds_discountroulette .close i {
  color: #000;
  background: white;
}
#ds_discountroulette .info {
  bottom: 65px;
  text-align: center;
  width: 90%;
  position: absolute;
  background: #fff;
  padding: 35px;
  border-radius: 0;
}
#ds_discountroulette .info > p {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 575px) {
  #ds_discountroulette .info > p {
    margin: 0;
    line-height: 1.2;
    font-size: 21px;
  }
}
#ds_discountroulette .info > div {
  display: flex;
  margin-top: 30px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 575px) {
  #ds_discountroulette .info > div {
    flex-wrap: wrap;
    display: flex;
  }
}
#ds_discountroulette .info #code_info,
#ds_discountroulette .info #code_copy {
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  border-radius: 0;
  background: #000;
  font-size: 25px;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: calc(50% - 5px);
  /* padding: 10px 0; */
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 575px) {
  #ds_discountroulette .info #code_info,
  #ds_discountroulette .info #code_copy {
    height: 45px;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
  }
}
#ds_discountroulette .info #code_copy {
  cursor: pointer;
  padding: 12px 30px;
}
#ds_discountroulette .info #code_info {
  background: #930404;
  position: relative;
}
#ds_discountroulette .info #code_info:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 99999;
}

.modal .start-roulette {
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  font-size: 26px;
  color: #000;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 49px !important;
  transition: 0.4s all;
  margin: auto !important;
  width: auto;
  max-width: none;
  font-weight: 700;
  border: none;
  line-height: 1 !important;
  font-family: "Roboto Condensed", sans-serif !important;
  background: url("/themes/default/modules/ds_discountroulette/assets/images/button_start.png?5") no-repeat;
  margin: 0 auto 20px !important;
  height: 86px !important;
  background-size: contain;
}

#ds_discountroulette.darknes .modal-content {
  background-color: #900b74;
}
#ds_discountroulette.darknes .contenedor-roulette {
  filter: brightness(0.5);
}

.contenedor-roulette {
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .contenedor-roulette {
    transform: rotate(180deg) scale(0.57);
  }
}

.contenedor-roulette::before {
  display: none;
}

.roulette {
  background: url("../images/inside-wheel.png?5") no-repeat;
  background-size: cover;
}

.roulette {
  /*background-color: #303030;*/
  border-radius: 500px;
  position: relative;
  overflow: hidden;
  animation-timing-function: cubic-bezier(0.67, 1.12, 0.93, 1);
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.contenedor-roulette::after {
  content: "";
  width: 508px;
  height: 508px;
  background: url("../images/rim-wheel.png?5") no-repeat;
  position: absolute;
  z-index: 99998;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0%) rotate(180deg);
  pointer-events: none;
}

.lips::before {
  content: "";
  width: 155px;
  height: 147px;
  background: url("../images/center-wheel.png?5") no-repeat;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50.2%;
  transform: translate(-50%, -50%) rotate(180deg);
  cursor: pointer;
}

.option {
  border: 0 solid transparent;
  position: absolute;
  transform-origin: top center;
  border-bottom-color: transparent !important;
  top: 50%;
}

.option > span {
  margin-top: 130px;
  z-index: 99999;
  position: absolute;
  display: block;
  text-align: center;
  font-size: 39px;
  color: #fff;
  font-weight: 900;
  font-family: sans-serif !important;
  width: 70px;
  line-height: 30px;
  left: -35px;
  transform: rotate(180deg);
}
.option.option-2 > span, .option.option-4 > span, .option.option-6 > span {
  color: #c70b2a;
}
.option.option-6 > span:first-child {
  left: -60px;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 135px;
  width: 120px;
}
.option.option-6 > span:last-child {
  left: -60px;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 99px;
  width: 120px;
}

#textToCopy {
  padding: 0;
  margin: 0;
  height: auto;
  border: 0;
  max-width: initial;
  width: 100%;
  background: none;
  /* Safari */
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
  cursor: pointer;
  text-align: center;
  font-size: inherit;
  color: white;
}
#textToCopy:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.wheel-small {
  position: fixed;
  top: 100px;
  right: 0;
  border: 2px solid black;
  border-right: 0;
  padding: 20px 10px;
  border-radius: 20px 0 0 20px;
  z-index: 99999;
  background: white;
  cursor: pointer;
}
.wheel-small .wheel-small__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wheel-small .wheel-small__content img {
  max-width: 80px;
}
.wheel-small .text {
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.wheel-small .text h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  color: black;
}
.wheel-small .text p {
  font-size: 15px;
  margin-bottom: 0;
}

#cart #textToCopy {
  font-size: 25px !important;
}

@media (max-width: 1199px) {
  #cart .wheel-small, #checkout .wheel-small {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */