.spin-wheel-popup #spin-wheel-canvas{
    border: 15px solid #7B3595;
    border-radius: 50%;
    max-width: 100%;
}
aside.modal-popup.spin-wheel-popup.spin-wheel-popup-popup.modal-slide._show .modal-inner-wrap{
    max-width: 80%;
}
#spin-pin-image{
    position: absolute;
    top: 30px;
    height: 43px;
    width: 100px;
    right: calc(50% - 65px);
}
#spin-wheel-form-description{
    margin-bottom: 5rem;
    margin-top: 2rem;
}
.spin-wheel-popup #spin-wheel-container{
    min-height: 600px;
    display: flex;
    align-items: center;
}
.spin-wheel-popup-popup #spin-wheel-form-container {
    height: auto;
}
#wkcc-shop-now{
    margin-top: 3rem;
}
#spin-wheel-button{
    min-width: 150px;
}
#spin-wheel-button img{
    display: none;
}
.spin-coupon-code-container{
    display: flex;
    align-items: center;
    max-width: 100%;
}

@media only screen and (max-width: 1060px) and (min-width: 769px) {
    #spin-pin-image{
        top: calc(21% - 11px);
        right: calc(50% - 28%);
    }
}
@media (max-width: 767px){
    aside.modal-popup.spin-wheel-popup.spin-wheel-popup-popup.modal-slide._show .modal-inner-wrap{
        max-width: auto;
    }
    .spin-wheel-popup .modal-inner-wrap , .spin-wheel-popup #spin-wheel-canvas{
        /* width: 95%; */
    }
    #spin-pin-image{
            right: calc(50% - 50px) !important;
            top: 2.5%;
    }
    .spin-wheel-popup #spin-wheel-container{
        display: inline-block;
        margin-top: 3rem;
        width: 100%;
    }
    .spin-wheel-popup #spin-wheel-form-container{
        padding: 25px;
    }
    /* .spin-wheel-popup #spin-wheel-wheel-container, .spin-wheel-popup #spin-wheel-form-container{
        width: -webkit-fill-available;
    } */
}