.wheel-content-wrapper{
        display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 100%;
}
.klw_wheel_spin{
        position: relative;
}
#klw_canvas1, #klw_canvas2{
     position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
}
.wheel_content_right h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.klw_lucky_wheel_content {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.5s ease-in-out;
    z-index: 9999999;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    height: 100%;
    margin-left: -110%;
    /* transition: 1s; */
    box-shadow: 2px 0 11px #000;
    width: 100%;
    justify-content: center;
    justify-items: center;
}
.klw-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.klw-close-wheel i{
    font-size: 26px;
    line-height: 23px;
}
.klw-close-wheel{
    position: absolute;
    top: 5px;
    line-height: 1;
    right: -28px;
    cursor: pointer;
    z-index: 100;
    bottom: unset;
}
.klw_lucky_wheel_content{
    background-image: url('../images/popup-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s ease-in-out;
    background-position: center;
    background-color: #e23e57;
    color: #ffffff;
}
.klw_lucky_wheel_content.lucky_wheel_content_show {
    margin-left: 0 !important;
    opacity: 1 !important;
}
.klw_chek_mail{
    background: black;
    padding: 8px;
    display: block;
    margin: 29px 0 20px;
    border-radius: 4px;
    text-align: center;
    max-width: 181px;
    color: #fff;
    cursor: pointer;
}
.wheel_description{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
.klw_field_name_wrap, .klw_field_mobile_wrap{
   margin-bottom: 15px;
}
.klw_pointer:before {
   color: #f3c5;
    text-shadow: -4px 2px 0 rgba(0, 0, 0, 0.2);
    content: "\f3c5";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.klw_pointer_content{
        display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transform: rotate(270deg);
}
.klw_wheel_spin_container{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.klw-background-effect-snowflakes{
    box-sizing: border-box;
}
.klw_pointer {
    position: relative;
    -moz-transform: translateY(8%);
    /* -webkit-transform: translateY(8%); */
    -o-transform: translateY(8%);
    -ms-transform: translateY(8%);
    transform: translateY(8%);
}
.klw-background-effect-snowflake{
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}
.klw-background-effect-snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: fall, shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: fall, shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
}
.klw-background-effect-snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
}
.klw-background-effect-snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s;
}
.klw-background-effect-snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
}
.klw-background-effect-snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
}
.klw-background-effect-snowflake:nth-of-type(5) {
        left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}
.klw-background-effect-snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
}
.klw-background-effect-snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
}
.klw-background-effect-snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
}
.klw-background-effect-snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}
.wlwl-snowflakes-fall {
    animation: fall linear infinite;
}

.wlwl-snowflakes-shake {
    animation: shake linear infinite;
}

@keyframes fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}

@keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(80px);
    }
    100% {
        transform: translateX(0px);
    }
}
.klw-congratulations-effect{
    display: none;
}
.klw-congratulations-effect canvas{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
    display: block;
}
.klw_wheel_icon.klw_show{
    margin-left: 0;
    margin-right: 0;
    transform: rotate(-1801deg);
}

.wheel_content_right .klw_field_input{
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
.klw_wheel_icon{
    position: fixed;
    transition: all 2s ease;
    z-index: 999999;
}
.klw-popup-icon{
    line-height: 42px;
    background: black;
    font-size: 45px;
    color: #fff;
    border-radius: 50px;
    padding: 20px 20px;
    vertical-align: middle;
}
.wheel_content_left{
    display: inline-block;
    margin-left: -30%;
    position: relative;
    width: 48%;
}
.klw_lucky_wheel_content .wheel_content_right{
    width: 48% !important;
}
.klw-frontend-result{
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}
.klw-after-checkout-btn{
    display: none;
}
.klw-after-checkout-btn.active{
    display: block;
}
.klw-congratulations-effect.active{
    display: block!important;
}
.klw-container{
    position: absolute!important;
    top: 0;
    width: 100%;
    left: 0;
}
.confetti-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.confetti {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.confetti--animation-slow {
  animation: confetti-fall 3s linear infinite;
}

.confetti--animation-medium {
  animation: confetti-fall 2s linear infinite;
}

.confetti--animation-fast {
  animation: confetti-fall 1s linear infinite;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
  }
}
.klw-show-again-option{
    display: flex;
	margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}
.klw-gdpr-checkbox-wrap{
	display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.klw-reminder-later span, .klw-never-again span, .klw-close span{
	cursor:pointer;
}
.klw-gdpr-checkbox-wrap input{
	border: none;
    margin-right: 10px;
    width: 15px;
    box-shadow: none;
    height: 15px;
}
.klw-never-again, .klw-reminder-later{
    margin-right: 15px;
}
.klw_wheel_icon{
    border-radius: 50%;
}
@media screen and ( max-width:600px){
    .wheel-content-wrapper{
        display: block!important;
    }
    .klw_lucky_wheel_content .wheel_content_left, .klw_lucky_wheel_content .wheel_content_right{
        width: 100%!important;
        min-width: 100%!important;
    }
    .klw-close-wheel{
        right: 12px!important;
    }
    .klw_wheel_spin{
        margin: 0 auto;
    }
    .wheel_content_left{
        margin-bottom: 25px;
    }
    .klw_lucky_wheel_content{
        overflow-y: scroll;
        height: 100%;
    }
}