/* ==========  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; }

html, body {
  font-family: "Lato", "Helvetica", "Arial", sans-serif; }

#xmas-006 {
  background-color: #0058d4; }
  #xmas-006 .lazyloaded {
    width: auto;
    height: auto; }
  #xmas-006 .button__action {
    background: #eee;
    border-color: #eee;
    color: initial; }
    #xmas-006 .button__action:hover {
      background: #ff0000;
      border-color: #ff0000;
      color: #fff; }
  #xmas-006 .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); }
    #xmas-006 .ega-header.fixed {
      transform: translate3d(0px, 0px, 0px); }
  #xmas-006 #back-to-home {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    width: auto; }
    #xmas-006 #back-to-home svg {
      color: #fff;
      font-size: 30px; }
  #xmas-006 #logo img {
    height: 40px; }
  #xmas-006 .ega-home-banner {
    position: relative;
    min-height: 300px;
    height: 100vh;
    color: #000000;
    text-align: center;
    font-size: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      #xmas-006 .ega-home-banner {
        background: url(https://file.hstatic.net/1000373601/file/artboard_1_3x_44d5fd1728c64d83909fd37dd5b05dcc.png) center center no-repeat; } }
    @media (max-width: 991px) {
      #xmas-006 .ega-home-banner {
        background: url(https://file.hstatic.net/1000373601/file/mobi-01_6a026af4b825430ca942edf0b5f7e7d5.jpg) center center no-repeat; } }
    #xmas-006 .ega-home-banner h2 {
      font-size: 3em;
      font-family: "Dancing Script"; }
    #xmas-006 .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; }

@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; } }
  #xmas-006 #banner-top {
    padding: 60px 30px; }
    #xmas-006 #banner-top .ega-banner {
      margin-top: 30px; }
  #xmas-006 .ega-section {
    padding: 30px; }
    #xmas-006 .ega-section__viewall {
      padding-bottom: 30px; }
      #xmas-006 .ega-section__viewall a {
        color: #333; }
        #xmas-006 .ega-section__viewall a i {
          color: #ff0000; }
  #xmas-006 .ega-heading {
    font-family: "Dancing Script"; }
  #xmas-006 #block-1 .ega-heading, #xmas-006 #block-1 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-1 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-1 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-1 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-2 .ega-heading, #xmas-006 #block-2 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-2 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-2 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-2 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-3 .ega-heading, #xmas-006 #block-3 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-3 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-3 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-3 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-4 .ega-heading, #xmas-006 #block-4 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-4 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-4 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-4 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-5 .ega-heading, #xmas-006 #block-5 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-5 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-5 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-5 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-6 .ega-heading, #xmas-006 #block-6 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-6 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-6 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-6 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-7 .ega-heading, #xmas-006 #block-7 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-7 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-7 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-7 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-8 .ega-heading, #xmas-006 #block-8 .ega-section__viewall a.ega-btn.ega-btn--pill {
    color: #fff;
    background: #ff0000;
    border: none; }
  #xmas-006 #block-8 .ega-pro__content {
    height: 128px; }
  #xmas-006 #block-8 .ega-pro__img img {
    object-position: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-8 .ega-banner__img {
    width: 100% !important;
    height: 100% !important;
    /*max-height:690px;
				object-fit: scale-down;*/ }
  #xmas-006 #block-pd-banner .ega-pro__content {
    height: 150px; }
  #xmas-006 #block-pd-banner .ega-pro__img img {
    object-position: 50% 50%;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #xmas-006 #block-pd-banner .ega-banner__img {
    width: 100% !important;
    height: 475px !important; }
  #xmas-006 .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    #xmas-006 .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; }
      #xmas-006 .owl-nav [class*=owl-]:hover {
        background-color: #ff0000;
        color: #fff; }
      #xmas-006 .owl-nav [class*=owl-] i {
        line-height: inherit; }
  #xmas-006 .ega-title__img {
    text-align: center;
    margin: 0px auto 30px auto;
    background: #ffc807; }
  #xmas-006 .ega-pro {
    background-color: #ffffff;
    margin-bottom: 30px;
    border: 1px solid transparent; }
    #xmas-006 .ega-pro:hover {
      border-color: #ff0000; }
    #xmas-006 .ega-pro__title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: initial;
      font-size: 1.17em; }
    #xmas-006 .ega-pro .ega-btn {
      background-color: #eee;
      border: #eee;
      color: initial; }
      #xmas-006 .ega-pro .ega-btn:hover {
        background-color: #ff0000;
        border: #ff0000;
        color: #fff; }
    #xmas-006 .ega-pro__sale-tag.style1 {
      background-color: #ff0000;
      color: #fff; }
      #xmas-006 .ega-pro__sale-tag.style1 .triangle--left:after {
        border-left-color: #ff0000; }
  #xmas-006 .ega-section-featured {
    background-color: #66b5ff; }
    #xmas-006 .ega-section-featured .ega-heading {
      color: #ffffff; }
    #xmas-006 .ega-section-featured__slider {
      padding-top: 70px; }
    #xmas-006 .ega-section-featured__item {
      padding-left: 15px;
      padding-right: 15px; }
    #xmas-006 .ega-section-featured .owl-item img {
      width: 100%; }
    #xmas-006 .ega-section-featured .ega-pro {
      margin: 0 10px; }
  #xmas-006 .ega-section-partners {
    padding-left: 15px;
    padding-right: 15px; }
    #xmas-006 .ega-section-partners .ega-heading {
      color: #ffffff; }
    #xmas-006 .ega-section-partners__slider {
      padding-top: 70px; }
    #xmas-006 .ega-section-partners__item {
      padding-left: 15px;
      padding-right: 15px; }
      #xmas-006 .ega-section-partners__item img {
        box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.175); }
  #xmas-006 .ega-footer {
    padding: 30px 0;
    background-color: #66b5ff;
    color: #ffffff;
    font-size: 14px;
    text-align: center; }
  #xmas-006 #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: 992px) {
  .ega-pro__img {
    display: block;
    height: 320px;
    width: 100%; } }

@media (max-width: 992px) {
  .ega-pro__img {
    display: block;
    height: 230px;
    width: 100%; } }

#xmas-006 .ega-pro__title .ega-color--initial {
  text-decoration: initial; }
