.dt-with-auto {
  width: auto;
  height: auto; }

.dt-width-100 {
  width: 100%;
  height: auto; }

* {
  font-family: Open Sans; }

html, body {
  font-size: 14px;
  overflow-x: hidden !important; }

a {
  color: #4a90e2; }

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

/* ==========  MIXINS  ========== */
#popular_brand:not(.owl-loaded) {
  margin-right: -10px;
  width: auto; }
  @media (min-width: 992px) {
    #popular_brand:not(.owl-loaded) > a {
      flex: 0 0 calc(100% / 7);
      padding-right: 10px; } }
  @media (max-width: 991px) {
    #popular_brand:not(.owl-loaded) > a {
      flex: 0 0 calc(100% / 3);
      padding-right: 10px; } }

/*** GENERAL ***/
.ega-base-color {
  background: #4a90e2 !important;
  color: #fff !important; }
  .ega-base-color:hover {
    border-color: #4a90e2 !important; }
  .ega-base-color__text {
    color: #4a90e2 !important; }

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

.ega-color--inherit {
  color: inherit !important; }
  .ega-color--inherit a {
    color: inherit !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 ***/
#left_menu {
  position: relative;
  display: inline-block;
  width: 20%;
  float: left;
  cursor: pointer; }
  @media (max-width: 991px) {
    #left_menu {
      width: 100%;
      margin: 5px 0; }
      #left_menu .menu__header {
        padding: 8px !important; } }
  #left_menu .menu-abs {
    position: absolute;
    display: none;
    border: 1px solid #e0e0e0;
    width: 100%;
    background: #fff;
    z-index: 999; }
  @media (min-width: 1200px) {
    #left_menu:hover .menu__content {
      display: block !important; } }
  @media (max-width: 1024px) {
    #left_menu .menu__header {
      padding: 10px 5px !important; }
      #left_menu .menu__header h4 {
        font-size: 14px; } }
  #left_menu .menu__content {
    position: absolute;
    border: 1px solid #e0e0e0;
    width: 100%;
    background: #fff;
    z-index: 99; }
    @media (max-width: 991px) {
      #left_menu .menu__content {
        display: none; } }

#top-bar {
  position: relative;
  font-size: 13px;
  color: #ffffff;
  background: #4a90e2; }

/*** EGA HEADER ***/
#ega-header {
  border-bottom: 1px solid #F5F5F5; }
  #ega-header #logo img {
    max-height: 60px; }
  #ega-header .header-wrap {
    padding-top: 10px;
    padding-bottom: 10px; }
  #ega-header .ega-top-cart {
    width: 100%;
    line-height: initial; }
    #ega-header .ega-top-cart__qty {
      top: -5px;
      right: -5px;
      background: #4a90e2; }
    #ega-header .ega-top-cart__content {
      border-top-color: #4a90e2; }
    #ega-header .ega-top-cart__action .top-checkout-price {
      color: #4a90e2; }
    #ega-header .ega-top-cart__action button {
      background: #4a90e2; }
    #ega-header .ega-top-cart__item_remove:hover svg {
      color: #4a90e2; }
  #ega-header.sticky-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.ega-header.sticky-header .ega-header__wrap {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }

.ega-header .ega-menu__link {
  padding: 28px 15px;
  font-weight: bold; }
  .ega-header .ega-menu__link:hover {
    color: initial; }

.ega-header .ega-menu__item.has-child .ega-ul .ega-menu__link:hover {
  color: #4a90e2; }

.ega-header--mobile {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0; }
  .ega-header--mobile.sticky-header {
    height: 65px; }
  .ega-header--mobile #logo img {
    max-height: 55px; }
  .ega-header--mobile .ega-header__wrap {
    position: relative;
    padding: 5px 0;
    height: 65px; }
    .ega-header--mobile .ega-header__wrap .top-links {
      display: none;
      position: absolute;
      width: auto;
      top: 100%;
      right: 0;
      background: #fff;
      z-index: 99;
      padding: 10px 15px;
      border: 1px solid #f3f3f3;
      box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05); }
      .ega-header--mobile .ega-header__wrap .top-links .top-link ul li {
        padding: 5px 10px; }
        .ega-header--mobile .ega-header__wrap .top-links .top-link ul li a {
          color: initial; }
          .ega-header--mobile .ega-header__wrap .top-links .top-link ul li a svg {
            width: 30px; }
        .ega-header--mobile .ega-header__wrap .top-links .top-link ul li ul {
          display: none; }
        .ega-header--mobile .ega-header__wrap .top-links .top-link ul li:hover ul {
          display: block; }
      .ega-header--mobile .ega-header__wrap .top-links .top-link__contact a {
        color: #4a90e2 !important; }
  .ega-header--mobile .top-cart-mb {
    position: absolute;
    width: 80px;
    height: 65px;
    line-height: 65px;
    top: 0;
    right: 0; }
    .ega-header--mobile .top-cart-mb svg {
      font-size: 25px;
      vertical-align: middle; }
    .ega-header--mobile .top-cart-mb .ega-top-cart {
      line-height: inherit;
      margin-right: 5px; }
      .ega-header--mobile .top-cart-mb .ega-top-cart__qty {
        top: 10px;
        right: 0;
        background: #4a90e2; }

/*** END EGA HEADER ***/
.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: flex; } }
    .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 #36ba34;
      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/200000041518/1001467688/14/widget-link.png?v=1) no-repeat left center; } }

#primary-menu {
  position: relative;
  z-index: 99; }
  #primary-menu .ega-menu--vertical {
    border-top: 2px solid #4a90e2; }
  #primary-menu .ega-menu__item {
    flex: 1; }
    #primary-menu .ega-menu__item:last-child:hover .ega-menu {
      right: 0; }
  #primary-menu .ega-menu__link {
    padding: 5px 10px;
    font-size: 11px; }
    @media (max-width: 1024px) {
      #primary-menu .ega-menu__link {
        padding: 5px 4px;
        font-size: 10px; } }
    #primary-menu .ega-menu__link:hover {
      color: initial; }

.slider_wrap {
  display: inline-block;
  width: 80%;
  float: left; }
  @media (max-width: 991px) {
    .slider_wrap {
      width: 100%; } }
  .slider_wrap #slider {
    margin-bottom: 10px; }
    .slider_wrap #slider.has-subbanner {
      display: inline-block;
      width: 80%;
      float: left; }
    @media (max-width: 767px) {
      .slider_wrap #slider {
        width: 100% !important;
        display: none; } }
    .slider_wrap #slider:not(.owl-loaded) > a {
      flex: 0 0 100%;
      width: 100%; }
  .slider_wrap .ega-subbanner {
    display: inline-block;
    width: 20%;
    float: left; }

/*** Index Collection ***/
.icol + .icol {
  padding-top: 25px; }

.icol__title {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .icol__title {
      max-width: 218px; } }

.icol__list ul li {
  border-bottom: 1px dotted #ccc;
  padding: 10px; }
  .icol__list ul li a {
    text-decoration: none; }

.icol__banner {
  float: right; }

@media (min-width: 768px) {
  .icol__left {
    padding-right: 0 !important; } }

@media (min-width: 768px) {
  .icol__right {
    padding-left: 0 !important; } }

.icol__right__wrap {
  padding-left: 15px;
  padding-right: 15px; }

.ega-pro--style3 {
  border: 2px solid #d0d0d0;
  margin: 5px;
  height: 325px;
  border-radius: 5px; }
  .ega-pro--style3:hover .ega-pro__action {
    transform: scale(1); }

.ega-pro__title {
  font-size: 14px;
  padding: 5px;
  height: 36px; }
  .ega-pro__title:hover a {
    color: #4a90e2; }

.ega-pro__content {
  position: relative; }

.ega-pro__img {
  display: block; }
  .ega-pro-item .ega-pro__img {
    height: 135px; }
    .ega-pro-item .ega-pro__img img {
      max-height: 100%;
      width: auto; }

.ega-pro__sale-tag.style2 {
  /*background: $base_color;*/ }

.ega-pro__actions {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }
  .ega-pro__actions .ega-tooltip:before {
    border-width: 8px 8px 0 8px;
    bottom: 100%; }
  .ega-pro__actions .ega-tooltip:after {
    padding: 8px 5px;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    line-height: initial; }

.ega-pro-item .ega-pro__action {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transform: scale(0);
  transition: all .3s ease-in-out; }
  .ega-pro-item .ega-pro__action + .ega-pro__action {
    margin-left: 20px; }
  .ega-pro-item .ega-pro__action:hover {
    background: #4a90e2; }

.hover-banner {
  display: block;
  position: relative;
  overflow: hidden; }
  .hover-banner:before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0; }
  .hover-banner:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0; }
  .hover-banner:hover:before {
    border-width: 500px 500px 0 0;
    transition: all 0.3s ease-in-out; }
  .hover-banner:hover:after {
    border-width: 0 0 500px 500px;
    transition: all 0.3s ease-in-out; }

/*** End Index Collection ***/
/*** Collection ***/
#collection_sidebar #collection_sidebar_trigger {
  display: none; }

@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.ega-show #collection_sidebar_trigger {
        right: 275px; }
    #collection_sidebar #collection_sidebar_trigger {
      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 #collection_sidebar_trigger svg {
        font-size: 25px; } }

#collection_sidebar .ega-filter__heading {
  background: #4a90e2;
  color: #fff; }

#collection_sidebar .ega-filter__item ul span {
  font-size: 11px; }

#collection_sidebar .ega-widget__title {
  margin: 0;
  padding: 10px;
  background: #4a90e2;
  color: #fff; }
  #collection_sidebar .ega-widget__title a {
    color: #fff; }

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

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

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

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

#collection_sidebar .ega-widget .ega-media__content ins {
  color: #4a90e2;
  text-decoration: none; }

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

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

/*** End Collection ***/
/*** Product ***/
.ega-pro__sale-tag.style1 {
  background: #4a90e2; }

.ega-pro__addtocart {
  color: #4a90e2;
  background-color: #4a90e2; }
  .ega-pro__addtocart:hover {
    color: #4a90e2;
    background-color: #4a90e2; }

.ega-pro__social {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee; }

.ega-policies {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee; }
  .ega-policies__wrap {
    background: url(//cdn.hstatic.net/themes/200000041518/1001467688/14/pd_policies.png?v=1);
    padding: 5px;
    border-radius: 5px; }
  .ega-policies__content {
    padding: 5px 10px;
    background: #fff;
    font-size: 13px; }
    .ega-policies__content .ega-row {
      margin-left: -5px;
      margin-right: -5px; }
      .ega-policies__content .ega-row [class*=col-] {
        padding-left: 5px;
        padding-right: 5px; }
  .ega-policies__item {
    display: inline-block;
    margin-bottom: 10px; }
    .ega-policies__item img {
      width: 20px;
      margin-right: 5px; }

.pd-tags {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee; }
  .pd-tags__item {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 15px;
    border: 1px solid #eee;
    border-left: 3px solid #4a90e2;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #e6e9ed; }
    .pd-tags__item:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      border-left: 5px solid #4a90e2;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      top: 10px;
      left: 0; }

/*** End Product ***/
/*** Blog ***/
.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: #4a90e2;
  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; } }

/*** End Blog ***/
/*** Owl Slider ***/
.ega-slider--navline {
  /*padding: 0 20px;*/ }
  .ega-slider--navline .owl-nav [class*=owl-] {
    background: none;
    margin: 0;
    padding: 0; }
    .ega-slider--navline .owl-nav [class*=owl-] svg {
      color: rgba(0, 0, 0, 0.3); }
    .ega-slider--navline .owl-nav [class*=owl-]:hover {
      background: none; }
      .ega-slider--navline .owl-nav [class*=owl-]:hover svg {
        color: rgba(0, 0, 0, 0.7); }

/*** End OWl Slider ***/
#myScrollspy {
  display: none;
  position: fixed;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99; }
  #myScrollspy.visible {
    display: block; }
  @media (min-width: 1200px) {
    #myScrollspy.layout-index {
      left: 0;
      z-index: 999999; } }
  #myScrollspy .ega-ul li {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #myScrollspy .ega-ul li a {
      position: relative;
      display: block;
      border: 1px solid #e0e0e0;
      padding: 5px;
      background: #fff;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      #myScrollspy .ega-ul li a.active, #myScrollspy .ega-ul li a:hover {
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        -o-transform: translateX(25px);
        transform: translateX(25px); }
      #myScrollspy .ega-ul li a:hover span {
        display: block; }
      #myScrollspy .ega-ul li a span {
        display: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: calc(100% + 10px);
        line-height: 25px;
        height: 25px;
        font-size: 12px;
        transition: visibility 0.3s ease, opacity 0.5s ease;
        padding: 0 10px;
        white-space: nowrap; }
        #myScrollspy .ega-ul li a span:before {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-right: 10px solid;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-right-color: inherit;
          top: 50%;
          right: 100%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 991px) {
    #myScrollspy {
      display: none !important; } }

/*** Footer ***/
#footer {
  position: relative;
  background-color: #333;
  color: #ccc;
  border-top: 5px solid rgba(0, 0, 0, 0.2); }
  #footer a {
    text-decoration: none; }
  #footer .ega-ul li {
    padding: 5px 0; }
    #footer .ega-ul li svg {
      padding-top: 3px; }
    #footer .ega-ul li a {
      display: inline-block;
      padding-left: 5px; }
  #footer .payment_block {
    text-align: center;
    padding: 10px 0 20px 0;
    border-top: 1px dashed #4C4B4B; }

#copyrights {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.8;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  #copyrights a {
    color: #4a90e2; }
  #copyrights .copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #666;
    border-bottom: 1px dotted #444; }

/*** End Footer ***/
.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/200000041518/1001467688/14/bg_checked.png?v=1);
    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: #4a90e2;
    color: #ffffff;
    font-size: 12px; }
    .ega-filter__color .color-name:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      border-top: 6px solid #4a90e2;
      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; }

/*** 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: #4a90e2; }
      #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_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: block;
  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 {
      background: none;
      color: #4a90e2; }
  .ega-menu-mobile .ega-menu__link {
    text-align: center;
    width: 100%;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    color: #4a90e2; }
    .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 .ega-modal__content .ega-modal__close svg {
      color: #333; }

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

/*** End Cart Popup ***/
/*** Scroll Top ***/
#ega-scroll-top {
  display: none;
  position: fixed;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4a90e2;
  color: #fff;
  bottom: 50px;
  right: 30px;
  border-radius: 2px; }
  #ega-scroll-top svg {
    color: #fff;
    font-size: 20px;
    margin-top: 8px; }
  @media (max-width: 767px) {
    #ega-scroll-top {
      display: none !important;
      right: 15px; } }
  #ega-scroll-top.show {
    display: block; }

/*** End Scroll Top ***/
.icol .icol__right {
  padding-left: 15px !important; }

.icol__right__wrap .gift_icon {
  display: block;
  position: absolute;
  width: 27px;
  height: 28px;
  bottom: 3px;
  left: 50%;
  margin-left: -82px;
  background: url(//cdn.hstatic.net/themes/200000041518/1001467688/14/quatang.png?v=1) 0 0 no-repeat; }

.icol__right__wrap .addtocart {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -46px;
  display: inline-block;
  margin-top: 5px;
  padding: 0 15px;
  border-radius: 3px;
  background: #4a90e2;
  height: 26px;
  color: #FFF;
  font-size: .9em;
  line-height: 25px;
  font-weight: 700;
  text-align: left; }

.ega-pro__sale-tag.style2 {
  background-image: url(//cdn.hstatic.net/themes/200000041518/1001467688/14/sale-tag.png?v=1);
  background-repeat: round; }

@media (max-width: 767px) {
  #popular_brand {
    margin-bottom: 10px; } }

#popular_brand .owl-item a {
  margin-bottom: 10px;
  margin-top: 10px; }

#google_translate_element {
  display: inline-block; }

span.language-vi {
  color: #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 10%;
  z-index: 999; }

.more-testi a {
  margin-top: 20px; }

.goog-logo-link {
  display: none !important; }

.goog-te-gadget {
  color: transparent !important; }

#google_translate_element select.goog-te-combo {
  color: #fff; }

.numberphone-mobile {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: red; }

@media (min-width: 768px) {
  .numberphone-mobile {
    display: none !important; } }

.numberphone-mobile a {
  color: red;
  text-shadow: 2px 2px #e2e2e2; }

@media (max-width: 767px) {
  body.sticky-header #left_menu {
    z-index: 99;
    position: fixed;
    top: 64px;
    left: 0;
    margin: 0;
    width: 100%;
    background: #fff; } }

.ega-pro__actions {
  display: none; }

#slider-khach-mua-hang {
  position: fixed;
  bottom: 15px;
  left: 50px;
  width: 400px;
  z-index: 9999999999999999999; }

#slider-khach-mua-hang .slick-slide {
  height: 130px !important; }

#slider-khach-mua-hang h6 {
  margin: 0; }

.slider__item {
  display: flex !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  overflow: hidden; }

.slider__item-left {
  width: 30%; }

.slider__item-left {
  max-width: 80px; }

.slider__item-left img {
  height: 80px;
  width: auto;
  max-width: 80px; }

.slider__item-right {
  width: 70%;
  padding: 5px;
  height: 80px;
  overflow: hidden; }

.slick-slide {
  padding: 20px; }

.ega-header--mobile.sticky-header #ega-header {
  border-bottom: 1px solid #F5F5F5;
  padding: 0 !important; }

.ega-header--mobile.sticky-header #ega-header .header-wrap {
  padding: 0; }

.ega-header--mobile.sticky-header .ega-form, .ega-header--mobile.sticky-header #ega-header .ega-top-cart {
  top: 5px !important; }

#ega-header.sticky-header .header-wrap {
  padding: 0; }

@media screen and (max-width: 768px) {
  #slider-khach-mua-hang {
    display: none; } }

#ega-product-detail .ega-pro__img {
  text-align: center; }

@media (min-width: 1000px) {
  .ega-pro__title {
    margin-bottom: .5rem;
    font-size: 1.17rem;
    overflow: hidden;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 45px; } }

@media (max-width: 991px) {
  .ega-pro__title {
    height: 45px !important; }
  .ega-menu--ver__item .versub {
    position: relative;
    left: 0;
    border-top: 0;
    overflow-y: scroll;
    max-height: 200px; } }

.ega-tab__pane table {
  width: 100% !important; }

footer .footer-contact p {
  margin-bottom: 5px; }

p.pdstyle {
  position: relative;
  padding-left: 0px !important;
  margin-bottom: 3px !important; }

p.pdstyle i {
  position: absolute;
  top: 5px;
  left: 1px; }

p.pdstyle a {
  color: #fff; }

.addtocart {
  color: #fff;
  background: #4a90e2;
  padding: 0 15px;
  border-radius: 3px;
  height: 26px;
  display: inline-block; }

.addtocart i {
  font-size: 16px;
  mergin-left: 3px; }

#myScrollspy {
  display: none !important; }

.ega-menu--ver__item .versub {
  max-height: 100%; }

@media screen and (max-width: 767px) {
  .menu__content.ega-hidden--xl ul.versub.ega-ul {
    max-height: 60vh;
    overflow-y: auto; }
  #left_menu .menu__content {
    overflow-y: scroll;
    height: 500px; } }

@media (max-width: 492px) {
  #logo {
    display: none; } }

/*Mai (29/12/2021)*/
/*.ega-form__control {
height: 33.5px !important;
font-size: 13px !important;
}
.ega-form__group-btn-in--right .ega-btn {
height: 33.5px;
font-size: 12px;
}
h5, .ega-h5 {
font-size: 16px !important;
}*/
.tooltip-text a {
  color: #fff; }

.modal-addThis {
  display: none; }

.ega-menu--ver__item a {
  display: flex !important;
  align-items: center !important; }

.ega-menu--ver > .ega-menu--ver__item:first-child {
  font-weight: 700;
  border: 2px solid #d0021b;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .ega-menu--ver > .ega-menu--ver__item:first-child span {
    color: #d0021b; }
  .ega-menu--ver > .ega-menu--ver__item:first-child .verlink-icon svg {
    color: #d0021b; }

@media (min-width: 992px) {
  .ega-menu--ver__item .versub {
    min-height: 520px; } }

.zalo-chat-widget {
  bottom: 77px !important;
  right: 17px !important; }

#ega-scroll-top {
  bottom: 360px;
  right: 25px; }

div[color="rgb(0, 0, 0, 1)"], div.eapps-widget {
  display: none !important; }

audio#audio {
  width: 188px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  opacity: .5;
  border: 1px solid #000;
  border-radius: 50px; }

.verlink-icon svg + svg {
  margin-left: -10px; }

@media (min-width: 1200px) {
  .ega-menu--ver__item.has-child ul li ul.versub.ega-ul {
    display: none !important; }
    .ega-menu--ver__item.has-child ul li ul.versub.ega-ul.active-menu {
      display: flex !important; }
  .ega-menu--ver__itemsub3.has-child a.verlink {
    width: 100%; }
  .ega-menu--ver__item.has-child .verlink-icon {
    z-index: 10; } }
