.x_button {
    background: url("../img/X.svg") no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    border: none
}

.hero-mob-img {
    display: none !important
}

#spin_button:focus {
    outline: 0
}

#spin_button {
    background: url("img/Button.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 170px;
    height: 70px;
    padding: 0;
    border: none;
    bottom: 42%;
    right: 15%
}

.spin_title {
    font-size: 1.85em;
    font-family: HelveticaNeue, sans-serif;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 1.25em;
    letter-spacing: .5px;
    padding-top: 1em;
    font-style: italic;
    text-shadow: 2px 2px #00000078
}

.spin_title .highlight,
.spin_sub .highlight,
#spin_claim .congrats_sub .highlight {
    color: #71ffb9
}

.spin_sub {
    text-shadow: 2px 2px #00000078;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.4375em;
    line-height: 1.4em;
    color: #fff;
    margin: .4em 0 0;
    font-style: italic;
    font-weight: 700
}

.bottom_text {
    line-height: 1.4em;
    font-size: 1.625em;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    margin: 0
}

#spin-wrapper {
    max-width: 500px;
    overflow: auto
}

#spin-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999995;
    text-align: center;
    background: url(../images-main/MM/MM_Background_Wheel_1.svg) no-repeat;
    background-size: cover;
    padding-bottom: 2em;
    border-bottom: none;
    padding: 0;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: scroll
}

#spin-page .no_thanks {
    position: absolute;
    bottom: -4em;
    left: -4em;
    right: 0;
    margin: 0 auto;
    color: #f3f3f3;
    z-index: 99999999995;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    font-size: 1em;
    font-family: Helvetica Neue, sans-serif
}

/*@media only screen and (min-width:500px) {
    #spin-page {
        min-height: auto
    }
}*/

#spinner {
    display: flex;
    width: 115%;
    height: 25.5em;
    position: relative;
    max-width: 600px;
    margin: 0 auto
}

#spinner>img {
    height: 28em;
    width: auto;
    position: absolute;
    left: -52%;
    bottom: -1em
}

#spinner .circle {
    width: 7.65125em;
    height: 7.65125em;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -15%;
    bottom: 8.5em
}

@media only screen and (width:320px) {
    #spinner .circle {
        left: -16%;
        bottom: 9em
    }
}

@media only screen and (min-width:400px) {
    #spinner .circle {
        left: -10%;
        bottom: 10.5em
    }
}

@media only screen and (min-width:500px) {
    #spinner .circle {
        left: -12%;
        bottom: 10em
    }
}

#spinner img.spinAround {
    -webkit-animation: spin 6.6s;
    animation: spin 6.6s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.arrow {
    background: url('../img/Needle_Asset 3.svg') no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 5em;
    height: auto;
    position: absolute;
    left: 10em;
    top: 0;
    bottom: 0
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(2940deg);
        -ms-transform: rotate(2940deg);
        transform: rotate(2940deg)
    }
}

#spin_claim {
    opacity: 0;
    width: 100%;
    max-width: 500px;
    background: 0 0;
    color: #fff;
    border: none;
    padding-top: 3em;
    margin: 0 auto
}

#spin_claim.fade-in {
    transition: all .6s ease-in;
    opacity: 1;
    display: block !important
}

#spin_claim .present {
    width: 8.923125em;
    height: auto
}

#spin_claim .congrats_sub {
    font-size: 2.1875em;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 1em 0 .6em;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: italic
}

#claim_btn {
    width: 22em;
    margin: 0 auto;
    display: inline-block;
    height: 4.0625em;
    border: none !important;
    background: rgb(69, 254, 243);
    background: linear-gradient(180deg, rgba(69, 254, 243, 1) 20%, rgba(49, 143, 193, 1) 72%);
    box-shadow: -2px -1px 12px 3px #3dd4df;
    border-radius: 6px;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: italic
}

#claim_btn span {
    font-size: 1.6875em;
    font-weight: 500;
    text-align: center
}

#canvas {
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media only screen and (width:360px) {
    #spinner > img {
        height: 25em;
        bottom: 1em
    }
    /*#spinner {
        height: 27em
    }*/
    .arrow {
        left: 9em
    }
}

@media only screen and (min-width:500px) {
    #spin-page {
        min-height: auto
    }
    #spinner>img {
        height: 28em;
        width: auto;
        position: absolute;
        left: -49%;
        bottom: -1.5em
    }

    .arrow {
        left: 11em
    }
}

@media only screen and (min-width:600px) {
    #spinner .circle {
        left: 8%
    }

    #spinner .spin_img {
        left: -9em
    }

    .arrow {
        left: 16.5em
    }
}

@media only screen and (min-width:400px) and (max-width:499px) {
    #spinner {
        height: 30em
    }

    #spinner>img {
        height: 28em;
        width: auto;
        position: absolute;
        left: -49%;
        bottom: .5em
    }

    .arrow {
        left: 10.5em;
        bottom: -0.5em
    }
}

@media only screen and (max-width:568px) {
    #spin_button {
        width: 134px;
        height: 54px;
        bottom: 44%;
        right: 14%
    }

    #spin-page {
        background: url(../images-main/MM/MM_Background_Wheel_1.svg) no-repeat center;
        background-size: cover
    }

    .x_button {
        width: 20px;
        height: 24px
    }

    #spin-page .no_thanks {
        font-size: .8em
    }
}
@media(max-width:414px) {
    #spinner > img {
        height: 25em;
        bottom: 5.5em
    }
    .arrow {
        left: 9.5em;
        bottom: 6em
    }
    #spin_button {
        bottom: 55%
    }
    #spin-page .no_thanks {
        bottom: 4em
    }
}

    
@media (max-width:390px) {
    #spin-page .no_thanks {
        bottom: 7em
    }
    .arrow {
        left: 7.5em;
        bottom: 10em
    }
    #spin_button {
        bottom: 63%
    }
}

@media only screen and (max-width:320px) {
    .spin_sub {
        font-size: .8em
    }

    .spin_title {
        font-size: 1em
    }

    #spinner>img {
        left: -73%
    }

    .arrow {
        left: 9em;
        bottom: 6em;
        width: 4em
    }

    #spin_button {
        width: 107px;
        height: 36px;
        bottom: 46%
    }

    #spin-page .no_thanks {
        font-size: .8em;
        bottom: 4em
    }

    #spinner>img {
        left: -53% !important;
        height: 23em;
        bottom: 4em
    }
}


@media only screen and (min-width: 320px) and (max-width: 767px){
   .header-logo {
        margin: auto;
        box-shadow: none;
        border: none;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .Customer_contact{
       justify-content: center;
       order: 3;
       width: 100%;
       margin-bottom: 14px;
    }
    .logo_part{
       display: inline-block;
           margin: 0 auto;
    }

}

@media (max-width:390.9px) {
    .arrow {
        bottom: 1em;
        left: 10em;
    }
    #spin_button {
        bottom: 46%;
        right: 15%;
    }
    #spinner>img {
        left: -56%;
    }
}

@media (max-width:375.9px) {
    #spinner>img {
        left: -60%;
    }
    .arrow {
        left: 9em;
    }
}

@media only screen and (max-width:360px) {
    #spinner>img {
        height: 25em;
        bottom: 1em
    }

    #spinner {
        height: 27em
    }

    .arrow {
        left: 8.5em;
    }

    /*#spinner>img {
        left: -55% !important
    }*/
}


@media screen and (min-width:500px) and (max-width:600px) {
    #spinner>img {
        left: -38%
    }
}

@media screen and (min-width:450px) and (max-width:499px) {
    #spinner>img {
        left: -38%
    }
}

@media screen and (max-width:499px) {
    #spinner>img {
        left: -45%
    }
}

@media screen and (max-width:400px) {
    #spinner>img {
        left: -56%
    }
}

@media screen and (max-width:360px) {
    #spinner>img {
        left: -48%;
        height: 22em;
        bottom: 7em
    }
}


@media (max-width: 400.9px) {
    #spinner > img {
        left: -45%;
        bottom: 2em;
    }
    .arrow {
        left: 10em;
        bottom: 4em;
    }
    #spin_button {
        bottom: 51%;
        right: 15%;
    }
    #spin-page .no_thanks {
        bottom: 1em;
    }
}
@media (max-width: 375.9px) {
    #spinner > img {
        left: -50%;
        bottom: 2em;
    }
    .arrow {
        left: 9em;
    }
}
@media (max-width: 360.9px) {
    #spinner > img {
        left: -45%;
        bottom: 4.2em;
    }
    .arrow {
        left: 8.5em;
    }
}
@media (max-width: 350px) {
    #spinner > img {
        bottom: 2em;
    }
    .arrow {
        bottom: 2.5em;
    }
}






.sale-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #062268;
}
.salefirst {
    display: flex;
    align-items: center;
}
.sale-1 {
    margin-right: 28px;
}
.auto-apply h6 {
    margin-right: 28px;
}
.sale-3 {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}
.offer-sale {
    text-align: right;
    font-size: 12px;
    margin-right: 12px;
}
#demo {
    font-size: 28px;
    font-weight: 800;
}
.sale-section h6 img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 0px;
}
.product-description{
    position: relative;
}
.freemats-note {
    display: flex;
    align-items: center;
    background: linear-gradient(rgb(64, 175, 249) 0%, rgb(37, 134, 203) 37%, rgb(8, 89, 151) 100%);
    color: rgb(255, 255, 255);
    border-radius: 48px;
    padding: 8px 0px 8px 28px;
    margin-top: 12px;
    box-sizing: border-box;
    gap:38px;
    cursor: pointer;
    width:100%;
    max-width:100%;
}
.freemats-note-img-wrap {
    position: relative;
    max-height: 78px;
}
.freemats-note-img-badge {
    position: absolute;
    max-height: 50px;
    top: 5px;
    right: -22px;
}
.free-text {
    position: absolute;
    font-weight: 900;
    color: rgb(0, 50, 115);
    top: 20px;
    right: -15px;
    font-size: 14px;
}
.freemats-note-img {
    max-height: 78px;
}
.freemats-note .text h1 {
    font-size: 22px;
    margin: 0px;
}
.freemats-note .text h2 {
    font-size: 16px;
    margin: 0px;
}
.freemats-note .text h2 span {
    color: rgb(91, 254, 248);
}
.rotating {
    animation-duration : 8s;
    animation-timing-function : linear;
    animation-delay : 0s;
    animation-iteration-count : infinite;
    animation-direction : normal;
    animation-fill-mode : none;
    animation-play-state : running;
    animation-name : rotating;
}
@keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.as-seen-on-carousel {
    position: relative;
    margin-top: 28px;
    margin-bottom: 18px;
    max-width:410px;
    overflow:hidden;
}
.bestseller-over-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.infiniteslide ul{
    display: flex !important;
    padding-left: 0;
}
.as-brandbs-icon {
    max-height: 75px;
}
.blur-over-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(255, 255, 255) 9%, rgb(255 255 255 / 0%) 100%);
}
.as-seen-on-img {
    max-height: 58px;
    margin: 0 18px;
}
.auto-apply h6 b{
    font-weight: 800;
}
.button-checkout-1{
    box-sizing:border-box;
    display: block !important;
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 8px 8px 8px;
    z-index: 1;
    top: auto !important;
    bottom: 0;
    height: auto !important;
    box-shadow: 0 -2px 5px #00000057;
    left: 0;
}
.button-checkout-1 button {
    padding: 12px 0 ;
    display: block !important;
    max-width: 600px;
    width:100% !important;
    font-size: 1.5em;
    margin: 0 auto 8px;
    box-sizing: border-box;
    background: #16be53;
    border: 0;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
}
.del-info {
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.del-info .left {
    float: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
}
.del-info .left video {
    display: inline-block;
    max-height: 17px;
    transform: translateY(-0.5px);
    margin-right: 4px;
}
.del-info .left span {
    font-weight: 700;
    margin-left: 4px;
}
.del-info .right {
    float: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
}
.del-info .right video {
    display: inline-block;
    max-height: 21px;
}
.del-info .right span {
    font-weight: 700;
    margin-right: 4px;
}
@media(max-width:1536px){
    /* .header_slider {
        max-width: 750px;
    }
    .desktop-v {
        max-width: 750px;
    } */
}
@media(max-width:768px){
    .sale-section {
        justify-content: space-around;
    }
    .salefirst {
        order: 2;
        flex-direction: column;
    }
    .sale-3 {
        flex-direction: column;
        align-items: flex-start;
    }
    .offer-sale {
        margin-right: 0px;
        text-align: left;
        font-size: 9px;
    }
    #demo {
        font-size: 18px;
        font-family: 'Nunito';
    }
    .sale-section h6 img {
        width: 20px;
        margin-top: -5px;
    }
    .freemats-note{
        justify-content: space-around;
        padding: 8px 10px;
        gap: 0;
        margin-top: 48px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .del-info {
        max-width: 100%;
    }
    .updated__spin-img {
        max-height: 25em;
    }
}
@media(max-width:576px){
    .sale-section h6 img {
        width: 20px;
        margin-top: -4px;
    }
    .del-info .right {
        white-space: nowrap;
        font-size: 10px;
    }
    .del-info .left {
        font-size: 10px;
        white-space: nowrap;
    }
    .button-checkout-1 button{
        width:100% !important;
        max-width: 96%;
    }
    .del-info {
        margin:0 12px 6px;
    }
    .button-checkout-1 {
        height: auto !important;
        padding:8px 0 0;
    }
}
@media(max-width:380px){
    .freemats-note .text h2 {
        font-size: 18px;
    }
    .freemats-note .text h2 {
        font-size: 14px;
    }
}
.clock-text-btn{
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
}
.clock-text-btn img{
    width: 7px;
    height: auto;
}
.lim_cta{
    background-color: #F1F1F1;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    gap: 4px;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 0;
}
.lim_txt{
    color: #090909;
    font-weight: 700;
}
.red_bg{
    background-color: #FF0000;
    border-radius: 4px;
    box-shadow: 2px 2px 0 0 #00000033;
}
.end_in_txt{
    color: #fff;
    font-weight: 800;
    padding: 8px;
}
.time_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;    
    padding: 3px 8px;
}
.timer_digit{
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}
.timer_unit{
    color: #fff;
    font-size: 12px;
}
.timer_separator{
    font-weight: 900;
    color: #FF0000;
    font-size: 24px;
    text-shadow: 1.5px 1.5px #0000005e;
}
@media(max-width:1025px) and (min-width:768px){
    .product-main-page{
        max-width: 768px;
        margin: 0 auto;
        flex-direction: column;
    }
    .freemats-note{
        max-width: 428px;
        margin: 20px auto 0;
    }
    .product-description{
        max-width: 576px;
        margin: 0 auto;
    }
}
@media (max-width:576px){
    .timer_unit {
        font-size: 10px;
    }
    .timer_digit {
        font-size: 14px;
    }
    .lim_txt {
        font-size: 12px;
    }
    .end_in_txt {
        font-size: 12px;
    }
    .lim_cta {
        margin-bottom: 6px;
        padding: 4px 0;
    }
  
}



