/*** TOP BAR ***/
/*$main_menu_color: #0e1c22;*/
/*$main_menu_color_hover: ;*/
/*** product page ***/
/*** end product page ***/
/**** MOBILE ****/
/**** END MOBILE ****/
/**** FONTS DEFAULT ****/
* {
  font-family: Open Sans; }

html,
body {
  font-size: 14px; }

body {
  background: #FAFAFA;
  color: #0e1c22;
  overflow-x: hidden; }
  body.template_blog, body.template_article, body.template_cart, body.template_customers, body.template_page {
    background: #FAFAFA; }

a {
  color: #288ad6; }

#ega-smartsearch-search-suggestion ul li a,
#ega-sale-pop .sale-pop-name a {
  color: #0e1c22; }

.ega-color--inherit {
  color: inherit !important; }

.ega-flex--between {
  justify-content: space-between; }

img[data-lazy],
img.lazyload,
img.lazyloading,
img.lazyload111 {
  height: 100%;
  width: 100%; }

/**** END FONTS DEFAULT ****/
/* ==========  MIXINS  ========== */
/*** GENERAL ***/
.ega-base-color {
  background: #f30d29 !important;
  color: #fff !important; }
  .ega-base-color:hover {
    border-color: #f30d29 !important; }
  .ega-base-color__text {
    color: #f30d29 !important; }

.ega-color--initial {
  color: initial !important; }
  .ega-color--initial * {
    color: initial !important; }

.error404 {
  display: block;
  font-size: 216px;
  font-weight: 600;
  color: #DDD;
  line-height: 1.35;
  letter-spacing: 4px; }
  @media (max-width: 991px) {
    .error404 {
      font-size: 100px; } }

a {
  text-decoration: none; }

@media (min-width: 1200px) {
  .ega-container {
    max-width: 1140px; } }

@media (min-width: 1800px) {
  .ega-container {
    max-width: 1638px; }
  .ega-16col-2 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .ega-16col-3 {
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .ega-16col-4 {
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-16col-5 {
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .ega-16col-6 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .ega-16col-7 {
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .ega-16col-9 {
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .ega-16col-10 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .ega-16col-11 {
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .ega-16col-12 {
    flex: 0 0 75%;
    max-width: 75%; } }

/*** END GENERAL ***/
@media (max-width: 767px) {
  .body-wrap {
    padding: 0; } }

.over {
  overflow: hidden;
  z-index: 9;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: all 0.2s; }

.menu-is-opened {
  overflow: hidden; }
  .menu-is-opened .over {
    height: 100%; }
  .menu-is-opened #menu-toggle {
    position: relative;
    background: #fff;
    z-index: 9; }
    .menu-is-opened #menu-toggle i {
      background: #333; }
      .menu-is-opened #menu-toggle i:nth-child(1) {
        transform: rotate(45deg);
        left: 4px; }
      .menu-is-opened #menu-toggle i:nth-child(2) {
        opacity: 0; }
      .menu-is-opened #menu-toggle i:nth-child(3) {
        transform: rotate(-45deg);
        left: 4px;
        top: 14px; }
    .menu-is-opened #menu-toggle span {
      color: #333; }
  .menu-is-opened #ega-menu--mb {
    display: block; }

.filter-mb-opened .over {
  height: 100%; }

header {
  background: #fff;
  color: #333;
  height: 57px;
  z-index: 10; }
  @media (max-width: 767px) {
    header {
      position: relative;
      height: 56px; }
      header .ega-container {
        padding-left: 5px;
        padding-right: 5px; } }
  header .header-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 57px;
    z-index: 1; }
    @media (min-width: 1200px) {
      header .header-wrap {
        padding: 0 48px 0 40px;
        display: grid;
        grid-template-columns: 144px 1fr 200px; } }
    @media (max-width: 767px) {
      header .header-wrap {
        height: 56px; } }
  header #menu-toggle {
    width: 45px;
    height: 100%;
    text-align: center;
    float: left;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-flow: column; }
    @media (min-width: 992px) {
      header #menu-toggle {
        display: none; } }
    header #menu-toggle .menu-wrap {
      position: relative;
      width: 20px;
      height: 15px;
      display: inline-block; }
    header #menu-toggle i {
      position: absolute;
      height: 2px;
      width: 100%;
      background: #333;
      border-radius: 9px;
      left: 0;
      transform-origin: left center;
      transition: 0.25s ease-out; }
      header #menu-toggle i:nth-child(1) {
        top: 0; }
      header #menu-toggle i:nth-child(2) {
        top: 6px; }
      header #menu-toggle i:nth-child(3) {
        top: 12px; }
    header #menu-toggle span {
      color: #fff;
      font-size: 10px;
      padding-top: 3px; }
  header .ega-form--mb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      header .ega-form--mb {
        width: 0;
        right: 0;
        left: auto;
        top: 100%;
        transform: scaleX(0);
        height: 50px;
        max-height: 50px;
        transform-origin: right; } }
    header .ega-form--mb .ega-form,
    header .ega-form--mb .ega-form--group,
    header .ega-form--mb .ega-form__control {
      height: 100%; }
    header .ega-form--mb .ega-form--group.ega-form__group-btn-in--right {
      border: 1px solid #eee;
      background: #fff; }
    header .ega-form--mb .ega-form__control {
      padding: 0.375rem 2.5rem;
      border-left: 0;
      border-right: 0;
      border-radius: 0; }
    header .ega-form--mb button {
      width: 60px;
      height: 100%;
      top: 0;
      transition: all 0.3s ease-in-out; }
      header .ega-form--mb button svg {
        width: 30px;
        height: 30px; }
    header .ega-form--mb.show {
      visibility: visible; }
      @media (min-width: 768px) {
        header .ega-form--mb.show {
          max-height: 80px; } }
      @media (min-width: 992px) {
        header .ega-form--mb.show {
          width: 540px;
          transform: scaleX(1); } }
  @media (min-width: 1200px) {
    header .header-right {
      /*width: 40%;*/
      justify-content: flex-end !important; } }
  header .icon-action {
    /*width: 120px;*/
    display: flex;
    justify-content: flex-end;
    padding-right: 12px; }
    header .icon-action .icon-account {
      position: relative; }
      header .icon-action .icon-account:hover .user-action {
        display: block; }
      header .icon-action .icon-account .user-action {
        display: none;
        position: absolute;
        top: 100%;
        width: 150px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 5px 15px;
        background: #fff;
        box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.05);
        border: 1px solid #EEE;
        border-top: 2px solid #f30d29;
        z-index: 99; }
        @media (max-width: 991px) {
          header .icon-action .icon-account .user-action {
            width: 100px;
            padding: 5px 10px; } }
        header .icon-action .icon-account .user-action a {
          display: block;
          line-height: 32px;
          font-size: 16px;
          color: initial; }
          @media (max-width: 991px) {
            header .icon-action .icon-account .user-action a {
              font-size: 14px; } }
    header .icon-action .header-icon img {
      max-width: 26px; }
      @media (min-width: 1200px) {
        header .icon-action .header-icon img {
          max-width: 26px; } }
    header .icon-action .header-icon + .header-icon {
      margin-left: 12px; }
      @media (min-width: 1200px) {
        header .icon-action .header-icon + .header-icon {
          margin-left: 24px; } }
    header .icon-action svg {
      font-size: 22px; }
    header .icon-action .cart-count {
      position: relative; }
      header .icon-action .cart-count span {
        position: absolute;
        top: -2px;
        right: -3px;
        font-size: 10px;
        text-align: center;
        width: 15px;
        height: 15px;
        line-height: 15px;
        background: #C54934;
        color: #fff;
        border-radius: 50%; }
        @media (max-width: 991px) {
          header .icon-action .cart-count span {
            font-size: 8px;
            width: 12px;
            height: 12px;
            line-height: 12px; } }
    @media (min-width: 992px) {
      header .icon-action {
        justify-content: space-between; }
        header .icon-action > * {
          margin-left: 0; }
        header .icon-action .icon-action__search {
          display: block; } }
  header .icon-action__search {
    cursor: pointer; }
  header .icon-action__search--close {
    width: 20px;
    height: 20px;
    left: 7px;
    top: 50%;
    transform: translate(0, -50%); }
  header .icon-action__search--desktop {
    display: none; }
    @media (min-width: 992px) {
      header .icon-action__search--desktop {
        display: block; } }
  header .icon-action__search--mb {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translate(0, -50%); }
    header .icon-action__search--mb img {
      max-width: 30px; }
    @media (min-width: 992px) {
      header .icon-action__search--mb {
        display: none; } }
  header.sticky-header .header-wrap {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#ega-breadcrumb {
  padding: 6px 0;
  background: #E1E3E8; }
  @media (min-width: 1200px) {
    #ega-breadcrumb {
      padding: 6px 48px 6px 40px; } }
  @media (max-width: 991px) {
    #ega-breadcrumb {
      display: none; } }
  #ega-breadcrumb .ega-menu--breadcrumb {
    z-index: 9; }

#ega-menu--mb {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 96px);
  left: 0;
  overflow: auto;
  z-index: 9999;
  /*
	& > .ega-menu--tree > .ega-menu--tree__item{
	&.menupos-5{
	& > a{
	color: $main_menu_hover_color;
}
}
}
	*/ }
  .sticky-header #ega-menu--mb {
    height: calc(100% - 56px);
    top: 57px; }
  #ega-menu--mb .ega-menu--tree {
    overflow: auto;
    background: #fff;
    margin: 0; }
    #ega-menu--mb .ega-menu--tree__item {
      padding: 10px 15px; }
      #ega-menu--mb .ega-menu--tree__item.current a {
        color: #d9121f; }
      #ega-menu--mb .ega-menu--tree__item + .ega-menu--tree__item {
        border-top: 1px solid #f4f4f4; }
      #ega-menu--mb .ega-menu--tree__item a span {
        text-align: center;
        width: 50px;
        font-size: 1.1em;
        position: absolute;
        right: 0; }

#logo {
  width: 144px;
  float: left;
  box-sizing: content-box; }
  @media (max-width: 767px) {
    #logo {
      width: auto;
      padding: 5px 0 5px 30px;
      box-sizing: inherit;
      margin: auto; }
      #logo margin {
        auto: 35px; } }
  @media (min-width: 1200px) {
    #logo img {
      padding-bottom: 0;
      height: 40px;
      margin-bottom: 5px; } }
  @media (min-width: 1440px) {
    #logo img {
      height: 44px; } }

#primary-menu {
  /*
	& > .ega-menu > .ega-menu__item.menupos-5 > a{
	color: $main_menu_hover_color;
}
	*/ }
  @media (min-width: 1200px) {
    #primary-menu {
      flex: 0 0 auto; }
      #primary-menu .ega-menu {
        align-items: center; } }
  @media (max-width: 991px) {
    #primary-menu {
      display: none; } }
  #primary-menu .ega-menu .current > .ega-menu__link {
    color: #d9121f; }
  #primary-menu .ega-menu__link {
    font-size: 12px;
    color: #0e1c22; }
    #primary-menu .ega-menu__link:hover {
      color: #d9121f; }
      #primary-menu .ega-menu__link:hover span {
        color: #d9121f; }
  #primary-menu .ega-menu__item.has-child {
    position: static; }
    #primary-menu .ega-menu__item.has-child svg {
      right: 0;
      font-size: 12px;
      top: calc(50% + 2px); }
  @media (min-width: 1200px) {
    #primary-menu .ega-menu__item .ega-menu__link {
      padding: 7px 12px; }
      #primary-menu .ega-menu__item .ega-menu__link span {
        font-size: 14px; } }
  @media (min-width: 1800px) {
    #primary-menu .ega-menu__item .ega-menu__link {
      padding: 7px 15px; }
      #primary-menu .ega-menu__item .ega-menu__link span {
        font-size: 15px; } }
  @media (min-width: 992px) {
    #primary-menu .ega-menu {
      height: inherit; }
      #primary-menu .ega-menu__item:hover {
        background: #fff; } }
  @media (max-width: 991px) {
    #primary-menu .ega-menu {
      display: none;
      position: absolute;
      background: #fff;
      top: 100%;
      z-index: 999999;
      left: 0;
      width: 100%;
      padding: 10px 0; }
      #primary-menu .ega-menu .ega-menu__item {
        float: left;
        width: 22%;
        height: 53px;
        margin: 0 0 1.9% 1.9%;
        background: #e3e3e3;
        border: 1px solid #bbb;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#fff));
        background: -webkit-linear-gradient(top, #fff, #e5e5e5);
        background: -moz-linear-gradient(top, #fff, #e5e5e5);
        background: -ms-linear-gradient(top, #fff, #e5e5e5);
        background: -o-linear-gradient(top, #fff, #e5e5e5);
        box-sizing: content-box; }
        #primary-menu .ega-menu .ega-menu__item .ega-menu__link {
          padding: 3px;
          font-size: 12px; } }
  #primary-menu > .ega-menu__item:first-child .ega-menu__link {
    padding-left: 0; }
  #primary-menu .normal-menu {
    text-align: left;
    align-items: baseline; }
    #primary-menu .normal-menu li {
      width: 100%; }

.liveeventwrapper {
  /*position: absolute;*/
  background: #000000;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 10px; }
  @media (min-width: 1200px) {
    .liveeventwrapper {
      padding: 0 48px 0 56px;
      text-align: center;
      font-size: 16px;
      line-height: 43px; } }
  @media (max-width: 991px) {
    .liveeventwrapper {
      line-height: 40px; } }
  @media (max-width: 767px) {
    .liveeventwrapper .ega-container {
      padding: 0; } }
  .liveeventwrapper .noti_wrapper {
    position: relative;
    padding-right: 20px; }
    .liveeventwrapper .noti_wrapper svg {
      position: absolute;
      top: 10px;
      right: 0;
      color: #fff;
      font-size: 20px;
      cursor: pointer; }
      @media (min-width: 1200px) {
        .liveeventwrapper .noti_wrapper svg {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .liveeventwrapper .liveevent {
    position: relative;
    padding: 0;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    display: inline-block;
    background: none; }
    @media (min-width: 1200px) {
      .liveeventwrapper .liveevent {
        font-size: 15px; } }
  .liveeventwrapper #dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    display: block; }
    .liveeventwrapper #dot .ping {
      border: 1px solid #fff;
      width: 10px;
      height: 10px;
      opacity: 1;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation-duration: 1.25s;
      animation-duration: 1.25s;
      -webkit-animation-name: sonar;
      animation-name: sonar;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      display: block;
      margin: -1px 0 0 -1px; }

@-webkit-keyframes sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

@keyframes sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

.ega-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center; }
  .ega-slider .owl-dots .owl-dot {
    background: 0;
    border: 0;
    padding: 1px 5px !important; }
    .ega-slider .owl-dots .owl-dot span {
      display: inline-block;
      border: 1px solid #000;
      background: transparent;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .ega-slider .owl-dots .owl-dot:hover span, .ega-slider .owl-dots .owl-dot.active span {
      background: #000; }

.scrollmenu {
  display: block;
  background: #fff;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  -ms-scroll-chaining: chained;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0; }

.navhome {
  display: block;
  white-space: nowrap; }

.menu-item {
  display: inline-block;
  width: 70px;
  margin: 5px;
  box-shadow: none;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  vertical-align: top; }
  .menu-item .menu-img {
    display: block;
    overflow: hidden;
    border-radius: 50px;
    height: 42px;
    line-height: 42px;
    width: 42px;
    margin: auto;
    position: relative;
    background: linear-gradient(-180deg, #fbfbfb 0%, #f1f1f1 100%);
    border: 1px solid #c3c3c3;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    text-align: center; }
    .menu-item .menu-img img {
      width: 25px;
      vertical-align: middle; }
  .menu-item h3 {
    margin: 0;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    color: #000;
    text-align: center;
    line-height: 1.3em;
    font-weight: 400;
    white-space: initial; }

.coll-slide {
  display: block;
  background: #f4f4f4;
  padding-bottom: 10px; }
  .coll-slide__title {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 12px 10px;
    text-transform: uppercase;
    background: #f4f4f4; }
  .coll-slide__content {
    display: block;
    background: transparent;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    -ms-scroll-chaining: chained;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0; }
  .coll-slide__wrap {
    display: block;
    white-space: nowrap; }
  .coll-slide__item {
    display: inline-block;
    width: 165px;
    background: #fff;
    position: relative;
    padding: 0;
    margin-left: 3px;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .normal .coll-slide__heading {
    background: #f4f4f4;
    overflow: hidden; }
    .normal .coll-slide__heading h2 {
      display: block;
      overflow: hidden;
      font-size: 15px;
      color: #333;
      font-weight: 600;
      padding: 12px 10px;
      text-transform: uppercase;
      background: #f4f4f4;
      width: 40%;
      float: left;
      box-sizing: content-box; }
    .normal .coll-slide__heading .accessory {
      float: right;
      line-height: 43px;
      font-size: 13px;
      color: #288ad6;
      text-align: center;
      padding: 0 10px; }
  @media (min-width: 992px) {
    .coll-slide {
      display: none; } }
  .coll-slide--desk {
    display: none;
    background: #fff; }
    .coll-slide--desk__title {
      font-size: 16px;
      color: #333;
      font-weight: 600;
      padding: 14px 10px;
      text-transform: uppercase; }
    .coll-slide--desk__item {
      padding-left: 5px;
      padding-right: 5px; }
      .coll-slide--desk__item ins {
        font-weight: bold !important; }
    .coll-slide--desk__heading {
      border-bottom: 1px solid #eee; }
      .normal .coll-slide--desk__heading {
        overflow: hidden; }
        .normal .coll-slide--desk__heading h2 {
          padding: 12px 10px;
          width: 25%;
          float: left; }
        .normal .coll-slide--desk__heading .accessory {
          float: right;
          line-height: 43px;
          padding: 0 10px; }
    .coll-slide--desk__slider {
      overflow: hidden; }
      .coll-slide--desk__slider .owl-nav button.owl-prev,
      .coll-slide--desk__slider .owl-nav button.owl-next {
        position: absolute;
        padding: 15px 2px !important;
        margin: 0 !important;
        background: #fff;
        text-align: center;
        font-size: 30px;
        color: #999;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
        line-height: normal;
        top: 20%; }
      .coll-slide--desk__slider .owl-nav button.owl-prev {
        left: 0;
        border-radius: 0 5px 5px 0; }
      .coll-slide--desk__slider .owl-nav button.owl-next {
        right: 0;
        border-radius: 5px 0 0 5px; }
    @media (min-width: 992px) {
      .coll-slide--desk {
        display: block;
        margin-bottom: 15px; } }

.collections {
  background: #fff; }
  @media (min-width: 992px) {
    .collections {
      margin-bottom: 15px; } }
  .collections__wrap {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee; }
  .collections .featured {
    position: relative; }
    @media (min-width: 992px) {
      .collections .featured {
        width: 40%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee; } }
    .collections .featured img {
      margin-bottom: 10px; }
    .collections .featured h3 {
      margin: 0;
      overflow: hidden;
      line-height: 1.3em;
      font-size: 14px;
      font-weight: 300;
      color: #333;
      clear: both;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding: 0 10px; }
    .collections .featured label {
      display: inline-block;
      position: absolute;
      top: 142px;
      left: 10px;
      font-size: 11px;
      color: #fff;
      font-weight: 600;
      background: #3fb846;
      border-radius: 3px;
      padding: 0 5px;
      height: 18px;
      background: #f28902;
      left: auto;
      right: 10px;
      top: auto;
      bottom: 10px; }
    .collections .featured__price {
      display: block;
      overflow: hidden;
      padding: 4px 10px 10px; }
      .collections .featured__price ins {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        font-size: 14px;
        color: #C54934;
        font-weight: bold;
        line-height: 15px; }
  .collections__title {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 12px 10px;
    text-transform: uppercase; }
  .collections__item {
    float: left;
    position: relative;
    background: #fff;
    width: 50%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; }
    @media (min-width: 992px) {
      .collections__item {
        width: 20%; } }
    .collections__item:hover .ega-btn {
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f76b1c), to(#f89406));
      background: -webkit-linear-gradient(top, #f89406, #f76b1c);
      background: -moz-linear-gradient(top, #f89406, #f76b1c);
      background: -ms-linear-gradient(top, #f89406, #f76b1c);
      background: -o-linear-gradient(top, #f89406, #f76b1c);
      color: #fff; }
  .collections__viewall {
    display: block;
    overflow: hidden; }
    @media (max-width: 991px) {
      .collections__viewall {
        border-bottom: 5px solid #ececec; } }
    .collections__viewall a {
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 50px;
      font-size: 14px;
      color: #288ad6;
      border-bottom: 1px solid #eee;
      text-align: center;
      padding: 0 10px; }

.hoz_filter {
  position: relative;
  display: flex; }
  .hoz_filter .price_filter_name {
    padding: 0.5rem 1rem 0.5rem 0; }
  @media (max-width: 767px) {
    .hoz_filter .price_filter {
      white-space: nowrap;
      overflow: hidden;
      overflow-x: scroll !important; } }
  .hoz_filter .price_filter li {
    color: #288ad6;
    cursor: pointer; }
    .hoz_filter .price_filter li label {
      cursor: pointer; }
    .hoz_filter .price_filter li:hover {
      color: #333; }
  .hoz_filter .other_filter {
    position: relative;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #288ad6;
    cursor: pointer; }
    .hoz_filter .other_filter svg {
      font-size: 18px;
      vertical-align: top;
      margin-top: 1px; }
    .hoz_filter .other_filter .filter_main {
      display: none;
      position: absolute;
      width: 500px;
      top: 100%;
      right: 0;
      padding: 10px 15px 0;
      border: 1px solid #eee;
      background-color: #fff;
      color: initial;
      z-index: 2;
      flex-flow: row wrap;
      flex: 1 100%;
      border-radius: 4px;
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
      .hoz_filter .other_filter .filter_main .prop {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee; }
        .hoz_filter .other_filter .filter_main .prop li {
          display: block;
          margin-bottom: 10px; }
        .hoz_filter .other_filter .filter_main .prop > * {
          display: block;
          margin-bottom: 10px; }
        .hoz_filter .other_filter .filter_main .prop a {
          color: #333;
          position: relative; }
      .hoz_filter .other_filter .filter_main .closefilter {
        position: absolute;
        right: 2px;
        top: 2px;
        z-index: 2;
        font-size: 25px;
        color: #333; }
    .hoz_filter .other_filter.isopen .filter_main {
      display: flex; }

.hover-zoom {
  position: relative;
  display: block;
  overflow: hidden; }
  .hover-zoom:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 1200px) {
    .hover-zoom:hover:before {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -125%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -125%, 0);
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: initial; } }

.pd-item {
  position: relative;
  display: block;
  overflow: hidden;
  /*
	&:hover{
	img{
	transform: scale (1.05) ;
}
}
	*/ }
  .pd-item__wrapper {
    padding-bottom: 36px; }
    @media (max-width: 767px) {
      .pd-item__wrapper {
        padding-bottom: 24px; } }
  .pd-item__img {
    position: relative;
    overflow: hidden;
    position: relative;
    padding-top: calc(480 / 420 * 100%);
    display: flex;
    align-items: center; }
    .pd-item__img.img-featured {
      display: block; }
    .pd-item__img.img-second {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .pd-item__img img {
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      transition: all 0.6s ease;
      display: inline-block;
      height: 100%;
      object-fit: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .pd-item img {
    display: block; }
  .pd-item h3 {
    overflow: hidden;
    line-height: 1.3em;
    color: #333;
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .pd-item h3 {
        font-size: 16px; } }
  .pd-item .price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px; }
    .pd-item .price ins {
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      font-size: 14px;
      color: #C54934;
      font-weight: bold;
      line-height: 15px; }
    .pd-item .price del {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      text-decoration: line-through;
      margin-left: 5px;
      color: #0E1C22;
      opacity: .4; }
  .pd-item .pd-item-detail {
    padding: 10px;
    border-top: 1px dashed #ccc;
    color: #666;
    font-size: 12px; }
    .pd-item .pd-item-detail ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pd-item .pd-item-detail ul li {
        margin-bottom: 5px; }
  .pd-item .label-sold-out {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0E1C22;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 10px; }
    @media (max-width: 991px) {
      .pd-item .label-sold-out {
        font-size: 10px;
        top: 4px;
        right: 4px;
        padding: 1px 4px; } }
  .pd-item .label-sale {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 56px;
    text-align: center;
    background: #d9121f;
    color: #fff;
    padding: 5px 7px;
    border-radius: 0; }
    @media (max-width: 767px) {
      .pd-item .label-sale {
        font-size: 12px;
        padding: 6px 3px;
        min-width: 40px; } }
  .pd-item--new .label-sale--new {
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: #C54934;
    color: #fff;
    text-align: center;
    padding: 5px; }
    @media (min-width: 1200px) {
      .pd-item--new .label-sale--new {
        height: 40px;
        line-height: 18px;
        padding: 11px 16px;
        font-size: 24px;
        letter-spacing: 0.1em; } }
    @media (max-width: 991px) {
      .pd-item--new .label-sale--new {
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        padding: 0 8px;
        right: 12px;
        bottom: 12px; } }
  .pd-item--new h3 {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px; }
    @media (min-width: 1200px) {
      .pd-item--new h3 {
        font-size: 24px;
        margin-top: 24px;
        margin-bottom: 8px; } }
  .pd-item__seemore {
    color: initial;
    font-size: 12px;
    font-weight: bold; }
  @media (min-width: 1200px) {
    .pd-item:hover {
      /*
			&:hover{
			.img-second{
			display: block;
		}
			*/ }
      .pd-item:hover img {
        transform: translate(-50%, -50%) scale(1.05); } }
  .pd-item .ega-pd-frame img {
    transform: initial;
    top: auto;
    left: auto;
    top: 0;
    height: 100%;
    object-fit: initial; }

.pd-item-action .ega-btn {
  background: #fff;
  border: 1px solid #f76b1c;
  color: #f76b1c; }

.brand {
  border-bottom: 5px solid #ececec; }
  .brand__title {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 12px 10px; }

@media (min-width: 992px) {
  .news {
    display: none; } }

.news__title {
  display: block;
  overflow: hidden;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 12px 10px;
  text-transform: uppercase; }

.news__item {
  display: block;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative; }
  .news__item:last-child {
    border: none; }
  .news__item a {
    display: block;
    overflow: hidden; }
    .news__item a img {
      float: left;
      width: 100px;
      height: auto;
      margin-right: 10px; }
    .news__item a h3 {
      display: block;
      line-height: 1.3em;
      font-size: 14px;
      color: #333;
      font-weight: 400; }
    .news__item a .author {
      display: block;
      overflow: hidden;
      font-size: 12px;
      color: #999; }
      .news__item a .author span {
        display: inline-block;
        font-size: 11px;
        color: #999; }

.news__seemore {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 42px;
  font-size: 14px;
  color: #288ad6;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 0 10px 20px;
  text-align: center; }

.buycall {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 10px 7px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  clear: both; }
  .buycall a {
    font-size: 16px;
    color: #288ad6;
    float: none;
    width: auto;
    height: auto;
    background: #fff;
    border: 0; }

.group {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin: 5px auto 0;
  clear: both; }
  .group label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 8px; }
  .group .gritem {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 8px;
    width: 49%;
    margin-bottom: 5px; }

.home-slider {
  margin-bottom: 10px; }
  .home-slider .slider-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .home-slider .home__slider {
    flex: 0 0 65.834%;
    max-width: 65.834%; }
  .home-slider .home__banner {
    flex: 0 0 33.2%;
    max-width: 33.2%; }
  .home-slider #sync2 {
    width: 100%;
    background: #fff; }
    .home-slider #sync2 .item {
      text-align: center;
      height: 54px;
      display: flex;
      align-items: center; }
      .home-slider #sync2 .item h3 {
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        color: #666;
        margin: 0;
        flex-basis: 100%; }
      .home-slider #sync2 .item:after {
        content: '';
        height: 30px;
        border-right: 1px solid #e5e5e5;
        position: absolute;
        right: 0; }
    .home-slider #sync2 .owl-item.current h3 {
      font-weight: bold; }

.promotebanner {
  margin-bottom: 10px; }

.homenews .hot-news {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  background: #fff; }

.homenews h2 {
  float: left;
  padding: 10px 20px 10px 10px;
  background: #fdd504;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .homenews h2 a {
    font-weight: 600; }
  .homenews h2 :after {
    content: '';
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }

.homenews .liveevent {
  position: relative;
  color: #f33;
  font-size: 12px;
  padding-left: 20px;
  display: inline-block;
  width: 220px;
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
  float: right; }
  .homenews .liveevent .text {
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle; }

.homenews #dot {
  width: 10px;
  height: 10px;
  background-color: #f33;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: block; }
  .homenews #dot .ping {
    border: 1px solid #f33;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(238, 46, 36, 0.2);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
    margin: -1px 0 0 -1px; }

.news_list {
  display: block;
  overflow: hidden; }
  .news_list .news_item {
    display: block;
    padding: 10px 10px 5px;
    border-bottom: 1px solid #ededed;
    background: #fff; }
    .news_list .news_item a {
      display: block;
      overflow: hidden; }
      .news_list .news_item a img {
        float: left;
        width: 100px;
        height: 57px;
        margin: 0 10px 0 0; }
      .news_list .news_item a h3 {
        display: block;
        overflow: hidden;
        height: 36px;
        line-height: 1.3em;
        font-size: 14px;
        color: #333;
        margin-bottom: 5px !important; }
      .news_list .news_item a span {
        float: left;
        font-size: 12px;
        color: #999;
        margin-right: 10px; }

.twobanner a {
  display: block;
  overflow: hidden;
  margin-top: 10px; }

footer {
  background: #fff; }
  footer .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    footer .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
  footer .ega-footer {
    padding-top: 42px; }
    @media (min-width: 1200px) {
      footer .ega-footer {
        padding-top: 56px;
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      footer .ega-footer .footer-menu-1 {
        order: 1; }
      footer .ega-footer .footer-menu-2 {
        order: 1; }
      footer .ega-footer .footer-menu-3 {
        order: 1; }
      footer .ega-footer .footer-sub {
        order: 0; }
        footer .ega-footer .footer-sub .footer-title {
          margin-top: 0; }
      footer .ega-footer .footer-gotop {
        order: 2; } }
    @media (max-width: 767px) {
      footer .ega-footer [class*=footer-menu] ul {
        display: none; }
      footer .ega-footer .footer-title {
        display: flex;
        align-items: baseline;
        justify-content: space-between; } }
  footer .payment_block img {
    max-width: 200px; }
  footer .menu-mb-open {
    padding: 10px 7px;
    color: #288ad6; }
    footer .menu-mb-open svg {
      font-size: 18px;
      vertical-align: top; }
    footer .menu-mb-open.show svg {
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  footer .footer-menu-mb {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    footer .footer-menu-mb.show {
      padding-top: 10px;
      height: auto; }
    footer .footer-menu-mb .ega-row {
      margin-left: -3px;
      margin-right: -3px; }
    footer .footer-menu-mb [class*=ega-col-] {
      padding-left: 3px;
      padding-right: 3px; }
    footer .footer-menu-mb span {
      color: #d4d4d4;
      padding-left: 5px;
      font-size: 10px;
      display: inline-block;
      vertical-align: bottom; }
  footer form {
    margin-top: 30px; }
    footer form .ega-form__control {
      border: none;
      border-bottom: 1px solid #333;
      border-radius: initial;
      padding-left: 0; }
    footer form .ega-form button {
      background: none;
      color: #333;
      padding-right: 0; }
      footer form .ega-form button svg {
        font-size: 16px; }
      footer form .ega-form button:hover {
        background: none; }
        footer form .ega-form button:hover svg {
          color: #f30d29; }
  footer .footer-title {
    font-size: 16px;
    position: relative;
    padding-bottom: 20px; }
    footer .footer-title:before {
      position: absolute;
      content: "";
      width: 50px;
      height: 1px;
      background: #0E1C22;
      opacity: .2;
      left: 0;
      bottom: 0; }
  footer .ega-ul li {
    margin-bottom: 16px; }
    footer .ega-ul li:hover a {
      color: #f30d29 !important; }
  footer .footer-social {
    margin: 27px 0 0; }
    footer .footer-social a {
      color: #333;
      font-size: 25px;
      float: left;
      display: inline-block;
      line-height: initial;
      margin-right: 24px; }
  footer .footer-gov-img {
    max-width: 200px;
    margin-top: 10px; }

.ega-copyright {
  font-size: 12px;
  padding: 10px 0;
  line-height: 1.8; }
  .ega-copyright .copyright-rows {
    margin-bottom: 5px; }
    .ega-copyright .copyright-rows ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      .ega-copyright .copyright-rows ul li {
        display: block; }
      @media (min-width: 1200px) {
        .ega-copyright .copyright-rows ul li + li {
          position: relative;
          padding-left: 12px;
          margin-left: 12px; }
          .ega-copyright .copyright-rows ul li + li:before {
            position: absolute;
            content: "";
            width: 1px;
            height: 15px;
            background: #333;
            left: 0;
            top: 6px; } }
  @media (min-width: 1800px) {
    .ega-copyright {
      font-size: 14px; } }

#stickcart {
  position: fixed;
  right: 80px;
  bottom: 48px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #288ad6;
  padding: 0 10px 0 0;
  width: 130px;
  z-index: 99;
  line-height: initial;
  box-sizing: content-box; }
  #stickcart .cart-icon {
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 40px;
    background: #f30d29;
    margin: 2px 5px 2px 2px; }
    #stickcart .cart-icon svg {
      color: #333;
      font-size: 22px;
      vertical-align: middle; }
  #stickcart span {
    display: block;
    padding: 4px 0 0;
    white-space: nowrap; }
  #stickcart strong {
    display: block;
    white-space: nowrap; }

#scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: rgba(183, 211, 232, 0.2);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 8px;
  position: fixed;
  right: 15px;
  bottom: 170px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #scroll-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 900; }
  #scroll-top svg {
    color: #333;
    vertical-align: middle;
    font-size: 18px; }
  #scroll-top:hover {
    background: #333; }
    #scroll-top:hover svg {
      color: #fff; }

.ega-filter__item {
  margin-top: 20px; }
  .ega-filter__item:first-child {
    margin-top: 0; }
  .ega-filter__item .iclear {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 6px;
    background: #288ad6;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin-right: 8px;
    float: left;
    cursor: pointer; }
    .ega-filter__item .iclear svg {
      font-size: 9px;
      margin-left: 5px; }
    .ega-filter__item .iclear--all {
      background: #c10017; }

.ega-pagi__item {
  border: none;
  font-size: 24px;
  color: #0E1C22;
  opacity: .3;
  padding: 0;
  margin: 0; }
  .ega-pagi__item + .ega-pagi__item {
    margin-left: 24px; }
  @media (max-width: 991px) {
    .ega-pagi__item {
      font-size: 16px; }
      .ega-pagi__item + .ega-pagi__item {
        margin-left: 12px; } }
  .ega-pagi__item.ega-pagi__prev, .ega-pagi__item.ega-pagi__next {
    opacity: 1; }
  .ega-pagi__item.current {
    background: none;
    color: #0E1C22;
    opacity: 1; }
  .ega-pagi__item:not(.current):hover {
    opacity: 1; }
  .ega-pagi__item:not(.ega-disabled):hover svg {
    color: #333; }

.ega-policies {
  background: #f1faf3;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #d0dfd2;
  border-bottom: 1px solid #d0dfd2; }
  .ega-policies .ega-media {
    border-right: solid 1px #d0dfd2;
    margin: 12px 0;
    padding-right: 15px; }
    .ega-policies .ega-media__image {
      width: 35px; }
    .ega-policies .ega-media__content {
      line-height: 18px; }

.plc {
  background: #f1faf3;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  border-top: 1px solid #d0dfd2;
  border-bottom: 1px solid #d0dfd2; }
  .plc li {
    border-right: solid 1px #d0dfd2;
    margin: 12px 15px 12px 0;
    padding-right: 15px;
    width: 250px; }
    .plc li:last-child {
      border-right: none; }
    .plc li span {
      /*
			text-align: left;
			display: block;
			padding-right: 18px;
			*/ }

/*** CART POPUP DETAIL ***/
#cart-popup-detail .ega-modal__content {
  max-width: 900px; }

#cart-popup-detail .ega-table thead tr {
  background: #f7f7f7; }

#cart-popup-detail .popup_amount svg {
  font-size: 20px;
  vertical-align: bottom;
  margin-right: 5px; }

#cart-popup-detail .popup_action button {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f76b1c), to(#f89406));
  background: -webkit-linear-gradient(top, #f89406, #f76b1c);
  background: -moz-linear-gradient(top, #f89406, #f76b1c);
  background: -ms-linear-gradient(top, #f89406, #f76b1c);
  background: -o-linear-gradient(top, #f89406, #f76b1c);
  color: #fff; }
  #cart-popup-detail .popup_action button:hover {
    border-color: #f76b1c; }

/*** END CART POPUP DETAIL ***/
/*** CART POPUP MB ***/
#cart-popup-mb,
#cart-popup-swatch {
  background: linear-gradient(0deg, rgba(14, 28, 34, 0.85), rgba(14, 28, 34, 0.85)); }
  #cart-popup-mb .ega-modal,
  #cart-popup-swatch .ega-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    #cart-popup-mb .ega-modal.show,
    #cart-popup-swatch .ega-modal.show {
      opacity: 1;
      z-index: 9999999; }
    #cart-popup-mb .ega-modal__content,
    #cart-popup-swatch .ega-modal__content {
      background-color: #ffffff;
      position: relative;
      width: auto;
      max-width: 500px;
      margin: 1.75rem auto;
      border-radius: 0.2rem;
      padding: 1rem;
      z-index: 1; }
      #cart-popup-mb .ega-modal__content:before,
      #cart-popup-swatch .ega-modal__content:before {
        content: "";
        width: 50px;
        height: 5px;
        position: absolute;
        background: #fff;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px; }
      .toast #cart-popup-mb .ega-modal__content, .toast
      #cart-popup-swatch .ega-modal__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 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out; }
      .toast.left #cart-popup-mb .ega-modal__content, .toast.left
      #cart-popup-swatch .ega-modal__content {
        left: 10px;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0); }
      .toast.right #cart-popup-mb .ega-modal__content, .toast.right
      #cart-popup-swatch .ega-modal__content {
        right: 10px;
        left: auto;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0); }
      .toast.top #cart-popup-mb .ega-modal__content, .toast.top
      #cart-popup-swatch .ega-modal__content {
        top: 10px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); }
      .toast.bottom #cart-popup-mb .ega-modal__content, .toast.bottom
      #cart-popup-swatch .ega-modal__content {
        bottom: 10px;
        top: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); }
    .toast.right #cart-popup-mb .ega-modal__close, .toast.right
    #cart-popup-swatch .ega-modal__close {
      right: auto;
      left: -12px; }
    #cart-popup-mb .ega-modal__close svg,
    #cart-popup-swatch .ega-modal__close svg {
      font-size: 12px; }
    #cart-popup-mb .ega-modal__backdrop,
    #cart-popup-swatch .ega-modal__backdrop {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 0;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5); }
  #cart-popup-mb .ega-modal__content,
  #cart-popup-swatch .ega-modal__content {
    position: absolute;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 8px 16px rgba(176, 190, 197, 0.3);
    transform-origin: 60% 200%;
    transition: all 0.3s ease-out;
    transform: scale(0); }
  #cart-popup-mb.show .ega-modal__content,
  #cart-popup-swatch.show .ega-modal__content {
    transform: scale(1); }
  #cart-popup-mb .ega-modal__close,
  #cart-popup-swatch .ega-modal__close {
    right: 0;
    top: -15px; }
  #cart-popup-mb .ega-media__image,
  #cart-popup-swatch .ega-media__image {
    width: 75px; }
  #cart-popup-mb .success-icon,
  #cart-popup-swatch .success-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 5px; }

#cart-popup-mb .popup-title {
  margin-bottom: 10px; }

#cart-popup-mb .added-pd .pd-name {
  font-size: 18px;
  margin: 0;
  font-weight: normal; }

#cart-popup-mb .added-pd .pd-price {
  display: inline-block;
  font-size: 20px;
  color: #0E1C22;
  margin-top: 10px; }

#cart-popup-mb .ega-btn {
  display: block;
  padding: 8px;
  margin: 0;
  line-height: 24px;
  border-radius: 0;
  background: #0E1C22;
  border: 1px solid #0E1C22;
  font-size: 14px; }

#cart-popup-swatch .mini-variant {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
  margin-bottom: 16px; }
  #cart-popup-swatch .mini-variant .pd-name {
    font-size: 18px;
    margin: 0;
    font-weight: normal; }
  #cart-popup-swatch .mini-variant .ega-pro__info {
    margin-bottom: 10px; }

#cart-popup-swatch [data-ega-role="addtocart"] {
  display: block;
  padding: 8px;
  margin: 0;
  line-height: 24px;
  border-radius: 0;
  background: #0E1C22;
  border: 1px solid #0E1C22;
  font-size: 14px; }

/*** END CART POPUP MB ***/
/*** Product Page ***/
.ega-pro__policies-heading h5 {
  color: #288f06; }

.ega-pro__policies-item {
  border-bottom: 1px solid #eee; }

.ega-pro__policies-title {
  color: #333; }

.ega-pro__policies-desc {
  color: #666; }

.ega-swatch {
  padding: 0;
  width: 100%;
  float: left;
  border: none;
  margin-bottom: 30px; }
  .ega-swatch__wrapper {
    margin-bottom: 0; }
    .ega-swatch__wrapper .select-swap {
      display: inline-block; }
  .ega-swatch__heading {
    display: inline-block;
    width: 80px;
    margin-right: 32px;
    font-size: 14px;
    color: #0E1C22;
    opacity: 0.6;
    font-weight: normal;
    vertical-align: top;
    margin-top: 8px; }
  .ega-swatch__swap {
    display: inline-block;
    vertical-align: middle; }
  .ega-swatch__element {
    margin: 8px 12px 0 0; }
    .ega-swatch__element label {
      width: auto;
      padding-left: 12px;
      padding-right: 12px;
      height: 32px;
      line-height: 32px;
      border: 1px solid rgba(14, 28, 34, 0.3); }
    .ega-swatch__element:not(.color) label.active {
      border-width: 2px;
      border-color: #0E1C22;
      background: none !important; }
    .ega-swatch__element.color label {
      /*
				min-width: auto;
				width: 24px;
				height: 24px;
				border: none;
				border-radius: 50%;
				*/
      border: none;
      border: 1px solid #ccc;
      display: flex;
      align-items: center; }
      .ega-swatch__element.color label.vang {
        background: #FAEDBB; }
      .ega-swatch__element.color label.kem {
        background: #FAEDBB; }
      .ega-swatch__element.color label.trang {
        background: #fff; }
      .ega-swatch__element.color label.den {
        background: #000; }
      .ega-swatch__element.color label.xanh-lam {
        background: rgba(205, 51, 70, 0.5); }
      .ega-swatch__element.color label.tim {
        background: #C1A6CE; }
      .ega-swatch__element.color label.hong {
        background: #E5B1A8; }
      .ega-swatch__element.color label.active {
        border: 2px solid #0E1C22; }
    .ega-swatch__element.color span {
      display: block;
      width: 100%;
      height: auto;
      margin-top: 0;
      font-size: 12px;
      border: none; }
    .ega-swatch__element label.soldout {
      overflow: hidden; }
      .ega-swatch__element label.soldout::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 50%;
        height: 50%;
        background: url("sold_out.png") no-repeat;
        background-size: auto;
        background-size: contain; }
  .ega-swatch input {
    display: none; }

#coll-index-tab {
  padding-top: 40px;
  padding-bottom: 56px; }
  @media (min-width: 1200px) {
    #coll-index-tab {
      padding-top: 52px;
      padding-bottom: 70px; } }
  #coll-index-tab .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    #coll-index-tab .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
    @media (max-width: 767px) {
      #coll-index-tab .ega-row {
        margin-left: -4px;
        margin-right: -4px; }
        #coll-index-tab .ega-row [class*=ega-col-] {
          padding-left: 4px;
          padding-right: 4px; } }
  #coll-index-tab .ega-tab__title {
    background: none;
    border: none;
    text-align: center;
    padding-bottom: 25px; }
    #coll-index-tab .ega-tab__title li {
      float: none;
      display: inline-block;
      font-size: 20px; }
      @media (min-width: 1200px) {
        #coll-index-tab .ega-tab__title li {
          font-size: 32px; } }
      #coll-index-tab .ega-tab__title li.is-active {
        border-bottom: 1px solid #333;
        font-weight: bold; }
  #coll-index-tab .ega-tab__content {
    border: none; }
    #coll-index-tab .ega-tab__content .tab-product {
      margin-bottom: 56px; }
      @media (min-width: 1200px) {
        #coll-index-tab .ega-tab__content .tab-product {
          margin-bottom: 6px; } }
      @media (max-width: 767px) {
        #coll-index-tab .ega-tab__content .tab-product {
          margin-bottom: 0; } }
    #coll-index-tab .ega-tab__content .tab-seemore {
      text-align: center; }
      #coll-index-tab .ega-tab__content .tab-seemore a {
        display: inline-block;
        border: 1px solid #0E1C22;
        color: #0E1C22;
        padding: 8px 44px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #coll-index-tab .ega-tab__content .tab-seemore a:hover {
          background: #0E1C22;
          color: #fff; }
        @media (min-width: 1200px) {
          #coll-index-tab .ega-tab__content .tab-seemore a {
            padding: 12px 54px; } }
  #coll-index-tab.tab-pd-page {
    border-bottom: 2px solid rgba(205, 51, 70, 0.5);
    margin-bottom: 60px;
    padding-top: 72px; }
    @media (max-width: 991px) {
      #coll-index-tab.tab-pd-page {
        padding-top: 48px; } }
    #coll-index-tab.tab-pd-page .ega-tab__title {
      position: relative;
      padding: 0;
      margin-bottom: 40px; }
      #coll-index-tab.tab-pd-page .ega-tab__title:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: rgba(205, 51, 70, 0.5);
        left: 0;
        bottom: -1px; }
      @media (max-width: 991px) {
        #coll-index-tab.tab-pd-page .ega-tab__title {
          margin-bottom: 24px; } }
      #coll-index-tab.tab-pd-page .ega-tab__title li {
        position: relative;
        z-index: 99; }
        #coll-index-tab.tab-pd-page .ega-tab__title li + li {
          margin-left: 32px; }
          @media (max-width: 991px) {
            #coll-index-tab.tab-pd-page .ega-tab__title li + li {
              margin-left: 12px; } }
        #coll-index-tab.tab-pd-page .ega-tab__title li.is-active {
          border-bottom: 2px solid #0E1C22; }
        #coll-index-tab.tab-pd-page .ega-tab__title li a {
          padding: 0;
          font-size: 24px; }
          @media (max-width: 991px) {
            #coll-index-tab.tab-pd-page .ega-tab__title li a {
              font-size: 15px; } }
          @media (max-width: 320px) {
            #coll-index-tab.tab-pd-page .ega-tab__title li a {
              font-size: 13px; } }

.ega-swatch--pditem {
  white-space: normal; }
  .ega-swatch--pditem__element {
    display: inline-block; }
    .ega-swatch--pditem__element:first-child label {
      margin-left: 0; }
    .ega-swatch--pditem__element label {
      display: inline-block;
      width: 16px;
      height: 4px;
      text-align: center;
      cursor: pointer;
      position: relative;
      margin-left: 8px;
      background: #FAEDBB;
      box-sizing: content-box;
      border: 1px solid rgba(14, 28, 34, 0.2); }
    .ega-swatch--pditem__element.color.kem label {
      background: #FAEDBB; }
    .ega-swatch--pditem__element.color.trang label {
      background: #fff; }
    .ega-swatch--pditem__element.color.den label {
      background: #000; }
    .ega-swatch--pditem__element.color.xanh-lam label {
      background: #B7D3E8; }
    .ega-swatch--pditem__element.color.tim label {
      background: #C1A6CE; }
    .ega-swatch--pditem__element.color.hong label {
      background: #E5B1A8; }

.insta__block {
  padding-bottom: 46px; }
  @media (min-width: 1200px) {
    .insta__block {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .insta__block .ega-container {
      padding: 0; } }

.insta__wrapper {
  padding-top: 40px;
  margin-top: 8px;
  /*border-top: 2px solid $secondary; */ }
  @media (min-width: 1200px) {
    .insta__wrapper {
      padding-top: 60px;
      margin-top: 60px;
      /*border-top: 2px solid $secondary; */ } }

.insta__follow {
  text-align: center;
  margin-bottom: 30px; }
  .insta__follow a {
    display: inline-block;
    color: #0E1C22;
    padding: 8px 20px;
    border: 1px solid #0E1C22;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .insta__follow a svg {
      margin-right: 3px;
      vertical-align: middle; }
    .insta__follow a:hover {
      background: #0E1C22;
      color: #fff; }

.insta__item {
  padding-left: 1px;
  padding-right: 1px; }
  .insta__item a {
    display: block; }

.insta__slider {
  /*
		&:not(.slick-slider){
		background: #eee;
		height: 200px;
		overflow: hidden;
		text-indent: -9999px;
		@media(max-width: 767px){
		height: 226px;
	}
	}
		*/ }
  .insta__slider .slick-prev {
    left: 15px;
    right: auto; }
  .insta__slider .slick-next {
    left: auto;
    right: 15px; }

.groupbuy {
  padding-top: 45px; }
  @media (min-width: 1800px) {
    .groupbuy .slick-prev {
      right: calc(100% + 44px); }
    .groupbuy .slick-next {
      left: calc(100% + 44px); } }
  @media (max-width: 991px) {
    .groupbuy .slick-prev,
    .groupbuy .slick-next {
      width: 25px;
      height: 25px;
      line-height: 25px;
      background: none;
      opacity: 1; }
    .groupbuy .slick-prev {
      left: -15px;
      right: auto;
      top: 50%; }
    .groupbuy .slick-next {
      left: auto;
      right: -15px;
      top: 50%; } }
  @media (min-width: 1200px) {
    .groupbuy {
      /*padding-top: 80px;*/
      padding-top: 60px; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .groupbuy__wrapper {
      padding: 0 0 40px; } }
  @media (max-width: 767px) {
    .groupbuy {
      padding-top: 24px;
      padding-bottom: 24px; }
      .groupbuy__title {
        display: block; } }
  .groupbuy h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 24px; }
    @media (min-width: 1200px) {
      .groupbuy h2 {
        font-size: 32px;
        margin: 0 0 40px; } }
  .groupbuy__item {
    /*padding-left: 12px;
		padding-right: 12px;*/
    text-align: center; }
    @media (max-width: 767px) {
      .groupbuy__item {
        padding-left: 8px;
        padding-right: 8px;
        flex: 0 0 33.333%; } }
    .groupbuy__item h3 {
      font-size: 14px;
      font-weight: 400;
      margin-top: 5px;
      margin-bottom: 0;
      line-height: initial;
      display: none; }
      @media (min-width: 1200px) {
        .groupbuy__item h3 {
          /*font-size: 24px;*/
          margin-top: 24px;
          font-size: 16px; } }
  .groupbuy__img {
    margin-top: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #efefef;
    /*width: 150px;
		height: 150px;*/
    /*
		@media(min-width: 1200px){
		width: 248px;
		height: 248px;
	}
		*/ }
    .groupbuy__img .hover-zoom {
      overflow: hidden;
      position: relative;
      z-index: 1;
      border-radius: 10px;
      display: block;
      width: 100%;
      height: 100%; }
      .groupbuy__img .hover-zoom img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media (max-width: 767px) {
      .groupbuy__img {
        /*width: 90px;
			height: 90px;*/ } }
  .groupbuy__slider .lazyload {
    width: 95px;
    height: 95px;
    background: #eee; }
  .groupbuy__slider:not(.slick-slider) {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .groupbuy__slider:not(.slick-slider)::-webkit-scrollbar {
      display: none; }

.indexbanner {
  padding-top: 40px;
  padding-bottom: 56px; }
  .indexbanner a {
    display: block; }
  @media (min-width: 1200px) {
    .indexbanner {
      padding-top: 40px; } }
  .indexbanner img.lazyload {
    height: 104px;
    background: #eee; }

.shoplist {
  background: #f5f5f7;
  text-align: center;
  padding: 32px 0; }
  .shoplist__header {
    margin-bottom: 50px; }
    .shoplist__header h2 {
      position: relative;
      display: inline-block;
      font-size: 24px;
      font-weight: normal;
      margin-top: 0; }
  .shoplist__footer {
    margin-top: 40px; }
    .shoplist__footer a {
      color: initial;
      font-weight: bold; }
      .shoplist__footer a svg {
        margin-right: 8px; }
  .shoplist__item {
    padding-left: 12px;
    padding-right: 12px; }
    .shoplist__item a {
      display: block; }
  @media (min-width: 1200px) {
    .shoplist {
      padding: 48px 0 40px;
      margin-bottom: 40px; }
      .shoplist h2 {
        font-size: 32px; } }
  .shoplist__slider .slick-prev {
    left: 15px;
    right: auto; }
  .shoplist__slider .slick-next {
    left: auto;
    right: 15px; }
  .shoplist__slider:not(.slick-slider) {
    background: #eee;
    height: 210px;
    overflow: hidden;
    text-indent: -9999px; }
    @media (max-width: 767px) {
      .shoplist__slider:not(.slick-slider) {
        height: 115px; } }

.mustbuy {
  padding: 40px 0 20px; }
  .mustbuy__title {
    text-align: center; }
  .mustbuy__img a {
    display: block; }
  .mustbuy h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 24px; }
  @media (min-width: 1200px) {
    .mustbuy {
      padding-top: 52px;
      padding-bottom: 0; }
      .mustbuy h2 {
        margin: 0 0 40px;
        font-size: 32px; } }
  .mustbuy__product {
    margin-top: 24px; }
    .mustbuy__product .slick-prev,
    .mustbuy__product .slick-next {
      background: rgba(14, 28, 34, 0.05); }
    @media (min-width: 1800px) {
      .mustbuy__product .slick-prev {
        right: calc(100% + 44px); }
      .mustbuy__product .slick-next {
        left: calc(100% + 44px); } }
    @media (min-width: 1200px) {
      .mustbuy__product {
        margin-left: -12px;
        margin-right: -12px; } }
    @media (max-width: 767px) {
      .mustbuy__product {
        margin-top: 8px; }
        .mustbuy__product .slick-slide.slick-active {
          position: relative; }
          .mustbuy__product .slick-slide.slick-active:before, .mustbuy__product .slick-slide.slick-active:after {
            position: absolute;
            content: "";
            top: 0;
            width: 100px;
            height: 100%;
            background: linear-gradient(270deg, #FFFFFF 14%, rgba(255, 255, 255, 0) 207.61%);
            transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
            z-index: 1; }
          .mustbuy__product .slick-slide.slick-active:before {
            right: 100%; }
          .mustbuy__product .slick-slide.slick-active:after {
            left: 100%; } }
  .mustbuy__item {
    display: inline-block;
    vertical-align: top; }

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

.blog_review__wrapper {
  padding-top: 40px; }
  @media (min-width: 1200px) {
    .blog_review__wrapper {
      padding-top: 60px; } }

.blog_review__title {
  text-align: center;
  margin-bottom: 24px; }
  @media (min-width: 1200px) {
    .blog_review__title {
      margin-bottom: 40px; } }
  .blog_review__title h2 {
    font-size: 20px;
    color: #0E1C22;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 8px; }
    @media (min-width: 1200px) {
      .blog_review__title h2 {
        font-size: 32px; } }
  .blog_review__title span {
    font-size: 14px; }
    @media (min-width: 1200px) {
      .blog_review__title span {
        font-size: 16px; } }

.blog_review__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media (max-width: 991px) {
    .blog_review__grid {
      justify-content: space-between;
      column-gap: 5px;
      row-gap: 7px; } }

.blog_review__item {
  flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px); }
  @media (max-width: 991px) {
    .blog_review__item {
      flex: 0 0 calc(33.33333% - 5px);
      max-width: calc(33.33333% - 5px); } }
  .blog_review__item a {
    display: block; }
  .blog_review__item img {
    width: 100%;
    height: 200px;
    object-fit: cover; }

.blog_review__seemore {
  text-align: center;
  margin-top: 16px;
  padding-bottom: 20px; }
  @media (min-width: 1200px) {
    .blog_review__seemore {
      margin-top: 40px; } }
  .blog_review__seemore a {
    color: initial;
    font-weight: bold; }

.title--line {
  display: inline-block;
  position: relative;
  padding-bottom: 10px; }
  .title--line:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background: #0E1C22;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.title--dots {
  display: inline-block;
  position: relative; }
  .title--dots:before, .title--dots:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    box-shadow: 12px 0 0 black , 24px 0 0 black; }
  .title--dots:before {
    right: calc(100% + 48px); }
  .title--dots:after {
    left: calc(100% + 24px); }
  @media (max-width: 767px) {
    .title--dots:before {
      right: calc(100% + 36px); }
    .title--dots:after {
      left: calc(100% + 12px); } }

.indexblog {
  padding-top: 40px; }
  .indexblog h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .indexblog {
      padding-top: 86px; }
      .indexblog h2 {
        margin: 0 0 40px;
        font-size: 32px; } }
  .indexblog__title {
    text-align: center; }
  .indexblog__item {
    margin-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
    flex: 0 0 100%;
    max-width: 100%; }
    .indexblog__item a {
      display: block; }
    .indexblog__item h3 {
      font-size: 14px;
      margin-top: 16px;
      margin-bottom: 8px; }
      @media (min-width: 1200px) {
        .indexblog__item h3 {
          font-size: 24px;
          margin-top: 24px;
          margin-bottom: 8px; } }
    @media (min-width: 768px) {
      .indexblog__item {
        flex: 0 0 50%;
        max-width: 50%; } }
  .indexblog__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; }
  .indexblog__seemore {
    margin-top: 12px;
    font-weight: bold; }
    .indexblog__seemore a {
      color: #0E1C22; }
      .indexblog__seemore a svg {
        margin-right: 8px; }

.newcoll {
  background: #F5F5F7;
  padding: 32px 0; }
  @media (max-width: 767px) {
    .newcoll .ega-container {
      padding: 0; } }
  .newcoll__title {
    text-align: center; }
  .newcoll h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 24px; }
  @media (min-width: 1200px) {
    .newcoll {
      padding: 45px 0; }
      .newcoll h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 40px;
        font-size: 32px; } }
  .newcoll__item {
    padding-left: 12px;
    padding-right: 12px; }
    .newcoll__item a {
      display: block; }
  .newcoll__slider .slick-prev,
  .newcoll__slider .slick-next {
    opacity: 1; }
    .newcoll__slider .slick-prev svg,
    .newcoll__slider .slick-next svg {
      font-size: 40px !important; }
  .newcoll__slider .slick-prev {
    left: 28px !important; }
  .newcoll__slider .slick-next {
    right: 28px !important; }
  .newcoll__slider:not(.slick-slider) {
    background: #eee;
    height: 250px;
    overflow: hidden;
    text-indent: -999px; }
    @media (max-width: 767px) {
      .newcoll__slider:not(.slick-slider) {
        height: 136px; } }

/**slick**/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;
  outline: none; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**slick theme**/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  opacity: .8;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*
	svg{
	font-size: 30px;
}
	*/ }
  .slick-prev svg,
  .slick-next svg {
    font-size: 18px;
    vertical-align: middle; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #333;
    color: #fff; }

.slick-prev {
  right: 100%; }

.slick-next {
  left: 100%; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 10px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li button {
    width: 7px;
    height: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(14, 28, 34, 0.2);
    border-radius: 50%;
    padding: 0;
    vertical-align: middle; }
  .slick-dots li.slick-active button {
    background: #0E1C22;
    opacity: .5; }

#index_slider.slick-dotted {
  margin-bottom: 0; }

#index_slider .slick-dots {
  bottom: 46px; }

#index_slider .slick-track {
  height: 100%; }

#index_slider .slick-slide img {
  width: 100%;
  display: flex;
  height: 100%;
  object-fit: cover; }

#index_slider .slick-prev,
#index_slider .slick-next {
  opacity: 1; }
  #index_slider .slick-prev svg,
  #index_slider .slick-next svg {
    font-size: 72px; }

#index_slider:not(.slick-slider) .lazyload {
  background: #eee;
  height: calc(869 / 1920 * 100vw);
  overflow: hidden;
  object-fit: cover; }

.inner-nav .slick-prev,
.inner-nav .slick-next {
  background: none;
  width: auto;
  height: auto; }
  .inner-nav .slick-prev svg,
  .inner-nav .slick-next svg {
    color: #fff;
    font-size: 65px; }

.inner-nav .slick-prev {
  left: 0;
  right: auto; }

.inner-nav .slick-next {
  right: 0;
  left: auto; }

/*** Product Page ***/
#ega-product-detail {
  margin-top: 24px; }
  @media (max-width: 991px) {
    #ega-product-detail {
      margin-top: 0; } }
  #ega-product-detail .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    #ega-product-detail .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
  #ega-product-detail .ega-pro-action-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
  #ega-product-detail #addcart-btn {
    background: #fff;
    color: #0E1C22;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #0E1C22;
    width: 100%;
    line-height: 1.2;
    margin: 0; }
    #ega-product-detail #addcart-btn span {
      display: block;
      letter-spacing: 0;
      font-weight: normal; }
  #ega-product-detail .ega-pro__img {
    display: flex;
    flex-wrap: wrap; }
    #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper {
      position: relative;
      max-width: 80px;
      margin-right: 12px;
      overflow: hidden;
      margin-right: 12px; }
      @media (max-width: 991px) {
        #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper .product-thumb-control {
          display: none; } }
      #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper .product-thumb-control .thumb-prev,
      #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper .product-thumb-control .thumb-next {
        position: absolute;
        top: 0;
        left: calc(50% - 15px);
        line-height: 30px;
        height: 30px;
        width: 30px;
        padding: 0;
        margin: 0;
        background: #747474;
        color: #fff;
        text-align: center;
        opacity: 0.8;
        cursor: pointer;
        border: none; }
        #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper .product-thumb-control .thumb-prev:hover,
        #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper .product-thumb-control .thumb-next:hover {
          opacity: 1; }
      #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper .product-thumb-control .thumb-next {
        bottom: 0;
        top: auto; }
      @media (min-width: 1200px) {
        #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper {
          max-height: 733px; } }
      @media (min-width: 1800px) {
        #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper {
          max-width: 100px;
          margin-right: 24px; } }
      @media (max-width: 1024px) {
        #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper {
          max-width: 35px; } }
      #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper #ega-pro-thumb {
        padding: 0; }
      @media (max-width: 991px) {
        #ega-product-detail .ega-pro__img .ega-pro-thumb__wrapper {
          flex: 0 0 100%;
          max-width: 100%;
          white-space: nowrap;
          overflow: auto; } }
    #ega-product-detail .ega-pro__img #ega-pro-gallery {
      position: relative;
      order: 1;
      cursor: zoom-in;
      margin-left: auto; }
      #ega-product-detail .ega-pro__img #ega-pro-gallery .ega-pro__gallery-main {
        margin-bottom: 0;
        /* the parent */ }
        #ega-product-detail .ega-pro__img #ega-pro-gallery .ega-pro__gallery-main .slick-slide {
          margin: 0 1px; }
        #ega-product-detail .ega-pro__img #ega-pro-gallery .ega-pro__gallery-main .slick-list {
          margin: 0 -1px; }
        #ega-product-detail .ega-pro__img #ega-pro-gallery .ega-pro__gallery-main:not(.slick-slider) {
          display: flex; }
          #ega-product-detail .ega-pro__img #ega-pro-gallery .ega-pro__gallery-main:not(.slick-slider) img {
            flex: 0 0 100%; }
          #ega-product-detail .ega-pro__img #ega-pro-gallery .ega-pro__gallery-main:not(.slick-slider) .lazyload {
            padding: 56.25%;
            background: #eee; }
      #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots {
        position: absolute;
        left: -25%;
        top: 0;
        width: calc(100% - 75%);
        padding: 44px 10px;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        max-height: calc(100% - 44px);
        max-width: 100%;
        overflow: auto;
        background: #fff;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots::-webkit-scrollbar {
          display: none; }
        #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li {
          border: 1px solid transparent;
          margin: 0;
          width: 100%; }
          #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li img {
            width: 100%; }
          #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li.slick-active {
            border-color: #f30d29; }
          #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li:not(:first-child) {
            margin-top: 10px; }
      #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-prev,
      #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-next {
        border-radius: 0;
        opacity: 1;
        background: #f1f1f1;
        transform: none;
        left: calc(-25% + 10px);
        width: calc(25% - 20px);
        right: auto;
        display: flex !important;
        line-height: initial;
        align-items: center;
        justify-content: center;
        height: 30px; }
        #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-prev svg,
        #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-next svg {
          transform: rotate(90deg); }
      #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-prev {
        top: 0; }
      #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-next {
        bottom: 0;
        top: auto; }
      @media (max-width: 991px) {
        #ega-product-detail .ega-pro__img #ega-pro-gallery {
          flex: 0 0 100%;
          max-width: 100%;
          order: 0; }
          #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots {
            position: static;
            flex-direction: row;
            width: 100%;
            padding: 0; }
            #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li {
              margin-top: 10px;
              margin-right: 10px;
              flex: 0 0 80px; }
              #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li img {
                width: 100%; } }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__img {
        margin-bottom: 24px; } }
  #ega-product-detail .ega-pro__sale-tag {
    background: #d9121f;
    color: #fff;
    font-size: 16px;
    padding: 5px 7px;
    border-radius: 0;
    z-index: 7; }
  #ega-product-detail .ega-pro__title {
    font-size: 28px;
    color: #0E1C22;
    margin-bottom: 8px;
    font-weight: normal; }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__title {
        font-size: 20px; } }
  #ega-product-detail .ega-pro__sku {
    font-size: 14px; }
  #ega-product-detail .ega-pro__price-group {
    margin-bottom: 1rem; }
  #ega-product-detail .ega-pro__price {
    font-size: 28px;
    color: #0E1C22;
    margin-right: 16px;
    font-weight: normal; }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__price {
        font-size: 20px; } }
  #ega-product-detail .ega-pro__price-del {
    font-size: 24px;
    color: #0E1C22;
    opacity: 0.4;
    margin-right: 16px; }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__price-del {
        font-size: 16px; } }
  #ega-product-detail .ega-pro__price-save {
    display: inline-block;
    font-size: 24px;
    color: #0E1C22; }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__price-save {
        font-size: 14px; } }
    #ega-product-detail .ega-pro__price-save span {
      color: red; }
  @media (max-width: 991px) {
    #ega-product-detail .ega-pro__qty-wrapper {
      margin-bottom: 0; }
      #ega-product-detail .ega-pro__qty-wrapper:after {
        content: none; } }
  #ega-product-detail .ega-pro__qty-wrapper .ega-pro__qty-title {
    display: inline-block;
    width: 80px;
    margin-right: 32px;
    font-size: 14px;
    color: #0E1C22;
    opacity: 0.6;
    font-weight: normal; }
  #ega-product-detail .ega-pro__qty-wrapper .ega-pro__qty {
    width: auto;
    font-size: 24px; }
    #ega-product-detail .ega-pro__qty-wrapper .ega-pro__qty-control {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 32px;
      border: 1px solid rgba(14, 28, 34, 0.3);
      background: none;
      font-size: 24px;
      color: #0E1C22;
      float: left;
      padding: 0; }
    #ega-product-detail .ega-pro__qty-wrapper .ega-pro__qty-input {
      width: 60px;
      height: 32px;
      line-height: 32px;
      border: none;
      padding: 0;
      float: left;
      font-size: inherit; }
  #ega-product-detail .ega-pro__thumb .ega-pro__thumb-item {
    opacity: 1;
    margin: 8px 0 0;
    padding: 0;
    border: 2px solid transparent; }
    #ega-product-detail .ega-pro__thumb .ega-pro__thumb-item.selected {
      border-color: #000; }
    @media (min-width: 1200px) {
      #ega-product-detail .ega-pro__thumb .ega-pro__thumb-item:first-child {
        margin-top: 0; }
      #ega-product-detail .ega-pro__thumb .ega-pro__thumb-item + .ega-pro__thumb-item {
        margin-top: 24px; } }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__thumb .ega-pro__thumb-item {
        display: inline-block;
        max-width: 48px; }
        #ega-product-detail .ega-pro__thumb .ega-pro__thumb-item + .ega-pro__thumb-item {
          margin-left: 5px; } }
  #ega-product-detail .ega-pro__seemore {
    position: relative;
    text-align: center; }
    #ega-product-detail .ega-pro__seemore a {
      display: inline-block;
      border: 1px solid #0E1C22;
      color: #0E1C22;
      padding: 8px 44px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #ega-product-detail .ega-pro__seemore a:hover {
        background: #0E1C22;
        color: #fff; }
      @media (min-width: 1200px) {
        #ega-product-detail .ega-pro__seemore a {
          padding: 12px 54px; } }
    #ega-product-detail .ega-pro__seemore:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 100%;
      height: 100px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #FFFFFF 93.12%); }
  #ega-product-detail .ega-pro__content {
    overflow: hidden;
    padding: 0; }
    @media (min-width: 1200px) {
      #ega-product-detail .ega-pro__content {
        padding: 0 98px; } }
  #ega-product-detail .ega-whyus {
    border: 1px solid #ddd;
    margin: 0 auto 10px;
    padding: 15px;
    border-radius: 3px; }
    #ega-product-detail .ega-whyus__title {
      font-size: 22px; }
    #ega-product-detail .ega-whyus__list {
      margin-top: 6px; }
      #ega-product-detail .ega-whyus__list li {
        margin-bottom: 5px; }
        #ega-product-detail .ega-whyus__list li svg {
          position: relative;
          top: 2px; }
        #ega-product-detail .ega-whyus__list li a {
          color: #f30d29; }
  #ega-product-detail .ega-stock {
    margin-bottom: 10px;
    margin-top: 5px; }
    #ega-product-detail .ega-stock__btn {
      width: 100%;
      line-height: 25px;
      text-align: center;
      padding: 0;
      background-color: #fff;
      border-radius: 0;
      box-shadow: none;
      outline: 0;
      height: 40px;
      font-size: 15px;
      color: #777;
      border: 1px solid #777;
      font-weight: 500;
      letter-spacing: 0.5px; }
      #ega-product-detail .ega-stock__btn svg {
        vertical-align: middle; }
  #ega-product-detail .size-chosen {
    font-size: 12px;
    color: #0E1C22;
    text-decoration: underline; }
    #ega-product-detail .size-chosen__wrapper {
      margin-top: 16px;
      display: none; }
    #ega-product-detail .size-chosen svg {
      color: #84b1e0;
      font-size: 25px;
      vertical-align: top; }
  #ega-product-detail .ega-pd-hotline {
    text-align: center; }
    #ega-product-detail .ega-pd-hotline a {
      color: #f30d29; }
  #ega-product-detail .ega-related-pd {
    border-bottom: 2px solid rgba(205, 51, 70, 0.5);
    padding-bottom: 62px; }
    #ega-product-detail .ega-related-pd__title {
      text-align: center;
      margin-bottom: 40px; }
      #ega-product-detail .ega-related-pd__title h2 {
        font-weight: 400;
        display: inline-block;
        margin-bottom: 8px;
        margin-top: 0;
        font-size: 24px; }
      #ega-product-detail .ega-related-pd__title span {
        display: block; }
    #ega-product-detail .ega-related-pd__seemore {
      text-align: center;
      margin-top: 62px; }
      #ega-product-detail .ega-related-pd__seemore a {
        display: inline-block;
        border: 1px solid #0E1C22;
        color: #0E1C22;
        padding: 8px 44px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #ega-product-detail .ega-related-pd__seemore a:hover {
          background: #0E1C22;
          color: #fff; }
        @media (min-width: 1200px) {
          #ega-product-detail .ega-related-pd__seemore a {
            padding: 12px 54px; } }
  #ega-product-detail .ega-pro__info {
    display: flex;
    margin: 15px 0; }
    #ega-product-detail .ega-pro__info li + li {
      position: relative;
      padding-left: 10px;
      margin-left: 10px; }
      #ega-product-detail .ega-pro__info li + li:before {
        position: absolute;
        content: "";
        top: 4px;
        left: 0;
        width: 1px;
        height: 15px;
        background: #333; }
  #ega-product-detail .line-break {
    height: 2px;
    background: rgba(205, 51, 70, 0.5);
    width: 100%;
    margin-top: 18px;
    margin-bottom: 22px; }
    @media (max-width: 991px) {
      #ega-product-detail .line-break {
        margin-top: 16px;
        margin-bottom: 18px; } }
  #ega-product-detail .ega-pro__action {
    display: inline-block;
    width: 49%; }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__action {
        width: 49%; } }
    @media (max-width: 556px) {
      #ega-product-detail .ega-pro__action {
        align-self: end; } }
    #ega-product-detail .ega-pro__action__wrapper {
      display: flex;
      margin-bottom: 40px;
      margin-top: 5px;
      flex-wrap: wrap;
      grid-column: 1/-1;
      justify-content: space-between; }
      @media (max-width: 991px) {
        #ega-product-detail .ega-pro__action__wrapper {
          margin-bottom: 38px; } }
  #ega-product-detail .buynow_btn {
    width: 49%; }
  #ega-product-detail .ega-pro__buynow {
    background: #fff;
    color: #0E1C22;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #0E1C22;
    width: 100%;
    line-height: 1.2;
    display: inline-block;
    background: #0E1C22;
    color: #fff;
    text-align: center; }
    @media (max-width: 1024px) {
      #ega-product-detail .ega-pro__buynow {
        width: 250px; } }
    @media (max-width: 991px) {
      #ega-product-detail .ega-pro__buynow {
        width: 100%;
        padding: 9px 0;
        font-size: 14px;
        margin-bottom: 0; } }
  #ega-product-detail .pd-policy {
    display: flex;
    flex-wrap: wrap; }
    #ega-product-detail .pd-policy__img {
      margin-right: 32px;
      max-width: 48px; }
      @media (max-width: 991px) {
        #ega-product-detail .pd-policy__img {
          max-width: 32px;
          margin-right: 16px; } }
    #ega-product-detail .pd-policy__info {
      width: calc(100% - 80px); }
      @media (max-width: 991px) {
        #ega-product-detail .pd-policy__info {
          width: calc(100% - 48px); } }
      #ega-product-detail .pd-policy__info h3 {
        font-size: 14px;
        margin: 0 0 8px; }
        @media (max-width: 991px) {
          #ega-product-detail .pd-policy__info h3 {
            font-size: 14px;
            margin-bottom: 4px; } }
    #ega-product-detail .pd-policy__item {
      display: flex;
      justify-content: space-between;
      max-width: 100%;
      margin-bottom: 15px; }
    #ega-product-detail .pd-policy__desc {
      font-size: 12px; }
      @media (max-width: 991px) {
        #ega-product-detail .pd-policy__desc {
          font-size: 14px; } }
      #ega-product-detail .pd-policy__desc a {
        margin-left: 3px;
        text-decoration: underline; }

#blog-review-popup {
  background: linear-gradient(0deg, rgba(14, 28, 34, 0.85), rgba(14, 28, 34, 0.85));
  top: 0 !important; }
  #blog-review-popup .ega-modal__lg {
    margin-top: 90px; }
    @media (max-width: 768px) {
      #blog-review-popup .ega-modal__lg {
        max-width: 100%; } }
    #blog-review-popup .ega-modal__lg .ega-modal__close {
      bottom: calc(100% + 16px);
      right: 0;
      top: auto;
      background: none;
      border: none;
      width: auto;
      height: 40px; }
      #blog-review-popup .ega-modal__lg .ega-modal__close svg {
        font-size: 40px; }
      @media (max-width: 991px) {
        #blog-review-popup .ega-modal__lg .ega-modal__close {
          height: 24px; }
          #blog-review-popup .ega-modal__lg .ega-modal__close svg {
            font-size: 24px; } }
  #blog-review-popup .ega-modal__body {
    padding: 0; }
  #blog-review-popup .review__wrapper {
    display: flex;
    flex-wrap: wrap; }
  #blog-review-popup .review__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #blog-review-popup .review__body {
    padding: 16px;
    background: #fff;
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      #blog-review-popup .review__body {
        padding: 24px; } }
    @media (max-width: 991px) {
      #blog-review-popup .review__body {
        margin-bottom: 16px; } }
    #blog-review-popup .review__body h3 {
      font-size: 24px;
      margin: 0 0 2px;
      color: #0E1C22;
      font-weight: normal; }
      @media (max-width: 991px) {
        #blog-review-popup .review__body h3 {
          font-size: 20px; } }
    #blog-review-popup .review__body .buy-check {
      font-size: 16px;
      color: #0E1C22;
      opacity: 0.6;
      display: block;
      margin-bottom: 8px; }
      #blog-review-popup .review__body .buy-check svg {
        position: relative;
        top: 3px;
        margin-left: 4px; }
      @media (min-width: 1200px) {
        #blog-review-popup .review__body .buy-check {
          margin-bottom: 12px; } }
    #blog-review-popup .review__body .review-text {
      font-size: 16px;
      color: #0E1C22;
      margin-top: 12px; }
    #blog-review-popup .review__body .review-date {
      font-size: 12px;
      color: #0E1C22;
      margin-top: 8px;
      opacity: .6;
      display: block; }
  #blog-review-popup .review__product {
    padding: 24px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #eee; }
    #blog-review-popup .review__product .review-pd-img {
      margin-left: 10px; }
      #blog-review-popup .review__product .review-pd-img img {
        max-height: 95px;
        max-width: 95px; }
    #blog-review-popup .review__product .review-pd-info {
      max-width: 215px; }
      #blog-review-popup .review__product .review-pd-info h3 {
        font-size: 24px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 28px; }
    @media (max-width: 991px) {
      #blog-review-popup .review__product {
        padding: 16px; }
        #blog-review-popup .review__product .review-pd-info {
          width: calc(100% - 118px); }
          #blog-review-popup .review__product .review-pd-info h3 {
            font-size: 16px;
            margin-bottom: 16px; }
          #blog-review-popup .review__product .review-pd-info a {
            font-size: 14px;
            padding: 8px;
            display: block;
            text-align: center; } }

#modal-chon-size {
  background: linear-gradient(0deg, rgba(14, 28, 34, 0.85), rgba(14, 28, 34, 0.85)); }
  #modal-chon-size .ega-modal__lg {
    margin-top: 100px;
    text-align: center; }
    @media (min-width: 1200px) {
      #modal-chon-size .ega-modal__lg {
        margin-top: 60px; } }
    @media (min-width: 1800px) {
      #modal-chon-size .ega-modal__lg {
        margin-top: 100px; } }
    #modal-chon-size .ega-modal__lg .ega-modal__close {
      bottom: calc(100% + 16px);
      right: 0;
      top: auto;
      background: none;
      border: none;
      width: auto;
      height: 40px; }
      #modal-chon-size .ega-modal__lg .ega-modal__close svg {
        font-size: 40px; }

#modal-campaign {
  background: linear-gradient(0deg, rgba(14, 28, 34, 0.85), rgba(14, 28, 34, 0.85)); }
  #modal-campaign .ega-modal__lg {
    max-width: 600px;
    margin-top: 100px;
    text-align: center; }
    @media (min-width: 1200px) {
      #modal-campaign .ega-modal__lg {
        margin-top: 60px; } }
    @media (min-width: 1800px) {
      #modal-campaign .ega-modal__lg {
        margin-top: 100px; } }
    #modal-campaign .ega-modal__lg .ega-modal__close {
      bottom: calc(100% + 16px);
      right: 0;
      top: auto;
      background: none;
      border: none;
      width: auto;
      height: 40px; }
      #modal-campaign .ega-modal__lg .ega-modal__close svg {
        font-size: 40px; }

#ega-collection {
  padding-top: 48px; }
  @media (max-width: 991px) {
    #ega-collection {
      padding-top: 16px; }
      #ega-collection #pagination {
        text-align: center; }
      #ega-collection .collection-wrapper {
        padding-bottom: 32px;
        border-bottom: 2px solid rgba(205, 51, 70, 0.5); } }
  #ega-collection .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    #ega-collection .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
    @media (max-width: 767px) {
      #ega-collection .ega-row {
        margin-left: -4px;
        margin-right: -4px; }
        #ega-collection .ega-row [class*=ega-col-] {
          padding-left: 4px;
          padding-right: 4px; } }
  #ega-collection #sort-wrap {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #ega-collection #sort-wrap .sort-left {
      width: calc(100% - 321px); }
      @media (max-width: 991px) {
        #ega-collection #sort-wrap .sort-left {
          width: 100%; } }
    #ega-collection #sort-wrap .sort-right {
      width: 305px;
      display: flex;
      align-items: flex-end;
      flex-direction: row-reverse; }
      @media (max-width: 991px) {
        #ega-collection #sort-wrap .sort-right {
          width: 100%;
          flex-direction: row;
          justify-content: space-between; } }
      #ega-collection #sort-wrap .sort-right .ega-sortby {
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          #ega-collection #sort-wrap .sort-right .ega-sortby {
            width: calc(50% - 4px); }
            #ega-collection #sort-wrap .sort-right .ega-sortby label {
              display: none; } }
        #ega-collection #sort-wrap .sort-right .ega-sortby select {
          width: 190px;
          height: 100%;
          margin-left: 16px;
          border: 1px solid #0E1C22;
          padding: 12px 16px;
          color: #0E1C22;
          font-size: 16px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: none;
          box-shadow: none;
          border-radius: 0; }
          @media (max-width: 991px) {
            #ega-collection #sort-wrap .sort-right .ega-sortby select {
              width: 100%;
              font-size: 14px;
              margin: 0;
              padding: 8px 20px;
              line-height: 24px; } }
  @media (max-width: 991px) and (max-width: 320px) {
    #ega-collection #sort-wrap .sort-right .ega-sortby select {
      padding: 8px 15px; } }
        #ega-collection #sort-wrap .sort-right .ega-sortby .sortby__wrap {
          position: relative; }
          @media (max-width: 991px) {
            #ega-collection #sort-wrap .sort-right .ega-sortby .sortby__wrap {
              width: 100%; } }
          #ega-collection #sort-wrap .sort-right .ega-sortby .sortby__wrap svg {
            position: absolute;
            font-size: 14px;
            top: 50%;
            right: 16px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: bold;
            z-index: -1; }
      #ega-collection #sort-wrap .sort-right .filter-on-mb {
        display: none;
        align-items: center; }
        #ega-collection #sort-wrap .sort-right .filter-on-mb select {
          width: 100%;
          font-size: 14px;
          margin: 0;
          padding: 8px 20px;
          height: 100%;
          border: 1px solid #0E1C22;
          color: #0E1C22;
          opacity: 1;
          border-color: inherit;
          color: inherit; }
          @media (max-width: 320px) {
            #ega-collection #sort-wrap .sort-right .filter-on-mb select {
              padding: 8px 15px; } }
        #ega-collection #sort-wrap .sort-right .filter-on-mb .filter-open {
          position: relative;
          height: 100%;
          margin-left: 16px;
          border: 1px solid #0E1C22;
          padding: 12px 16px;
          color: #0E1C22;
          font-size: 16px;
          text-align: left;
          line-height: 24px; }
          #ega-collection #sort-wrap .sort-right .filter-on-mb .filter-open span {
            margin-right: 9px; }
          #ega-collection #sort-wrap .sort-right .filter-on-mb .filter-open svg {
            position: absolute;
            font-size: 14px;
            top: 50%;
            right: 16px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: bold;
            z-index: -1; }
          @media (max-width: 991px) {
            #ega-collection #sort-wrap .sort-right .filter-on-mb .filter-open {
              width: 100%;
              font-size: 14px;
              margin: 0;
              padding: 8px 20px; } }
          @media (max-width: 320px) {
            #ega-collection #sort-wrap .sort-right .filter-on-mb .filter-open {
              padding: 8px 12px; } }
        @media (max-width: 991px) {
          #ega-collection #sort-wrap .sort-right .filter-on-mb {
            display: block;
            width: calc(50% - 4px); } }
  #ega-collection #ega-coll-name {
    font-weight: normal;
    font-size: 48px;
    color: #000;
    margin: 0; }
    @media (max-width: 991px) {
      #ega-collection #ega-coll-name {
        font-size: 32px;
        padding-bottom: 10px;
        font-size: 1.8rem; } }
  @media (min-width: 1800px) {
    #ega-collection #collection_sidebar {
      padding-right: 90px; } }
  @media (max-width: 991px) {
    #ega-collection #collection_sidebar {
      /*display: none;*/
      position: fixed;
      height: 100%;
      background: #fff;
      z-index: 999;
      top: 0;
      right: -318px;
      width: 318px;
      padding: 24px;
      overflow: auto;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; } }
  @media (max-width: 320px) {
    #ega-collection #collection_sidebar {
      right: -280px;
      width: 280px; } }
  .filter-mb-opened #ega-collection #collection_sidebar {
    right: 0; }
  #ega-collection .ega-filter__heading {
    display: none;
    text-align: center;
    margin-bottom: 22px; }
    #ega-collection .ega-filter__heading .ega-filter__title {
      font-size: 16px; }
      #ega-collection .ega-filter__heading .ega-filter__title svg,
      #ega-collection .ega-filter__heading .ega-filter__title img {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 4px; }
    @media (max-width: 991px) {
      #ega-collection .ega-filter__heading {
        display: block; } }
  #ega-collection .ega-filter__title {
    font-weight: bold;
    font-size: 16px;
    color: #0E1C22;
    position: relative;
    line-height: inherit;
    cursor: pointer; }
    #ega-collection .ega-filter__title svg,
    #ega-collection .ega-filter__title img {
      position: absolute;
      right: 0;
      font-size: 18px; }
    @media (max-width: 991px) {
      #ega-collection .ega-filter__title {
        font-size: 14px; } }
  #ega-collection .ega-filter__item.is-show .ega-filter__title svg.ega-ic-minus {
    display: none; }
  #ega-collection .ega-filter__item.is-show .ega-filter__title svg.ega-ic-plus {
    display: inline-block; }
  #ega-collection .ega-filter__item.is-show .ega-filter__title.ega-ic-minus {
    display: none; }
  #ega-collection .ega-filter__item.is-show .ega-filter__title.ega-ic-plus {
    display: inline-block; }
  #ega-collection .ega-filter__item .ega-filter__title svg.ega-ic-plus {
    display: none; }
  #ega-collection .ega-filter__item ul {
    padding-top: 16px;
    flex-wrap: wrap;
    justify-content: space-between; }
    #ega-collection .ega-filter__item ul li {
      margin-bottom: 12px;
      color: rgba(14, 28, 34, 0.7);
      font-size: 16px;
      line-height: 24px; }
      #ega-collection .ega-filter__item ul li:last-child {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        #ega-collection .ega-filter__item ul li {
          margin-bottom: 8px;
          font-size: 14px; } }
      #ega-collection .ega-filter__item ul li label input {
        position: relative;
        display: inline-block;
        margin-right: 8px;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        -webkit-appearance: none;
        border: 2px solid rgba(14, 28, 34, 0.4);
        cursor: pointer; }
        #ega-collection .ega-filter__item ul li label input[type="radio"] {
          border-radius: 50%; }
        #ega-collection .ega-filter__item ul li label input.mausac.xanh {
          background: #7DBDF0;
          border-color: #7DBDF0; }
        #ega-collection .ega-filter__item ul li label input.mausac.do {
          background: #A52A22;
          border-color: #A52A22; }
          #ega-collection .ega-filter__item ul li label input.mausac.do:before {
            border-color: #fff; }
        #ega-collection .ega-filter__item ul li label input.mausac.hong {
          background: #EB9EC6;
          border-color: #EB9EC6; }
        #ega-collection .ega-filter__item ul li label input.mausac.vang {
          background: #E1DF75;
          border-color: #E1DF75; }
        #ega-collection .ega-filter__item ul li label input.mausac.xam {
          background: #E6E6E6;
          border-color: #E6E6E6; }
        #ega-collection .ega-filter__item ul li label input.mausac.den {
          background: #0E1C22;
          border-color: #0E1C22; }
          #ega-collection .ega-filter__item ul li label input.mausac.den:before {
            border-color: #fff; }
        #ega-collection .ega-filter__item ul li label input.mausac.tim {
          background: #CC3DD7;
          border-color: #CC3DD7; }
        #ega-collection .ega-filter__item ul li label input[type="checkbox"]:before {
          position: absolute;
          display: none;
          content: "";
          width: 5px;
          height: 10px;
          background: transparent;
          border: 2px solid;
          border-top: none;
          border-left: none;
          left: 5px;
          bottom: 3px;
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        #ega-collection .ega-filter__item ul li label input[type="radio"]:before {
          position: absolute;
          display: none;
          content: "";
          width: 8px;
          height: 8px;
          background: #0E1C22;
          border-radius: 50%;
          top: 3px;
          left: 3px; }
        #ega-collection .ega-filter__item ul li label input:checked {
          border-color: #0E1C22; }
          #ega-collection .ega-filter__item ul li label input:checked:before {
            display: block; }
      #ega-collection .ega-filter__item ul li label span {
        display: inline-block;
        position: relative;
        top: -3px; }
  #ega-collection .ega-filter__item + .ega-filter__item {
    margin-top: 20px; }
    @media (max-width: 991px) {
      #ega-collection .ega-filter__item + .ega-filter__item {
        margin-top: 15px; } }
  #ega-collection .ega-filter__price ul li {
    width: 100%; }

#blog-review-page .review-page-wrapper {
  padding-top: 48px;
  padding-bottom: 118px;
  border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
  @media (max-width: 991px) {
    #blog-review-page .review-page-wrapper {
      padding-top: 24px;
      padding-bottom: 59px; } }

#blog-review-page .page-review-title {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(205, 51, 70, 0.5);
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    #blog-review-page .page-review-title {
      padding-bottom: 20px;
      margin-bottom: 20px;
      text-align: left; } }
  #blog-review-page .page-review-title h1 {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin: 0; }
    @media (min-width: 1200px) {
      #blog-review-page .page-review-title h1 {
        font-size: 48px; } }

#blog-review-page #pagination {
  text-align: center;
  margin-top: 48px; }
  @media (max-width: 991px) {
    #blog-review-page #pagination {
      margin-top: 24px; } }

#ega-blog {
  padding-top: 48px;
  padding-bottom: 64px; }
  @media (max-width: 991px) {
    #ega-blog {
      padding-top: 24px;
      padding-bottom: 40px; } }
  #ega-blog .ega-blog--filter {
    margin-bottom: 20px; }
    #ega-blog .ega-blog--filter .ega-sortby {
      display: flex;
      align-items: center; }
      #ega-blog .ega-blog--filter .ega-sortby .sortby__wrap {
        position: relative; }
        #ega-blog .ega-blog--filter .ega-sortby .sortby__wrap svg {
          position: absolute;
          font-size: 14px;
          top: 50%;
          right: 16px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-weight: bold;
          z-index: -1; }
      #ega-blog .ega-blog--filter .ega-sortby select {
        width: 190px;
        height: 100%;
        margin-left: 16px;
        border: 1px solid #0E1C22;
        padding: 8px 16px;
        color: #0E1C22;
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
        box-shadow: none;
        border-radius: 2px; }
  #ega-blog .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    #ega-blog .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
  #ega-blog .article__item {
    margin-bottom: 16px; }
    @media (min-width: 1200px) {
      #ega-blog .article__item {
        margin-bottom: 40px; } }
  #ega-blog .article__img {
    text-align: center;
    background: #fff; }
  #ega-blog .article__info {
    background: #fff;
    color: #0E1C22;
    padding: 16px; }
    @media (min-width: 1200px) {
      #ega-blog .article__info {
        padding: 16px 24px; } }
    #ega-blog .article__info h3 {
      font-size: 16px;
      margin: 0 0 8px;
      font-weight: normal;
      max-height: 48px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (min-width: 1200px) {
        #ega-blog .article__info h3 {
          font-size: 20px; } }
    #ega-blog .article__info .desc-cut {
      font-size: 14px; }
      @media (min-width: 1200px) {
        #ega-blog .article__info .desc-cut {
          font-size: 16px; } }
    #ega-blog .article__info .date-post {
      display: block;
      font-size: 12px;
      opacity: .6;
      margin-top: 4px; }
  #ega-blog #pagination {
    text-align: center; }
  #ega-blog .ega-blog--featured {
    margin-bottom: 16px; }
    @media (min-width: 1200px) {
      #ega-blog .ega-blog--featured {
        margin-bottom: 48px; } }
    #ega-blog .ega-blog--featured .art-fea {
      display: flex;
      flex-wrap: wrap;
      background: #fff; }
      #ega-blog .ega-blog--featured .art-fea__img {
        flex: 0 0 50%;
        max-width: 50%; }
        @media (max-width: 991px) {
          #ega-blog .ega-blog--featured .art-fea__img {
            flex: 0 0 100%;
            max-width: 100%; } }
      #ega-blog .ega-blog--featured .art-fea__info {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 24px 16px;
        color: #0E1C22;
        text-align: center; }
        @media (min-width: 1440px) {
          #ega-blog .ega-blog--featured .art-fea__info {
            padding: 30px; } }
        @media (min-width: 1800px) {
          #ega-blog .ega-blog--featured .art-fea__info {
            padding: 85px 117px; } }
        @media (max-width: 991px) {
          #ega-blog .ega-blog--featured .art-fea__info {
            flex: 0 0 100%;
            max-width: 100%; } }
        #ega-blog .ega-blog--featured .art-fea__info h3 {
          margin: 0 0 8px;
          font-weight: normal;
          font-size: 24px; }
          @media (min-width: 1440px) {
            #ega-blog .ega-blog--featured .art-fea__info h3 {
              font-size: 28px; } }
          @media (min-width: 1800px) {
            #ega-blog .ega-blog--featured .art-fea__info h3 {
              font-size: 32px;
              margin-bottom: 16px; } }
        #ega-blog .ega-blog--featured .art-fea__info .desc-cut {
          display: block;
          font-size: 14px;
          margin-bottom: 8px;
          opacity: .8; }
          @media (min-width: 1200px) {
            #ega-blog .ega-blog--featured .art-fea__info .desc-cut {
              font-size: 18px;
              margin-bottom: 16px; } }
        #ega-blog .ega-blog--featured .art-fea__info .date-post {
          display: block;
          font-size: 12px;
          margin-bottom: 24px;
          opacity: .6; }
          @media (min-width: 1200px) {
            #ega-blog .ega-blog--featured .art-fea__info .date-post {
              font-size: 16px;
              margin-bottom: 40px; } }
        #ega-blog .ega-blog--featured .art-fea__info .seemore {
          display: inline-block;
          border: 1px solid #0E1C22;
          color: #0E1C22;
          padding: 8px 44px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #ega-blog .ega-blog--featured .art-fea__info .seemore:hover {
            background: #0E1C22;
            color: #fff; }
          @media (min-width: 1200px) {
            #ega-blog .ega-blog--featured .art-fea__info .seemore {
              padding: 12px 54px; } }

@media (max-width: 991px) {
  #ega-article .ega-container {
    padding: 0; } }

#ega-article .art-wrap {
  padding: 8px 0; }
  @media (min-width: 1200px) {
    #ega-article .art-wrap {
      padding: 48px 0; } }

#ega-article .art-content {
  background: #fff;
  padding: 16px;
  text-align: center; }
  @media (min-width: 1200px) {
    #ega-article .art-content {
      padding: 48px 48px 77px; } }
  #ega-article .art-content .content-inner {
    display: inline-block;
    text-align: left; }
    @media (min-width: 1200px) {
      #ega-article .art-content .content-inner {
        width: 840px; } }
    #ega-article .art-content .content-inner h1 {
      font-size: 24px;
      font-weight: normal;
      margin: 0 0 16px; }
      @media (min-width: 1200px) {
        #ega-article .art-content .content-inner h1 {
          font-size: 32px; } }
    #ega-article .art-content .content-inner .art-body {
      font-size: 16px; }
      #ega-article .art-content .content-inner .art-body p {
        font-size: 1em; }
    #ega-article .art-content .content-inner .art-summary {
      margin-bottom: 16px;
      font-size: 16px;
      color: #0E1C22;
      opacity: 0.8; }
    #ega-article .art-content .content-inner .art-date {
      font-size: 12px;
      color: #0E1C22;
      opacity: 0.6;
      letter-spacing: 0.1em;
      margin-bottom: 16px; }
    #ega-article .art-content .content-inner .art-tags {
      padding-top: 40px;
      border-top: 1px solid #E1E3E8;
      margin-top: 40px; }
      @media (max-width: 991px) {
        #ega-article .art-content .content-inner .art-tags {
          padding-top: 16px;
          margin-top: 24px; } }
      #ega-article .art-content .content-inner .art-tags .tag-item {
        display: inline-block;
        padding: 2px 4px;
        background: #E1E3E8;
        border-radius: 2px;
        font-size: 16px;
        margin-bottom: 12px; }
        #ega-article .art-content .content-inner .art-tags .tag-item + .tag-item {
          margin-left: 12px; }

#ega-article .art-related,
#ega-article .art-hot,
#ega-article .art-comment {
  background: #fff;
  padding: 24px 16px;
  margin-top: 8px; }
  @media (min-width: 1200px) {
    #ega-article .art-related,
    #ega-article .art-hot,
    #ega-article .art-comment {
      margin-top: 48px;
      padding: 48px 90px; } }
  #ega-article .art-related__title,
  #ega-article .art-hot__title,
  #ega-article .art-comment__title {
    text-align: center;
    margin-bottom: 32px; }
    @media (min-width: 1200px) {
      #ega-article .art-related__title,
      #ega-article .art-hot__title,
      #ega-article .art-comment__title {
        margin-bottom: 40px; } }
    #ega-article .art-related__title h3,
    #ega-article .art-hot__title h3,
    #ega-article .art-comment__title h3 {
      margin: 0;
      font-size: 24px;
      font-weight: normal; }
      @media (min-width: 1200px) {
        #ega-article .art-related__title h3,
        #ega-article .art-hot__title h3,
        #ega-article .art-comment__title h3 {
          font-size: 32px; } }
  @media (min-width: 1200px) {
    #ega-article .art-related__slider .art-item,
    #ega-article .art-hot__slider .art-item,
    #ega-article .art-comment__slider .art-item {
      padding-left: 12px;
      padding-right: 12px; } }
  @media (max-width: 991px) {
    #ega-article .art-related__slider .art-item,
    #ega-article .art-hot__slider .art-item,
    #ega-article .art-comment__slider .art-item {
      margin-bottom: 32px; } }
  #ega-article .art-related__slider .slick-prev,
  #ega-article .art-related__slider .slick-next,
  #ega-article .art-hot__slider .slick-prev,
  #ega-article .art-hot__slider .slick-next,
  #ega-article .art-comment__slider .slick-prev,
  #ega-article .art-comment__slider .slick-next {
    background: rgba(183, 211, 232, 0.2); }
  #ega-article .art-related__slider .art-info h3,
  #ega-article .art-hot__slider .art-info h3,
  #ega-article .art-comment__slider .art-info h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 8px;
    max-height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  #ega-article .art-related__slider .art-info span,
  #ega-article .art-hot__slider .art-info span,
  #ega-article .art-comment__slider .art-info span {
    color: #0E1C22;
    opacity: .6;
    font-size: 12px;
    letter-spacing: 0.1em; }
  #ega-article .art-related__seemore,
  #ega-article .art-hot__seemore,
  #ega-article .art-comment__seemore {
    text-align: center;
    margin-top: 40px; }
    #ega-article .art-related__seemore a,
    #ega-article .art-hot__seemore a,
    #ega-article .art-comment__seemore a {
      display: inline-block;
      border: 1px solid #0E1C22;
      color: #0E1C22;
      padding: 8px 44px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #ega-article .art-related__seemore a:hover,
      #ega-article .art-hot__seemore a:hover,
      #ega-article .art-comment__seemore a:hover {
        background: #0E1C22;
        color: #fff; }
      @media (min-width: 1200px) {
        #ega-article .art-related__seemore a,
        #ega-article .art-hot__seemore a,
        #ega-article .art-comment__seemore a {
          padding: 12px 54px; } }

#ega-article .comment-user {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

/*** CART LAYOUT ***/
@media (max-width: 991px) {
  #ega-cart .ega-container {
    padding: 0; } }

#ega-cart .ega-row {
  margin-left: -12px;
  margin-right: -12px; }
  #ega-cart .ega-row [class*=ega-col-] {
    padding-left: 12px;
    padding-right: 12px; }

#ega-cart .ega-cart__wrap {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 46px; }
  @media (min-width: 1200px) {
    #ega-cart .ega-cart__wrap {
      margin-top: 50px; } }

#ega-cart .ega-cart-head {
  border-bottom: 2px solid rgba(205, 51, 70, 0.5);
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600; }
  @media (min-width: 1200px) {
    #ega-cart .ega-cart-head {
      padding-left: 39px;
      padding-right: 24px; } }

#ega-cart .ega-cart-row {
  border-bottom: 1px solid #E1E3E8;
  padding: 24px 0; }
  @media (min-width: 1200px) {
    #ega-cart .ega-cart-row {
      padding-left: 17px;
      padding-right: 14px; } }
  @media (min-width: 1800px) {
    #ega-cart .ega-cart-row {
      padding-left: 27px;
      padding-right: 24px; } }
  #ega-cart .ega-cart-row * {
    font-size: 16px; }
    @media (min-width: 1200px) {
      #ega-cart .ega-cart-row * {
        font-size: 20px; } }
    @media (min-width: 1800px) {
      #ega-cart .ega-cart-row * {
        font-size: 24px; } }
  @media (max-width: 767px) {
    #ega-cart .ega-cart-row {
      flex-direction: row-reverse; }
      #ega-cart .ega-cart-row .ega-cart-info {
        display: grid;
        grid-template-columns: 1fr 1fr; }
        #ega-cart .ega-cart-row .ega-cart-info .ega-cart-img {
          grid-row: span 3; } }

#ega-cart .ega-cart-quantity input {
  border: none; }

#ega-cart .ega-cart-quantity .ega-btn {
  border-color: #0E1C22;
  display: flex;
  justify-content: center; }

#ega-cart .ega-cart-content .cart-pd-title {
  font-weight: normal;
  margin: 0 0 12px; }

#ega-cart .ega-cart-content .cart-variant span {
  display: block;
  font-size: 14px; }

@media (max-width: 991px) {
  #ega-cart .ega-cart-content .cart-variant {
    margin-bottom: 16px; }
    #ega-cart .ega-cart-content .cart-variant span {
      font-size: 12px; } }

@media (max-width: 991px) {
  #ega-cart .ega-cart-content .cart-item-price {
    display: block;
    margin-bottom: 16px; } }

#ega-cart #cartformpage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  #ega-cart #cartformpage .cart-body-left {
    background: #fff;
    width: 100%; }
    #ega-cart #cartformpage .cart-body-left .ega-cart-body {
      padding-left: 12px;
      padding-right: 12px; }
    #ega-cart #cartformpage .cart-body-left .ega-cart-footer {
      padding-left: 12px;
      padding-right: 12px; }
      #ega-cart #cartformpage .cart-body-left .ega-cart-footer .continue-shopping {
        color: #0E1C22;
        font-size: 16px;
        font-weight: bold; }
        #ega-cart #cartformpage .cart-body-left .ega-cart-footer .continue-shopping svg {
          font-size: 12px; }
    @media (min-width: 1200px) {
      #ega-cart #cartformpage .cart-body-left {
        width: calc(100% - 384px); } }
  #ega-cart #cartformpage .cart-body-right {
    background: #fff;
    width: 100%;
    padding: 16px; }
    @media (min-width: 1200px) {
      #ega-cart #cartformpage .cart-body-right {
        width: 360px;
        padding: 32px 24px 24px; } }
    @media (max-width: 991px) {
      #ega-cart #cartformpage .cart-body-right {
        margin-top: 8px; } }
    #ega-cart #cartformpage .cart-body-right .cart-total {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #ega-cart #cartformpage .cart-body-right .cart-total label {
        font-size: 16px; }
      #ega-cart #cartformpage .cart-body-right .cart-total .total_price {
        font-size: 20px;
        color: #C54934; }
        @media (min-width: 1200px) {
          #ega-cart #cartformpage .cart-body-right .cart-total .total_price {
            font-size: 24px; } }
    #ega-cart #cartformpage .cart-body-right .cart-buttons .btn-checkout {
      background: #0E1C22;
      margin: 16px 0 0;
      display: block;
      width: 100%;
      padding: 8px;
      border-radius: 0;
      font-size: 14px;
      line-height: 24px; }
      @media (min-width: 1200px) {
        #ega-cart #cartformpage .cart-body-right .cart-buttons .btn-checkout {
          margin-top: 32px;
          font-size: 24px;
          padding: 20px; } }

#ega-cart .cart-empty {
  background: #fff;
  padding: 16px; }
  #ega-cart .cart-empty__title {
    font-size: 24px; }
    @media (max-width: 991px) {
      #ega-cart .cart-empty__title {
        font-size: 16px; } }
  #ega-cart .cart-empty .ega-btn {
    background: #0E1C22;
    margin: 24px 0 0;
    display: inline-block;
    border-radius: 0;
    line-height: 24px;
    font-size: 24px;
    padding: 20px; }
    @media (max-width: 991px) {
      #ega-cart .cart-empty .ega-btn {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 16px; } }

/*** END CART LAYOUT ***/
/*** Cart Popup ***/
.toast .ega-modal__content {
  position: absolute;
  min-width: 347px;
  margin: 100px 20px 20px;
  padding: 24px;
  top: 0;
  right: 0;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .toast .ega-modal__content .ega-modal__close {
    top: 0;
    right: 0; }
  .toast .ega-modal__content .popup-addcart-content .added-noti {
    font-size: 20px;
    font-weight: bold; }
  .toast .ega-modal__content .popup-addcart-content .campaign-mess {
    display: block;
    color: #4CAF50;
    font-size: 16px;
    font-weight: bold; }
  .toast .ega-modal__content .popup-addcart-content .pd-cart {
    margin-top: 16px; }
    .toast .ega-modal__content .popup-addcart-content .pd-cart__wrap {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; }
    .toast .ega-modal__content .popup-addcart-content .pd-cart__img {
      width: 100px; }
    .toast .ega-modal__content .popup-addcart-content .pd-cart__info {
      width: calc(100% - 118px); }
      .toast .ega-modal__content .popup-addcart-content .pd-cart__info h3 {
        font-size: 16px;
        font-weight: normal;
        margin: 0 0 8px; }
      .toast .ega-modal__content .popup-addcart-content .pd-cart__info .variant-info {
        font-size: 12px;
        margin-bottom: 8px; }
        .toast .ega-modal__content .popup-addcart-content .pd-cart__info .variant-info span {
          display: block; }
      .toast .ega-modal__content .popup-addcart-content .pd-cart__info .cart-item-price {
        font-size: 16px; }
    .toast .ega-modal__content .popup-addcart-content .pd-cart__action a {
      background: #0E1C22;
      border: 1px solid #0E1C22;
      margin: 0;
      border-radius: 0;
      width: 100%;
      font-size: 16px;
      padding: 12px;
      line-height: 24px; }

.toast.show .ega-modal__content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

/*** End Cart Popup ***/
#pd_action_bar {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  z-index: 99; }
  #pd_action_bar img {
    max-width: 16px; }
  @media (min-width: 992px) {
    #pd_action_bar {
      display: none; } }
  #pd_action_bar .pdcta {
    width: calc(100% - 128px);
    font-size: 14px;
    display: flex;
    justify-content: space-around; }
    #pd_action_bar .pdcta svg {
      font-size: 16px; }
    #pd_action_bar .pdcta__mess {
      display: inline-block;
      text-align: center;
      margin-right: 10px;
      color: initial; }
      #pd_action_bar .pdcta__mess span {
        display: block;
        margin-top: 2px; }
    #pd_action_bar .pdcta__call {
      display: inline-block;
      text-align: center;
      color: initial; }
      #pd_action_bar .pdcta__call span {
        display: block;
        margin-top: 2px; }
  #pd_action_bar .pdbuy {
    width: 118px; }
    #pd_action_bar .pdbuy .ega-btn {
      display: block;
      padding: 8px;
      margin: 0;
      line-height: 24px;
      border-radius: 0;
      background: #0E1C22;
      border: 1px solid #0E1C22;
      font-size: 14px; }

#theme_action_bar {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #f62a09;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  z-index: 99; }
  #theme_action_bar img {
    max-width: 16px; }
  @media (min-width: 992px) {
    #theme_action_bar {
      display: none; } }
  #theme_action_bar .theme_bar {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-around; }
    #theme_action_bar .theme_bar a {
      font-size: 10px;
      color: #ffffff; }
    #theme_action_bar .theme_bar svg {
      font-size: 16px; }
    #theme_action_bar .theme_bar__link, #theme_action_bar .theme_bar__mess {
      display: inline-block;
      text-align: center;
      margin-right: 10px;
      color: initial; }
      #theme_action_bar .theme_bar__link span, #theme_action_bar .theme_bar__mess span {
        display: block;
        margin-top: 2px; }
    #theme_action_bar .theme_bar__call {
      display: inline-block;
      text-align: center;
      color: initial; }
      #theme_action_bar .theme_bar__call span {
        display: block;
        margin-top: 2px; }

#ega-shop-list .ega-row {
  margin-left: -12px;
  margin-right: -12px; }
  #ega-shop-list .ega-row [class*=ega-col-] {
    padding-left: 12px;
    padding-right: 12px; }

#ega-shop-list .page_content {
  padding-bottom: 88px;
  border-bottom: 2px solid rgba(205, 51, 70, 0.5);
  margin-bottom: 14px; }
  @media (max-width: 991px) {
    #ega-shop-list .page_content {
      padding-bottom: 32px;
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    #ega-shop-list .page_content .address-detail {
      order: 1;
      margin-top: 24px; } }

#ega-shop-list .shoplist__title {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 24px;
  border-bottom: 2px solid rgba(205, 51, 70, 0.5);
  margin-bottom: 24px;
  text-align: center;
  font-weight: normal; }
  @media (min-width: 1200px) {
    #ega-shop-list .shoplist__title {
      font-size: 48px;
      padding-top: 48px;
      padding-bottom: 40px;
      margin-bottom: 48px; } }

#ega-shop-list #map_canvas iframe {
  width: 100%;
  height: 707px; }
  @media (max-width: 991px) {
    #ega-shop-list #map_canvas iframe {
      height: 386px; } }

#ega-shop-list .city-chosen {
  margin-bottom: 35px; }
  @media (max-width: 991px) {
    #ega-shop-list .city-chosen {
      margin-bottom: 19px; } }
  #ega-shop-list .city-chosen label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #0E1C22;
    opacity: 0.6;
    margin-bottom: 14px; }
    @media (max-width: 991px) {
      #ega-shop-list .city-chosen label {
        margin-bottom: 4px; } }
  #ega-shop-list .city-chosen .city-select__wrap {
    position: relative; }
    #ega-shop-list .city-chosen .city-select__wrap .city-select {
      width: 100%;
      line-height: 32px;
      padding-bottom: 8px;
      font-size: 16px;
      color: #0E1C22;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: none;
      box-shadow: none;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid rgba(14, 28, 34, 0.4); }
      @media (min-width: 1200px) {
        #ega-shop-list .city-chosen .city-select__wrap .city-select {
          font-size: 20px; } }
    #ega-shop-list .city-chosen .city-select__wrap svg {
      position: absolute;
      font-size: 14px;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: bold;
      z-index: -1; }

#ega-shop-list .address-scroll {
  background: #FFFFFF;
  border: 1px solid #E1E3E8;
  padding: 24px 16px;
  flex-grow: 1;
  max-height: 100%;
  overflow: auto; }
  #ega-shop-list .address-scroll .list-address .address_item {
    padding: 24px 8px;
    border-bottom: 1px solid #E1E3E8;
    cursor: pointer; }
    @media (max-width: 991px) {
      #ega-shop-list .address-scroll .list-address .address_item {
        padding: 24px 6px; } }
    #ega-shop-list .address-scroll .list-address .address_item:last-child {
      border-bottom: none; }
    #ega-shop-list .address-scroll .list-address .address_item.address-actived, #ega-shop-list .address-scroll .list-address .address_item:hover {
      background: rgba(14, 28, 34, 0.05); }
    #ega-shop-list .address-scroll .list-address .address_item strong {
      display: block;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        #ega-shop-list .address-scroll .list-address .address_item strong {
          font-size: 16px; } }
    #ega-shop-list .address-scroll .list-address .address_item span {
      font-size: 16px; }
      @media (max-width: 991px) {
        #ega-shop-list .address-scroll .list-address .address_item span {
          font-size: 14px; } }

#ega-shop-list .shoplist__info {
  display: flex;
  flex-direction: column;
  height: 707px; }
  @media (max-width: 991px) {
    #ega-shop-list .shoplist__info {
      height: auto; } }

#ega-404 {
  position: relative; }
  #ega-404 img {
    width: 100%; }
    @media (max-width: 991px) {
      #ega-404 img {
        min-height: 300px; } }
  #ega-404 .ega-404__wrap {
    position: absolute;
    width: 100%;
    top: 24px; }
    @media (min-width: 1200px) {
      #ega-404 .ega-404__wrap {
        top: 130px; } }
  @media (max-width: 991px) {
    #ega-404 .ega-404__content {
      max-width: 227px; } }
  #ega-404 .ega-404__content .ega-404__title {
    font-weight: 600;
    font-size: 80px;
    color: #0E1C22;
    opacity: 0.3;
    margin: 0 0 8px;
    line-height: 1; }
    @media (min-width: 1200px) {
      #ega-404 .ega-404__content .ega-404__title {
        font-size: 192px;
        margin-bottom: 24px; } }
  #ega-404 .ega-404__content span {
    font-size: 14px;
    color: #0E1C22;
    display: block;
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      #ega-404 .ega-404__content span {
        font-size: 20px;
        margin-bottom: 40px; } }
  #ega-404 .ega-404__content .back-to-home {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    border-radius: 0;
    border: 1px solid #0E1C22;
    color: #0E1C22;
    padding: 8px 36px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 1200px) {
      #ega-404 .ega-404__content .back-to-home {
        font-size: 16px;
        padding: 12px 58px; } }
    #ega-404 .ega-404__content .back-to-home:hover {
      background: #0E1C22;
      color: #fff; }

#ega-login-page,
#ega-reset-page {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (max-width: 991px) {
    #ega-login-page,
    #ega-reset-page {
      padding: 0 0 16px; }
      #ega-login-page .ega-container,
      #ega-reset-page .ega-container {
        padding: 0; } }
  #ega-login-page #ega-login,
  #ega-login-page #ega-reset,
  #ega-reset-page #ega-login,
  #ega-reset-page #ega-reset {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 24px 16px; }
    @media (min-width: 1200px) {
      #ega-login-page #ega-login,
      #ega-login-page #ega-reset,
      #ega-reset-page #ega-login,
      #ega-reset-page #ega-reset {
        width: 588px;
        padding: 40px 48px 48px; } }
    #ega-login-page #ega-login .login-title,
    #ega-login-page #ega-reset .login-title,
    #ega-reset-page #ega-login .login-title,
    #ega-reset-page #ega-reset .login-title {
      font-size: 28px;
      font-weight: bold;
      margin: 0 0 50px;
      padding-bottom: 16px;
      border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
      @media (max-width: 991px) {
        #ega-login-page #ega-login .login-title,
        #ega-login-page #ega-reset .login-title,
        #ega-reset-page #ega-login .login-title,
        #ega-reset-page #ega-reset .login-title {
          font-size: 24px;
          margin-bottom: 26px; } }
    @media (max-width: 991px) {
      #ega-login-page #ega-login .ega-form__group,
      #ega-login-page #ega-reset .ega-form__group,
      #ega-reset-page #ega-login .ega-form__group,
      #ega-reset-page #ega-reset .ega-form__group {
        margin-bottom: 26px; } }
    #ega-login-page #ega-login .ega-form__group + .ega-form__group,
    #ega-login-page #ega-reset .ega-form__group + .ega-form__group,
    #ega-reset-page #ega-login .ega-form__group + .ega-form__group,
    #ega-reset-page #ega-reset .ega-form__group + .ega-form__group {
      margin-top: 49px; }
    #ega-login-page #ega-login .ega-form__group label,
    #ega-login-page #ega-reset .ega-form__group label,
    #ega-reset-page #ega-login .ega-form__group label,
    #ega-reset-page #ega-reset .ega-form__group label {
      font-size: 14px;
      letter-spacing: 0.1em;
      color: #0E1C22;
      opacity: 0.6;
      margin-bottom: 14px; }
      @media (max-width: 991px) {
        #ega-login-page #ega-login .ega-form__group label,
        #ega-login-page #ega-reset .ega-form__group label,
        #ega-reset-page #ega-login .ega-form__group label,
        #ega-reset-page #ega-reset .ega-form__group label {
          font-size: 12px;
          margin-bottom: 8px; } }
    #ega-login-page #ega-login .ega-form__group input,
    #ega-login-page #ega-reset .ega-form__group input,
    #ega-reset-page #ega-login .ega-form__group input,
    #ega-reset-page #ega-reset .ega-form__group input {
      font-size: 20px;
      border: none;
      border-bottom: 1px solid rgba(14, 28, 34, 0.4);
      padding: 0 0 8px;
      border-radius: 0; }
      @media (max-width: 991px) {
        #ega-login-page #ega-login .ega-form__group input,
        #ega-login-page #ega-reset .ega-form__group input,
        #ega-reset-page #ega-login .ega-form__group input,
        #ega-reset-page #ega-reset .ega-form__group input {
          font-size: 14px; } }
    #ega-login-page #ega-login .login-action,
    #ega-login-page #ega-reset .login-action,
    #ega-reset-page #ega-login .login-action,
    #ega-reset-page #ega-reset .login-action {
      margin-top: 32px; }
      #ega-login-page #ega-login .login-action .ega-btn,
      #ega-login-page #ega-reset .login-action .ega-btn,
      #ega-reset-page #ega-login .login-action .ega-btn,
      #ega-reset-page #ega-reset .login-action .ega-btn {
        display: inline-block;
        border: 1px solid #0E1C22;
        color: #0E1C22;
        padding: 8px 44px;
        border-radius: 0;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 24px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #ega-login-page #ega-login .login-action .ega-btn:hover,
        #ega-login-page #ega-reset .login-action .ega-btn:hover,
        #ega-reset-page #ega-login .login-action .ega-btn:hover,
        #ega-reset-page #ega-reset .login-action .ega-btn:hover {
          background: #0E1C22;
          color: #fff; }
        @media (min-width: 1200px) {
          #ega-login-page #ega-login .login-action .ega-btn,
          #ega-login-page #ega-reset .login-action .ega-btn,
          #ega-reset-page #ega-login .login-action .ega-btn,
          #ega-reset-page #ega-reset .login-action .ega-btn {
            padding: 12px 35px; } }
      #ega-login-page #ega-login .login-action .register-link,
      #ega-login-page #ega-reset .login-action .register-link,
      #ega-reset-page #ega-login .login-action .register-link,
      #ega-reset-page #ega-reset .login-action .register-link {
        font-size: 16px;
        margin-bottom: 56px; }
      #ega-login-page #ega-login .login-action .forgot-pass,
      #ega-login-page #ega-reset .login-action .forgot-pass,
      #ega-reset-page #ega-login .login-action .forgot-pass,
      #ega-reset-page #ega-reset .login-action .forgot-pass {
        font-size: 16px; }
      #ega-login-page #ega-login .login-action .ega-link,
      #ega-login-page #ega-reset .login-action .ega-link,
      #ega-reset-page #ega-login .login-action .ega-link,
      #ega-reset-page #ega-reset .login-action .ega-link {
        color: #0E1C22;
        font-weight: bold; }
  #ega-login-page #ega-recover,
  #ega-reset-page #ega-recover {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 24px 16px; }
    @media (min-width: 1200px) {
      #ega-login-page #ega-recover,
      #ega-reset-page #ega-recover {
        width: 588px;
        padding: 40px 48px 48px; } }
    #ega-login-page #ega-recover .recover-title,
    #ega-reset-page #ega-recover .recover-title {
      font-size: 28px;
      font-weight: bold;
      margin: 0 0 50px;
      padding-bottom: 16px;
      border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
      @media (max-width: 991px) {
        #ega-login-page #ega-recover .recover-title,
        #ega-reset-page #ega-recover .recover-title {
          font-size: 24px;
          margin-bottom: 26px; } }
    @media (max-width: 991px) {
      #ega-login-page #ega-recover .ega-form__group,
      #ega-reset-page #ega-recover .ega-form__group {
        margin-bottom: 26px; } }
    #ega-login-page #ega-recover .ega-form__group label,
    #ega-reset-page #ega-recover .ega-form__group label {
      font-size: 14px;
      letter-spacing: 0.1em;
      color: #0E1C22;
      opacity: 0.6;
      margin-bottom: 14px; }
      @media (max-width: 991px) {
        #ega-login-page #ega-recover .ega-form__group label,
        #ega-reset-page #ega-recover .ega-form__group label {
          font-size: 12px;
          margin-bottom: 8px; } }
    #ega-login-page #ega-recover .ega-form__group input,
    #ega-reset-page #ega-recover .ega-form__group input {
      font-size: 20px;
      border: none;
      border-bottom: 1px solid rgba(14, 28, 34, 0.4);
      padding: 0 0 8px;
      border-radius: 0; }
      @media (max-width: 991px) {
        #ega-login-page #ega-recover .ega-form__group input,
        #ega-reset-page #ega-recover .ega-form__group input {
          font-size: 14px; } }
    #ega-login-page #ega-recover .recover-action,
    #ega-reset-page #ega-recover .recover-action {
      margin-top: 32px; }
      #ega-login-page #ega-recover .recover-action .ega-btn,
      #ega-reset-page #ega-recover .recover-action .ega-btn {
        display: inline-block;
        border: 1px solid #0E1C22;
        color: #0E1C22;
        padding: 8px 44px;
        border-radius: 0;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 24px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #ega-login-page #ega-recover .recover-action .ega-btn:hover,
        #ega-reset-page #ega-recover .recover-action .ega-btn:hover {
          background: #0E1C22;
          color: #fff; }
        @media (min-width: 1200px) {
          #ega-login-page #ega-recover .recover-action .ega-btn,
          #ega-reset-page #ega-recover .recover-action .ega-btn {
            padding: 12px 64px; } }
      #ega-login-page #ega-recover .recover-action .recover-back,
      #ega-reset-page #ega-recover .recover-action .recover-back {
        display: block;
        color: initial;
        font-size: 16px; }
  #ega-login-page #guest .ega-btn,
  #ega-reset-page #guest .ega-btn {
    display: inline-block;
    border: 1px solid #0E1C22;
    color: #0E1C22;
    padding: 8px 44px;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 24px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #ega-login-page #guest .ega-btn:hover,
    #ega-reset-page #guest .ega-btn:hover {
      background: #0E1C22;
      color: #fff; }
    @media (min-width: 1200px) {
      #ega-login-page #guest .ega-btn,
      #ega-reset-page #guest .ega-btn {
        padding: 12px 64px; } }

#ega-register-page {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (max-width: 991px) {
    #ega-register-page {
      padding: 0 0 16px; }
      #ega-register-page .ega-container {
        padding: 0; } }
  #ega-register-page #ega-register {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 24px 16px; }
    @media (min-width: 1200px) {
      #ega-register-page #ega-register {
        width: 792px;
        padding: 40px 48px 48px; } }
    #ega-register-page #ega-register .register-title {
      font-size: 28px;
      font-weight: bold;
      margin: 0 0 50px;
      padding-bottom: 16px;
      border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
      @media (max-width: 991px) {
        #ega-register-page #ega-register .register-title {
          font-size: 24px;
          margin-bottom: 26px; } }
    #ega-register-page #ega-register .ega-form__group {
      margin-bottom: 48px; }
      @media (max-width: 991px) {
        #ega-register-page #ega-register .ega-form__group {
          margin-bottom: 26px; } }
      #ega-register-page #ega-register .ega-form__group label {
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #0E1C22;
        opacity: 0.6;
        margin-bottom: 14px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          #ega-register-page #ega-register .ega-form__group label {
            font-size: 12px;
            margin-bottom: 8px; } }
      #ega-register-page #ega-register .ega-form__group input {
        font-size: 20px;
        border: none;
        border-bottom: 1px solid rgba(14, 28, 34, 0.4);
        padding: 0 0 8px;
        border-radius: 0; }
        @media (max-width: 991px) {
          #ega-register-page #ega-register .ega-form__group input {
            font-size: 14px; } }
    #ega-register-page #ega-register .ega-form__wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #ega-register-page #ega-register .ega-form__wrap .ega-form__group {
        width: 100%; }
        #ega-register-page #ega-register .ega-form__wrap .ega-form__group.col--half {
          width: calc(50% - 12px); }
          @media (max-width: 991px) {
            #ega-register-page #ega-register .ega-form__wrap .ega-form__group.col--half {
              width: 100%; } }
    #ega-register-page #ega-register .register-action .ega-btn {
      display: inline-block;
      border: 1px solid #0E1C22;
      color: #0E1C22;
      padding: 8px 44px;
      border-radius: 0;
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 24px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #ega-register-page #ega-register .register-action .ega-btn:hover {
        background: #0E1C22;
        color: #fff; }
      @media (min-width: 1200px) {
        #ega-register-page #ega-register .register-action .ega-btn {
          padding: 12px 46px; } }
      @media (max-width: 991px) {
        #ega-register-page #ega-register .register-action .ega-btn {
          margin-bottom: 32px; } }
    #ega-register-page #ega-register .register-action a {
      display: block;
      font-size: 16px;
      color: initial; }

#ega-account {
  padding-top: 24px;
  padding-bottom: 16px; }
  @media (min-width: 1200px) {
    #ega-account {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (max-width: 991px) {
    #ega-account .ega-container {
      padding: 0; } }
  #ega-account .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    #ega-account .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
    @media (max-width: 991px) {
      #ega-account .ega-row {
        margin: 0; } }
  #ega-account .account-title {
    font-size: 24px;
    margin: 0 0 24px; }
    @media (min-width: 1200px) {
      #ega-account .account-title {
        font-size: 28px;
        margin-bottom: 16px; } }
    @media (max-width: 991px) {
      #ega-account .account-title {
        padding-left: 16px;
        padding-right: 16px; } }
  #ega-account .customer_order {
    background: #fff; }
    @media (max-width: 991px) {
      #ega-account .customer_order {
        display: none; } }
    #ega-account .customer_order .ega-table td,
    #ega-account .customer_order .ega-table th {
      padding-top: 24px;
      padding-bottom: 24px; }
    #ega-account .customer_order .ega-table thead tr {
      border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
    #ega-account .customer_order .ega-table thead th {
      border: none;
      font-size: 16px;
      padding: 14px; }
    #ega-account .customer_order .ega-table tbody {
      font-size: 20px; }
      #ega-account .customer_order .ega-table tbody td {
        border-top: 1px solid #E1E3E8; }
    #ega-account .customer_order--mb {
      display: none; }
      @media (max-width: 991px) {
        #ega-account .customer_order--mb {
          display: block; } }
      #ega-account .customer_order--mb .order-mb-wrap {
        padding: 16px;
        background: #fff;
        font-size: 14px; }
        #ega-account .customer_order--mb .order-mb-wrap .order-id {
          font-size: 20px; }
        #ega-account .customer_order--mb .order-mb-wrap .order-mb-item + .order-mb-item {
          padding-top: 16px;
          margin-top: 16px;
          border-top: 1px solid #E1E3E8; }
        #ega-account .customer_order--mb .order-mb-wrap .order-mb-item .order-mb__line {
          margin-bottom: 8px;
          display: flex;
          justify-content: space-between; }
          #ega-account .customer_order--mb .order-mb-wrap .order-mb-item .order-mb__line .order-key {
            width: 76px;
            color: #8C8C8C; }
          #ega-account .customer_order--mb .order-mb-wrap .order-mb-item .order-mb__line .order-value {
            width: calc(100% - 84px); }
  #ega-account .account-detail {
    background: #fff; }
    @media (max-width: 991px) {
      #ega-account .account-detail {
        margin-bottom: 16px; } }
    #ega-account .account-detail .user_box_title {
      font-size: 16px;
      text-align: center;
      padding: 15px;
      border-bottom: 2px solid rgba(205, 51, 70, 0.5);
      font-weight: bold; }
      @media (max-width: 991px) {
        #ega-account .account-detail .user_box_title {
          text-align: left;
          font-size: 16px; } }
    #ega-account .account-detail .user_box_content {
      padding: 24px 32px 32px; }
      @media (max-width: 991px) {
        #ega-account .account-detail .user_box_content {
          padding: 24px 16px; } }
      #ega-account .account-detail .user_box_content .detail__wrap {
        margin-bottom: 24px; }
        @media (min-width: 1200px) {
          #ega-account .account-detail .user_box_content .detail__wrap {
            margin-bottom: 32px; } }
      #ega-account .account-detail .user_box_content .detail-item {
        font-size: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media (max-width: 991px) {
          #ega-account .account-detail .user_box_content .detail-item {
            font-size: 14px; } }
        #ega-account .account-detail .user_box_content .detail-item + .detail-item {
          margin-top: 10px; }
        #ega-account .account-detail .user_box_content .detail-item .detail-key {
          width: 76px;
          opacity: 0.6; }
          @media (min-width: 1200px) {
            #ega-account .account-detail .user_box_content .detail-item .detail-key {
              width: 101px; } }
        #ega-account .account-detail .user_box_content .detail-item .detail-value {
          width: calc(100% - 84px); }
          @media (min-width: 1200px) {
            #ega-account .account-detail .user_box_content .detail-item .detail-value {
              width: calc(100% - 119px); } }
      #ega-account .account-detail .user_box_content #view_address {
        font-weight: bold;
        font-size: 16px;
        color: #0E1C22;
        text-transform: uppercase; }
  @media (max-width: 991px) {
    #ega-account .order-list {
      order: 1;
      padding: 0 !important; } }
  @media (max-width: 991px) {
    #ega-account .acc-box {
      padding: 0 !important; } }

#ega-address {
  padding-top: 20px;
  padding-bottom: 28px; }
  @media (min-width: 1200px) {
    #ega-address {
      padding-top: 50px;
      padding-bottom: 48px; } }
  @media (max-width: 991px) {
    #ega-address .ega-container {
      padding: 0; } }
  #ega-address .ega-address__header {
    margin-bottom: 17px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      #ega-address .ega-address__header {
        padding-left: 15px;
        padding-right: 15px; } }
    #ega-address .ega-address__header #add-address-btn {
      display: inline-block;
      border: 1px solid #0E1C22;
      color: #0E1C22;
      padding: 8px 25px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin: 0;
      border-radius: 0;
      font-size: 16px;
      font-weight: bold; }
      @media (max-width: 991px) {
        #ega-address .ega-address__header #add-address-btn {
          padding: 8px 20px;
          font-size: 14px; } }
      #ega-address .ega-address__header #add-address-btn:hover {
        background: #0E1C22;
        color: #fff; }
  #ega-address .ega-address__title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin: 0; }
    @media (min-width: 1200px) {
      #ega-address .ega-address__title {
        font-size: 28px; } }
  #ega-address .ega-address__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #ega-address .ega-address__item {
    position: relative;
    width: 100%;
    background: #fff;
    margin-bottom: 24px;
    font-size: 20px;
    padding: 16px 16px 24px; }
    @media (min-width: 1200px) {
      #ega-address .ega-address__item {
        width: calc(50% - 12px);
        padding: 32px; } }
    @media (max-width: 991px) {
      #ega-address .ega-address__item {
        margin-bottom: 4px;
        font-size: 14px; } }
    #ega-address .ega-address__item .address-key {
      display: inline-block;
      width: 72px;
      opacity: 0.6; }
      @media (min-width: 1200px) {
        #ega-address .ega-address__item .address-key {
          width: 101px; } }
    #ega-address .ega-address__item .address-value {
      display: inline-block;
      width: calc(100% - 72px);
      float: right; }
      @media (min-width: 1200px) {
        #ega-address .ega-address__item .address-value {
          width: calc(100% - 119px); } }
    #ega-address .ega-address__item .address-action {
      position: absolute;
      top: 32px;
      right: 32px; }
      @media (max-width: 991px) {
        #ega-address .ega-address__item .address-action {
          top: 16px;
          right: 16px; } }
      #ega-address .ega-address__item .address-action .address-edit-link {
        font-size: 16px;
        line-height: 20px;
        color: #0E1C22;
        font-weight: bold; }
        @media (max-width: 991px) {
          #ega-address .ega-address__item .address-action .address-edit-link {
            display: none; } }
      #ega-address .ega-address__item .address-action .address-del-link {
        color: initial;
        margin-left: 10px; }
        #ega-address .ega-address__item .address-action .address-del-link svg {
          position: relative;
          font-size: 16px;
          top: 2px; }
    #ega-address .ega-address__item .address-edit-link.edit-on-mb {
      display: none; }
      @media (max-width: 991px) {
        #ega-address .ega-address__item .address-edit-link.edit-on-mb {
          display: block;
          margin-top: 20px;
          color: initial;
          font-weight: bold;
          font-size: 16px; } }
  #ega-address .ega-address__line + .ega-address__line {
    margin-top: 10px; }
    @media (max-width: 991px) {
      #ega-address .ega-address__line + .ega-address__line {
        margin-top: 15px; } }
  #ega-address .ega-address__line .default-check {
    font-size: 16px;
    color: #26AA53;
    margin-left: 30px; }
    #ega-address .ega-address__line .default-check svg {
      position: relative;
      top: 3px; }
    @media (max-width: 991px) {
      #ega-address .ega-address__line .default-check {
        display: none; } }
  #ega-address .default-check.on-mb {
    display: none;
    font-size: 16px;
    color: #26AA53;
    font-weight: bold;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      #ega-address .default-check.on-mb {
        display: block; } }
    #ega-address .default-check.on-mb svg {
      margin-right: 8px;
      font-size: 20px;
      position: relative;
      top: 5px; }

.address-popup {
  background: linear-gradient(0deg, rgba(14, 28, 34, 0.85), rgba(14, 28, 34, 0.85)); }
  .address-popup .ega-modal__close {
    bottom: calc(100% + 16px);
    right: 0;
    top: auto;
    background: none;
    border: none;
    width: auto;
    height: 24px; }
    @media (min-width: 1200px) {
      .address-popup .ega-modal__close {
        height: 40px; } }
    .address-popup .ega-modal__close svg {
      font-size: 24px; }
      @media (min-width: 1200px) {
        .address-popup .ega-modal__close svg {
          font-size: 40px; } }
  .address-popup .ega-modal__lg {
    margin-top: 60px;
    max-width: 792px; }
    @media (min-width: 1800px) {
      .address-popup .ega-modal__lg {
        margin-top: 100px; } }
  .address-popup .ega-modal__body {
    padding: 24px 16px 16px; }
    @media (min-width: 1200px) {
      .address-popup .ega-modal__body {
        padding: 53px 48px 48px; } }
    .address-popup .ega-modal__body h2 {
      font-size: 24px;
      color: #000;
      margin: 0 0 26px;
      padding-bottom: 16px;
      border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
      @media (min-width: 1200px) {
        .address-popup .ega-modal__body h2 {
          font-size: 28px;
          margin-bottom: 50px; } }
    .address-popup .ega-modal__body .ega-form__wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .address-popup .ega-modal__body .ega-form__group {
      width: 100%;
      margin-bottom: 26px; }
      .address-popup .ega-modal__body .ega-form__group label {
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #0E1C22;
        opacity: 0.6;
        margin-bottom: 14px; }
        @media (min-width: 1200px) {
          .address-popup .ega-modal__body .ega-form__group label {
            font-size: 14px; } }
      @media (min-width: 1200px) {
        .address-popup .ega-modal__body .ega-form__group {
          margin-bottom: 48px; } }
      @media (min-width: 1200px) {
        .address-popup .ega-modal__body .ega-form__group.col--half {
          width: calc(50% - 12px); } }
      .address-popup .ega-modal__body .ega-form__group:last-child {
        margin-bottom: 24px; }
      .address-popup .ega-modal__body .ega-form__group input.ega-btn {
        margin: 0;
        display: inline-block;
        border: 1px solid #0E1C22;
        color: #0E1C22;
        padding: 12px 38px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 0;
        font-size: 14px;
        font-weight: bold; }
        @media (min-width: 1200px) {
          .address-popup .ega-modal__body .ega-form__group input.ega-btn {
            font-size: 16px; } }
        .address-popup .ega-modal__body .ega-form__group input.ega-btn:hover {
          background: #0E1C22;
          color: #fff; }
    .address-popup .ega-modal__body .ega-form__control {
      border: 0;
      border-bottom: 1px solid rgba(14, 28, 34, 0.4);
      border-radius: 0;
      padding: 0 0 8px;
      line-height: 32px;
      height: 41px;
      font-size: 14px; }
      @media (min-width: 1200px) {
        .address-popup .ega-modal__body .ega-form__control {
          font-size: 20px; } }
    .address-popup .ega-modal__body .set-default-address {
      font-size: 16px !important;
      color: #0E1C22 !important;
      opacity: 1 !important;
      margin-bottom: 40px !important;
      ine-height: 32px;
      letter-spacing: normal !important;
      font-weight: normal !important;
      text-transform: none !important; }
      .address-popup .ega-modal__body .set-default-address input {
        position: relative;
        display: inline-block;
        margin-right: 12px;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        -webkit-appearance: none;
        border: 2px solid rgba(14, 28, 34, 0.4);
        background-color: #0e1c22;
        border-color: #0e1c22;
        top: 4px; }
        .address-popup .ega-modal__body .set-default-address input:before {
          position: absolute;
          display: none;
          content: "";
          width: 5px;
          height: 10px;
          background: transparent;
          border: 2px solid;
          border-top: none;
          border-left: none;
          left: 5px;
          bottom: 3px;
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          border-color: #fff; }
        .address-popup .ega-modal__body .set-default-address input:checked:before {
          display: block; }

/*error css*/
.errors {
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 16px;
  text-align: left;
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .errors ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc outside; }
    .errors ul li:last-child {
      margin-bottom: 0; }

/*** MEGA MENU ***/
.normal-menu .mega-body {
  width: 100%; }

.ega-menu--mega {
  width: 100%;
  justify-content: space-around;
  padding: 16px 75px 32px 87px;
  left: 0;
  align-items: start !important;
  --col-menu: 5;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr)); }
  .ega-menu--mega .ega-menu__item {
    padding: 0 5px !important; }
  .ega-menu--mega li {
    width: auto !important; }
  .ega-menu--mega .mega-body {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .ega-menu--mega .mega-body > .ega-menu__item > .ega-menu__link {
      padding: 0 !important;
      margin-bottom: 16px; }
      .ega-menu--mega .mega-body > .ega-menu__item > .ega-menu__link span {
        font-weight: bold;
        font-size: 24px !important;
        line-height: 32px; }
    .ega-menu--mega .mega-body > .ega-menu__item ul .ega-menu__link {
      font-size: 14px !important;
      padding: 0 !important;
      margin-bottom: 4px; }
    .ega-menu--mega .mega-body > .ega-menu__item {
      flex: 20%;
      margin-bottom: 24px; }
    .ega-menu--mega .mega-body .ega-menu__link:hover {
      background: none !important;
      color: #d9121f !important; }
  .ega-menu--mega .mega-img {
    width: 328px; }
  .ega-menu--mega .ega-menu {
    align-items: start !important; }

.ega-menu--mega.ega-menu--vertical {
  flex-direction: row; }

.ega-menu--mega > .ega-menu__item > .ega-menu__link {
  font-weight: bold !important;
  border-bottom: 2px solid;
  margin-bottom: 10px; }

.ega-menu--mega > .ega-menu__item > .ega-menu__link:hover {
  background: 0 !important; }

.menu-wrapper.has-mega-menu {
  position: relative; }
  .menu-wrapper.has-mega-menu #ega-main-menu,
  .menu-wrapper.has-mega-menu #ega-main-menu > .ega-menu__item {
    position: static; }

.ega-menu__item.has-child svg {
  right: auto; }

.header-wrap {
  position: relative; }
  .header-wrap #primary-menu > .ega-menu,
  .header-wrap #primary-menu > .ega-menu > .ega-menu__item {
    position: static; }

/*** END MEGA MENU ***/
#ega-contact {
  padding-top: 48px;
  padding-bottom: 80px; }
  #ega-contact .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    #ega-contact .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
  @media (max-width: 991px) {
    #ega-contact .ega-contact__wrap {
      border-bottom: 2px solid rgba(205, 51, 70, 0.5);
      padding-bottom: 32px; } }
  @media (max-width: 991px) {
    #ega-contact {
      padding-top: 24px;
      padding-bottom: 0; } }
  #ega-contact .contact__title {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(205, 51, 70, 0.5);
    margin-bottom: 54px; }
    @media (max-width: 991px) {
      #ega-contact .contact__title {
        font-size: 24px;
        padding-bottom: 16px;
        margin-bottom: 16px; } }
  #ega-contact .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #E1E3E8; }
    @media (min-width: 1200px) {
      #ega-contact .contact-info {
        padding: 44px 48px; } }
    @media (max-width: 991px) {
      #ega-contact .contact-info {
        margin-top: 16px; } }
    #ega-contact .contact-info .contact-item {
      display: inline-block; }
      @media (min-width: 1200px) {
        #ega-contact .contact-info .contact-item {
          flex: 1; } }
      @media (max-width: 991px) {
        #ega-contact .contact-info .contact-item {
          width: 100%; }
          #ega-contact .contact-info .contact-item + .contact-item {
            margin-top: 32px; } }
      #ega-contact .contact-info .contact-item .box-title {
        font-size: 20px;
        color: #0E1C22;
        line-height: 32px; }
        #ega-contact .contact-info .contact-item .box-title svg {
          font-size: 24px;
          margin-right: 16px;
          position: relative;
          top: 5px; }
      #ega-contact .contact-info .contact-item ul {
        font-size: 16px;
        margin-top: 8px;
        padding-left: 40px;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          #ega-contact .contact-info .contact-item ul {
            font-size: 14px; } }
        #ega-contact .contact-info .contact-item ul li + li {
          margin-top: 8px; }
        #ega-contact .contact-info .contact-item ul li a {
          color: initial; }
          #ega-contact .contact-info .contact-item ul li a svg {
            font-size: 20px;
            position: relative;
            top: 5px;
            margin-right: 8px; }
  #ega-contact .contact-submit {
    padding: 16px;
    border: 1px solid #E1E3E8;
    margin-top: 16px; }
    @media (min-width: 1200px) {
      #ega-contact .contact-submit {
        padding: 32px 48px 42px;
        margin-top: 24px; } }
    #ega-contact .contact-submit form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #ega-contact .contact-submit form .ega-form__group {
        width: 100%; }
        @media (min-width: 1200px) {
          #ega-contact .contact-submit form .ega-form__group.col--half {
            width: calc(50% - 12px);
            margin: 0; } }
        @media (max-width: 991px) {
          #ega-contact .contact-submit form .ega-form__group.col--half {
            margin-bottom: 26px; } }
        #ega-contact .contact-submit form .ega-form__group.col--full {
          margin-top: 49px;
          margin-bottom: 32px; }
          @media (max-width: 991px) {
            #ega-contact .contact-submit form .ega-form__group.col--full {
              margin-top: 0; } }
        #ega-contact .contact-submit form .ega-form__group label {
          text-transform: uppercase;
          font-size: 14px;
          letter-spacing: 0.1em;
          color: #0E1C22;
          opacity: 0.6;
          margin-bottom: 14px; }
          @media (max-width: 991px) {
            #ega-contact .contact-submit form .ega-form__group label {
              font-size: 12px;
              margin-bottom: 8px; } }
      #ega-contact .contact-submit form .ega-form__control {
        font-size: 20px;
        border: none;
        border-bottom: 1px solid rgba(14, 28, 34, 0.4);
        padding: 0 0 8px;
        border-radius: 0; }
        @media (max-width: 991px) {
          #ega-contact .contact-submit form .ega-form__control {
            font-size: 14px; } }
      #ega-contact .contact-submit form .ega-btn {
        display: inline-block;
        border: 1px solid #0E1C22;
        color: #0E1C22;
        padding: 8px 44px;
        border-radius: 0;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 24px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #ega-contact .contact-submit form .ega-btn:hover {
          background: #0E1C22;
          color: #fff; }
        @media (min-width: 1200px) {
          #ega-contact .contact-submit form .ega-btn {
            padding: 12px 80px; } }
  @media (max-width: 991px) {
    #ega-contact .page-col-left {
      order: 1; } }

#ega-search {
  padding-top: 48px;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    #ega-search {
      padding-top: 16px;
      padding-bottom: 16px;
      border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
      #ega-search .ega-row {
        margin-left: -4px;
        margin-right: -4px; }
        #ega-search .ega-row [class*=ega-col-] {
          padding-left: 4px;
          padding-right: 4px; } }
  #ega-search .search_title {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(205, 51, 70, 0.5);
    margin-bottom: 54px; }
  @media (min-width: 1200px) {
    #ega-search .search-no-result {
      font-size: 20px; } }
  #ega-search #sort-wrap {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 991px) {
      #ega-search #sort-wrap {
        margin-bottom: 24px; } }
    #ega-search #sort-wrap .sort-left {
      width: calc(100% - 321px); }
      @media (max-width: 991px) {
        #ega-search #sort-wrap .sort-left {
          width: 100%; } }
    #ega-search #sort-wrap .sort-right {
      width: 305px;
      display: flex;
      align-items: flex-end;
      flex-direction: row-reverse; }
      @media (max-width: 991px) {
        #ega-search #sort-wrap .sort-right {
          width: 100%;
          flex-direction: row;
          justify-content: space-between; } }
      #ega-search #sort-wrap .sort-right .ega-sortby {
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          #ega-search #sort-wrap .sort-right .ega-sortby {
            width: 100%; }
            #ega-search #sort-wrap .sort-right .ega-sortby label {
              display: none; } }
        #ega-search #sort-wrap .sort-right .ega-sortby select {
          width: 190px;
          height: 100%;
          margin-left: 16px;
          border: 1px solid #0E1C22;
          padding: 12px 16px;
          color: #0E1C22;
          font-size: 16px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: none;
          box-shadow: none;
          border-radius: 0; }
          @media (max-width: 991px) {
            #ega-search #sort-wrap .sort-right .ega-sortby select {
              width: 100%;
              font-size: 14px;
              margin: 0;
              padding: 8px 20px;
              line-height: 24px; } }
  @media (max-width: 991px) and (max-width: 320px) {
    #ega-search #sort-wrap .sort-right .ega-sortby select {
      padding: 8px 15px; } }
        #ega-search #sort-wrap .sort-right .ega-sortby .sortby__wrap {
          position: relative; }
          @media (max-width: 991px) {
            #ega-search #sort-wrap .sort-right .ega-sortby .sortby__wrap {
              width: 100%; } }
          #ega-search #sort-wrap .sort-right .ega-sortby .sortby__wrap svg {
            position: absolute;
            font-size: 14px;
            top: 50%;
            right: 16px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: bold;
            z-index: -1; }
  #ega-search #ega-search-title {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
    @media (max-width: 991px) {
      #ega-search #ega-search-title {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 30px; } }
  #ega-search #pagination {
    text-align: center; }

#ega-order {
  padding-top: 54px;
  padding-bottom: 48px; }
  @media (max-width: 991px) {
    #ega-order {
      padding-top: 22px;
      padding-bottom: 24px; } }
  #ega-order .ega-row {
    margin-left: -12px;
    margin-right: -12px; }
    #ega-order .ega-row [class*=ega-col-] {
      padding-left: 12px;
      padding-right: 12px; }
  @media (max-width: 991px) {
    #ega-order .ega-container {
      padding: 0; }
      #ega-order .ega-container .ega-row {
        margin: 0; } }
  #ega-order .ega-table td,
  #ega-order .ega-table th {
    padding: 24px;
    white-space: normal; }
  #ega-order .ega-table thead tr {
    border-bottom: 2px solid rgba(205, 51, 70, 0.5); }
  #ega-order .ega-table thead th {
    border: none;
    font-size: 16px;
    padding: 14px 24px;
    text-align: left; }
  #ega-order .ega-table tbody {
    font-size: 20px; }
    #ega-order .ega-table tbody td {
      border-top: 1px solid #E1E3E8; }
  #ega-order .ega-table .order-pd-title a {
    color: initial; }
  #ega-order .ega-table .summary-row td {
    padding-top: 3px;
    padding-bottom: 3px; }
  #ega-order .ega-table .summary-row + .summary-row td {
    border: none; }
  #ega-order .ega-table .summary-row.summary-top td {
    padding-top: 24px; }
  #ega-order .ega-table .summary-row.summary-bot td {
    padding-bottom: 32px; }
  #ega-order .ega-table .summary-row.summary-bot .money-total {
    color: red; }
  #ega-order .ega-order__head a {
    color: initial;
    font-weight: bold;
    font-size: 14px; }
    #ega-order .ega-order__head a svg {
      position: relative;
      top: 1px;
      font-size: 12px;
      margin-right: 5px; }
  #ega-order .ega-order__head .order-title {
    font-weight: bold;
    font-size: 28px;
    margin-top: 22px;
    margin-bottom: 8px; }
    @media (max-width: 991px) {
      #ega-order .ega-order__head .order-title {
        font-size: 24px; } }
  #ega-order .ega-order__head .order-date {
    font-size: 14px;
    line-height: 20px; }
  #ega-order .ega-order__head .order-pay-status {
    display: block;
    padding: 8px 24px;
    height: 40px;
    line-height: 40px;
    background: #DFF6DE;
    border: 1px solid #027C2C;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #027C2C;
    margin-top: 24px;
    margin-bottom: 23px; }
    @media (max-width: 991px) {
      #ega-order .ega-order__head .order-pay-status {
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 8px;
        font-size: 14px;
        line-height: 20px; } }
    #ega-order .ega-order__head .order-pay-status.order-cancel {
      color: #d02e2e;
      background-color: #fff6f6;
      border-color: #d02e2e; }
  #ega-order .ega-order--mb {
    display: none;
    background: #fff;
    padding-top: 24px;
    padding-bottom: 16px; }
    @media (max-width: 991px) {
      #ega-order .ega-order--mb {
        display: block;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 8px; } }
    #ega-order .ega-order--mb .order-mb-item {
      border-bottom: 1px solid #E1E3E8;
      padding: 0 16px 16px;
      margin-bottom: 16px; }
      #ega-order .ega-order--mb .order-mb-item .order-item-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px; }
        #ega-order .ega-order--mb .order-mb-item .order-item-title a {
          color: #0E1C22; }
      #ega-order .ega-order--mb .order-mb-item .item-line {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        line-height: 16px; }
        #ega-order .ega-order--mb .order-mb-item .item-line + .item-line {
          margin-top: 5px; }
    #ega-order .ega-order--mb .order-mb-summary {
      text-align: right;
      padding-right: 16px; }
      #ega-order .ega-order--mb .order-mb-summary span {
        display: inline-block;
        width: 60px;
        margin-left: 32px; }
      #ega-order .ega-order--mb .order-mb-summary .money-total {
        font-weight: bold;
        color: red; }
  #ega-order .ega-order__body {
    background: #fff; }
    @media (max-width: 991px) {
      #ega-order .ega-order__body {
        display: none; } }
  #ega-order .ega-order__address {
    background: #fff; }
    @media (max-width: 991px) {
      #ega-order .ega-order__address {
        margin-left: -12px;
        margin-right: -12px; } }
  #ega-order .add_box_title {
    font-size: 16px;
    text-align: center;
    padding: 15px;
    border-bottom: 2px solid rgba(205, 51, 70, 0.5);
    font-weight: bold; }
    @media (max-width: 991px) {
      #ega-order .add_box_title {
        text-align: left; } }
  #ega-order .add_box_content {
    padding: 24px 32px 32px; }
    @media (max-width: 991px) {
      #ega-order .add_box_content {
        padding: 24px 16px; } }
    #ega-order .add_box_content .detail-item {
      font-size: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 991px) {
        #ega-order .add_box_content .detail-item {
          font-size: 14px; } }
      #ega-order .add_box_content .detail-item + .detail-item {
        margin-top: 10px; }
      #ega-order .add_box_content .detail-item .detail-key {
        width: 76px;
        opacity: 0.6; }
        @media (min-width: 1200px) {
          #ega-order .add_box_content .detail-item .detail-key {
            width: 101px; } }
      #ega-order .add_box_content .detail-item .detail-value {
        width: calc(100% - 84px); }
        @media (min-width: 1200px) {
          #ega-order .add_box_content .detail-item .detail-value {
            width: calc(100% - 119px); } }
    #ega-order .add_box_content #view_address {
      font-weight: bold;
      font-size: 16px;
      color: #0E1C22;
      text-transform: uppercase; }

#ega-page {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (max-width: 991px) {
    #ega-page {
      padding-top: 8px;
      padding-bottom: 8px; }
      #ega-page .ega-container {
        padding: 0; } }
  #ega-page .ega-page__wrap {
    background: #fff;
    padding: 16px 16px 32px;
    text-align: center; }
    @media (min-width: 1200px) {
      #ega-page .ega-page__wrap {
        padding: 48px 40px 40px; } }
    #ega-page .ega-page__wrap .ega-page__body {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media (min-width: 1200px) {
        #ega-page .ega-page__wrap .ega-page__body {
          width: 840px; } }
      #ega-page .ega-page__wrap .ega-page__body * {
        font-size: 16px; }
        @media (max-width: 991px) {
          #ega-page .ega-page__wrap .ega-page__body * {
            font-size: 14px; } }
    #ega-page .ega-page__wrap .ega-page__title {
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        #ega-page .ega-page__wrap .ega-page__title {
          font-size: 24px;
          line-height: 32px; } }

#master-img-popup {
  background: linear-gradient(0deg, rgba(14, 28, 34, 0.85), rgba(14, 28, 34, 0.85)); }
  #master-img-popup .ega-modal__lg {
    text-align: center;
    margin-top: 50px; }
    @media (min-width: 1200px) {
      #master-img-popup .ega-modal__lg {
        margin-top: 60px; } }
    @media (min-width: 1800px) {
      #master-img-popup .ega-modal__lg {
        margin-top: 80px; } }
    #master-img-popup .ega-modal__lg .ega-modal__close {
      bottom: calc(100% + 16px);
      right: 0;
      top: auto;
      background: none;
      border: none;
      width: auto;
      height: 40px; }
      #master-img-popup .ega-modal__lg .ega-modal__close svg {
        font-size: 40px; }
      @media (max-width: 991px) {
        #master-img-popup .ega-modal__lg .ega-modal__close {
          height: 24px; }
          #master-img-popup .ega-modal__lg .ega-modal__close svg {
            font-size: 24px; } }
  #master-img-popup .slick-prev {
    right: calc(100% + 20px); }
  #master-img-popup .slick-next {
    left: calc(100% + 20px); }
  #master-img-popup .slick-slide img {
    display: inline-block;
    max-height: 100%; }
  #master-img-popup .ega-pro__thumb-item {
    height: 80vh; }
    @media (max-width: 991px) {
      #master-img-popup .ega-pro__thumb-item {
        height: auto; } }
    #master-img-popup .ega-pro__thumb-item img {
      max-height: 100%; }
  @media (max-width: 991px) {
    #master-img-popup .slick-dotted.slick-slider {
      margin-bottom: 15px; }
    #master-img-popup .slick-dots {
      bottom: -15px; } }

@media (max-width: 767px) {
  #maybi .button-popup-loyalty {
    bottom: 60px !important; } }

.homeblog {
  background: #F5F5F7;
  padding: 32px 0; }
  .homeblog__header h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 24px; }
    @media (min-width: 1200px) {
      .homeblog__header h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 40px;
        font-size: 32px; } }

#ega-product-main .ega-pro__title {
  white-space: normal !important;
  overflow: initial; }

.ega-badge-ctd {
  display: flex;
  align-items: center;
  text-align: center; }
  .ega-badge-ctd span {
    font-size: 12px; }

.ega-badge-ctd__item {
  border-radius: 5px;
  font-weight: 500;
  margin: 12px 6px 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--countdown-color);
  background-color: var(--countdown-background);
  text-align: center;
  display: flex;
  place-items: center;
  place-content: center;
  min-width: 34px;
  height: 36px; }

.ega-badge-ctd__colon {
  font-weight: bold;
  font-size: 14px;
  color: var(--countdown-background); }

.ega-badge-ctd__s {
  margin-right: 0; }

.flashsale {
  --background-color: #f4ebc1;
  --countdown-background: #d3232a;
  --countdown-color: #fff;
  background: var(--background-color);
  padding: 32px 0 48px;
  margin: 15px auto; }
  .flashsale__item {
    margin-bottom: 15px; }
  .flashsale .ega-dot {
    width: 10px;
    height: 10px;
    background-color: #f00;
    border-radius: 100%;
    margin: 0 20px;
    display: inline-block;
    background-color: var(--countdown-background); }
    .flashsale .ega-dot .ega-ping {
      border: 1px solid var(--countdown-background);
      width: 10px;
      height: 10px;
      opacity: 1;
      background-color: transparent;
      opacity: 0.2;
      border-radius: 100%;
      -moz-animation: sonar_animation 0.8s linear infinite;
      -o-animation: sonar_animation 0.8s linear infinite;
      -webkit-animation: sonar_animation 0.8s linear infinite;
      animation: sonar_animation 0.8s linear infinite;
      display: block;
      margin: 0; }
  .flashsale__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .flashsale__header {
        justify-content: center; } }
  .flashsale__title {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .flashsale__title {
        flex-flow: row-reverse; } }
  .flashsale__countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 554px) {
      .flashsale__countdown-wrapper {
        flex-direction: column; } }
  .flashsale__countdown-label {
    color: var(--countdown-background);
    font-size: 16px;
    font-weight: bold; }
  .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    margin-top: 5px;
    border-radius: 4px;
    position: relative;
    /*
		&:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
		background: var(--countdown-background);
		opacity: 0.2;
	}
		*/ }
    @media (min-width: 768px) {
      .flashsale__progressbar {
        height: 8px; } }
  .flashsale___percent {
    width: 0;
    height: 100%;
    background: var(--countdown-background);
    border-radius: 4px; }

#ega-product-detail .flashsale {
  padding: 15px; }

.art-fea__info a,
.article__info a {
  color: #0e1c22; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative; }
  .embed-responsive::before {
    display: block;
    content: ""; }

.embed-responsive.embed-responsive-1by1 img {
  --image-scale: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(var(--image-scale));
  object-fit: contain;
  max-width: 100%;
  max-height: 100%; }

.embed-responsive-1by1::before {
  padding-top: calc(480 / 420 * 100%); }

.ega-pro__gallery-main:not(.slick-slider) {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .ega-pro__gallery-main:not(.slick-slider)::-webkit-scrollbar {
    display: none; }
  .ega-pro__gallery-main:not(.slick-slider) .embed-responsive-1by1 {
    flex: 0 0 100%; }

@media (min-width: 1800px) {
  .ega-pro.ega-pro--detail .ega-pro__img img {
    width: 100%; } }

@-webkit-keyframes sonar_animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

@keyframes sonar_animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0; } }

#ega-pro-master .ega-pro__thumb-item iframe {
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    #ega-pro-master .ega-pro__thumb-item iframe {
      width: 350px;
      height: 400px; } }

/* smart search */
@media (min-width: 1199px) {
  header .ega-form--mb.show {
    width: 500px; } }

/* related product */
.slickrelated .slick-arrow:before,
.slickrelated .slick-arrow:after {
  content: '';
  display: block;
  width: 16px;
  border: 1px solid;
  position: absolute; }

.slickrelated .slick-prev:before {
  transform: rotate(45deg);
  left: 16px;
  top: 30px; }

.slickrelated .slick-prev:after {
  transform: rotate(-45deg);
  top: 20px;
  left: 16px; }

.slickrelated .slick-next:before {
  transform: rotate(-45deg);
  right: 16px;
  top: 30px; }

.slickrelated .slick-next:after {
  transform: rotate(45deg);
  top: 20px;
  right: 16px; }

/** navigation **/
.ega-menu__item.active {
  z-index: 2;
  color: initial;
  background-color: initial;
  border-color: initial; }

.ega-menu__item + .ega-menu__item .active {
  margin-top: 0;
  border-top-width: 0; }

.toogle-nav-wrapper {
  position: relative;
  margin-bottom: -8px;
  margin-top: -8px; }
  .toogle-nav-wrapper .navigation-wrapper {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    margin-top: 7px; }
  .toogle-nav-wrapper.visible .navigation-wrapper, .toogle-nav-wrapper:hover .navigation-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 90; }
  .toogle-nav-wrapper .navigation .submenu {
    left: 100% !important;
    top: -1px !important;
    height: calc(100% + 2px); }

.navigation--horizontal {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  position: static; }
  .navigation--horizontal .navigation-arrows {
    display: none; }
    .navigation--horizontal .navigation-arrows .ega-nav-scroll {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
      .navigation--horizontal .navigation-arrows .ega-nav-scroll svg {
        font-size: 25px;
        vertical-align: middle; }
      .navigation--horizontal .navigation-arrows .ega-nav-scroll.disabled {
        cursor: not-allowed;
        opacity: 0.3; }
  .navigation--horizontal .navigation-arrows i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer; }
    .navigation--horizontal .navigation-arrows i:not(.disabled):hover {
      background: rgba(238, 238, 238, 0.4);
      border-radius: 100%; }
    .navigation--horizontal .navigation-arrows i.disabled {
      cursor: not-allowed;
      opacity: 0.3; }

.navigation-wrapper {
  overflow: hidden;
  max-height: 40px; }
  .navigation-wrapper.overflow + .navigation-arrows {
    display: flex;
    align-items: center; }

.navigation {
  position: static;
  --nav-height: 313px;
  min-height: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%; }
  .navigation.overflow {
    overflow: hidden; }
  .navigation::-webkit-scrollbar {
    display: none; }
  .navigation .ega-menu__item {
    padding: 0;
    border-bottom: 0;
    background: transparent;
    margin: 0; }
    .navigation .ega-menu__item:hover > a:after {
      filter: brightness(0.9); }
    .navigation .ega-menu__item:hover .normal-menu.ega-menu--vertical {
      top: calc(100% - 11px);
      bottom: initial;
      margin: 0; }
  .navigation .ega-menu__item > a {
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    /*
		background: var(--main-menu-bg);
		color: var(--main-menu-color);
		*/
    padding: 10px 15px;
    position: relative;
    font-size: 14px; }
    .navigation .ega-menu__item > a:after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: var(--main-menu-bg); }
    .navigation .ega-menu__item > a > span img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      margin-right: 4px;
      animation: pulsate 1s ease-in alternate;
      animation-iteration-count: infinite; }
    .navigation .ega-menu__item > a i {
      margin-left: 6px;
      font-size: 14px; }
  .navigation .menu-item {
    position: initial; }
    @media (min-width: 992px) {
      .navigation .menu-item:hover .submenu {
        display: block;
        z-index: 900; } }
  .navigation .submenu {
    display: none;
    width: 100%;
    height: 320px;
    padding: 14px 20px;
    border-radius: 0;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd #dddddd #dddddd #e1e1e1;
    position: absolute;
    bottom: 0;
    top: 100%;
    left: 0;
    background: white;
    margin-left: 0;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0 8px 0;
    z-index: 1;
    overflow: auto;
    font-size: 14px; }
    .navigation .submenu__list {
      --col-menu: 5;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));
      grid-gap: 10px 5px;
      padding: 0;
      list-style: none; }
    .navigation .submenu__col {
      display: flex;
      flex-direction: column;
      align-items: start;
      font-size: 14px; }
    .navigation .submenu__item--main {
      font-weight: bold; }
  .navigation li.submenu__item--main {
    font-weight: normal; }
  .navigation .submenu.default {
    width: auto;
    bottom: initial;
    left: inherit;
    height: auto;
    width: 200px; }
    .navigation .submenu.default .submenu__list {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }

.pd-cart__action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px; }

.toast .ega-modal__content .popup-addcart-content .pd-cart__action .ega-btn--outline,
#cart-popup-mb .ega-btn--outline {
  background-color: transparent;
  color: #0E1C22;
  position: static; }

.toast .ega-modal__content .popup-addcart-content .pd-cart__action .ega-btn--outline {
  height: auto; }

.toast .ega-modal__content .popup-addcart-content .pd-cart__action .ega-btn--outline:hover,
#cart-popup-mb .ega-btn--outline:hover {
  color: #fff;
  background-color: #0E1C22; }

@media (max-width: 767px) {
  #cart-popup-mb .ega-btn--outline {
    width: 100%;
    height: 42px;
    margin-top: 20px; } }

/* VAT + Conditional Cart */
.r-bill {
  padding: 10px 0; }

.cart-note {
  padding: 20px 0 20px 20px; }

.cart-note label.note-label {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  font-weight: normal; }

.cart-note textarea {
  border-color: #e1e1e1;
  padding: 11px 10px;
  outline: none;
  border-radius: 3px;
  height: 84px;
  resize: none;
  width: 100%;
  background-clip: padding-box;
  font-size: 15px; }

/* VAT Note */
.include-vat-note {
  opacity: 0.4; }

.ega-form__group label {
  font-weight: 600; }

.r-bill .checkbox {
  margin: 0; }

.r-bill .checkbox .regular-checkbox {
  display: none; }

.r-bill .checkbox .regular-checkbox + .box {
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative; }

.r-bill .checkbox .regular-checkbox:checked + .box:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 5px;
  color: #ff2e2e; }

.r-bill .checkbox > .title {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 5px;
  vertical-align: top;
  font-weight: 600; }

.r-bill .bill-field {
  display: none;
  margin-top: 15px; }

.r-bill .bill-field .form-group {
  margin-bottom: 10px; }

.r-bill .bill-field .form-control {
  box-shadow: none;
  background-clip: padding-box;
  border-radius: 3px;
  border-color: #e6e6e6;
  height: 34px;
  font-size: 14px; }

.r-bill .bill-field span.text-danger {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  color: red;
  margin-bottom: 15px; }

.swal-title:first-child {
  margin-top: 0; }

.swal-text,
.swal-footer {
  text-align: center; }

.cart-limit-modal {
  background-color: #ffffff; }

.cart-limit-modal .swal-title {
  color: #0e1c22; }

.cart-limit-modal .swal-text {
  color: #ff0000; }

.cart-limit-modal .swal-button {
  background-color: #0E1C22;
  color: #ffffff; }

.vat-checked-modal,
.vat-unchecked-modal,
.vat-checked-error-modal {
  background-color: #fff; }

.vat-checked-modal .swal-title,
.vat-unchecked-modal .swal-title,
.vat-checked-error-modal .swal-title {
  color: #0e1c22; }

.vat-checked-modal .swal-text,
.vat-unchecked-modal .swal-text,
.vat-checked-error-modal .swal-text {
  color: #0e1c22; }

.vat-checked-modal .swal-button {
  background-color: #0e1c22;
  color: #fff; }

.vat-checked-modal .swal-button--cancel {
  background-color: #EEEEEE;
  color: #0e1c22; }

.vat-unchecked-modal .swal-button {
  background-color: #0e1c22;
  color: #ffffff; }

.vat-unchecked-modal .swal-button--cancel {
  background-color: #EEEEEE;
  color: #0e1c22; }

.vat-checked-error-modal .swal-button--confirm {
  background-color: #246ae0;
  color: #ffffff; }

.cart-limit-alert {
  color: #ff0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal; }

.cart-limit-alert span {
  vertical-align: middle; }

.ega-pro__gallery-main .galerry_item {
  position: relative; }

.ega-pro__gallery-main .galerry_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

footer .footer-social a svg {
  width: 25px;
  height: 25px; }

.social-icon {
  position: fixed;
  right: 44px;
  bottom: 110px;
  z-index: 1; }

.social-icon .icon img {
  width: 50px; }

@media (max-width: 768px) {
  .flashsale,
  .indexbanner {
    padding: 0 !important; }
  #coll-index-tab {
    padding-top: 24px;
    padding-bottom: 30px; }
  .newcoll {
    padding: 24px 0; }
  iframe#chat_biz_manage_box {
    inset: 620px -100px 100px 334px !important; }
  #fb-root iframe {
    bottom: 50px !important; }
  .social-icon {
    right: 18px;
    bottom: 125px; }
  #scroll-top {
    right: 20px;
    bottom: 180px; } }

footer form .ega-form button {
  color: #fff;
  background: #f30d29;
  border-radius: 0 !important;
  text-align: center;
  padding: 9px 15px; }
  footer form .ega-form button:hover {
    color: #fff;
    background: #f30d29; }

.ega-swatch__element.soldout label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url("https://file.hstatic.net/1000312752/file/sold_out_76118984957540bc9374e4d1790b71f6.png") no-repeat;
  background-size: contain; }

.s_color {
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  flex: 0 0 24px; }

a.icon_zalo svg {
  margin-right: 3px !important; }

#ega-product-detail .ega-related-pd1 {
  margin-bottom: 60px; }

.seemore_col {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 20px; }

.seemore_col a {
  display: inline-block;
  padding: 9px 20px;
  background: #d91220;
  color: #fff;
  border-radius: 4px; }

.product__discount {
  background: red;
  text-align: center;
  /* transform: rotate(-90deg); */
  position: absolute;
  top: 30px;
  /* left: 0; */
  right: 0;
  padding: 1px 5px;
  z-index: 999;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff; }

#ega-pro-gallery .product__discount {
  transform: rotate(0deg);
  top: 40px;
  right: 0 !important;
  left: auto !important; }

@media (max-width: 991px) {
  .pd-item__wrapper .product__discount {
    top: 0px; }
  #ega-pro-gallery .product__discount {
    top: 48px; }
  #logo img {
    max-height: 60px; } }

@media (max-width: 480px) {
  #logo img {
    max-height: 50px; } }

.ega-swatch__element.soldout label:before {
  filter: brightness(0.5); }

@media (min-width: 992px) {
  #ega-collection .ega-filter__heading {
    display: block;
    text-align: left; }
  #ega-collection .ega-filter__heading .ega-filter__title svg {
    display: none; } }

.pd-item__img.img-featured picture {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.pd-item__img.img-featured picture:nth-of-type(2), .pd-item__img.img-featured picture:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.pd-item__wrapper:hover .pd-item__img.img-featured picture:nth-of-type(2), .flashsale__item:hover .pd-item__img.img-featured picture:nth-of-type(2) {
  opacity: 1;
  visibility: visible; }

.pd-item:hover picture img {
  transform: translate(-50%, -50%) scale(1) !important; }

.btn-new-guidesize {
  background: #fff;
  color: #0E1C22;
  padding: 6px 0;
  font-size: 14px;
  border: 1px solid #0E1C22;
  width: 100%;
  line-height: 1.2;
  margin: 0;
  height: fit-content; }

.prod_checktxt {
  position: absolute;
  top: 12px;
  right: 0;
  min-width: 56px;
  text-align: center;
  background: #d9121f;
  color: #fff;
  padding: 5px 3px;
  border-radius: 0;
  font-size: 13px; }
