@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.wheelify-wheelSVG {
  opacity: 1 !important;
}

.embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner {
  z-index: 0 !important;
}
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner {
  width: 40%;
  min-width: 768px;
  height: 100%;
  box-shadow: 5px 0 7px 0 #251217;
  color: #fff;
  z-index: 999999999999999999999;
  position: fixed;
  top: 0;
  bottom: 0;
}
#wheelify-spin_a_sale_cc_store_front_module .wheelify-content-spinner {
  background-color: #2699fb;
  display: flex;
  align-items: safe center;
  height: 100%;
}

#wheelify-spin_a_sale_cc_store_front_module .wheelify-closeButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999999999999999999;
  padding: 14px 18px;
}
.rotate-on-hover {
  transition: transform 0.7s ease;
}
.rotate-on-hover:hover {
  transform: rotate(90deg);
}

#wheelify-spin_a_sale_cc_store_front_module
  .wheelify-ContentRight
  h1.wheelify-text-heading {
  font-family: inherit;
  font-size: 26px;
  font-weight: 650;
  line-height: 24px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  padding-bottom: 16px;
  color: #fff;
}
#wheelify-spin_a_sale_cc_store_front_module
  .wheelify-ContentRight
  p.wheelify-text-heading {
  font-family: inherit;
  font-size: 26px;
  font-weight: 650;
  line-height: 24px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  padding-bottom: 16px;
  color: #fff;
}
#wheelify-spin_a_sale_cc_store_front_module p.wheelify-text-description {
  font-family: inherit;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  color: #fff;
}
#wheelify-spin_a_sale_cc_store_front_module
  .wheelify-ContentRight
  .cc_form-group
  input {
  border: 1px solid #8a8a8a;
  background-color: #fdfdfd;
  font-family: inherit;
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
  text-align: left;
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border-radius: 6px;
  outline: 0;
  color: fieldtext !important;
}
.wheelify-ContentRight .cc_form-group,
.cc_checkbox {
  margin-top: 18px;
}
#wheelify-spin_a_sale_cc_store_front_module .btn-submit-form-ok {
  background-color: #fff;
  color: #303030;
}
#wheelify-spin_a_sale_cc_store_front_module
  .cc_form-group
  input::-webkit-input-placeholder,
#wheelify-spin_a_sale_cc_store_front_module
  .cc_form-group
  input:-ms-input-placeholder,
#wheelify-spin_a_sale_cc_store_front_module .cc_form-group input::placeholder {
  color: #303030;
  font-weight: 450;
}
.wheelify-ContentRight .cc_checkbox .cc_checkbox_label {
  display: flex;
}
.wheelify-ContentRight
  .cc_checkbox
  .cc_checkbox_label
  input#cc-spin-consent-checkbox {
  border: 0.66px solid #8a8a8a;
  background-color: #fff;
  margin: 8px 6px 0 0;
  align-self: baseline;
  appearance: auto;
}

#wheelify-spin_a_sale_cc_store_front_module .btn-submit-form,
#wheelify-spin_a_sale_cc_store_front_module .btn-submit-form-ok,
#wheelify-spin_a_sale_cc_store_front_module .copy-button {
  width: 100%;
  height: 40px;
  background-color: #fc3335;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 0px 0px #e3e3e3 inset, 1px 0px 0px 0px #e3e3e3 inset,
    -1px 0px 0px 0px #e3e3e3 inset, 0px -1px 0px 0px #b5b5b5 inset;
  margin-top: 18px;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  font-family: inherit;
  font-weight: bold;
}
#wheelify-cc-spin-a-sale-powered-by-carecart {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

#wheelify-spin_a_sale_cc_store_front_module a:active,
#wheelify-spin_a_sale_cc_store_front_module a:hover,
#wheelify-spin_a_sale_cc_store_front_module a:link,
#wheelify-spin_a_sale_cc_store_front_module a:visited {
  color: #f1dc16;
}

#wheelify-spin_a_sale_cc_store_front_module .centerCircle,
#wheelify-spin_a_sale_cc_store_front_module .valueContainer,
#wheelify-spin_a_sale_cc_store_front_module .wheelOutline,
#wheelify-spin_a_sale_cc_store_front_module .wheelText {
  pointer-events: none;
}

#wheelify-spin_a_sale_cc_store_front_module .wheelText {
  text-anchor: middle;
  -webkit-user-select: none;
  user-select: none;
}

#wheelify-spin_a_sale_cc_store_front_module .toast {
  display: none;
}

#wheelify-spin_a_sale_cc_store_front_module .singup-logo {
  max-width: 200px;
  max-height: 50px;
}

#wheelify-spin_a_sale_cc_store_front_module #overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: #384f66;
  z-index: 1000;
}

#wheelify-spin_a_sale_cc_store_front_module #overlay p {
  padding-top: 30%;
  font-size: 30px;
}

#wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  width: 65%;
  left: 0;
}

#wheelify-spin_a_sale_cc_store_front_module .wheelify-ContentRight {
  flex: 0 0 55%;
  margin-left: auto;
  margin-right: 40px;
}

#wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelSVG {
  overflow: visible;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
#wheelify-spin_a_sale_cc_store_front_module .wheelLogo {
  transform: rotate(-55deg);
  transform-origin: 512px 383px;
}

#wheelify-spin_a_sale_cc_store_front_module .coupon,
#wheelify-spin_a_sale_cc_store_front_module .win_text {
  font-style: italic;
  text-decoration: underline;
}

#wheelify-spin_a_sale_cc_store_front_module .wheelify-loseContainer,
#wheelify-spin_a_sale_cc_store_front_module .wheelify-winContainer {
  padding-top: 0 !important;
}

#wheelify-spin_a_sale_cc_store_front_module .wheelify-loseContainer {
  padding-top: 0 !important;
}

#wheelify-spin-trigger-cc,
#wheelify-spin-trigger-cc:active,
#wheelify-spin-trigger-cc:focus,
#wheelify-spin-trigger-cc:hover,
#wheelify-spin-trigger-cc:visited {
  bottom: 30px;
  position: fixed;
  text-decoration: none;
  opacity: 1;
  outline: 0;
  display: none;
  z-index: 99999999;
}

#wheelify-spin-trigger-cc span {
  border-radius: 2px;
  margin-top: 0;
  margin-right: -20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  padding-right: 30px;
  padding-left: 15px;
  background: #2699fb;
  color: #fff !important;
}

#wheelify-spin-trigger-cc img {
  width: 40px;
  background: #2699fb;
  border-radius: 100%;
  padding: 0;
}

#wheelify-spin-trigger-cc img,
#wheelify-spin-trigger-cc span {
  height: 40px;
  float: left;
  box-shadow: 1px 1px 6px #251217;
}

span#cc-spin-a-sale-consent-text {
  color: #fff !important;
  text-transform: initial;
  font-size: 16px;
  font-weight: 500;
}

.wheelify-content-spinner input {
  margin-bottom: 0;
}

img.wheelify-content-spinner {
  background-size: contain !important;
}

.LoaderOnClick {
  position: relative;
}

.loaderBox {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

#wheelify-couponwheel_notice_content {
  background-color: #ffd400;
  color: #000;
}

#wheelify-couponwheel_notice_content {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.8em;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
  z-index: 100000;
  box-sizing: border-box;
}

#wheelify-couponwheel_notice_content > span {
  margin-right: 0.5em;
}

#couponwheel_notice_close_btn {
  user-select: none;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}

a {
  cursor: pointer !important;
}

.wheelify-bar-bottom {
  bottom: 0;
}

.bar-top {
  top: 0 !important;
  bottom: auto;
}

a#couponwheel_notice_close_btn:hover {
  color: #000;
}

.cc-spin-a-sale-clock-div {
  width: 100%;
}

.cc-spin-a-sale-clock-div > div {
  padding: 0 5px;
  display: inline-block;
  position: relative;
}

.cc-spin-a-sale-clock-div > div:after {
  content: ":";
  position: absolute;
  right: -3px;
  top: 0;
  color: #2f2700;
  font-weight: 600;
  font-size: 1.125rem;
}

.cc-spin-a-sale-clock-div > div:last-child:after {
  display: none;
}

.cc-spin-a-sale-clock-div div > span {
  color: #2f2700;
  font-size: 18px;
  display: inline-block;
}

.wheelify-cc-spin-a-sale-couponwheel_offers_progressbar {
  background-color: #e6e6e6;
  margin-top: 1em;
  padding: 1px;
  border-radius: 2px;
  width: 100%;
}

/* responsive */

@media only screen and (max-width: 991px) {
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner {
    width: 100%;
    min-width: 100%;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-content-spinner {
    padding: 35px 15px;
    width: 100%;
    min-width: 100%;
    overflow: auto;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 45%;
    bottom: inherit;
    right: inherit;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelSVG {
    visibility: visible !important;
    left: 50% !important;
    transform: translate(-50%, 0%)
      matrix(0.57358, 0.81915, -0.81915, 0.57358, 0, 0) !important;
    width: 100% !important;
  }

  .wheelify-wheelContainer {
    bottom: unset !important;
  }

  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    min-width: 80% !important;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-ContentRight {
    flex: 0 0 65%;
    margin-top: auto;
    margin-bottom: auto;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-closeButton {
    margin-right: 10px;
    margin-top: 5px;
  }
}
/* @media only screen and (max-width:1024px) {
    .embed-wheelify-section {
        transform: translate(-40%, 0%) !important;
    }
    
} */
@media only screen and (max-width: 600px) {
  /* .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
        margin-bottom: 260px !important;
        /* height: calc(100vh - 245px) !important; */

  /* }  
       .embed-wheelify-section {
        transform: translate(0%, 0%) !important;
    } */
  /* .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
        position: absolute;
        right: 0;
        bottom: -210px !important;
        transform: translate(15%, 0%);
    } */
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-ContentRight {
    margin-right: auto;
    order: 1;
    max-width: 400px;
    min-height: 624px;
  }

  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    position: static;
    order: 2;
    transform: none;
    width: 85%;
    max-width: 400px;
  }

  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-content-spinner {
    flex-direction: column;
    overflow: visible;
  }

  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelSVG {
    position: static !important;
    transform: translateY(-50px) !important;
  }

  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .btn-submit-form,
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .btn-submit-form-ok,
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .copy-button {
    width: 100%;
  }

  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-closeButton {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 575px) {
  #wheelify-spin_a_sale_cc_store_front_module .wheelify-ContentRight {
    margin-right: auto;
    order: 1;
    max-width: 400px;
    min-height: 624px;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
    position: static;
    order: 2;
    transform: none;
    width: 85%;
    max-width: 400px;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-content-spinner {
    flex-direction: column;
    overflow: visible;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelSVG {
    position: static !important;
    transform: translateY(-50px) !important;
  }

  #wheelify-spin_a_sale_cc_store_front_module .btn-submit-form,
  #wheelify-spin_a_sale_cc_store_front_module .btn-submit-form-ok,
  #wheelify-spin_a_sale_cc_store_front_module .copy-button {
    width: 100%;
  }

  #wheelify-spin_a_sale_cc_store_front_module .wheelify-closeButton {
    padding: 15px 15px;
  }
}

@media only screen and (max-width: 320px) {
  #wheelify-spin_a_sale_cc_store_front_module .checkbox {
    padding: 0 0 5px 1px;
  }
}
.d-none {
  display: none;
}

@media only screen and (max-width: 575px) {
  #wheelify-spin_a_sale_cc_store_front_module .wheelify-ContentRight {
    min-height: 624px;
  }
}

.hideText {
  display: none;
}

/* popup wheel */
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
  width: 40%;
  min-width: 724px;
  height: 479px;
  box-shadow: 5px 0 10px 0 #251217;
  color: #fff;
  z-index: 999999999999999999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
#wheelify-cc-spin-a-sale-powered-by-carecart {
  margin-top: 0px;
  font-size: 12px;
}
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview
  .wheelify-ContentRight
  .cc_checkbox
  .cc_checkbox_label {
  font-size: 12px;
}
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview
  .wheelify-ContentRight
  .cc_form-group,
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview
  .cc_checkbox {
  margin-top: 14px;
}
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview
  p.wheelify-text-description {
  line-height: 18px;
  font-size: 14px;
}
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview
  .wheelify-ContentRight
  h1.wheelify-text-heading {
  padding-bottom: 14px;
  font-size: 26px;
}
#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview
  .wheelify-ContentRight
  p.wheelify-text-heading {
  padding-bottom: 14px;
  font-size: 26px;
}

.embed-wheelify-section {
  position: relative !important;
  transform: translate(-35%, 0%) !important;
  margin: 20px 0;
}

#wheelify-spin-trigger-cc.embed-wheelify-section-btn {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    height: 100%;
  }
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-content-spinner.popupview {
    flex-direction: column;
    overflow: auto;
  }
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    width: 100%;
    min-width: 100%;
    transform: none;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .embed-wheelify-section {
    position: relative !important;
    transform: translate(0%, 0%) !important;
  }
}
#wheelify-spin_a_sale_cc_store_front_module
  .wheelify-ContentRight
  .cc_form-group
  input#cc_spinner_phone {
  padding-left: 45px;
}

.wheelify-signupContainer .iti.iti--allow-dropdown {
  width: 100%;
}

/* Trigger Button States */

.triggerButtonRotate {
  animation: rotate 4s infinite linear;
  position: relative;
  left: 20px;
  bottom: -20px;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.triggerButton_shake {
  animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.vtriggerButton_shake {
  animation: vshake 0.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes vshake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes vshake {
  0%,
  100% {
    bottom: 41%;
  }
  50% {
    bottom: 42%;
  }
}

@media (min-width: 991px) {
  .wheelify-wheelContainer {
    bottom: unset !important;
  }
  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelSVG {
    visibility: visible !important;
    left: 50% !important;
    transform: translate(-50%, 0%)
      matrix(0.57358, 0.81915, -0.81915, 0.57358, 0, 0) !important;
    width: 100% !important;
  }
}
#wheelify-spin_a_sale_cc_store_front_module,
#wheelify-couponwheel_notice_content,
#wheelify-spin-trigger-cc {
  font-family: "Inter", sans-serif;
}
input::placeholder {
  color: grey !important;
}

@media only screen and (max-width: 320px) {
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    top: 19px;
  }
}

@media only screen and (max-width: 575px) {
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    top: 29px;
  }
}

@media only screen and (max-width: 320px) {
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    height: 70% !important;
  }
}

@media only screen and (max-width: 575px) {
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    position: absolute;
    order: 2;
    transform: none;
    width: 85%;
    max-width: 400px;
    right: 0;
    bottom: -210px !important;
    transform: translate(15%, 0%);
  }

  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    height: 70% !important;
  }
}

@media only screen and (max-width: 320px) {
  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
    margin-left: -11px;
  }
}

@media only screen and (max-width: 575px) {
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    margin-left: 0;
  }
  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
    margin-left: -11px;
  }
}

@media only screen and (max-width: 320px) {
  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
    width: 107%;
  }
}

@media only screen and (max-width: 575px) {
  #wheelify-spin_a_sale_cc_store_front_module .wheelify-wheelContainer {
    width: 107%;
  }
}

@media only screen and (max-width: 320px) {
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    width: 92%;
    left: 4%;
  }
}

@media only screen and (max-width: 575px) {
  #wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    width: 92%;
    left: 4%;
  }
}

@media (max-width: 991px) {
  .embed-wheelify-section {
    transform: translate(-38%, 0%) !important;
  }
}
@media only screen and (max-width: 600px) {
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    margin-bottom: 260px !important;
    height: 830px !important;
  }
  .embed-wheelify-section {
    transform: translate(0%, 0%) !important;
  }
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    position: absolute;
    right: 0;
    bottom: -205px !important;
    transform: translate(0px, 16%);
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    transform: translate(3px, 8%);
  }
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    height: 750px !important;
  }
}
@media only screen and (max-width: 480px) {
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    transform: translate(3px, 2%);
  }
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module.wheelify-wrapper-spinner.popupview {
    height: 700px !important;
  }
}
@media only screen and (max-width: 430px) {
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    transform: translate(3px, -12%);
  }
}
@media only screen and (max-width: 380px) {
  .embed-wheelify-section#wheelify-spin_a_sale_cc_store_front_module
    .wheelify-wheelContainer {
    transform: translate(3px, -15%);
  }
}
