@charset "UTF-8";
/*** TOP BAR ***/
/*** product page ***/
/*** end product page ***/
/**** MOBILE ****/
/**** END MOBILE ****/
/**** FONTS DEFAULT ****/
* {
  font-family: Source Sans Pro; }

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

body {
  background: #ffffff; }

a {
  color: #D40029; }

.lazyload {
  height: 100%;
  width: 100%; }

#blog-content * {
  font-family: Open Sans; }

/**** END FONTS DEFAULT ****/
/* ==========  MIXINS  ========== */
/*** GENERAL ***/
@media (min-width: 1200px) {
  .ega-container {
    max-width: 1170px; } }

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

.ega-base-color {
  background: #D40029 !important;
  color: #fff !important; }
  .ega-base-color:hover {
    border-color: #D40029 !important; }
  .ega-base-color__text {
    color: #D40029 !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; }

/*** END GENERAL ***/
/** INDEX COLL **/
#ega-index-col-1 .ega-index-coll__name {
  background: #ce0e2d;
  color: #ce0e2d; }
  #ega-index-col-1 .ega-index-coll__name h2 a {
    color: #ffffff; }

#ega-index-col-2 .ega-index-coll__name {
  background: #a49384;
  color: #a49384; }
  #ega-index-col-2 .ega-index-coll__name h2 a {
    color: #ffffff; }

#ega-index-col-3 .ega-index-coll__name {
  background: #c7922c;
  color: #c7922c; }
  #ega-index-col-3 .ega-index-coll__name h2 a {
    color: #ffffff; }

#ega-index-col-4 .ega-index-coll__name {
  background: #628d3d;
  color: #628d3d; }
  #ega-index-col-4 .ega-index-coll__name h2 a {
    color: #ffffff; }

#ega-index-col-5 .ega-index-coll__name {
  background: #00788c;
  color: #00788c; }
  #ega-index-col-5 .ega-index-coll__name h2 a {
    color: #ffffff; }

#ega-index-col-6 .ega-index-coll__name {
  background: #78222e;
  color: #78222e; }
  #ega-index-col-6 .ega-index-coll__name h2 a {
    color: #ffffff; }

#ega-index-col-7 .ega-index-coll__name {
  background: #6b692c;
  color: #6b692c; }
  #ega-index-col-7 .ega-index-coll__name h2 a {
    color: #ffffff; }

#ega-index-col-8 .ega-index-coll__name {
  background: #ff4081;
  color: #ff4081; }
  #ega-index-col-8 .ega-index-coll__name h2 a {
    color: #ffffff; }

.ega-index-coll__heading {
  font-weight: lighter; }
  @media (max-width: 767px) {
    .ega-index-coll__heading {
      font-size: 18px; } }
  .ega-index-coll__heading a {
    color: inherit; }

.ega-index-coll__header {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  background: #fafafa;
  height: 42px;
  line-height: 40px; }
  @media (max-width: 991px) {
    .ega-index-coll__header {
      position: relative; } }

.ega-index-coll__name {
  padding-left: 20px; }
  .ega-index-coll__name img {
    max-width: 24px;
    margin-right: 10px;
    vertical-align: -4px; }
  .ega-index-coll__name h2 {
    position: relative;
    display: inline-block;
    line-height: inherit;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .ega-index-coll__name h2 {
        padding-right: 5px; } }
    .ega-index-coll__name h2 a {
      display: block;
      color: #fff; }
      @media (max-width: 767px) {
        .ega-index-coll__name h2 a {
          font-size: 14px; } }
    @media (min-width: 768px) {
      .ega-index-coll__name h2:after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 15px solid;
        border-left-color: inherit; } }
  @media (max-width: 991px) {
    .ega-index-coll__name {
      width: 100%;
      padding-left: 5px; }
      .ega-index-coll__name img {
        margin-right: 5px; } }

@media (max-width: 991px) {
  .ega-index-coll__menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    flex-wrap: wrap; }
    .ega-index-coll__menu .ega-menu__item {
      flex-basis: 100%; }
    .ega-index-coll__menu.is-opened {
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      opacity: 1; } }

.ega-index-coll__open {
  display: inline-block;
  color: #fff;
  float: right;
  padding-right: 5px;
  font-size: 13px; }
  .ega-index-coll__open svg {
    vertical-align: middle; }

.ega-index-coll .ega-menu__link:hover {
  color: #050505; }

.ega-index-coll .ega-banner__img img.lazyload {
  width: 100%; }

/** END INDEX COLL **/
.ega-pro .pro-sale {
  font-weight: bold;
  color: red; }

.ega-pro__sale-tag {
  background: #D40029 !important; }

.ega-pro--style2 .ega-pro__action span {
  background: #D40029; }
  .ega-pro--style2 .ega-pro__action span:before {
    border-top-color: #D40029; }

.ega-pro--style2 .ega-pro__action:hover svg {
  color: #D40029; }

/*** END EGA PRODUCT ***/
/*** COLLECTION ***/
.coll-slider .coll-item {
  position: relative;
  display: block;
  padding: 22px; }
  .coll-slider .coll-item .detail {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    width: calc(100% - 44px); }
    .coll-slider .coll-item .detail .coll-name {
      color: #383838;
      font-size: 17px;
      font-weight: bold; }
    .coll-slider .coll-item .detail .coll-number {
      color: #444;
      font-size: 14px;
      font-weight: bold; }

.collection_description {
  margin-top: 20px; }
  .collection_description h2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 22px;
    padding: 5px 0;
    border-top: 1px solid #ddd; }

.widget_title {
  margin-bottom: 15px; }

.ega-sortby select {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; }

@media (max-width: 991px) {
  #collection_sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 275px;
    right: -275px;
    background-color: #fff;
    z-index: 1000;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto; }
    #collection_sidebar.ega-show {
      right: 0;
      -webkit-box-shadow: -2px 0px 11px -1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: -2px 0px 11px -1px rgba(0, 0, 0, 0.25);
      box-shadow: -2px 0px 11px -1px rgba(0, 0, 0, 0.25); } }

#collection_sidebar .sidebar-collection a {
  color: initial; }

#collection_sidebar .sidebar-collection .ega-media__left {
  max-width: 50px; }

#collection_sidebar .sidebar-collection .ega-media__content a {
  font-weight: 300;
  font-size: 14px;
  color: initial; }

#collection_sidebar .sidebar-collection .ega-media__content ins, #collection_sidebar .sidebar-collection .ega-media__content del {
  font-size: 13px; }

#collection_sidebar .sidebar-collection .ega-media__content ins {
  color: #D40029;
  text-decoration: none; }

#collection_sidebar .sidebar-collection .ega-media + .ega-media {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #E5E5E5; }

#collection_sidebar_trigger {
  display: none; }

#collection_sidebar_trigger.ega-show {
  right: 275px; }

@media (max-width: 991px) {
  #collection_sidebar_trigger {
    z-index: 999;
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #collection_sidebar_trigger svg {
      font-size: 25px; } }

/*** END COLLECTION ***/
/*** EGA PRODUCT ***/
.ega-pro--style2 .ega-pro__img {
  height: 250px; }
  .index_col_products .ega-pro--style2 .ega-pro__img {
    height: 250px; }

.ega-pro--style2 .ega-pro__action.ega-tooltip:before {
  border-top-color: #D40029; }

.ega-pro--style2 .ega-pro__action.ega-tooltip:after {
  width: 100% !important;
  background: #D40029; }

/*** END EGA PRODUCT ***/
/*** Mega Menu ***/
.vermega__header {
  padding: 13px 15px; }
  .vermega__header svg {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 15px; }

.vermega__content {
  opacity: 0;
  position: absolute;
  border: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
  z-index: 99;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  @media (max-width: 991px) {
    .vermega__content {
      display: none; } }
  .vermega__content .collall, .vermega__content .collpromo, .vermega__content .menunpd {
    width: 800px;
    padding: 20px; }
    .vermega__content .collall .ega-menu__link, .vermega__content .collpromo .ega-menu__link, .vermega__content .menunpd .ega-menu__link {
      padding: 5px;
      font-weight: normal; }
      .vermega__content .collall .ega-menu__link svg, .vermega__content .collpromo .ega-menu__link svg, .vermega__content .menunpd .ega-menu__link svg {
        position: relative;
        top: 2px; }
  .vermega__content .menunpd {
    width: 600px; }
  .vermega__content .ega-menu--ver__item {
    padding: 11px 10px;
    text-align: left; }
    .vermega__content .ega-menu--ver__item + .ega-menu--ver__item {
      border-top: 1px solid #e5e5e5; }
    .vermega__content .ega-menu--ver__item .verlink img {
      margin-right: 10px; }
    .vermega__content .ega-menu--ver__item .verlink span {
      vertical-align: middle; }

.vermega.template-index .vermega__content {
  opacity: 1; }

.vermega.template-other .vermega__content {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform-origin: 0 0; }

.vermega.template-other:hover .vermega__content {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1; }

.ega-header .vermega {
  display: none; }
  .ega-header .vermega:hover .vermega__content {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  .ega-header .vermega__content {
    /*transition: all 0.5s ease 0s;
			-webkit-transition: all 0.5s ease 0s;*/
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    opacity: 0; }

.ega-header.sticky-header .vermega {
  display: block; }

.ega-header.sticky-header .logo-desk {
  display: none; }

.ega-menu--ver {
  position: relative; }
  .ega-menu--ver__item {
    padding: 4.5px 10px; }
    @media (min-width: 1200px) {
      .ega-menu--ver__item:hover {
        background: #eee; }
        .ega-menu--ver__item:hover > .versub {
          display: block; } }
    .ega-menu--ver__item a {
      text-decoration: none; }
    .ega-menu--ver__item.has-child .verlink-icon {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      width: 20%;
      height: 100%;
      text-align: right; }
    .ega-menu--ver__item .verlink {
      position: relative;
      display: block; }
    .ega-menu--ver__item .versub {
      display: none;
      -webkit-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s;
      margin-left: 0;
      z-index: 2;
      position: absolute;
      left: 100%;
      list-style: none;
      top: 0;
      background-color: #fff;
      min-width: 100%;
      border-top: 2px solid #D40029;
      height: auto;
      min-height: 100%;
      box-shadow: 1px 1px 3px #ccc; }
      @media (max-width: 991px) {
        .ega-menu--ver__item .versub {
          position: relative;
          left: 0;
          border-top: 0; } }
      .ega-menu--ver__item .versub__part {
        position: relative;
        width: 300px;
        margin: 10px 0; }
        .ega-menu--ver__item .versub__part + .versub__part {
          border-left: 1px dashed #ccc; }
        @media (max-width: 991px) {
          .ega-menu--ver__item .versub__part {
            width: 100%; }
            .ega-menu--ver__item .versub__part li {
              background: url(//cdn.hstatic.net/themes/200000199113/1001434556/14/widget-link.png?v=1096) no-repeat left center; } }

#ega-main-menu .ega-menu__item.mega-menu {
  position: static; }
  #ega-main-menu .ega-menu__item.mega-menu:hover .mega-menu__content {
    opacity: 1;
    visibility: visible;
    margin-top: 0; }

#ega-main-menu .ega-menu__item .ega-menu__link {
  position: relative; }

#ega-main-menu .ega-menu__item .mega-menu__content {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  color: initial;
  border: 1px solid #ccc;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: opacity,margin-top,visibility; }
  #ega-main-menu .ega-menu__item .mega-menu__content .ega-pro-item {
    display: flex;
    flex-wrap: wrap;
    text-align: left !important; }
  #ega-main-menu .ega-menu__item .mega-menu__content .ega-pro__img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  #ega-main-menu .ega-menu__item .mega-menu__content .ega-pro__title {
    white-space: initial;
    font-size: 13px;
    line-height: 20px; }
  #ega-main-menu .ega-menu__item .mega-menu__content .ega-pro__price {
    font-weight: bold;
    font-size: 16px; }
  #ega-main-menu .ega-menu__item .mega-menu__content .ega-pro__content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 10px; }
  #ega-main-menu .ega-menu__item .mega-menu__content .ega-pro__overlay {
    display: none; }

/*** End Mega Menu ***/
/*** FOOTER ***/
.ega-subscribe {
  background: #ce0e2d;
  border-top: 1px solid #eee; }
  .ega-subscribe .ega-btn svg {
    color: #fff;
    font-size: 20px; }
  .ega-subscribe .ega-btn:hover {
    background: #333; }
  .ega-subscribe .ega-form .ega-btn svg {
    font-size: inherit; }
  @media (max-width: 767px) {
    .ega-subscribe__left {
      margin-bottom: 10px; } }
  .ega-subscribe__right {
    text-align: right; }
    @media (max-width: 767px) {
      .ega-subscribe__right {
        text-align: center; } }

#ega-footer {
  position: relative;
  background-color: #e6e6e6;
  color: #383838; }
  #ega-footer a {
    color: #383838;
    text-decoration: none; }
    #ega-footer a:hover {
      color: #D40029; }
  #ega-footer .ega-social .ega-btn {
    background: #000;
    width: 30px;
    height: 30px;
    padding: 5px; }
    #ega-footer .ega-social .ega-btn + .ega-btn {
      margin-left: 5px !important; }
    #ega-footer .ega-social .ega-btn.ega-btn--facebook:hover {
      background: #3b5998; }
    #ega-footer .ega-social .ega-btn.ega-btn--twitter:hover {
      background: #00acee; }
    #ega-footer .ega-social .ega-btn.ega-btn--googleplus:hover {
      background: #dd4b39; }
    #ega-footer .ega-social .ega-btn.ega-btn--youtube:hover {
      background: #dd4b45; }
    #ega-footer .ega-social .ega-btn svg {
      color: #fff;
      font-size: 20px; }
  #ega-footer .ega-prefooter__links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #ega-footer .ega-prefooter__links ul li {
      padding: 0; }
      #ega-footer .ega-prefooter__links ul li a {
        display: inline-block;
        padding-left: 5px; }
      #ega-footer .ega-prefooter__links ul li svg {
        padding-top: 3px;
        color: #333; }
    #ega-footer .ega-prefooter__links ul ul {
      margin-left: 15px; }
  #ega-footer .ega-prefooter__links .sidebar_submenu {
    padding-left: 0; }
  #ega-footer .ega-prefooter .register_img img.lazyload {
    width: 180px;
    height: auto; }
  #ega-footer .ega-copyright {
    padding: 20px 0;
    line-height: 1.8;
    background-color: #D40029;
    color: #ffffff;
    font-size: 14px; }
    #ega-footer .ega-copyright a {
      color: #ffffff; }
      #ega-footer .ega-copyright a:hover {
        color: #D40029; }
    @media (max-width: 767px) {
      #ega-footer .ega-copyright {
        padding-bottom: 60px; }
        #ega-footer .ega-copyright__left {
          text-align: center;
          font-size: 12px; }
          #ega-footer .ega-copyright__left .ega-menu {
            justify-content: center; }
        #ega-footer .ega-copyright__right {
          text-align: center !important;
          font-size: 12px; } }

/*** END FOOTER ***/
/*** MAGAZINE ***/
.ega-news__title h3 {
  font-size: 20px;
  font-weight: 300; }
  .ega-news__title h3 i {
    font-size: 15px; }

@media (min-width: 992px) {
  .ega-slider__wrap {
    padding-left: 0; } }

.ega-slider__item {
  position: relative; }

.ega-slider__info {
  position: absolute;
  width: 100%;
  padding: 40px 15px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .ega-slider__info h3 a {
    color: #333333;
    font-weight: normal; }

.ega-slider__category {
  position: absolute;
  top: 0;
  left: 0;
  background: #3ba1a2;
  color: #fff;
  padding: 2px 10px; }

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

.ega-slider .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.4); }

.ega-article__title {
  border-bottom: 2px solid #333333;
  padding-bottom: 5px;
  font-weight: 300; }

.ega-article .ega-media__image {
  max-width: 135px;
  height: 80px;
  overflow: hidden; }

.ega-article .ega-media__content h5 a {
  font-size: 18px;
  color: #333333;
  font-weight: 300; }

.ega-article .ega-media__content .ega-menu__item {
  font-size: 13px;
  color: #999999;
  font-style: italic; }
  .ega-article .ega-media__content .ega-menu__item a {
    color: #999999; }

.ega-article .ega-media + .ega-media {
  margin-top: 20px; }

.ega-blog__title {
  position: relative;
  margin-bottom: 20px; }
  .ega-blog__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 2px;
    background: #333333; }
  .ega-blog__title a, .ega-blog__title span {
    position: relative;
    z-index: 1;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    color: #000;
    font-weight: 600; }
  .ega-blog__title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 100%;
    height: 1px;
    background: #333333; }

.ega-blog__share a {
  display: inline-block;
  background: #d9d6d6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #333;
  text-align: center;
  margin-left: 10px; }
  .ega-blog__share a svg {
    vertical-align: middle; }

.ega-blog__breakline {
  clear: both;
  position: relative;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #EEE; }

.ega-blog .ega-media__image {
  /*max-width: 135px;
			height: 100px;*/
  overflow: hidden; }

.ega-blog .ega-media + .ega-media {
  margin-top: 20px; }

.ega-blog .ega-media__content h5 {
  font-weight: 300;
  font-size: 17px;
  color: #333; }

.ega-blog .ega-media__content span {
  font-size: 14px;
  color: #999;
  font-style: italic; }

.ega-blog .ega-media__content p {
  margin-top: 5px;
  margin-bottom: 0; }

/* product */
.ega-pro__addtocart span {
  font-size: .8rem;
  display: block;
  margin-top: 8px;
  letter-spacing: 0; }

.ega-pro__tech-table {
  font-size: .85rem; }
  .ega-pro__tech-table li {
    margin-bottom: 10px;
    border-bottom: 1px dotted; }
    .ega-pro__tech-table li b, .ega-pro__tech-table li span {
      padding: 2px 0 2px 15px;
      display: inline-block;
      position: relative; }
    .ega-pro__tech-table li b {
      width: 130px;
      background: #ffc331;
      color: #333333; }
      .ega-pro__tech-table li b:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        border-right: 25px solid #fff;
        border-bottom: 25px solid transparent; }

.ega-tab__title {
  border-top: 3px solid #D40029; }

.ega-pro__policies-heading h5 {
  color: #d0021b; }

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

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

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

#ega-product-scroll .ega-pro__addtocart span {
  display: none; }

.ega-btn.ega-pro__buynow {
  background-color: #D40029;
  color: #ffffff;
  border: 0; }
  .ega-btn.ega-pro__buynow:hover {
    background: #D40029;
    color: #ffffff; }

.ega-btn.ega-pro__addtocart {
  background-color: #D40029;
  color: #ffffff;
  border: 0; }
  .ega-btn.ega-pro__addtocart:hover {
    background: #D40029;
    color: #ffffff; }

/* end product */
.ega-card__title {
  font-size: 16px;
  color: #333; }

.ega-card .article-date {
  font-size: 14px;
  color: #999;
  font-style: italic; }

.ega-magazine-collection {
  padding: 20px;
  margin-top: 30px;
  background-color: #000000;
  color: #ffffff; }

/*** END MAGAZINE ***/
/*** BLOG ***/
#ega-blog .ega-blog__top h4 {
  font-weight: 300;
  font-size: 18px; }

#ega-blog .ega-blog__slider .owl-dots {
  width: 445px;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 991px) {
    #ega-blog .ega-blog__slider .owl-dots {
      width: 270px; } }
  @media (max-width: 767px) {
    #ega-blog .ega-blog__slider .owl-dots {
      width: 100%; } }
  #ega-blog .ega-blog__slider .owl-dots .owl-dot {
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 1px solid #eee; }
    @media (max-width: 991px) {
      #ega-blog .ega-blog__slider .owl-dots .owl-dot {
        width: 50px;
        height: 50px; } }
    #ega-blog .ega-blog__slider .owl-dots .owl-dot.active {
      border-color: #D40029; }
    #ega-blog .ega-blog__slider .owl-dots .owl-dot span {
      display: none; }

#ega-blog .ega-blog__article {
  background: #f8f8f8;
  padding: 15px 20px 120px 20px;
  height: 100%; }
  #ega-blog .ega-blog__article__cat {
    text-align: center; }
    #ega-blog .ega-blog__article__cat a {
      padding: 2px 10px;
      background: #3ba1a2;
      color: #ffffff; }

.ega-blog .ega-media__image {
  width: 300px;
  overflow: hidden; }
  .ega-blog .ega-media__image--thumb {
    width: 50px; }
  .ega-blog .ega-media__image--compact {
    width: 160px; }

.ega-blog .ega-media__content h5 a {
  font-size: 18px;
  color: #333333;
  font-weight: 300; }

.ega-blog .ega-media__content .ega-menu__item {
  font-size: 13px;
  color: #999999;
  font-style: italic; }
  .ega-blog .ega-media__content .ega-menu__item a {
    color: #999999; }

.ega-blog .ega-media + .ega-media {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #f5f5f5; }

@media (max-width: 767px) {
  .ega-blog .ega-media {
    display: block; }
    .ega-blog .ega-media__left {
      margin-right: 0;
      margin-bottom: 10px; }
    .ega-blog .ega-media__image {
      width: 100%; } }

.ega-blog .ega-widget__title {
  margin: 0;
  padding: 10px;
  background: #D40029;
  color: #fff; }

.ega-blog .ega-widget__content {
  padding: 10px;
  margin: 0;
  border: 1px solid #eee; }

.ega-blog .ega-widget--menu ul {
  list-style: none;
  margin: 0; }
  .ega-blog .ega-widget--menu ul li {
    padding: 5px 0; }
    .ega-blog .ega-widget--menu ul li a {
      background: url(widget-link.png) left top no-repeat;
      display: inline-block;
      padding-left: 15px; }

.ega-blog .ega-widget--tags .tag-item {
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee; }
  .ega-blog .ega-widget--tags .tag-item + .tag-item {
    margin-right: 5px;
    margin-bottom: 5px; }

.ega-blog .ega-widget + .ega-widget {
  margin-top: 30px; }

@media (max-width: 991px) {
  .ega-blog .ega-widget {
    margin-top: 30px; } }

.featured-article-wrap {
  background-color: #ebebeb;
  padding: 15px;
  margin: 20px 0; }

.ega-pagi__item {
  color: initial; }
  .ega-pagi__item.current {
    background: #D40029;
    border-color: #D40029; }
  .ega-pagi__item:not(.ega-disabled):hover {
    background: #D40029;
    border-color: #D40029;
    color: #ffffff !important; }
    .ega-pagi__item:not(.ega-disabled):hover svg {
      color: #ffffff; }

/*** END BLOG ***/
/*** ARTICLE ***/
.ega-article__related {
  background: #f9f9f9; }
  .ega-article__related a {
    color: #D40029; }

.ega-article__tags h3 {
  display: inline-block;
  background: #EDEDED;
  padding: 4px 10px;
  color: #000;
  position: relative;
  font-size: 14px; }
  .ega-article__tags h3:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 100%;
    border-left: 8px solid #ededed;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; }

.ega-article__tags ul {
  font-size: 12px;
  font-style: italic; }
  .ega-article__tags ul a {
    color: #D40029; }

/*** END ARTICLE ***/
/*** FORM LOGIN ***/
#ega-login .errors ul {
  list-style-type: none;
  padding-left: 0;
  color: #f4516c; }

/*** END FORM LOGIN ***/
/*** CART LAYOUT ***/
#ega-cart .ega-cart-head {
  border-bottom: 1px solid #F0F2F6;
  padding: 15px 0;
  font-weight: bold; }

#ega-cart .ega-cart-row {
  border-bottom: 1px solid #F0F2F6;
  padding: 20px 0; }
  #ega-cart .ega-cart-row * {
    font-size: 15px; }
  @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-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none; }

#ega-cart .ega-cart-quantity .ega-btn {
  color: rgba(61, 55, 54, 0.4);
  border-color: #E5E5E5;
  display: flex;
  justify-content: center; }

#ega-cart .ega-cart-quantity .ega-btn[data-ega-role="qty-minus"] {
  border-radius: 5px 0 0 5px; }

#ega-cart .ega-cart-quantity .ega-btn[data-ega-role="qty-plus"] {
  border-radius: 0 5px 5px 0; }

/*** END CART LAYOUT ***/
/*** ADDRESS ***/
.ega-address__item {
  padding: 20px 0; }
  .ega-address__item p {
    margin: 0; }
  .ega-address__item + .ega-address__item {
    border-top: 1px solid #ddd; }

.ega-address__inputform {
  display: inline-block;
  width: 50%;
  padding: 20px;
  border: 1px solid #ddd;
  background: #eee; }

/*** END ADDRESS ***/
/*** TOP CART CONTENT ON MOBILE ***/
.ega-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .ega-overlay.ega-show {
    visibility: visible;
    opacity: 1; }

#ega-menu--mb {
  width: 275px;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -275px;
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }
  @media (min-width: 1024px) {
    #ega-menu--mb {
      top: 35px; }
      .ega-header.sticky-header #ega-menu--mb {
        top: 0; } }
  #ega-menu--mb.ega-show {
    left: 0; }
  #ega-menu--mb #menu-toggle {
    position: absolute;
    width: 45px;
    height: 65px;
    left: 100%;
    top: 0;
    padding: 25px 10px;
    background: #fff; }
    #ega-menu--mb #menu-toggle i {
      display: block;
      border-top: 3px solid #000;
      border-bottom: 3px solid #000;
      height: 19px; }
      #ega-menu--mb #menu-toggle i:before {
        content: "";
        display: block;
        border-top: 3px solid #000;
        margin-top: 5px; }
  #ega-menu--mb .ega-menu--tree {
    height: 100%;
    overflow: auto; }
    #ega-menu--mb .ega-menu--tree__item {
      padding: 10px 15px; }
      #ega-menu--mb .ega-menu--tree__item.current > a {
        color: #D40029; }
      #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; }
  #ega-menu--mb form input[type='text'] {
    border: 0;
    border-radius: 0;
    padding-right: 40px;
    border-bottom: 1px solid #373737; }
  #ega-menu--mb form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 40px;
    height: 35px;
    background: none;
    border: 0; }

/*** END TOP CART CONTENT ON MOBILE ***/
/*** 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_footer {
  background: #e3f6fa;
  padding: 10px 25px; }

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

#cart-popup-detail .popup_action button {
  border-top-right-radius: 0; }

/*** END CART POPUP DETAIL ***/
/*** CART POPUP MB ***/
#cart-popup-mb .ega-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  #cart-popup-mb .ega-modal.show {
    opacity: 1;
    z-index: 9999999; }
  #cart-popup-mb .ega-modal__content {
    background-color: #ffffff;
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 1.75rem auto;
    border-radius: .2rem;
    padding: 1rem;
    z-index: 1; }
    #cart-popup-mb .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 {
      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 {
      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 {
      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 {
      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 {
      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 {
    right: auto;
    left: -12px; }
  #cart-popup-mb .ega-modal__close svg {
    font-size: 20px; }
  #cart-popup-mb .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 {
  position: absolute;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 8px 16px rgba(176, 190, 197, 0.3);
  transform-origin: 60% 200%;
  transition: all .3s ease-out;
  transform: scale(0); }

#cart-popup-mb.show .ega-modal__content {
  transform: scale(1); }

#cart-popup-mb .ega-modal__close {
  right: 0;
  top: 3px; }

#cart-popup-mb .ega-media__image {
  width: 75px; }

#cart-popup-mb .success-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 5px; }

/*** END CART POPUP MB ***/
/*** MOBILE SCROLL BAR ***/
.ega-menu-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: none !important;
  z-index: 99;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  padding: 5px 0; }
  .ega-menu-mobile ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #fff;
    margin: 0px;
    height: 49px;
    border-radius: 20px 20px 0px 0px; }
  .ega-menu-mobile .ega-menu__item {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px; }
    .ega-menu-mobile .ega-menu__item.mb-hotline a {
      color: #02b0f5; }
    .ega-menu-mobile .ega-menu__item.mb-sms a {
      color: #ffa276; }
    .ega-menu-mobile .ega-menu__item.mb-facebook a {
      color: #3c5a9a; }
    .ega-menu-mobile .ega-menu__item.mb-buybtn {
      color: #D40029; }
  .ega-menu-mobile .ega-menu__link {
    text-align: center;
    width: 100%;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    color: #D40029; }
    .ega-menu-mobile .ega-menu__link svg {
      color: inherit;
      font-size: 22px;
      display: block;
      margin: auto;
      margin-bottom: 5px; }

/*** END MOBILE SCROLL BAR ***/
/*** Cart Popup ***/
.toast .ega-modal__content {
  position: absolute;
  min-width: 250px;
  margin: 20px;
  padding: 15px 30px;
  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.show .ega-modal__content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

/*** End Cart Popup ***/
/*** Article comments ***/
#article-comments .ega-comment {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  #article-comments .ega-comment__img {
    display: inline-block;
    float: left;
    margin-right: 10px; }
    #article-comments .ega-comment__img img {
      max-width: 48px; }
  #article-comments .ega-comment__detail {
    display: inline-block;
    float: left;
    width: calc(100% - 58px); }

/*** End Article comments ***/
.ega-filter__color {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid;
  cursor: pointer; }
  .ega-filter__color--checked {
    border: 1px solid #e42127 !important;
    background-image: url(//cdn.hstatic.net/themes/200000199113/1001434556/14/bg_checked.png?v=1096);
    background-repeat: no-repeat;
    background-position: right bottom; }
  .ega-filter__color .color-name {
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    padding: 5px;
    text-align: center;
    background: #D40029;
    color: #ffffff;
    font-size: 12px; }
    .ega-filter__color .color-name:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      border-top: 6px solid #D40029;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .ega-filter__color:hover .color-name {
    display: block; }

/*** Scroll top***/
#ega-scroll-top {
  display: none;
  position: fixed;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #D40029;
  color: #fff;
  bottom: 100px;
  right: 12px; }
  #ega-scroll-top svg {
    color: #fff;
    font-size: 30px; }
  @media (max-width: 767px) {
    #ega-scroll-top {
      display: none !important;
      right: 12px; } }
  #ega-scroll-top.show {
    display: block; }

/* new cus HRT */
.fix-index-menu {
  overflow: hidden; }
  .fix-index-menu li a {
    position: relative;
    color: #fff;
    padding-left: 40px !important; }
    .fix-index-menu li a:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: skewX(-21deg);
      transform-origin: 0 100%;
      background: #a10310;
      background: linear-gradient(to right, #a10310 1%, #ac0412 100%); }

.article-item {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 100px; }
  .article-item .article-item-info {
    padding: 20px 37px 12px;
    width: 100%;
    display: block;
    text-align: left;
    background: #ac0412;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 100px;
    transition: all 150ms; }
    .article-item .article-item-info:before {
      height: 24px;
      top: 0;
      background: #ac0412;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      transform: skewY(-4deg) translateZ(0);
      transform-origin: 0 0;
      width: 100%; }
    .article-item .article-item-info a {
      color: #fff; }
      .article-item .article-item-info a h5 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0 0 8px; }
      .article-item .article-item-info a span {
        display: block; }
  .article-item:hover .article-item-info {
    margin-top: -48px;
    padding-bottom: 48px; }

.checkout-note p {
  margin-top: 0; }

.group-radio {
  margin: 15px 0 10px; }
  .group-radio > span {
    display: block;
    margin-bottom: 10px; }
  .group-radio .if-shipping-flower {
    color: #f30;
    margin: 0 0 15px 0; }
  .group-radio label {
    width: 45%;
    display: inline-block;
    margin: 0 0 10px;
    font-weight: normal;
    cursor: pointer; }
    .group-radio label input {
      margin: 0 8px 0 0; }
    .group-radio label span {
      display: inline-block;
      line-height: 14px; }

.r-bill .checkbox, .r-bill .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

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

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

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

.r-bill .checkbox .title {
  font-size: 16px;
  line-height: 22px;
  padding-left: 5px;
  vertical-align: top;
  color: #f00;
  font-weight: bold;
  display: inline-block;
  cursor: pointer; }

.r-bill .note-order-new {
  margin: 0 0 10px 0;
  color: #ff3c36; }

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

.r-bill .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }

.r-bill #update-checkbox {
  background: #ff3c36;
  border: none;
  color: white;
  padding: 6px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  margin: 10px 0 20px 15px;
  line-height: 21px;
  outline: none;
  box-shadow: none;
  text-align: center; }

#popup-subscribe {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8); }
  #popup-subscribe.active {
    display: block; }
  #popup-subscribe .popup-content {
    background: url("//cdn.hstatic.net/themes/200000199113/1001434556/14/popup_bg.jpg?v=1096");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    max-width: 750px;
    width: 90%;
    top: 50px;
    position: relative; }
    #popup-subscribe .popup-content:after {
      content: '';
      display: table;
      clear: both; }
  #popup-subscribe .close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    height: 30px;
    width: 30px;
    background-color: #777;
    text-align: center;
    z-index: 9999;
    border-radius: 50%;
    line-height: 30px;
    padding: 4px 8px 8px;
    cursor: pointer; }
    #popup-subscribe .close-popup svg {
      width: 100%;
      height: 100%; }
  #popup-subscribe .popup-wrapper {
    float: right;
    width: 50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 15px; }
    #popup-subscribe .popup-wrapper .popup-title {
      color: #e51937;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold; }
    #popup-subscribe .popup-wrapper .popup-desc {
      color: #637281;
      margin-bottom: 15px;
      text-align: justify; }
    #popup-subscribe .popup-wrapper .popup-list {
      margin-bottom: 15px; }
      #popup-subscribe .popup-wrapper .popup-list ul {
        list-style: none;
        padding: 0; }
        #popup-subscribe .popup-wrapper .popup-list ul li {
          position: relative;
          margin-bottom: 5px;
          padding-left: 15px;
          color: #637281; }
          #popup-subscribe .popup-wrapper .popup-list ul li:before {
            content: '';
            position: absolute;
            top: calc(50% - 3px);
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #333; }
    #popup-subscribe .popup-wrapper .form-desc {
      color: #637281;
      margin-bottom: 15px;
      font-size: 16px; }
    #popup-subscribe .popup-wrapper form {
      position: relative; }
      #popup-subscribe .popup-wrapper form input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        color: #637281;
        background: #fff;
        border: 0;
        border-radius: 0;
        outline: 0 !important;
        margin-bottom: 15px; }
      #popup-subscribe .popup-wrapper form button {
        height: 40px;
        width: 100%;
        display: block;
        background: #e51937;
        color: #fff;
        border: 0;
        padding: 8px 9px;
        text-align: center;
        text-transform: uppercase; }

.notify-bell {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  z-index: 99; }
  .notify-bell.active .icon-bell img {
    display: none; }
  .notify-bell.active .icon-bell .icon-close {
    display: block; }
  .notify-bell.active .notify-content {
    display: block; }
  .notify-bell .icon-bell {
    background: #cf0a2c;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .notify-bell .icon-bell img {
      width: 35px; }
    .notify-bell .icon-bell .icon-close {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 32px;
      height: 32px; }
      .notify-bell .icon-bell .icon-close:before, .notify-bell .icon-bell .icon-close:after {
        position: absolute;
        left: 15px;
        content: "";
        height: 33px;
        width: 3px;
        border-radius: 3px;
        background-color: #ffffff;
        transform: rotate(45deg); }
      .notify-bell .icon-bell .icon-close:after {
        transform: rotate(-45deg); }
  .notify-bell .notify-content {
    position: absolute;
    left: 75px;
    bottom: 0;
    width: 379px;
    border-radius: 8px;
    background: #fff;
    padding-bottom: 10px;
    display: none; }
    .notify-bell .notify-content .notify-header {
      height: 60px;
      width: 100%;
      border-radius: 8px 8px 0 0;
      background-color: #CF0A2C;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 0 10px; }
      @media (max-width: 480px) {
        .notify-bell .notify-content .notify-header {
          font-size: 16px; } }
    .notify-bell .notify-content .notify-items {
      max-height: 180px;
      overflow-y: auto; }
    .notify-bell .notify-content .notify-item {
      padding: 10px 0 0 5px; }
      .notify-bell .notify-content .notify-item a {
        display: block; }
        .notify-bell .notify-content .notify-item a:after {
          content: '';
          display: table;
          clear: both; }
        .notify-bell .notify-content .notify-item a .img {
          float: left;
          width: 78px;
          border-radius: 4px 0 0 4px;
          background-color: #FD617F;
          overflow: hidden; }
        .notify-bell .notify-content .notify-item a .info {
          float: left;
          width: calc(100% - 78px);
          padding-left: 10px;
          max-width: 245px; }
          .notify-bell .notify-content .notify-item a .info h4, .notify-bell .notify-content .notify-item a .info p {
            font-size: 16px;
            color: #4a4a4a;
            margin: 0; }
          .notify-bell .notify-content .notify-item a .info p {
            font-size: 12px;
            margin: 5px 0 0; }

.ega-swatch--s2 .ega-swatch__element.color label {
  padding: 0;
  height: auto; }
  .ega-swatch--s2 .ega-swatch__element.color label img {
    width: 70px;
    margin: 0; }

.ega-top-cart__content, .header-login .header_login_content {
  visibility: hidden; }

.ega-top-cart--open .ega-top-cart__content {
  visibility: visible; }

.ega-top-cart__action .ega-btn {
  background-color: #D40029; }

@media screen and (max-width: 991px) {
  .fix-index-menu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.09); }
  .fix-index-menu li a {
    padding-left: 14px !important; }
    .fix-index-menu li a:after {
      transform: none;
      background: #ac0412; } }

@media screen and (max-width: 767px) {
  #popup-subscribe .popup-wrapper {
    width: 100%; }
  .notify-bell {
    bottom: 60px; }
  .group-radio label {
    width: 100%; }
  textarea.ega-form__control {
    height: 100px; } }

@media screen and (max-width: 400px) {
  .notify-bell .notify-content {
    left: 0;
    bottom: 70px;
    width: 300px; } }

/* NhÃ¢n */
/*
@media (min-width: 1200px){
.ega-container {
max-width: 100%;
padding: 0 15px;
}
}*/
.header__logo-wrap {
  text-align: center; }

.header__logo {
  transform: scale(1.1); }

.header__search-input, .header__search-submit {
  height: 40px; }

.header__action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.header__login {
  width: initial;
  line-height: 0; }
  .header__login svg {
    font-size: 30px; }

.header__cart {
  width: initial;
  line-height: 0;
  margin-left: 15px; }
  .header__cart svg {
    font-size: 30px; }

.header__cart-count {
  top: -7px;
  right: -7px; }

.ega-policies .ega-media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.ega-policies .ega-media__content span {
  font-size: 16px; }

.ega-policies .ega-media__content p {
  font-size: 13px; }

.ega-policies .ega-media__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.footer__col-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0; }

.vermega__header {
  cursor: pointer; }

.vermega__content {
  display: none; }
  .vermega__content.active {
    display: block;
    cursor: pointer; }

.ega-media__content {
  flex-basis: initial !important;
  flex-grow: initial !important;
  flex-shrink: initial !important; }

.ega-policies .ega-media__image {
  width: 55px; }

.ega-media__left {
  margin: 0; }

/* NhÃ¢n - end */
/* Cá» */
.language_navtop {
  position: relative;
  line-height: 38px;
  margin-right: 0;
  margin-left: 15px; }

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

.language_navtop .language_navtitle > .fa {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 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 > .fa {
  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: 1000;
  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: 0px 0px 7px 0px 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: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

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

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

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

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

.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_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: 24px;
  line-height: 22px;
  padding: 0px 20px 0px 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: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 4px;
  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; } }

@media (max-width: 1199px) {
  .ega-header--mobile .top-cart-mb .ega-top-cart {
    width: initial;
    margin-left: 5px; }
  .ega-header--mobile .top-cart-mb {
    width: 65px; }
  .language_navtitle_mobile a svg {
    max-width: 30px; }
  .language_navtop_mobile {
    position: absolute;
    top: 0;
    left: 30px;
    width: 80px;
    height: 65px;
    line-height: 86px; }
  .language_navtitle_mobile a {
    display: block; }
  .top-searct_mobile a svg {
    max-width: 22px; }
  .searchmini {
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 60px;
    right: 0;
    display: none; }
  .searchmini {
    padding: 0 10px; }
  .searchmini.header-search-show {
    display: block; }
  .top-searct_mobile {
    position: absolute;
    top: -2px;
    right: 65px;
    width: 40px;
    height: 65px;
    line-height: 86px; }
  .action--header-search, .action--header-search a {
    cursor: pointer;
    height: 65px; }
  .searchmini form {
    width: 100%;
    height: 34px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative; }
  .searchmini form input.visible_index::placeholder {
    color: #fff; }
  .searchmini form input {
    min-height: unset;
    line-height: 34px;
    border: none;
    background: #eee;
    background-image: none;
    background-image: none;
    border-radius: 4px;
    padding: 0 40px 0 15px; }
  .searchmini form button {
    width: 30px;
    height: 33px;
    line-height: 34px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px;
    font-weight: bold;
    text-align: center; } }

/* Cá» - end */
ul.menunpd.versub.ega-ul .ega-col-lg-6:nth-child(2) {
  display: none; }

.primary_menu_wrap {
  background: #cf0a2c !important; }

.notify-cart, .en_notify-cart {
  background: #fdefdb;
  padding: 10px; }

.notify-cart p, .en_notify-cart p {
  color: #ff7f00;
  margin: 0; }

.notify-cart svg, .en_notify-cart svg {
  max-width: 25px;
  margin-right: 7px; }

.notify-cart, .en_notify-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ega-search.ega-form .ega-btn.ega-bg--black:hover {
  background: #000; }

/*Mai (13/08/2021)*/
.vc-hoverbox-inner {
  position: relative; }

.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.vc-hoverbox-block {
  min-height: 250px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .5s ease-in-out;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
  border-radius: 10px; }

.vc-hoverbox-block-inner {
  flex-shrink: 0;
  padding: 20px; }

.vc-hoverbox-block-inner h2 {
  text-transform: uppercase;
  text-align: center; }

.vc-hoverbox-block-inner > * {
  backface-visibility: hidden; }

.vc-hoverbox-front {
  transform: rotateY(0);
  z-index: 1; }

.vc-hoverbox-back {
  transform: rotateY(180deg);
  position: initial; }

.vc-hoverbox:hover .vc-hoverbox-front {
  transform: rotateY(-180deg); }

.vc-hoverbox:hover .vc-hoverbox-back {
  transform: rotateY(0); }

.new-index-store-item {
  position: relative; }

.new-index-store-item-body {
  position: absolute;
  bottom: -15px; }

#ega-contact ul.ega-ul li {
  margin-bottom: 5px; }

.new-menu-lv-2 {
  position: relative; }
  .new-menu-lv-2 ul.new-menulist-lv-2 {
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    left: 100%;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
    min-width: 200px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 0; }
  .new-menu-lv-2:after {
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 14px; }
  .new-menu-lv-2:hover ul.new-menulist-lv-2 {
    opacity: 1;
    visibility: visible;
    margin-top: 0; }

.ega-content-page img {
  height: auto !important; }

.footer-contact-new {
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px; }

.list-store-address,
.footer-contact-new {
  text-align: justify; }

/*.list-store-address {
      display: flex;
    flex-wrap: wrap;
  margin: 0 -10px;
  p{
    margin-top: 0;
    width: 20%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .list-store-address {
  p{
    width: 100%;
    margin-bottom: 0;
  }
}
}*/
@media (min-width: 768px) {
  .list-footer-row {
    justify-content: space-between; }
    .list-footer-row .list-footer-col {
      width: max-content;
      flex: none; } }

@media (min-width: 768px) {
  .list-footer-row .ega-col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.box-map iframe {
  width: 100%; }

#new-index-tools {
  padding: 40px 0; }
  #new-index-tools .new-index-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold; }
  #new-index-tools .new-index-tools-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
  #new-index-tools .new-index-tools-item {
    padding: 10px;
    text-align: center;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      #new-index-tools .new-index-tools-item {
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #new-index-tools .new-index-tools-item {
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (max-width: 767px) {
      #new-index-tools .new-index-tools-item {
        flex: 0 0 33.333%;
        max-width: 33.333%; } }
    #new-index-tools .new-index-tools-item a {
      display: block;
      text-decoration: none; }
    #new-index-tools .new-index-tools-item .new-index-tools-item-img {
      margin-bottom: 10px;
      display: block; }
      #new-index-tools .new-index-tools-item .new-index-tools-item-img img {
        width: 100%;
        max-width: 100px;
        height: auto;
        margin: 0 auto;
        display: block; }
    #new-index-tools .new-index-tools-item h2 {
      margin: 0;
      padding: 0; }
    #new-index-tools .new-index-tools-item .new-index-tools-item-title {
      font-size: 14px;
      color: #333;
      display: block;
      margin-top: 10px; }
      #new-index-tools .new-index-tools-item .new-index-tools-item-title:hover {
        color: #D40029;
        text-decoration: none; }

/* ============================================
   STORE SECTION - MODERN GRID LAYOUT
   ============================================ */
#new-index-store {
  padding: 40px 0;
  background: #fff; }
  @media (max-width: 767px) {
    #new-index-store {
      padding: 30px 0; } }
  #new-index-store .new-index-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #new-index-store .new-index-title {
        font-size: 24px;
        margin-bottom: 20px; } }
  #new-index-store .store-banner {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #new-index-store .store-banner {
        margin-bottom: 20px;
        border-radius: 4px; } }
    #new-index-store .store-banner picture {
      display: block;
      width: 100%; }
    #new-index-store .store-banner img {
      width: 100%;
      height: auto;
      display: block; }
      @media (min-width: 768px) {
        #new-index-store .store-banner img {
          height: 350px;
          object-fit: cover; } }
      @media (max-width: 767px) {
        #new-index-store .store-banner img {
          height: auto;
          max-height: 400px;
          object-fit: cover; } }
  #new-index-store .store-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    @media (max-width: 767px) {
      #new-index-store .store-grid {
        grid-template-columns: 1fr;
        gap: 15px; } }
  #new-index-store .store-grid-item {
    width: 100%; }
  #new-index-store .store-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    height: 100%; }
    #new-index-store .store-card:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px);
      border-color: #222222; }
    #new-index-store .store-card h3 {
      margin: 0 0 10px 0;
      font-size: 18px;
      color: #222222;
      font-weight: bold; }
      @media (max-width: 767px) {
        #new-index-store .store-card h3 {
          font-size: 16px; } }
    #new-index-store .store-card p {
      margin: 0;
      font-size: 14px;
      color: #666;
      line-height: 1.6; }
      @media (max-width: 767px) {
        #new-index-store .store-card p {
          font-size: 13px; } }

#new-index-products .new-index-products-wrap {
  display: flex;
  gap: 20px;
  width: 100%; }

#new-index-products .new-index-products-left {
  width: 250px;
  min-width: 250px;
  flex-shrink: 0; }
  @media (max-width: 991px) {
    #new-index-products .new-index-products-left {
      position: fixed;
      left: -280px;
      top: 0;
      bottom: 0;
      width: 280px;
      background: #fff;
      z-index: 999;
      transition: left 0.3s ease;
      overflow-y: auto;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); }
      #new-index-products .new-index-products-left.show {
        left: 0; } }

#new-index-products .new-index-products-right {
  flex: 1;
  min-width: 0; }
  @media (max-width: 991px) {
    #new-index-products .new-index-products-right {
      width: 100%; } }

#new-index-products .new-trigger-filter {
  display: none !important; }
  @media (max-width: 991px) {
    #new-index-products .new-trigger-filter {
      display: flex !important;
      align-items: center;
      gap: 8px;
      padding: 10px 15px;
      background: #d40029;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 15px; }
      #new-index-products .new-trigger-filter svg {
        width: 18px;
        height: 18px; } }

#new-index-products {
  display: none !important; }

/* ============================================
   SALE PRODUCTS SECTION - COMPACT WITH FULL IMAGES
   ============================================ */
#new-index-sale-products {
  padding: 25px 0;
  background: #dc2225 !important; }
  #new-index-sale-products .new-index-title {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  #new-index-sale-products .new-index-sale-products-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    justify-content: center; }
  #new-index-sale-products .new-index-sale-product-item {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      #new-index-sale-products .new-index-sale-product-item {
        width: 50%; } }
    @media (max-width: 767px) {
      #new-index-sale-products .new-index-sale-product-item {
        width: 50%; } }
  #new-index-sale-products .sale-product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    max-height: 320px; }
    #new-index-sale-products .sale-product-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  #new-index-sale-products .sale-product-image {
    position: relative;
    height: 180px;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    #new-index-sale-products .sale-product-image a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    #new-index-sale-products .sale-product-image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain; }
  #new-index-sale-products .sale-product-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0; }
  #new-index-sale-products .sale-product-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.3;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    #new-index-sale-products .sale-product-title a {
      color: #333;
      text-decoration: none; }
      #new-index-sale-products .sale-product-title a:hover {
        color: #dc2225; }
  #new-index-sale-products .sale-product-prices {
    margin-bottom: 8px; }
    #new-index-sale-products .sale-product-prices .sale-price {
      font-size: 14px;
      font-weight: bold;
      color: #dc2225;
      margin-right: 6px; }
    #new-index-sale-products .sale-product-prices .original-price {
      font-size: 11px;
      color: #999;
      text-decoration: line-through; }
  #new-index-sale-products .sale-add-to-cart {
    width: 100%;
    padding: 6px 12px;
    background: #dc2225;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    display: block;
    text-align: center;
    text-decoration: none; }
    #new-index-sale-products .sale-add-to-cart:hover {
      background: #b91d20;
      transform: scale(1.02);
      color: #fff !important;
      text-decoration: none; }
  #new-index-sale-products .view-all-sale-btn {
    text-align: center;
    margin-top: 15px; }
    #new-index-sale-products .view-all-sale-btn a {
      display: inline-block;
      padding: 8px 25px;
      background: #fff;
      color: #dc2225;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 4px;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
      #new-index-sale-products .view-all-sale-btn a:hover {
        background: #f5f5f5;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

/* Mobile Responsive */
@media (max-width: 767px) {
  #new-index-sale-products {
    padding: 20px 0; }
    #new-index-sale-products .new-index-title {
      font-size: 24px;
      margin-bottom: 12px; }
    #new-index-sale-products .new-index-sale-product-item {
      margin-bottom: 12px; }
    #new-index-sale-products .sale-product-card {
      max-height: 280px; }
    #new-index-sale-products .sale-product-image {
      height: 150px;
      padding: 8px; }
    #new-index-sale-products .sale-product-info {
      padding: 8px; }
    #new-index-sale-products .sale-product-title {
      font-size: 11px;
      height: 28px; }
    #new-index-sale-products .sale-product-prices .sale-price {
      font-size: 13px; }
    #new-index-sale-products .sale-product-prices .original-price {
      font-size: 10px; }
    #new-index-sale-products .sale-add-to-cart {
      padding: 5px 10px;
      font-size: 10px; }
    #new-index-sale-products .view-all-sale-btn a {
      padding: 6px 20px;
      font-size: 11px; } }

/* ============================================
   NEW PRODUCTS SECTION - DARK VERSION
   ============================================ */
#new-index-new-products {
  padding: 25px 0;
  background: #222222 !important;
  width: 100%;
  overflow: hidden; }
  #new-index-new-products .ega-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px; }
  #new-index-new-products .new-index-title {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  #new-index-new-products .new-index-new-products-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    justify-content: center; }
  #new-index-new-products .new-product-item {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      #new-index-new-products .new-product-item {
        width: 50%; } }
    @media (max-width: 767px) {
      #new-index-new-products .new-product-item {
        width: 50%; } }
  #new-index-new-products .new-product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    max-height: 320px; }
    #new-index-new-products .new-product-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  #new-index-new-products .new-product-image {
    position: relative;
    height: 180px;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    #new-index-new-products .new-product-image a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    #new-index-new-products .new-product-image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain; }
  #new-index-new-products .new-product-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0; }
  #new-index-new-products .new-product-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.3;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    #new-index-new-products .new-product-title a {
      color: #333;
      text-decoration: none; }
      #new-index-new-products .new-product-title a:hover {
        color: #222222; }
  #new-index-new-products .new-product-prices {
    margin-bottom: 8px; }
    #new-index-new-products .new-product-prices .new-price {
      font-size: 14px;
      font-weight: bold;
      color: #222222;
      margin-right: 6px; }
    #new-index-new-products .new-product-prices .original-price {
      font-size: 11px;
      color: #999;
      text-decoration: line-through; }
  #new-index-new-products .new-shop-now {
    width: 100%;
    padding: 6px 12px;
    background: #222222;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    display: block;
    text-align: center;
    text-decoration: none; }
    #new-index-new-products .new-shop-now:hover {
      background: #000;
      transform: scale(1.02);
      color: #fff !important;
      text-decoration: none; }
  #new-index-new-products .view-all-new-btn {
    text-align: center;
    margin-top: 15px; }
    #new-index-new-products .view-all-new-btn a {
      display: inline-block;
      padding: 8px 25px;
      background: #fff;
      color: #222222;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 4px;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
      #new-index-new-products .view-all-new-btn a:hover {
        background: #f5f5f5;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

/* Mobile Responsive */
@media (max-width: 767px) {
  #new-index-new-products {
    padding: 20px 0; }
    #new-index-new-products .new-index-title {
      font-size: 24px;
      margin-bottom: 12px; }
    #new-index-new-products .new-product-item {
      margin-bottom: 12px; }
    #new-index-new-products .new-product-card {
      max-height: 280px; }
    #new-index-new-products .new-product-image {
      height: 150px;
      padding: 8px; }
    #new-index-new-products .new-product-info {
      padding: 8px; }
    #new-index-new-products .new-product-title {
      font-size: 11px;
      height: 28px; }
    #new-index-new-products .new-product-prices .new-price {
      font-size: 13px; }
    #new-index-new-products .new-product-prices .original-price {
      font-size: 10px; }
    #new-index-new-products .new-shop-now {
      padding: 5px 10px;
      font-size: 10px; }
    #new-index-new-products .view-all-new-btn a {
      padding: 6px 20px;
      font-size: 11px; } }

/* ============================================
   STORE LOCATION BUTTON & MODAL
   ============================================ */
.store-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 10px; }
  .store-card-header h3 {
    margin: 0;
    flex: 1; }

.location-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #dc2225;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0; }
  .location-btn svg {
    width: 14px;
    height: 14px; }
  .location-btn:hover {
    background: #b91d20;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(220, 34, 37, 0.3); }
  .location-btn:active {
    transform: translateY(0); }

.store-map-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.store-map-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease; }
  .store-map-content h3 {
    padding: 20px 20px 15px;
    margin: 0;
    font-size: 20px;
    color: #222;
    border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    .store-map-content {
      max-width: 100%;
      border-radius: 12px 12px 0 0;
      max-height: 85vh; }
      .store-map-content h3 {
        font-size: 18px;
        padding: 15px; } }

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.store-map-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .store-map-close svg {
    width: 20px;
    height: 20px;
    stroke: #222; }
  .store-map-close:hover {
    background: #dc2225;
    transform: rotate(90deg); }
    .store-map-close:hover svg {
      stroke: #fff; }
  @media (max-width: 767px) {
    .store-map-close {
      width: 32px;
      height: 32px;
      top: 12px;
      right: 12px; }
      .store-map-close svg {
        width: 18px;
        height: 18px; } }

.store-map-iframe {
  width: 100%;
  height: 500px; }
  .store-map-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0; }
  @media (max-width: 767px) {
    .store-map-iframe {
      height: 400px; } }

/* ============================================
   PRODUCT PAGE REDESIGN - COMPLETE WORKING VERSION
   ============================================ */
body #ega-product-detail.ega-pro.ega-pro--detail {
  /* ==========================================
     MAIN LAYOUT
     ========================================== */
  /* ==========================================
   PRODUCT IMAGE GALLERY - DESKTOP + MOBILE
   ========================================== */
  /* Mobile: Price above title */
  /* ==========================================
     PRODUCT INFO BOXES
     ========================================== */
  /* ==========================================
   TITLE, SKU, PRICE
   ========================================== */
  /* ==========================================
     OPTIONS & SWATCHES
     ========================================== */
  /* ==========================================
   QUANTITY - MODERN DESIGN
   ========================================== */
  /* ==========================================
     BUTTONS
     ========================================== */
  /* ==========================================
     STOCK STATUS
     ========================================== */
  /* ==========================================
   POLICIES
   ========================================== */
  /* Remove all borders from policy icons */ }
  @media (min-width: 992px) {
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row {
      display: flex !important;
      gap: 15px !important;
      align-items: stretch !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row > .ega-col-lg-5 {
        flex: 0 0 47% !important;
        max-width: 47% !important; }
        body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row > .ega-col-lg-5 .ega-pro__img {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row > .ega-col-lg-7 {
        flex: 0 0 51% !important;
        max-width: 51% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important; }
        body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row > .ega-col-lg-7 > div {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
          border-radius: 8px !important;
          padding: 15px !important;
          background: #fff !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row > div {
        margin-top: 0 !important; } }
  @media (max-width: 991px) {
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row .ega-col-12 {
      margin-top: 15px !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row .ega-col-12:first-child {
        margin-top: 0 !important; }
        body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row .ega-col-12:first-child .ega-pro__img {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-main.ega-row .ega-col-12:not(:first-child) {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
        border-radius: 8px !important;
        padding: 15px !important;
        background: #fff !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__img {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important; }
    @media (min-width: 992px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__img {
        height: 515px !important; } }
    @media (max-width: 991px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__img {
        height: auto !important;
        padding: 10px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-gallery {
    flex: 1 1 auto !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border-radius: 6px !important;
    position: relative !important; }
    @media (min-width: 992px) {
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-gallery {
        min-height: 350px !important;
        max-height: 350px !important; } }
    @media (max-width: 991px) {
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-gallery {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 280px !important;
        margin-bottom: 0 !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-gallery img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: auto !important;
      height: auto !important;
      object-fit: contain !important;
      display: block !important;
      margin: 0 auto !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-thumb {
    flex: 0 0 80px !important;
    height: 80px !important;
    margin: 0 -15px !important;
    padding: 0 15px !important; }
    @media (max-width: 991px) {
      body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-thumb {
        display: flex !important;
        flex: 0 0 64px !important;
        height: 64px !important;
        margin: 12px 0 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-thumb.owl-carousel .owl-stage-outer {
      height: 100% !important;
      overflow: visible !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-thumb.owl-carousel .owl-stage {
      height: 100% !important;
      display: flex !important;
      align-items: center !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-thumb.owl-carousel .owl-item {
      height: 80px !important;
      padding: 0 3px !important; }
      @media (max-width: 991px) {
        body #ega-product-detail.ega-pro.ega-pro--detail #ega-pro-thumb.owl-carousel .owl-item {
          height: 64px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__thumb-item {
    height: 100% !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    transition: border-color 0.3s ease !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__thumb-item:hover, body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__thumb-item.active {
      border-color: #dc2225 !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__thumb-item img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__image-counter {
    display: none !important; }
    @media (max-width: 991px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__image-counter {
        display: block !important;
        position: absolute !important;
        bottom: 10px !important;
        right: 10px !important;
        background: rgba(0, 0, 0, 0.6) !important;
        color: #fff !important;
        padding: 4px 10px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        z-index: 10 !important; } }
  @media (min-width: 992px) {
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-detail #ega-product-main > .ega-col-lg-4,
    body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-detail #ega-product-main > .ega-col-lg-3 {
      min-height: 480px !important; } }
  @media (max-width: 991px) {
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-product-info-column {
      display: flex !important;
      flex-direction: column !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__info-box-1 {
      order: 2 !important;
      display: flex !important;
      flex-direction: column !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__info-box-1 .ega-pro__price-group {
      order: -2 !important;
      margin-bottom: 10px !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__info-box-1 .ega-pro__title {
      order: -1 !important;
      margin-top: 0 !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__info-box-1 .ega-pro__sku {
      order: 0 !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__info-box-2 {
      order: 3 !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
      order: 4 !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-col-lg-7 .ega-pro__info-box-1 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    background: #fff !important;
    margin-bottom: 10px !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-col-lg-7 .ega-pro__info-box-1 {
        padding: 10px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-col-lg-7 .ega-pro__info-box-2 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    background: #fff !important;
    margin-bottom: 10px !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-col-lg-7 .ega-pro__info-box-2 {
        padding: 10px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.2 !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__title {
        font-size: 18px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__sku {
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 0 10px 0 !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__sku {
        font-size: 12px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group .ega-pro__price,
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group ins.ega-pro__price {
      font-size: 26px !important;
      font-weight: 700 !important;
      color: #d61c1f !important;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group .ega-pro__price,
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group ins.ega-pro__price {
          font-size: 22px !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group .ega-pro__price-del,
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group del.ega-pro__price-del {
      font-size: 15px !important;
      color: #999 !important;
      text-decoration: line-through !important; }
      @media (max-width: 767px) {
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group .ega-pro__price-del,
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__price-group del.ega-pro__price-del {
          font-size: 14px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail #ega-product-options {
    margin-bottom: 10px !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-swatch__wrapper {
    margin-bottom: 10px !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-swatch__wrapper {
        margin-bottom: 8px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__qty-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__qty-title {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__qty {
    display: flex !important;
    background: #f5f5f5 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    width: auto !important;
    /* Override the 70px */
    min-width: 160px !important;
    /* Force wider container */
    position: relative !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__qty-control {
    width: 50px !important;
    min-width: 50px !important;
    height: 44px !important;
    background: #f5f5f5 !important;
    border: none !important;
    font-size: 20px !important;
    color: #666 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    position: relative !important;
    /* Override position: absolute */ }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__qty-input {
    width: 60px;
    height: 44px;
    background: #f5f5f5;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    font-weight: 600; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action {
    display: flex !important;
    gap: 8px !important;
    margin: 0 !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action {
        flex-direction: column !important;
        gap: 6px !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action .ega-btn {
      flex: 1 !important;
      height: 40px !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      border-radius: 5px !important;
      transition: all 0.3s ease !important;
      margin: 0 !important;
      cursor: pointer !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-transform: none !important; }
      @media (max-width: 767px) {
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action .ega-btn {
          width: 100% !important;
          height: 38px !important;
          font-size: 12px !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action .ega-pro__addtocart {
      background: #fff !important;
      color: #dc2225 !important;
      border: 2px solid #dc2225 !important;
      order: 1 !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action .ega-pro__addtocart:hover {
        background: #dc2225 !important;
        color: #fff !important;
        box-shadow: 0 3px 10px rgba(220, 34, 37, 0.25) !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action .ega-pro__buynow {
      background: #dc2225 !important;
      color: #fff !important;
      border: 2px solid #dc2225 !important;
      order: 2 !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__action .ega-pro__buynow:hover {
        background: #b91d20 !important;
        border-color: #b91d20 !important;
        box-shadow: 0 3px 10px rgba(220, 34, 37, 0.3) !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__stock-status {
    padding: 8px !important;
    background: #fff3f3 !important;
    border: 1px solid #ffdddd !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin: 10px 0 0 0 !important;
    font-size: 12px !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__stock-status {
        font-size: 11px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
    margin-top: 15px !important;
    padding: 15px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important; }
    @media (min-width: 992px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
        padding: 20px 15px !important; } }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
        padding: 0 !important;
        margin-top: 12px !important; } }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies {
    background: transparent !important;
    border: none !important;
    padding: 0 !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-heading {
      display: none !important; }
      @media (max-width: 767px) {
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-heading {
          display: none !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-content {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 15px 12px !important; }
      @media (max-width: 767px) {
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-content {
          grid-template-columns: 1fr !important;
          gap: 0 !important;
          background: #fff !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item {
      display: flex !important;
      align-items: center !important;
      padding: 0 !important;
      border: none !important;
      margin: 0 !important;
      gap: 10px !important;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item {
          padding: 12px 15px !important;
          border-bottom: 1px solid #f0f0f0 !important; }
          body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item:last-child {
            border-bottom: none !important; } }
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item:hover {
        text-decoration: none !important; }
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item:hover .ega-pro__policies-title {
          color: #dc2225 !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item .ega-media__left {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important; }
        @media (max-width: 767px) {
          body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item .ega-media__left {
            width: 32px !important;
            height: 32px !important;
            min-width: 32px !important; } }
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item .ega-media__left img {
          width: 100% !important;
          height: 100% !important;
          max-width: 40px !important;
          max-height: 40px !important;
          object-fit: contain !important;
          border: none !important;
          outline: none !important; }
          @media (max-width: 767px) {
            body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item .ega-media__left img {
              max-width: 32px !important;
              max-height: 32px !important; } }
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item .ega-media__content {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 1px !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-title {
      font-size: 13px !important;
      font-weight: 700 !important;
      color: #2c2c2c !important;
      margin: 0 !important;
      line-height: 1.4 !important;
      display: block !important;
      transition: color 0.3s ease !important; }
      @media (max-width: 767px) {
        body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-title {
          font-size: 14px !important;
          font-weight: 400 !important; } }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-desc {
      display: none !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper .ega-media__left {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper .ega-media__left img {
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
      box-sizing: content-box !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
    margin-top: 15px !important;
    padding: 12px 15px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    height: 100% !important;
    max-height: fit-content !important; }
    @media (max-width: 767px) {
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
        padding: 0 !important;
        margin-top: 12px !important;
        height: auto !important; } }

/* ==========================================
   PRODUCT DESCRIPTION - SIMPLE (NO TABS)
   ========================================== */
.ega-pro__description-simple {
  background: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .ega-pro__description-simple {
      padding: 15px; } }

.ega-pro__description-title {
  font-size: 18px;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #dc2225;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .ega-pro__description-title {
      font-size: 16px;
      margin-bottom: 12px; } }

.ega-pro__description-content {
  font-size: 14px;
  line-height: 1.6;
  color: #333; }
  @media (max-width: 767px) {
    .ega-pro__description-content {
      font-size: 13px; } }
  .ega-pro__description-content ul {
    padding-left: 20px;
    margin: 10px 0; }
    .ega-pro__description-content ul li {
      margin-bottom: 8px;
      line-height: 1.6; }
  .ega-pro__description-content h3, .ega-pro__description-content strong {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: underline; }
  .ega-pro__description-content p {
    margin-bottom: 10px; }

.ega-pro__comments-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5; }

.ega-pro__comments-title {
  font-size: 18px;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #dc2225;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .ega-pro__comments-title {
      font-size: 16px; } }

/* ==========================================
   PRODUCT DESCRIPTION TITLE - RED BACKGROUND
   ========================================== */
.ega-pro__description-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  margin: 0 0 15px 0 !important;
  padding: 12px 20px !important;
  background: #dc2225 !important;
  border: none !important;
  border-radius: 4px !important;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .ega-pro__description-title {
      font-size: 16px;
      padding: 10px 15px !important;
      margin-bottom: 12px !important; } }

/* ==========================================
   VERTICAL ALIGNMENT FIX
   ========================================== */
@media (min-width: 992px) {
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__info-box-1 {
    margin-bottom: 15px !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__info-box-2 {
    margin-bottom: 15px !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
    margin-top: 0 !important;
    flex-grow: 1 !important; }
  .ega-pro__policies-wrapper {
    margin-top: 40px !important; } }

/* ==========================================
   POLICIES - MOBILE TIKTOK STYLE (FORCE)
   ========================================== */
@media (max-width: 767px) {
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-wrapper {
    padding: 0 !important;
    margin-top: 15px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    overflow: hidden !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-heading {
    display: none !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-content {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    background: #fff !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item {
    padding: 12px 15px !important;
    gap: 12px !important;
    border-bottom: 1px solid #f0f0f0 !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item:last-child {
      border-bottom: none !important; }
    body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item .ega-media__left {
      width: 32px !important;
      height: 32px !important;
      min-width: 32px !important; }
      body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-item .ega-media__left img {
        max-width: 32px !important;
        max-height: 32px !important; }
  body #ega-product-detail.ega-pro.ega-pro--detail .ega-pro__policies-title {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2c2c2c !important;
    line-height: 1.4 !important; } }

/* Align policies to bottom of image gallery */
#ega-product-main .ega-col-lg-5 {
  display: flex !important;
  flex-direction: column !important; }

#ega-product-main .ega-col-lg-7 {
  display: flex !important;
  flex-direction: column !important; }

#ega-product-main .ega-pro__policies-wrapper {
  margin-top: auto !important; }

/* Fixed heights for perfect alignment */
.ega-pro__info-box-1 {
  height: 160px !important;
  margin-bottom: 25px !important; }

.ega-pro__info-box-2 {
  height: 180px !important;
  margin-bottom: 25px !important; }
  @media (max-width: 767px) {
    .ega-pro__info-box-2 {
      height: auto !important; } }

.ega-pro__policies-wrapper {
  height: 200px !important; }

/* ==========================================
   FAQ SECTION
   ========================================== */
.ega-pro__faq {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    .ega-pro__faq {
      padding: 15px; } }

.ega-pro__faq-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 12px 20px;
  background: #dc2225;
  border-radius: 4px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .ega-pro__faq-title {
      font-size: 16px;
      padding: 10px 15px;
      margin-bottom: 15px; } }

.ega-faq-item {
  border-bottom: 1px solid #e5e5e5; }
  .ega-faq-item:last-child {
    border-bottom: none; }

.ega-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease; }
  .ega-faq-question span {
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
    flex: 1; }
    @media (max-width: 767px) {
      .ega-faq-question span {
        font-size: 14px; } }
  .ega-faq-question:hover {
    color: #dc2225; }
    .ega-faq-question:hover span {
      color: #dc2225; }

.ega-faq-icon {
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: #666; }

.ega-faq-item.active .ega-faq-icon {
  transform: rotate(180deg);
  color: #dc2225; }

.ega-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease; }
  .ega-faq-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666; }
    @media (max-width: 767px) {
      .ega-faq-answer p {
        font-size: 13px; } }

.ega-faq-item.active .ega-faq-answer {
  max-height: 500px;
  padding-bottom: 15px; }

/* ============================================
   POLICIES SECTION - ULTRA SPECIFIC FIX
   ============================================ */
section#homepage-policies .ega-policies,
div.ega-policies {
  padding: 10px 0 !important;
  background-color: #efefef !important; }
  @media (max-width: 767px) {
    section#homepage-policies .ega-policies,
    div.ega-policies {
      padding: 30px 0 !important; } }
  section#homepage-policies .ega-policies .ega-container .ega-row,
  div.ega-policies .ega-container .ega-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important; }
    @media (max-width: 767px) {
      section#homepage-policies .ega-policies .ega-container .ega-row,
      div.ega-policies .ega-container .ega-row {
        margin: 0 -5px !important; } }
  section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12,
  div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 15px !important; }
    @media (max-width: 767px) {
      section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12,
      div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 0 5px !important;
        margin-bottom: 15px !important; }
        section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12:nth-last-child(-n+2),
        div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12:nth-last-child(-n+2) {
          margin-bottom: 0 !important; } }
    section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm,
    div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm {
      display: flex !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      gap: 15px !important;
      padding: 15px 0 !important; }
      @media (max-width: 767px) {
        section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm,
        div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm {
          flex-direction: column !important;
          align-items: center !important;
          justify-content: center !important;
          padding: 12px 8px !important; } }
      section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left,
      div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left {
        margin: 0 !important;
        flex-shrink: 0 !important; }
        section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left .ega-media__image,
        div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left .ega-media__image {
          width: 50px !important;
          height: 50px !important; }
          @media (max-width: 767px) {
            section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left .ega-media__image,
            div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left .ega-media__image {
              width: 45px !important;
              height: 45px !important; } }
          section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left .ega-media__image img,
          div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__left .ega-media__image img {
            max-width: 100% !important;
            max-height: 100% !important;
            width: auto !important;
            height: auto !important;
            object-fit: contain !important; }
      section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content,
      div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content {
        flex: 1 !important; }
        @media (min-width: 768px) {
          section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content,
          div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content {
            text-align: left !important; } }
        @media (max-width: 767px) {
          section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content,
          div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content {
            text-align: center !important; } }
        section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content span,
        div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content span {
          font-size: 15px !important;
          font-weight: bold !important;
          display: block !important;
          line-height: 1.3 !important;
          margin-bottom: 3px !important; }
          @media (min-width: 768px) {
            section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content span,
            div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content span {
              text-align: left !important; } }
          @media (max-width: 767px) {
            section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content span,
            div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content span {
              font-size: 12px !important;
              text-align: center !important; } }
        section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content p,
        div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content p {
          font-size: 13px !important;
          color: #666 !important;
          line-height: 1.4 !important;
          margin: 0 !important; }
          @media (min-width: 768px) {
            section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content p,
            div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content p {
              text-align: left !important; } }
          @media (max-width: 767px) {
            section#homepage-policies .ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content p,
            div.ega-policies .ega-container .ega-row .ega-col-md-3.ega-col-12 .ega-media.ega-media--sm .ega-media__content p {
              font-size: 11px !important;
              text-align: center !important; } }

/* Brand Carousel - Updated rounding + shadow */
#new-index-brands .new-index-brands-list.owl-carousel .owl-item {
  padding: 0 10px; }

#new-index-brands .new-index-brands-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  height: 120px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }
  #new-index-brands .new-index-brands-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }
  #new-index-brands .new-index-brands-item:hover {
    border-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }

/* ============================================
   NEW-INDEX-BLOG — MODERN CARD LAYOUT
   ============================================ */
/* Section padding — breathing room below the cards */
#new-index-blog {
  padding-bottom: 30px !important; }

/* Gap between cards */
#new-index-blog .owl-item {
  padding: 0 8px !important; }

/* The card itself — white bg, border, rounded, subtle shadow, hover lift */
#new-index-blog .new-article-loop {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important; }
  #new-index-blog .new-article-loop:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important; }

/* Image area — full width, 180px height, cover crop */
#new-index-blog .new-article-loop-head {
  width: 100% !important;
  height: 180px !important;
  overflow: hidden !important; }
  #new-index-blog .new-article-loop-head a {
    display: block !important;
    width: 100% !important;
    height: 100% !important; }
  #new-index-blog .new-article-loop-head img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important; }

/* Text area — tighter bottom padding, 2-line clamp */
#new-index-blog .new-article-loop-body {
  padding: 14px 14px 10px !important; }
  #new-index-blog .new-article-loop-body a {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    color: #2c2c2c !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important; }
    #new-index-blog .new-article-loop-body a:hover {
      color: #D40029 !important; }

/* ========================================
   TAGS SECTION STYLES
   ======================================== */
#new-index-tags {
  padding: 60px 0;
  background-color: #f8f8f8; }

/* ADD THIS NEW RULE */
#new-index-tags .new-index-title {
  text-align: center; }

.new-index-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px; }

.tag-item {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 25px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease; }

.tag-item:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3); }

/* Responsive Styles */
@media (max-width: 768px) {
  #new-index-tags {
    padding: 40px 0; }
  .tag-item {
    padding: 8px 16px;
    font-size: 13px; }
  .new-index-tags-wrap {
    gap: 10px;
    margin-top: 20px; } }

@media (max-width: 480px) {
  .new-index-tags-wrap {
    gap: 8px; }
  .tag-item {
    padding: 6px 12px;
    font-size: 12px; } }

/* ========================================
   SECTION TITLES - GLOBAL STYLING
   ======================================== */
.new-index-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px; }

/* ========================================
   BRANDS SECTION SPACING
   ======================================== */
#new-index-brands {
  margin-bottom: 60px !important; }

.ega-header--mobile {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important; }

@media (max-width: 1199px) {
  .ega-header--mobile {
    display: block !important;
    height: 65px !important;
    visibility: visible !important; } }
