/* ==========  VARIABLES  ========== */
/* ==========  MIXINS  ========== */
.ega-color--initial {
    color: initial !important;
}

.ega-btn {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ega-btn-color {
    background: #ff0000;
    color: #fff;
    font-size: 15px;
}

.ega-btn-color:hover {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.ega-btn-color--outline {
    background-color: transparent;
    border-color: #ff0000;
    color: #ff0000;
    font-size: 15px;
}

.ega-btn-color--outline:hover {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}


.spinningWheel {
    background-color: #263238;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.spinningWheel .lazyloaded {
    width: auto;
    height: auto;
}

.spinningWheel .button__action {
    background: #eee;
    border-color: #eee;
    color: initial;
}

.spinningWheel .button__action:hover {
    background: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.spinningWheel .ega-header {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 50px;
    padding: 5px 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transition: transform .3s;
    /* Safari */
    transition: transform .3s;
    background-color: rgba(22, 22, 22, 0.5);
}

.spinningWheel .ega-header.fixed {
    transform: translate3d(0px, 0px, 0px);
}

.spinningWheel #back-to-home {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.spinningWheel #back-to-home svg {
    color: #fff;
}

.spinningWheel #logo img {
    height: 40px;
}
.headmdk {
    color:#FFF;
    font-size: 20px;
    text-shadow:0px 2px 6px rgb(0 0 0 / 50%),0px 0px 19px rgb(0 0 0 / 60%);
    z-index: 4;
    position: relative;
}
.headmdk h2 {
    color:#FFF;
    font-size: 40px;
    margin-bottom: 5px;
}
.closewheeeel {
    position: absolute;
    right: 1%;
    top: 1%;
    z-index: 9999;
    color: #FFF;
    font-size: 25px;
    padding: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.spinningWheel .ega-home-banner {
    position: relative;
    min-height: 300px;
    height: 100vh;
    color: #000000;
    background: url(images/bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
    flex-direction: column-reverse;
}
.ega-home-banner a {
    color: #fff;
}
.spinningWheel .ega-home-banner #canvasContainer {
    margin: 0 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 400px;
    transform: translate(0, 0);
    display: none;
    border-radius: 100%;
    padding: 10px;
    display: block;
    background: rgb(255 255 255);
    z-index: 4;
    position: relative;
}
@keyframes spin_reflection {
    100% {
        transform:rotate(360deg);
    }
}
.spinningWheel .headmdk {
    padding: 0px 20px;
}
.spinningWheel .headmdk h3 {
    font-size: 1.3em;
}
.spinningWheel .headmdk ul {
    font-size: 16px;
}
.spinningWheel .ega-home-banner #canvasContainer canvas {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 94%;
    background: transparent;
    transform-origin: 50% 50%;
    border-radius: 100%;
    z-index: 7;
    animation: spin 1s ease-out 1;
    box-shadow: 0px 33px 3px rgb(0 0 0 / 20%);
}
.spinningWheel .headmdk input {
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 6px;
    border: none;
}
.spinningWheel .headmdk input:focus {
    outline: none !important;
    box-shadow: 0px 0px 25px rgb(255 255 255 / 65%);
}
.spinningWheel .headmdk button {
    font-size: 22px;
    background: #39b72b;
    border-radius: 8px;
    padding: 10px;
    border: none;
    color: #FFF;
    width: 100%;
    margin-top: 7px;
    padding-bottom: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s all;
}
.spinningWheel .headmdk button:hover {
    filter:brightness(1.15);
}
.spinningWheel .ega-home-banner #canvasContainer .pointer {
    position: absolute;
    top: 47%;
    left: 50%;
    background: transparent;
    border: none;
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 10;
    font-size: 14px;
    font-weight: 500;
    color: #144e5c;
    cursor: default !important;
    line-height: 16px;
}
.spinningWheel .ega-home-banner #canvasContainer .pointer span {
    margin-top: 5px;
    display: block;
}

.spinningWheel .ega-home-banner #canvasContainer .pointer img {
    left: 50%;
    position: absolute;
    top: 34%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 80px;
}

@media (max-width: 768px) {
    .spinningWheel .ega-home-banner #canvasContainer {
        width: 320px;
        height: 320px;
        background-size: cover;
    }
}

.spinningWheel .ega-home-banner .ega-next-section {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    font-size: 60px;
    line-height: 1;
    text-shadow: #030303 0px 4px 4px;
    animation-duration: 1.5s;
}

.spinningWheel .snow1 {
    background: url(images/xmas_006_snow.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: snowOne 10s infinite linear;
}

.spinningWheel .snow2 {
    background: url(images/xmas_006_snow.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: snowTwo 10s infinite linear;
    background-size: 300px;
    filter: blur(1px);
}

.spinningWheel .snow3 {
    background: url(images/xmas_006_snow.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: snowThree 10s infinite linear;
    background-size: 800px;
    filter: blur(2px);
}

@keyframes snowOne {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100px 750px;
    }
}

@keyframes snowTwo {
    0% {
        background-position: 0px -100px;
    }
    100% {
        background-position: 0px 750px;
    }
}

@keyframes snowThree {
    0% {
        background-position: 0px 100px;
    }
    100% {
        background-position: 300px 750px;
    }
}

.spinningWheel #banner-top {
    padding: 60px 30px;
}

.spinningWheel #banner-top .ega-banner {
    margin-top: 30px;
}

.spinningWheel .ega-section {
    padding: 30px;
}

.spinningWheel .ega-section__viewall {
    padding-bottom: 30px;
}

.spinningWheel .ega-section__viewall a {
    color: #333;
}

.spinningWheel .ega-section__viewall a i {
    color: #ff0000;
}


.spinningWheel #block-1 {
    background-color: #fcf9f2;
}

.spinningWheel #block-1 .ega-heading, .spinningWheel #block-1 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none;
}

.spinningWheel #block-1 .ega-pro__content {
    height: 128px;
}

.spinningWheel #block-1 .ega-pro__img img {
    width: 100% !important;
    object-fit: scale-down;
    height: 200px;
}

.spinningWheel #block-1 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    max-height: 690px;
    object-fit: scale-down;
}

.spinningWheel #block-2 {
    background-color: #fcf9f2;
}

.spinningWheel #block-2 .ega-heading, .spinningWheel #block-2 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none;
}

.spinningWheel #block-2 .ega-pro__content {
    height: 128px;
}

.spinningWheel #block-2 .ega-pro__img img {
    width: 100% !important;
    object-fit: scale-down;
    height: 200px;
}

.spinningWheel #block-2 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    max-height: 690px;
    object-fit: scale-down;
}

.spinningWheel #block-pd-banner .ega-pro__content {
    height: 150px;
}

.spinningWheel #block-pd-banner .ega-pro__img img {
    width: 100% !important;
    object-fit: scale-down;
    height: 153px;
}

.spinningWheel #block-pd-banner .ega-banner__img {
    width: 100% !important;
    height: 305px !important;
    object-fit: cover;
}

.spinningWheel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.spinningWheel .owl-nav [class*=owl-] {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 30px;
    color: #000;
    padding: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.spinningWheel .owl-nav [class*=owl-]:hover {
    background-color: #ff0000;
    color: #fff;
}

.spinningWheel .owl-nav [class*=owl-] i {
    line-height: inherit;
}

.spinningWheel .ega-title__img {
    text-align: center;
    margin: 0px auto 50px auto;
    max-width: 800px;
}

.spinningWheel .ega-pro {
    background-color: #ffffff;
    margin-bottom: 30px;
    border: 1px solid transparent;
}

.spinningWheel .ega-pro:hover {
    border-color: #ff0000;
}

.spinningWheel .ega-pro__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    font-size: 1.17em;
}

.spinningWheel .ega-pro .ega-btn {
    background-color: #eee;
    border: #eee;
    color: initial;
}

.spinningWheel .ega-pro .ega-btn:hover {
    background-color: #ff0000;
    border: #ff0000;
    color: #fff;
}

.spinningWheel .ega-pro__sale-tag.style1 {
    background-color: #ff0000;
    color: #fff;
}

.spinningWheel .ega-pro__sale-tag.style1 .triangle--left:after {
    border-left-color: #ff0000;
}

.spinningWheel .ega-section-featured {
    background-color: #66b5ff;
}

.spinningWheel .ega-section-featured .ega-heading {
    color: #ffffff;
}

.spinningWheel .ega-section-featured__slider {
    padding-top: 70px;
}

.spinningWheel .ega-section-featured__item {
    padding-left: 15px;
    padding-right: 15px;
}

.spinningWheel .ega-section-featured .owl-item img {
    width: 100%;
}

.spinningWheel .ega-section-featured .ega-pro {
    margin: 0 10px;
}

.spinningWheel .ega-section-partners {
    padding-left: 15px;
    padding-right: 15px;
}

.spinningWheel .ega-section-partners .ega-heading {
    color: #000000;
}

.spinningWheel .ega-section-partners__slider {
    padding-top: 70px;
}

.spinningWheel .ega-section-partners__item {
    padding-left: 15px;
    padding-right: 15px;
}

.spinningWheel .ega-section-partners__item img {
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.175);
}

.spinningWheel .ega-footer {
    padding: 30px 0;
    background-color: #66b5ff;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.spinningWheel #ega-loading {
    display: none;
}

/*** ega-modal ***/
.ega-modal-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.ega-modal-cart.show {
    opacity: 1;
    z-index: 9999999;
}

.ega-modal-cart__content {
    background-color: #fff;
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 1.75rem auto;
    border-radius: .2rem;
    padding: 1rem;
    z-index: 1;
}

@media (max-width: 767px) {
    .ega-modal-cart__content {
        padding: 0;
    }
}

.ega-modal-cart__close {
    align-items: center;
    text-decoration: none;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -12px;
    top: -12px;
    text-align: center;
    line-height: 25px;
    background-color: #444;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.ega-modal-cart__body {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
    align-items: center;
    text-align: right;
    padding: 20px 10px;
}

@media (max-width: 767px) {
    .ega-modal-cart__body {
        font-size: 14px;
    }
}

.toast .ega-modal-cart__content {
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.toast.right .ega-modal-cart__content {
    right: 10px;
    left: auto;
}

.toast.top .ega-modal-cart__content {
    top: 10px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.toast.bottom .ega-modal-cart__content {
    bottom: 10px;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.ega-modal-cart.toast.right .ega-modal-cart__close {
    left: auto;
    right: -9px;
    top: -12px;
}

.ega-modal-cart.toast.right .ega-modal-cart__content {
    transform: translateX(200px);
    top: 20px;
}

.ega-modal-cart.show.toast .ega-modal-cart__content {
    transform: translateX(0px);
    box-shadow: 0px 7px 36px rgba(16, 42, 67, 0.15);
    border-radius: 6px;
    min-width: 300px;
}


@media(min-width: 1024px) {
    .spinningWheel .ega-home-banner {
        flex-direction: row;
        flex-wrap: inherit;
        min-width: 1000px;
    }
    .spinningWheel .headmdk ul {
        font-size: 20px;
    }
    .spinningWheel {
        width: 74%;
    }
}
@media(min-width: 1250px){


    .spinningWheel {
        z-index: 9999;
        width: 54%;
        height: 100%;
    }
    .headmdk h2 {
        margin-top: -10px;
    }

}

@media(min-width: 1350px){
    .spinningWheel .ega-home-banner #canvasContainer {
        width: 440px;
        height: 440px;
    }
}
@media(max-width: 450px){
    .spinningWheel .ega-home-banner #canvasContainer {
        margin-top: -100px;
    }
}
@media(min-width: 1500px){
    .spinningWheel {
        width: 60%;
    }
}
.spinningWheel.skhnd {
    min-width: 0px !important;
}
.spinningWheel.skhnd .ega-home-banner {
    min-width: 0px !important;
}