
.discount-wheel {
    width: 80px;
    height: auto;
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 99;
    cursor: pointer;
    animation: mymove 5s infinite
}

.discount-wheel button {
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.notiflix-report-overlay {
    background: rgba(0, 0, 0, .2) !important
}

@keyframes mymove {
    100% {
        transform: rotate(360deg)
    }
}

.discount-wheel-canvas .offcanvas {
    width: 800px
}

.discount-wheel-canvas .offcanvas .offcanvas-header button:focus {
    outline: 0;
    box-shadow: 0 0 .25rem rgba(13, 110, 253, 0)
}

.discount-wheel-canvas .offcanvas .offcanvas-header {
    background-color: var(--bg-1)
}

.discount-wheel-canvas .offcanvas .offcanvas-body {
    background-color: var(--bg-2);
    overflow: hidden;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-box {
    position: relative
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
    position: relative;
    width: 500px;
    height: 500px;
    left: -200px;
    top: 150px;
    overflow: hidden;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/arrow-bottom.png) no-repeat;
    background-size: 5%;
    left: 5%;
    /*top: 45%;*/
    top: 50%;
    transform: rotate(90deg)
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 4s ease-out;
    /*transition: all ease-in-out 5s;*/
    transform: rotate(90deg)
}

.discount-wheel-canvas .offcanvas .offcanvas-body span {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span1 {
    -webkit-clip-path: polygon(0 17%, 0 50%, 50% 50%);
    clip-path: polygon(0 17%, 0 50%, 50% 50%);
    background-color: #3c35e4
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span2 {
    -webkit-clip-path: polygon(0 17%, 40% 0, 50% 50%);
    clip-path: polygon(0 17%, 40% 0, 50% 50%);
    background-color: #8d01f8
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span3 {
    -webkit-clip-path: polygon(40% 0, 71% 0, 50% 50%);
    clip-path: polygon(40% 0, 71% 0, 50% 50%);
    background-color: #75cc1f
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span4 {
    -webkit-clip-path: polygon(71% 0, 100% 18%, 50% 50%);
    clip-path: polygon(71% 0, 100% 18%, 50% 50%);
    background-color: #fb6c02
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span5 {
    -webkit-clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
    clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
    background: #fac403
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span3 {
    background-color: #75cc1f
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 {
    width: 100%;
    height: 100%;
    transform: rotate(180deg)
}

.discount-wheel-canvas .offcanvas .offcanvas-body .font {
    color: #fff;
    font-size: 20px
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span1 b {
    position: absolute;
    top: 39%;
    right: 70%;
    transform: rotate(200deg);
    text-align: center;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span2 b {
    position: absolute;
    top: 22%;
    right: 54%;
    transform: rotate(-118deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span3 b {
    position: absolute;
    top: 19%;
    right: 38%;
    transform: rotate(-90deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span4 b {
    position: absolute;
    top: 26%;
    right: 21%;
    transform: rotate(-47deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span5 b {
    position: absolute;
    top: 39%;
    right: 11%;
    transform: rotate(-15deg);
    text-align: center
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span1 b {
    position: absolute;
    top: 37%;
    right: 69%;
    transform: rotate(200deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span2 b {
    position: absolute;
    top: 23%;
    right: 55%;
    transform: rotate(-124deg);
    text-align: center;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span3 b {
    position: absolute;
    top: 18%;
    right: 36%;
    transform: rotate(276deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span4 b {
    position: absolute;
    top: 25%;
    right: 21%;
    transform: rotate(310deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span5 b {
    position: absolute;
    top: 38%;
    right: 9%;
    transform: rotate(-20deg);
    text-align: center;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox button {
    position: absolute;
    left: 215px;
    top: 215px;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #009efa;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox.animate:after {
    animation: animateArrow .7s ease infinite
}

.discount-wheel-canvas .offcanvas .offcanvas-body audio {
    display: none
}

@keyframes animateArrow {
    50% {
        right: -50px
    }
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
    margin-top: 250px;
    margin-left: -30px;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button p {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin img {
    margin-right: 5px
}

.spinDefault {
    margin-bottom: 50px;
    margin-top: -50px;
    text-align: center;
}

.shopBtn {
    color: var(--secondary-color);
    font-size: 18px;
    text-decoration: underline;
}

.accordion-item {
    border: none;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff' stroke='gray' stroke-width='0.5'/%3e%3c/svg%3e") !important;
}


/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .discount-wheel-canvas .offcanvas {
        width: 700px;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
        left: -228px;
    }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        margin-top: 65px;
        margin-left: 0;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
        position: relative;
        width: 500px;
        height: 500px;
        left: 50%;
        top: 0;
        overflow: hidden;
        transform: translateX(-50%);
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
        width: 50%;
        margin: 0 auto;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        display: flex;
        flex-direction: column;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button p {
        text-align: center;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .spinDefault {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .spinDefault h2 {
        font-size: 25px;
        font-weight: 500;
        line-height: 5px;
    }

    .discount-wheel{
        display: none;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button p {
        padding: 18px 0;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }

    .shopBtn {
        font-size: 14px;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button h2 {
        font-size: 25px;
        font-weight: 500;
        line-height: 5px;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        margin-top: 20px;
        margin-left: 0;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
        position: relative;
        width: 500px;
        height: 500px;
        left: -240px;
        top: 0;
        overflow: hidden;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
        width: 50%;
        margin: 0 auto;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        display: flex;
        flex-direction: column;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
        padding: 5px 0;
        font-size: 14px;
    }
}