@charset "UTF-8";
/*** TOP BAR ***/
/*$main_menu_color: #0e1c22;*/
/*$main_menu_color_hover: ;*/
/*** product page ***/
/*** end product page ***/
/**** MOBILE ****/
/**** END MOBILE ****/
/**** FONTS DEFAULT ****/
* {
  font-family: Roboto Condensed; }

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

body {
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
  font-weight: normal; }

body.template_blog,
body.template_article,
body.template_cart,
body.template_customers,
body.template_page {
  background: #f3f3f3; }

a {
  color: #288ad6; }

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

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

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

.ega-base-color:hover {
  border-color: #eeeeee !important; }

.ega-base-color__text {
  color: #eeeeee !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: auto; }

@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: auto; }

header .header-wrap .ega-form--desk {
  width: 60%; }

@media (min-width: 1200px) {
  header .header-wrap {
    padding: 10px 48px 10px 40px; } }

@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 {
    position: static;
    width: 60%;
    height: 50px;
    max-height: 50px;
    visibility: visible;
    /*
   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;
  padding-right: 2.5rem; }

header .ega-form--mb .ega-form__control {
  padding: 0.375rem 2.5rem;
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

@media (min-width: 992px) {
  header .ega-form--mb .ega-form__control {
    padding: 1rem; } }

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: 640px;
    transform: scaleX(1); } }

@media (min-width: 1200px) {
  header .header-right {
    width: 10%;
    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 #eeeeee;
  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; }

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

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

@media (min-width: 992px) {
  header.sticky-header .header-wrap-menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }

@media (min-width: 992px) and (max-width: 767px) {
  header.sticky-header .header-wrap-menu {
    display: flex; } }

@media (min-width: 992px) {
  header.sticky-header .header-wrap-menu.header-wrap-menu {
    display: block; } }

@media (min-width: 992px) and (max-width: 767px) {
  header.sticky-header .header-wrap-menu.header-wrap-menu {
    display: none; } }

@media (max-width: 767px) {
  header.sticky-header .header-wrap-menu-mob {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }

@media (max-width: 767px) and (max-width: 767px) {
  header.sticky-header .header-wrap-menu-mob {
    display: flex; } }

@-webkit-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-o-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

#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: block;
    padding: 8px 10px; } }

#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;
  top: 90px;
  z-index: 9999;
  /*
   & > .ega-menu--tree > .ega-menu--tree__item{
   &.menupos-4{
   & > a{
   color: $main_menu_hover_color;
   }
   }
   }
*/ }

.sticky-header #ega-menu--mb {
  height: calc(100% - 56px);
  top: 55px; }

#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: auto;
  float: left;
  box-sizing: content-box; }

@media (min-width: 1200px) {
  #logo {
    width: 20%; } }

@media (max-width: 767px) {
  #logo {
    width: auto;
    padding: 5px 0 5px 30px;
    box-sizing: inherit;
    margin: auto; } }

@media (min-width: 1200px) {
  #logo img {
    padding-bottom: 0;
    height: auto;
    margin-bottom: 5px; } }

@media (min-width: 1440px) {
  #logo img {
    height: auto; } }

#primary-menu {
  /*
   & > .ega-menu > .ega-menu__item.menupos-4 > 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 svg {
  font-size: 9px; }

@media (min-width: 1200px) {
  #primary-menu .ega-menu__item .ega-menu__link {
    padding: 7px 10px; }
  #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: #424146;
  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: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.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 h2 {
  overflow: hidden !important;
  line-height: 1.3em !important;
  color: #333 !important;
  clear: both;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: initial;
  min-height: 54px;
  margin: 10px 0 !important;
  font-size: 14px;
  font-weight: 400; }

@media (min-width: 1200px) {
  .pd-item h2 {
    font-size: 16px !important;
    min-height: 62.5px; } }

.pd-item .price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px; }

.pd-item .price .fundiin__wrapper * {
  font-size: 14px; }

.pd-item .price ins {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 20px;
  color: #C54934;
  font-weight: bold;
  line-height: 24px; }

.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: 10px;
  right: 5px;
  min-width: 56px;
  text-align: center;
  background: #d9121f;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border-radius: 4px; }

@media (max-width: 767px) {
  .pd-item .label-sale {
    font-size: 12px;
    padding: 1px 4px;
    min-width: 40px; } }

.pd-item .label-hotsale {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99; }

.pd-item .label-hotsale img {
  position: static;
  transform: none;
  max-width: 50px; }

.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 .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: #eeeeee; }

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: #eeeeee !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; }

@media (max-width: 480px) {
  .ega-copyright .copyright-rows ul {
    display: block; } }

.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: #eeeeee;
  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: 23px;
  bottom: 17px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

@media (max-width: 767px) {
  #scroll-top {
    bottom: 50px; } }

#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 .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: 0; }

.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: 1px solid #ccc; }

.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(238, 238, 238, 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: 100%;
  margin-top: 0;
  font-size: 0;
  border: none; }

.ega-swatch__element.soldout {
  overflow: hidden;
  pointer-events: none; }

.ega-swatch__element.soldout::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url("sold_out.png") no-repeat;
  background-size: 100% 100%; }

.ega-swatch input {
  display: none; }

#coll-index-tab {
  padding-top: 40px; }

@media (min-width: 1200px) {
  #coll-index-tab {
    padding-top: 52px; } }

#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,
.homeblog .tab-seemore {
  text-align: center; }

#coll-index-tab .ega-tab__content .tab-seemore a,
.homeblog .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;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.5s ease; }

#coll-index-tab .ega-tab__content .tab-seemore a:hover,
.homeblog .tab-seemore a:hover {
  background: #333;
  color: #f1dc68; }

@media (min-width: 1200px) {
  #coll-index-tab .ega-tab__content .tab-seemore a,
  .homeblog .tab-seemore a {
    padding: 12px 54px; } }

#coll-index-tab.tab-pd-page {
  border-bottom: 2px solid rgba(238, 238, 238, 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(238, 238, 238, 0.5);
  left: 0;
  bottom: -1px; }

@media (max-width: 991px) {
  #coll-index-tab.tab-pd-page .ega-tab__title {
    margin-bottom: 24px;
    width: 88%;
    display: flex;
    flex-flow: row nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0 0 14px; } }

#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: 50px; }
  .groupbuy .slick-next {
    left: auto;
    right: -15px;
    top: 50px; } }

@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: none; } }

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

@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: 50%;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #efefef;
  /*
   @media(min-width: 1200px){
   width: 248px;
   height: 248px;
   }
*/ }

.groupbuy__img .hover-zoom {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: block; }

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

@media (max-width: 767px) {
  .indexbanner {
    padding: 10px 0; } }

.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.title--line {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 24px; }

@media (min-width: 1200px) {
  .mustbuy {
    padding-top: 52px;
    padding-bottom: 0; }
  .mustbuy h2.title--line {
    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__wrapper a {
  display: block; }

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

.blog_review__item {
  flex: 0 0 20%;
  max-width: 20%; }

@media (max-width: 991px) {
  .blog_review__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.blog_review__item a {
  display: block; }

.blog_review__item img {
  width: 100%; }

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

.product-info h4 {
  font-size: 13px; }

.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: 360px) {
  .newcoll__slider:not(.slick-slider) {
    height: 176px; } }

/**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-slide img {
  width: 100%; }

#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: 6px 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) > div {
  flex: 0 0 100%; }

#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 .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: #eeeeee; }

#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: 40px;
  color: #0E1C22;
  margin-right: 16px;
  font-weight: normal; }

@media (max-width: 991px) {
  #ega-product-detail .ega-pro__price {
    font-size: 30px; } }

#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: #eeeeee; }

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

#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: #eeeeee; }

#ega-product-detail .ega-related-pd {
  border-bottom: 2px solid rgba(238, 238, 238, 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;
  flex-wrap: wrap;
  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(238, 238, 238, 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; }

@media (max-width: 991px) {
  #ega-product-detail .ega-pro__action {
    width: 100%; } }

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

@media (max-width: 991px) {
  #ega-product-detail .ega-pro__action__wrapper {
    margin-bottom: 38px; } }

#ega-product-detail .buynow_btn {
  width: 100%; }

#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: 7px 0;
    font-size: 14px;
    margin-bottom: 16px; } }

#ega-product-detail .pd-policy {
  display: flex;
  margin-top: 30px; }

#ega-product-detail .pd-policy__img {
  margin-right: 15px;
  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% - 70px); }

@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;
  width: 25%;
  padding: 0 10px;
  position: relative; }

#ega-product-detail .pd-policy__item:last-child:after {
  display: none; }

#ega-product-detail .pd-policy__item:after {
  height: 60px;
  width: 1px;
  content: '';
  position: absolute;
  right: -6px;
  background: #ccc;
  top: 10px; }

#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(238, 238, 238, 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: 38px;
  color: #000;
  margin: 0 0 20px; }

@media (max-width: 991px) {
  #ega-collection #ega-coll-name {
    font-size: 1.8rem; } }

@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 {
  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 {
  position: absolute;
  right: 0;
  font-size: 24px; }

@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 .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: 40px; }

@media (max-width: 991px) {
  #ega-collection .ega-filter__item + .ega-filter__item {
    margin-top: 32px; } }

#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(238, 238, 238, 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(238, 238, 238, 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; } }

#ega-blog .article__item {
  transition: box-shadow 0.3s ease; }
  #ega-blog .article__item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
  #ega-blog .article__item .article__img {
    overflow: hidden; }
    #ega-blog .article__item .article__img img {
      transition: transform 0.3s ease , opacity 0.3s ease; }
    #ega-blog .article__item .article__img:hover img {
      transform: scale(1.05);
      opacity: 0.9; }
  #ega-blog .article__item .article__info .article__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 8px;
    line-height: 1.4; }
    #ega-blog .article__item .article__info .article__title a {
      display: block;
      text-decoration: none; }
      #ega-blog .article__item .article__info .article__title a:hover {
        opacity: 0.8; }
  #ega-blog .article__item .article__info .article__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; }

#ega-blog .article__info .desc-cut {
  line-height: 22px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

#ega-blog {
  background-color: #f6f6f6; }

@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 {
  padding-top: 8px;
  padding-bottom: 46px; }

@media (min-width: 1200px) {
  #ega-cart .ega-cart__wrap {
    padding-top: 50px; } }

#ega-cart .ega-cart-head {
  border-bottom: 2px solid rgba(238, 238, 238, 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: #fff;
  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; }

#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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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; }

.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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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(238, 238, 238, 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; } }

.homecate {
  background-color: #f1f1f1;
  padding: 48px 0 64px; }

@media (max-width: 991px) {
  .homecate {
    padding-top: 24px;
    padding-bottom: 40px; } }

.homecate__header h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 24px; }

@media (min-width: 1200px) {
  .homecate__header h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 40px;
    font-size: 32px; } }

.homecate__wrapper .ega-row {
  row-gap: 24px;
  margin-left: -12px;
  margin-right: -12px; }

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

.homecate__wrapper .cate__img {
  text-align: center;
  background: #fff; }

.homecate__wrapper .cate__info {
  background: #fff;
  color: #0E1C22;
  padding: 16px; }

@media (min-width: 1200px) {
  .homecate__wrapper .cate__info {
    padding: 16px 24px; } }

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

.homecate__wrapper .cate__info h3 a {
  color: #4a4a4a; }

@media (min-width: 1200px) {
  .homecate__wrapper .cate__info h3 {
    font-size: 20px; } }

.homecate .cate__item .cate__img {
  overflow: hidden; }
  .homecate .cate__item .cate__img img {
    transition: transform 0.3s ease , opacity 0.3s ease; }
  .homecate .cate__item .cate__img:hover img {
    transform: scale(1.05);
    opacity: 0.9; }

#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: #4a4a4a; }

.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-video {
  padding-top: 48px;
  padding-bottom: 64px; }

#ega-video .ega-row {
  margin-left: -12px;
  margin-right: -12px; }

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

.video__wrapper {
  margin-bottom: 15px; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 150px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing {
  list-style: none;
  margin: 0;
  padding: 0; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.list-instagram {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.list-instagram .item-instagram {
  width: calc(100% / 3 - 7px);
  margin: 5px; }

.list-instagram .item-instagram:nth-of-type(3n + 1) {
  margin-left: 0; }

.list-instagram .item-instagram:nth-of-type(3n) {
  margin-right: 0; }

.viewStore {
  width: 100%;
  border: 1px solid black;
  font-size: 15px;
  text-transform: uppercase;
  /* color: #fff; */
  outline: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  background-size: 25px;
  background-position: 45px 11px;
  text-align: center;
  line-height: 47px;
  margin-top: 15px;
  margin-bottom: 10px; }

.viewStore .title-viewstore {
  font-size: 18px;
  display: block;
  text-align: left;
  padding-left: 10px;
  color: #3bafda; }

.viewStore .title-viewstore img {
  margin-right: 3px; }

.viewStore .title-viewstore span {
  font-weight: 600; }

.viewStore .content-store ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.viewStore .content-store ul li {
  color: #000;
  text-align: left;
  padding: 0 15px;
  line-height: 30px;
  font-weight: 600;
  font-size: 14px; }

.viewStore .content-store ul li .icon {
  margin-top: 0;
  margin-right: 8px;
  position: relative;
  top: -2px; }

.viewStore .content-store ul li .icon img {
  width: 20px;
  height: 20px; }

@media (max-width: 991px) {
  .footer-sub {
    margin-top: 10px; } }

@media (min-width: 992px) {
  #ega-smartsearch-search-suggestion {
    width: 54% !important; } }

.homevideo__wrapper .video__item {
  overflow: hidden;
  position: relative;
  width: 100%; }

.homevideo__wrapper .video__item::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.homevideo__wrapper .video__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#ega-product-detail .pd-policy__info h3,
#ega-product-detail .ega-pro__price,
.viewStore .title-viewstore {
  color: #d71c36; }

#ega-product-detail #addcart-btn {
  background: #d71c36;
  color: #FFF;
  border-color: #d71c36; }

#ega-product-detail .size h4 a {
  font-size: 12px;
  color: #0E1C22;
  text-decoration: underline;
  font-weight: initial; }

#ega-product-detail .size h4 {
  margin-top: 0; }

#ega-product-detail .size {
  padding-top: 10px; }

img {
  max-width: 100%;
  vertical-align: middle;
  height: initial !important; }

@media (max-width: 767px) {
  .mustbuy__product .mustbuy__item {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .mustbuy__product .mustbuy__item img {
    width: 100%; }
  .mustbuy__product.ega-row {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  #index_slider .slick-arrow {
    display: none !important; } }

.bct__mobile {
  display: none; }

@media (max-width: 767px) {
  .bct__desktop {
    display: none; }
  .bct__mobile {
    display: block; }
  .bct__mobile img {
    width: 165px; } }

.social_icon {
  position: fixed;
  bottom: 95px;
  z-index: 999;
  right: -15px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.social_list {
  list-style: none; }

.social_item {
  margin-right: 40px; }

.social_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.social_item--icon img {
  max-width: 45px; }

@media (min-width: 767px) {
  .social_icon {
    /*display: none; */ } }

.fimr-q-title {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .fimr-q-title {
    font-size: 15px; } }

.new-col-lds h2.title--line {
  position: relative;
  display: inline-block;
  margin: 15px 0 40px;
  font-size: 32px;
  font-weight: 400; }

li.ega-menu__item.has-mega-child > ul.ega-menu.ega-ul.ega-menu--vertical {
  position: absolute;
  background: #FFF;
  left: 100%;
  min-width: 250px;
  border: 1px solid #DDD;
  display: none;
  margin-top: -34px; }

li.ega-menu__item.has-mega-child:hover > ul.ega-menu.ega-ul.ega-menu--vertical {
  display: block; }

li.ega-menu__item.has-mega-child > ul.ega-menu.ega-ul.ega-menu--vertical li a.ega-menu__link.sub-menu div {
  font-size: 14px;
  color: #0e1c22;
  font-weight: bold; }

ul.ega-menu.ega-ul.ega-menu--vertical.normal-menu li a.ega-menu__link.sub-menu svg {
  position: absolute;
  right: 3px;
  transform: rotate(-90deg);
  top: 11px; }

.fb_dialog .fb_dialog_content iframe {
  right: 3px !important;
  transform: scale(0.8) !important;
  bottom: 98px !important; }

.fb_dialog_mobile .fb_dialog_content iframe {
  bottom: 80px !important;
  transform: scale(0.8); }

@media (max-width: 767px) {
  #messageus_button {
    display: none;
    z-index: 99;
    bottom: 54px !important;
    right: 73px !important;
    width: auto;
    position: fixed !important; }
  .ega-menu--breadcrumb .ega-menu__item:first-child {
    white-space: nowrap; }
  .ega-menu--breadcrumb .ega-menu__item + .ega-menu__item {
    overflow: hidden;
    white-space: initial;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 20px; } }

.ega-swatch__element.soldout {
  display: none !important; }

/* Cờ */
.language_navtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.language_navtitle svg {
  margin-left: 5px; }

.language_navtop ul,
.language_navtop li {
  margin: 0 !important;
  padding: 0 !important; }

.language_navtop {
  position: relative;
  line-height: 38px;
  margin-right: 0; }

.language_navtop .language_navtitle span {
  display: inline-block;
  vertical-align: middle; }

.language_navtop .language_navtitle > i,
.language_navtop .language_navtitle > .fa,
.language_navtop .language_navtitle > svg {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.language_navtop:hover .language_navtitle > i,
.language_navtop:hover .language_navtitle > .fa,
.language_navtop:hover .language_navtitle > svg {
  color: #2979ff;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.language_navtop .language_navtitle span svg,
.language_dropdown ul li > a span svg {
  width: 30px;
  height: 30px;
  display: block; }

.language_navcontent {
  position: absolute;
  z-index: 99999;
  top: 100%;
  right: -10px;
  width: 165px;
  padding: 0 10px 10px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.language_navcontent .language_dropdown {
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 0 0 7px 0 rgba(8, 88, 157, 0.2); }

.language_navcontent .language_dropdown:after,
.language_navcontent .language_dropdown:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 45px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  box-shadow: 0 0 7px 0 rgba(8, 88, 157, 0.2);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.language_dropdown ul {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.language_dropdown ul li {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.language_dropdown ul li + li {
  border-top: 1px solid #dfe3e8; }

.language_dropdown ul li > a {
  font-size: 13px;
  color: #3d5067;
  display: block !important;
  text-align: left;
  line-height: initial;
  padding: 5px 9px; }

.language_dropdown ul li > a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.language_dropdown ul li:hover {
  background: #e3f2fd; }

.language_dropdown ul li:hover a {
  text-decoration: none; }

.language_dropdown ul li:hover a:after {
  display: none; }

.language_hovertop:hover .language_navcontent {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px); }

.js-parents.hover-bg .language_dropdown:after,
.js-parents.hover-bg .language_dropdown:before {
  border-top-color: #e3f2fd;
  border-right-color: #e3f2fd; }

.header-topbar {
  display: none;
  background: #e3f2fd;
  padding: 4px 0;
  border-bottom: 1px solid #c4e2fc;
  text-align: right; }

.header-topbar .navTop {
  margin: 0;
  position: relative; }

.header-topbar .navTop > li {
  display: inline-block;
  vertical-align: middle; }

.navTop > li > a {
  font-size: 14px; }

.navTop li.language_mobile {
  position: relative;
  cursor: pointer;
  float: left; }

.navTop li.language_mobile .language_flag {
  background-color: #fff;
  border: 1px solid #d8edff;
  height: 22px;
  line-height: 22px;
  padding: 0 20px 0 28px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #3d5067;
  font-size: 12px; }

.navTop li.language_mobile .language_flag .flag {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 5px;
  display: inline-block; }

.navTop li.language_mobile .language_flag .flag.en {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cmVjdCB5PSI4NS4zMzMiIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMzciLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyODgsODUuMzMgMjI0LDg1LjMzIDIyNCwyMjMuOTk2IDAsMjIzLjk5NiAwLDI4Ny45OTYgMjI0LDI4Ny45OTYgMjI0LDQyNi42NjIgMjg4LDQyNi42NjIgMjg4LDI4Ny45OTYgNTEyLDI4Ny45OTYgNTEyLDIyMy45OTYgMjg4LDIyMy45OTYgIi8+PGc+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iMzkzLjc4NSwzMTUuMzU4IDUxMiwzODEuMDM0IDUxMiwzMTUuMzU4ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iNDU4LjYzNCw0MjYuNjYyIDMxMS42NTIsMzQ0Ljk5OCAzMTEuNjUyLDQyNi42NjIgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMzExLjY1MiwzMTUuMzU4IDUxMiw0MjYuNjYyIDUxMiwzOTUuMTg4IDM2OC4zMDcsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSI5MC4zNDEsMzE1LjM1NiAwLDM2NS41NDYgMCwzMTUuMzU2ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjIwMC4zNDgsMzI5LjUxIDIwMC4zNDgsNDI2LjY2MSAyNS40OTEsNDI2LjY2MSAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMTQzLjY5MywzMTUuMzU4IDAsMzk1LjE4OCAwLDQyNi42NjIgMCw0MjYuNjYyIDIwMC4zNDgsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIxMTguMjE1LDE5Ni42MzQgMCwxMzAuOTU4IDAsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjUzLjM2Niw4NS4zMyAyMDAuMzQ4LDE2Ni45OTQgMjAwLjM0OCw4NS4zMyAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0YwRjBGMDsiIHBvaW50cz0iMjAwLjM0OCwxOTYuNjM0IDAsODUuMzMgMCwxMTYuODA0IDE0My42OTMsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxnPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjQyMS42NTksMTk2LjYzNiA1MTIsMTQ2LjQ0NiA1MTIsMTk2LjYzNiAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIzMTEuNjUyLDE4Mi40ODIgMzExLjY1Miw4NS4zMzEgNDg2LjUwOSw4NS4zMzEgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEODAwMjc7IiBwb2ludHM9IjM2OC4zMDcsMTk2LjYzNCA1MTIsMTE2LjgwNCA1MTIsODUuMzMgNTEyLDg1LjMzIDMxMS42NTIsMTk2LjYzNCAiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.vn {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIxOTYuNjQxLDg1LjMzNyAwLDg1LjMzNyAwLDQyNi42NjMgMTk2LjY0MSw0MjYuNjYzIDUxMiw0MjYuNjYzIDUxMiw4NS4zMzcgIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0ZGREE0NDsiIHBvaW50cz0iMjU2LDE1Ny4yNzkgMjc4LjY2MywyMjcuMDI2IDM1MiwyMjcuMDI2IDI5Mi42NjgsMjcwLjEzMiAzMTUuMzMyLDMzOS44ODEgMjU2LDI5Ni43NzQgMTk2LjY2OCwzMzkuODgxIDIxOS4zMzIsMjcwLjEzMiAxNjAsMjI3LjAyNiAyMzMuMzM3LDIyNy4wMjYgIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.th {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPHBhdGggc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIGQ9Ik01MDMuMiw0MjMuN0g4LjhjLTQuOSwwLTguOC00LTguOC04LjhWOTcuMWMwLTQuOSw0LTguOCw4LjgtOC44aDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2MzE3LjggQzUxMiw0MTkuOCw1MDgsNDIzLjcsNTAzLjIsNDIzLjd6Ij48L3BhdGg+IDxnPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTUwMy4yLDQyMy43SDguOGMtNC45LDAtOC44LTQtOC44LTguOHYtNDQuMWg1MTJ2NDQuMUM1MTIsNDE5LjgsNTA4LDQyMy43LDUwMy4yLDQyMy43eiI+PC9wYXRoPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTguOCw4OC4zaDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2NDQuMUgwVjk3LjFDMCw5Mi4yLDQsODguMyw4LjgsODguM3oiPjwvcGF0aD4gPC9nPiA8cmVjdCB5PSIxOTQuMiIgc3R5bGU9ImZpbGw6IzQxNDc5QjsiIHdpZHRoPSI1MTIiIGhlaWdodD0iMTIzLjYiPjwvcmVjdD4gPC9zdmc+");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li a.link-login {
  height: 26px;
  line-height: 26px;
  color: #0180fe;
  font-family: 'sfuiText_bold';
  margin-left: 20px;
  border-bottom: 1px solid #0180fe;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .header-topbar {
    display: block; }
  .language_mobile .language_navcontent {
    left: -15px; }
  .language_mobile .language_navcontent .language_dropdown:after,
  .language_mobile .language_navcontent .language_dropdown:before {
    right: 72%; } }

@media (max-width: 767px) {
  .header-topbar {
    display: block; }
  .navTop li a.link-login {
    display: none; } }

/* Cờ - end */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.tag_sale {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 10px;
  background: #d9121f;
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold; }

@media (max-width: 767px) {
  .tag_sale {
    font-size: 12px;
    padding: 1px 4px; } }

.tag_sale.last-price {
  top: 40px; }

@media (max-width: 767px) {
  .tag_sale.last-price {
    top: 30px; } }

.laco {
  display: flex;
  align-items: center;
  font-size: 16px; }

.lang__vi {
  margin-right: 4px;
  cursor: pointer; }

.lang__en {
  margin-left: 4px;
  cursor: pointer; }

@media (max-width: 767px) {
  .laco {
    margin-right: 5px; } }

div#ezca-btn-zalo {
  display: none !important; }

.hide {
  display: none !important; }

@media (min-width: 992px) {
  .fb_dialog .fb_dialog_content iframe {
    bottom: 130px !important; }
  .addThis_listSharing {
    bottom: 188px; } }

.product__content {
  font-size: 15px; }

/*NEW CUS*/
.riccusedi .menulinklis {
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px; }

.riccusedi .menulinklis a {
  color: #000;
  border: 1px solid #ccc;
  padding: 4px; }

.riccusedi .ega-filter__item {
  border: 1px solid #ccc; }

.riccusedi .ega-filter__title,
.riccusedi .titledanhm {
  background: #000;
  color: #fff !important;
  padding: 10px;
  margin: 0; }

.riccusedi .ega-filter__item + .ega-filter__item {
  margin-top: 15px !important; }

.riccusedi .ega-filter__item ul {
  padding: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 270px;
  overflow: auto; }

.riccusedi .ega-filter__item ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.riccusedi .ega-filter__item ul::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5; }

.riccusedi .ega-filter__item ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.riccusedi .ega-filter__item ul.grssize {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.riccusedi .ega-filter__item ul.grssize[style="display: block;"] {
  display: flex !important; }

.riccusedi .ega-filter__item ul.grssize li {
  margin-bottom: 0 !important;
  min-width: calc(50% - 7px); }

.riccusedi .ega-filter__item ul.grssize li labeld {
  display: flex;
  align-items: center;
  gap: 5px; }

.riccusedi .ega-filter__item ul.grssize li labeld span {
  width: calc(100% - 20px);
  flex-grow: 1; }

.riccusedi .ega-filter__item ul.grssize li label input {
  margin-right: 2px !important; }

.riccusedi .tagsoredu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }

.riccusedi .tagsoredu a {
  border: 1px solid #ccc;
  color: #000;
  padding: 4px 10px; }

.riccusedi .tagsoredu a.active {
  font-weight: bold;
  border: 1px solid #000; }

.riccusedi #sort-wrap {
  align-items: center;
  gap: 15px; }

.abc {
  font-size: 32px;
  font-weight: 400; }

a.ega-menu__link.ega-text--center[href="/collections/hot-sale"] span {
  color: red; }

.tagsoredu a input:checked + span + span.dong {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 10px;
  display: block; }

span.dong {
  display: none; }

.tagsoredu a {
  position: relative; }

.tagsoredu a > * {
  cursor: pointer; }

.clicktext {
  padding: 12px 16px;
  display: inline-block; }

.tagsoredu a input {
  opacity: 0; }

.tagsoredu a input:checked + .clicktext {
  background: #d9121f;
  color: #fff; }

.new-col-lds {
  padding-bottom: 64px; }

@media (max-width: 767px) {
  .new-col-lds {
    padding-bottom: 34px; }
  .new-col-lds h2.title--line {
    font-size: 24px; }
  .newcoll__title h2.title--line,
  .blog_review__title h2 {
    font-size: 24px; }
  #ega-product-detail .pd-policy {
    flex-wrap: wrap; }
  #ega-product-detail .pd-policy__item {
    width: 100%; } }

@media (min-width: 768px) {
  #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots {
    position: initial; }
  #ega-product-detail .ega-pro__img #ega-pro-gallery {
    margin-left: initial;
    flex: 0 0 100%;
    max-width: 100%; } }

#ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots {
  flex-direction: row;
  width: 100%;
  padding: 15px 0; }

#ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li:not(:first-child) {
  margin-top: 0; }

@media (max-width: 1200px) {
  #primary-menu .ega-menu__link {
    font-size: 10px;
    padding: 0.5rem; } }

@media (max-width: 991px) {
  #ega-product-detail .ega-pro__img #ega-pro-gallery .slick-dots li {
    margin-top: 0;
    margin-right: 0; } }

#ega-product-detail .pd-policy__info h3 {
  font-size: 16px; }

#ega-product-detail .pd-policy__desc {
  font-size: 14px;
  text-align: justify; }

#ega-product-detail .pd-policy__img {
  max-width: 150%; }

@media (min-width: 1800px) {
  .a1,
  .a2 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  #ega-product-detail .ega-row .a1 {
    padding-right: 24px; }
  #ega-product-detail .ega-row .a2 {
    padding-left: 24px; } }

.banner-footer-bottom-item {
  margin-bottom: 15px; }

.bct__desktop {
  display: inline-block;
  margin-bottom: 15px;
  width: 49%; }

.home-style {
  margin: 40px 0; }

.fimr-q {
  margin-bottom: 15px;
  display: block; }

.bct__desktop:last-child {
  width: 100%; }

@media (max-width: 767px) {
  #slideshow {
    margin: 0; }
  #coll-index-tab .ega-tab__title a {
    font-size: 20px; }
  .new-col-lds .ega-col-md-3.ega-col-6 {
    padding: 5px; }
  .fimr-q {
    margin-bottom: 0; }
  .fimr-q-title {
    font-size: 13px;
    margin-bottom: 0; }
  .new-col-lds {
    padding-bottom: 15px; }
  .new-col-lds h2.title--line {
    margin: 15px 0 20px; }
  .home-style {
    padding: 20px 0 !important; }
  .bct__desktop:last-child img {
    width: 200px;
    margin: 0 auto;
    display: block; }
  .scrollToTop {
    bottom: 75px;
    z-index: 99999999; } }

@media (min-width: 1200px) {
  #coll-index-tab {
    padding-top: 52px;
    padding-bottom: 30px; } }

.header-wrap #primary-menu > .ega-menu,
.header-wrap #primary-menu > .ega-menu > .ega-menu__item {
  justify-content: center; }

#scroll-top.show {
  display: none !important; }

.slickbmobile,
.sliderforslicker {
  /* the slides */
  /* the parent */ }
  .slickbmobile .slick-slide,
  .sliderforslicker .slick-slide {
    margin: 0 7px; }
  .slickbmobile .slick-list,
  .sliderforslicker .slick-list {
    margin: 0 -7px; }

.search-results a.proab {
  display: grid;
  grid-template-columns: 59px auto;
  gap: 10px;
  align-items: center; }

.search-results .thumbnail {
  margin-bottom: 0; }

.search-results li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 10px; }

.bofil a {
  padding-left: 10px; }

.dataEmpty {
  padding: 10px; }

.search-results .title {
  color: #333;
  font-size: 14px; }

.search-results li a .price {
  font-size: 14px;
  margin-top: 8px;
  color: #e32124; }

.scrollToTop {
  right: auto;
  left: 5px;
  border-radius: 50%; }

footer .fb-title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  footer .fb-title svg {
    width: 15px; }

.fb-title svg:nth-child(1) {
  display: none; }

.fb-title.active svg:nth-child(1) {
  display: none; }

.fb-title.active svg:nth-child(2) path:nth-child(2) {
  display: none; }

.fb-col-address {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .fb-title span:nth-child(2) {
    display: none; } }

@media (max-width: 767px) {
  .footer-copyright {
    display: block !important; }
    .footer-copyright > div:nth-child(1) {
      margin-bottom: 15px; }
  footer {
    padding-bottom: 100px; }
  .fb-title {
    margin-bottom: 0 !important; }
  .footer-bottom__inner {
    gap: 0 !important; }
  .footer-bottom__inner {
    gap: 15px; }
  footer .fb-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: none; } }

@media (min-width: 992px) {
  header.sticky-header .header-wrap-menu {
    max-width: initial !important; } }

.pd-item__wrapper .pd-item h2 {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

@media (max-width: 767px) {
  #coll-index-tab .ega-tab__title {
    background: none;
    border: none;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-color: transparent;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px; }
  #coll-index-tab .ega-tab__title li {
    float: none;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    min-width: 57%; }
  .sns-snsproductspecials-prd .item-info .item-title-product a {
    min-height: 45px; }
  .sns-snsproductspecials-prd .products-grid .item .item-inner .item-info .item-title-product h2 {
    margin-bottom: 5px; } }

@media (min-width: 1200px) {
  .pd-item h2 {
    font-size: 14px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  #coll-index-tab .ega-row .ega-col-md-3.ega-col-6 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .pd-item h2 {
    font-size: 14px !important; } }

@media (max-width: 767px) {
  .pd-item h2 {
    font-size: 12px !important; } }

#primary-menu .ega-menu__link:hover,
#primary-menu .ega-menu__link:hover span,
li.ega-menu__item.has-mega-child > ul.ega-menu.ega-ul.ega-menu--vertical li a.ega-menu__link.sub-menu div:hover {
  color: #f1dc68 !important; }

.pd-item__img {
  max-height: 350px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto; }

@media (min-width: 768px) and (max-width: 1024px) {
  #coll-index-tab .ega-row .ega-col-md-3.ega-col-6 {
    flex: 0 0 25% !important;
    max-width: 25% !important; } }

@media (min-width: 1024px) {
  .ega-tab__title > li > a {
    font-size: 32px !important; } }

.ega-tab__title > li > a {
  border-radius: 0 !important; }

#maincontent .ega-ul .is-active a,
#maincontent .ega-ul li:hover a {
  background: #333 !important;
  color: #f1dc68 !important; }

.new-col-lds h2.title--line,
.homecate__header h2.title--line,
.homeblog__header h2.title--line {
  position: relative;
  display: inline-block;
  margin: 15px 0 40px;
  font-size: 32px;
  font-weight: 400;
  padding: 12px 54px;
  display: inline-block;
  border: 1px solid #0E1C22;
  font-weight: bold;
  background: transparent !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  border: none; }
  .new-col-lds h2.title--line:before,
  .homecate__header h2.title--line:before,
  .homeblog__header h2.title--line:before {
    display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  #ega-collection #collection_sidebar {
    display: block !important;
    position: initial !important;
    padding: 0 !important; }
  .wrapper .container {
    width: 100%; }
  .collection-wrapper > .ega-row {
    display: grid;
    grid-template-columns: 25% auto;
    gap: 0; }
  .collection-wrapper > .ega-row > div {
    min-width: 0;
    width: 100%;
    max-width: 100%; }
  #ega-collection #collection_sidebar {
    width: 100%; } }

@media (min-width: 768px) {
  #ega-collection #sort-wrap .sort-right .filter-on-mb {
    display: none !important; } }

.filsorts {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }

.filsorts h1#ega-coll-name {
  margin: 0 !important; }

.filsorts div#sort-wrap {
  margin: 0 !important; }

.des.appenddes {
  margin-bottom: 32px; }

.filsorts.marg {
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .filsorts {
    display: block; }
  .pd-item__img {
    max-height: max-content;
    width: 100%;
    max-width: 80%; } }

header {
  background: #3b3b3b;
  color: #fff;
  height: auto; }

#primary-menu .ega-menu__item .ega-menu__link span,
#primary-menu .ega-menu__link {
  color: #fff !important; }

#primary-menu .ega-menu__item.has-child svg {
  fill: #fff;
  color: #fff; }

#primary-menu .ega-menu__item:hover {
  background: transparent; }

.ega-menu__item.has-child > .ega-menu,
li.ega-menu__item.has-mega-child > ul.ega-menu.ega-ul.ega-menu--vertical {
  background: #3b3b3b;
  border: 0; }

.ega-menu__item.has-child .ega-ul .ega-menu__link:hover {
  background: transparent; }

li.ega-menu__item.has-mega-child > ul.ega-menu.ega-ul.ega-menu--vertical li a.ega-menu__link.sub-menu div {
  color: #fff; }

#primary-menu .ega-menu__link:hover,
#primary-menu .ega-menu__link:hover span,
li.ega-menu__item.has-mega-child > ul.ega-menu.ega-ul.ega-menu--vertical li a.ega-menu__link.sub-menu div:hover {
  color: #f1dc68 !important; }

header .icon-action .header-icon img,
header .icon-action__search--mb img {
  max-width: 26px;
  filter: brightness(0) invert(1); }

header #menu-toggle i {
  background: #fff; }

/* iPad dọc */
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .riccusedi .menulinklis .menulinklisitem {
    display: block;
    width: 100%; }
  .riccusedi .menulinklis a {
    color: #000;
    border: 1px solid #ccc;
    padding: 4px;
    width: 100%;
    display: block; }
  .riccusedi .menulinklis {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px; }
  ul#page-product > li > a {
    padding: 7px 5px; }
  .pol-qw {
    background: #fff; } }

@media screen and (min-width: 1280px) and (max-width: 1728px) {
  .container {
    width: 1300px; }
  .riccusedi .menulinklis .menulinklisitem {
    display: block;
    width: 100%; }
  .riccusedi .menulinklis a {
    color: #000;
    border: 1px solid #ccc;
    padding: 4px;
    width: 100%;
    display: block; }
  .riccusedi .menulinklis {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  header .header-wrap {
    height: auto; }
  header #menu-toggle i {
    background: #fff; }
  .menu-is-opened #menu-toggle {
    padding: 15px; }
  header .ega-form--mb.show {
    visibility: visible;
    height: 50px !important;
    top: 60px; }
  header.sticky-header .header-wrap-menu-mob {
    background: #3b3b3b; } }

#primary-menu .ega-menu__item .ega-menu__link span {
  font-weight: bold; }

header.sticky-header .header-wrap-menu.header-wrap-menu ul.ega-menu.ega-ul.ega-menu--vertical.normal-menu {
  margin-top: 10px; }

header .icon-action .header-icon img,
header .icon-action__search--mb img {
  max-width: 32px; }

header.sticky-header .header-wrap-menu.header-wrap-menu {
  background: #3b3b3b; }

.pd-item .label-sale {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }

#coll-index-tab .ega-tab__title.ega-ul li a {
  border: 0 !important; }

#coll-index-tab .ega-tab__title.ega-ul li.is-active a {
  background: transparent !important;
  font-weight: bold;
  color: #000 !important;
  border-bottom: 1px solid #000 !important; }

#coll-index-tab .ega-tab__title.ega-ul li:hover a {
  background: transparent !important;
  color: #000 !important; }

.riccusedi .ega-filter__title,
.riccusedi .titledanhm {
  background: #F4F4F4;
  color: #000 !important;
  font-weight: bold;
  text-transform: uppercase; }

#ega-collection #sort-wrap.yes-show-de {
  display: none; }

.pd-item .price del {
  margin-left: 0;
  margin-right: 5px; }

@media (min-width: 1000px) {
  .pd-item__img {
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .pd-item__img img {
    padding: 20px; }
  .pd-item__wrapper .pd-item h2 {
    text-transform: uppercase;
    font-weight: bold;
    min-height: 46px;
    font-size: 12px !important; } }

.des.appenddes p {
  color: #000 !important; }

@media (max-width: 991px) {
  #ega-collection #collection_sidebar {
    z-index: 999999; } }

@media (min-width: 768px) and (max-width: 1024px) {
  #ega-collection .collection-wrapper > .ega-row {
    display: grid;
    grid-template-columns: 100%;
    gap: 0; }
  #ega-collection .ega-row .ega-col-xl-2.ega-col-lg-12.ega-col-12 {
    width: 25%;
    float: left;
    flex: initial; }
  #ega-collection .ega-paddings.ega-col-xl-10.ega-col-lg-12.ega-col-12 {
    width: 75%;
    float: left;
    flex: initial; }
  #ega-collection .collection-wrapper > .ega-row {
    display: flex;
    justify-content: space-between; } }

@media (max-width: 767px) {
  .pd-item .price ins {
    font-size: 16px; }
  .pd-item .price del {
    font-size: 13px;
    line-height: 30px; }
  #coll-index-tab .ega-tab__content .tab-seemore a {
    padding: 5px 20px;
    font-size: 14px; }
  .new-col-lds h2.title--line,
  .homecate__header h2.title--line,
  .homeblog__header h2.title--line {
    position: relative;
    padding: 12px 0;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 24px;
    border: 0; }
  .new-col-lds h2.title--line::before,
  .homecate__header h2.title--line::before,
  .homeblog__header h2.title--line::before {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 2px;
    background: #0E1C22;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  #coll-index-tab {
    padding-top: 40px;
    margin-bottom: 40px; }
  .collection_banner {
    padding-top: 50px; }
  #ega-collection #sort-wrap.no-show-de {
    display: none; }
  #ega-collection #sort-wrap.yes-show-de {
    display: block; }
  .riccusedi .menulinklis a {
    border: 0;
    border-bottom: 1px solid #e7e7e7; } }

.branch__call {
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important; }

.branch__card-main p.branch__location-name {
  color: #000; }

.click-colors {
  background: red; }

@media (min-width: 768px) and (max-width: 1199px) {
  .logo img {
    padding: 16px 0 16px 10px;
    max-width: 76%; } }

@media (max-width: 992px) {
  #ega-menu--mb .ega-menu--tree__item {
    font-weight: bold; }
  .click-colors.ega-menu--tree__item a {
    color: #fff; } }

.menu-is-opened #mobile-bottom-navigation {
  display: none !important; }

.search-results .titleti {
  color: #000; }

header .ega-form--mb .ega-form__control {
  color: #000; }

.pd-item .label-sale {
  background: red; }

@media (max-width: 767px) {
  .pd-item h2 {
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase; }
  .price .ega-text--no-underline:nth-child(1) {
    text-align: center;
    width: 100%; } }

@media (min-width: 768px) {
  .pd-item .price ins {
    font-size: 15px !important; }
  .pd-item h2 {
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase; }
  .price .ega-text--no-underline:nth-child(1) {
    text-align: center;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .ega-filter__heading {
    display: none !important; }
  .riccusedi .menulinklis a {
    border: none; }
  .pd-item__wrapper .pd-item h2 {
    line-height: 1.4;
    max-height: calc(1.4em * 3);
    overflow: hidden; }
  /* Trình duyệt hỗ trợ line-clamp */
  @supports (-webkit-line-clamp: 3) {
    .pd-item__wrapper .pd-item h2 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: none; } }
  header .ega-form--mb.show {
    visibility: visible;
    height: 50px !important;
    top: 60px; } }

@media (min-width: 560px) and (max-width: 767px) {
  .header-right {
    padding: 0;
    width: initial; } }

.riccusedi .menulinklis a {
  line-height: 26px;
  font-size: 12.5px; }

@media (min-width: 992px) {
  .branch__card-actions {
    flex-wrap: wrap; } }

.product-price span,
.product-price del {
  font-weight: bold; }

@media (max-width: 767px) {
  #coll-index-tab .ega-tab__title li {
    min-width: 50%; }
  #coll-index-tab .ega-tab__title a {
    font-size: 17px;
    padding: 0; }
  #coll-index-tab .ega-tab__title {
    overflow-x: hidden; }
  .new-col-lds h2.title--line::before,
  .homecate__header h2.title--line::before,
  .homeblog__header h2.title--line::before {
    content: initial; } }

footer a:hover {
  color: #f1dc68 !important; }

@media screen and (min-width: 1024px) and (max-width: 1199px) and (orientation: landscape) {
  .item-info .item-title-product a {
    min-height: 36px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .item-info .item-title-product a {
    min-height: 36px; } }

@media (max-width: 767px) {
  .sns-snsproductspecials-prd .item-info .item-title-product a {
    min-height: 40px; } }

.fimr-q-title {
  color: #000;
  font-weight: bold; }
  .fimr-q-title:hover {
    color: #f1dc68; }

.pd-item .price {
  white-space: initial; }

@media (max-width: 992px) {
  .tag-product .item {
    font-size: 8px; }
  .pd-item .label-sale {
    font-size: 9px;
    padding: 1px 4px;
    min-width: 31px; } }

.homecate__wrapper .cate__info h3 a {
  color: #000; }
  .homecate__wrapper .cate__info h3 a:hover {
    color: #f1dc68; }

@media (min-width: 768px) and (max-width: 1199px) {
  #coll-index-tab .ega-tab__title.ega-ul li a {
    font-size: 32px !important; } }

.homecate__wrapper .cate__info h3 a {
  font-weight: bold; }

.homecate__wrapper .cate__info {
  padding-left: 12px;
  padding-bottom: 5px; }

@media (min-width: 1000px) {
  .des.appenddes {
    margin-bottom: 10px; }
  .full-widths {
    width: 100%;
    padding: 0 10px; }
  .full-widths div#sort-wrap {
    margin-bottom: 10px !important;
    gap: 0; } }

.riccusedi .menulinklis a {
  text-decoration: underline; }
