
.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;
    }
}

@media (max-width: 1250px) {
    .desktop-v {
        margin-left: 0;
        max-width: 700px;
    }
    .main-product-image {
        width: 700px;
        margin:0 auto;
    }
}

@media only screen and (min-width: 280px) and (max-width: 1000px) {
    .desktop-v {
        margin-left: 0;
        max-width: 100%;
    }
    .product-main-page {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .main-product-image {
        width: 100%;
    }
}

.header_slider{
    max-width:760px;
    position:relative;
    display: flex;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.slick-prev{
    top: 50%;
    left: 18px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #184480;
    -webkit-text-stroke: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #efefef;
}
.slick-prev i{
    transform: translateX(-1px);
}
.slick-next{
    top: 50%;
    right: 18px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    color: #184480;
    -webkit-text-stroke: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #efefef;
}
.slick-next i{
    transform: translateX(1px);
}
@media(max-width:576px){
    .stock p{
        font-size: 12px
    }
}
.user-av {
    display: flex;
    align-items: center;
}
/** NEW ADDED STYLES BELOW **/
@media screen and (max-width: 1250px) {
    .product-main-page {
        margin-left: 0;
    }
    .desktop-v {
        margin-left: 0;
    }
    .button-checkout-2 button {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 1035px) {
    .button-checkout-2 button {
        font-size: 1.05em;
    }
}
@media screen and (max-width: 1014px) {
    .button-checkout-2 button {
        font-size: 1em;
    }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
    .product-main-page {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
    .button-checkout-2 {
        height: auto;
        margin-bottom: 1rem;
        display: none;
    }
    .guranty {
        float: left;
    }
    .secure-img img {
        width: 105px !important;
        float: right;
        margin-top: 0 !important;
    }
    .button-checkout-1 {
        display: block;
        position: fixed;
        padding: 10px 20px;
        /* height: 105px;  */
    }
    .stock {
        font-size: 12px;
        margin-bottom: 5px;
        color: #000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Lato, HelveticaNeue, Helvetica Neue, sans-serif;
        white-space: nowrap;
        font-weight: 600;
        padding: 3px 0 0;
    }
    .stock img {
        width: 36px !important;
        height: auto;
        margin: 0px 5px 0 0 !important;
    }
    .button-checkout-1 button {
        padding: 12px 0;
        width: 86%;
        font-size: 1.5em;
    }
    .desktop-v {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .header_slider {
        margin-left: auto;
        margin-right: auto;
    }
    .desktop-v {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .slick-prev, .slick-next{
        font-size:16px;
    }
}