* {
  font-family: Open Sans; }

html {
  overflow-x: hidden; }

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

a {
  color: #1c04fc; }

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

/* ==========  MIXINS  ========== */
/*** GENERAL ***/
.ega-base-color {
  background: #1c04fc !important;
  color: #fff !important; }
  .ega-base-color:hover {
    border-color: #1c04fc !important; }
  .ega-base-color__text {
    color: #1c04fc !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: 15px 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: #1c04fc; }

/*** 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: #1c04fc; }
    #ega-header .ega-top-cart__content {
      border-top-color: #1c04fc; }
    #ega-header .ega-top-cart__action .top-checkout-price {
      color: #1c04fc; }
    #ega-header .ega-top-cart__action button {
      background: #1c04fc; }
    #ega-header .ega-top-cart__item_remove:hover svg {
      color: #1c04fc; }
  #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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

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

.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: #1c04fc !important; }
  .ega-header--mobile .top-cart-mb {
    position: absolute;
    width: 150px;
    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, .ega-header--mobile .top-cart-mb .ega-top-search-mb {
      line-height: 40px;
      margin-right: 5px;
      height: 45px;
      border: 1px solid #000;
      text-align: center; }
      .ega-header--mobile .top-cart-mb .ega-top-cart__qty, .ega-header--mobile .top-cart-mb .ega-top-search-mb__qty {
        top: 0;
        right: 0;
        background: #1c04fc; }

/*** 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 > .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/1000377468/1001507117/14/widget-link.png?v=1) no-repeat left center; } }

#primary-menu .ega-menu--vertical {
  border-top: 2px solid #1c04fc; }

#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: 16px; }
  @media (max-width: 1024px) {
    #primary-menu .ega-menu__link {
      padding: 5px 4px;
      font-size: 14px; } }
  #primary-menu .ega-menu__link:hover {
    color: #000000; }

.slider_wrap {
  display: inline-block;
  width: 80%;
  float: left; }
  @media (max-width: 991px) {
    .slider_wrap {
      width: 100%; } }
  .slider_wrap #slider.has-subbanner {
    display: inline-block;
    width: 80%;
    float: left; }
  @media (max-width: 767px) {
    .slider_wrap #slider {
      width: 100% !important; } }
  .slider_wrap .ega-subbanner {
    display: inline-block;
    width: 20%;
    float: left; }

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

.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;
  border-left: 1px solid #726e6e;
  border-top: 1px solid #726e6e; }

.ega-pro--style3 {
  border-right: 1px solid #726e6e;
  border-bottom: 1px solid #726e6e; }
  .ega-pro--style3:hover .ega-pro__action {
    transform: scale(1); }

.ega-pro__title {
  font-size: 14px;
  padding: 5px; }
  .ega-pro__title:hover a {
    color: #1c04fc; }

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

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

.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: #1c04fc;
  color: #fff; }

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

#collection_sidebar .ega-widget__title {
  margin: 0;
  padding: 10px;
  background: #1c04fc;
  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: #1c04fc;
  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: #1c04fc;
    border-color: #1c04fc; }
  .ega-pagi__item:not(.ega-disabled):hover {
    background: #1c04fc;
    border-color: #1c04fc;
    color: #ffffff !important; }
    .ega-pagi__item:not(.ega-disabled):hover svg {
      color: #ffffff; }

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

.ega-pro__addtocart {
  color: #ffffff;
  background-color: #17c267; }
  .ega-pro__addtocart:hover {
    color: #ffffff;
    background-color: #06ee73; }

.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/1000377468/1001507117/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 #1c04fc;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #e6e9ed; }
    .pd-tags__item:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      border-left: 5px solid #1c04fc;
      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: #1c04fc;
  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: calc((100% - 1210px)/2 - 80px); } }
  #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: #1c04fc; }
  #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/1000377468/1001507117/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: #1c04fc;
    color: #ffffff;
    font-size: 12px; }
    .ega-filter__color .color-name:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      border-top: 6px solid #1c04fc;
      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: #1c04fc; }
      #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: #17c267; }
  .ega-menu-mobile .ega-menu__link {
    text-align: center;
    width: 100%;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    color: #000000; }
    .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: #1c04fc;
  color: #fff;
  bottom: 168px;
  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 ***/
@media (min-width: 1024px) {
  .suntory-alo-phone {
    bottom: -20px !important;
    transform: scale(0.8); } }

@media (max-width: 767px) {
  li.ega-menu--ver__item.has-child.current > a.verlink {
    font-weight: bold; } }

.menu__content li.ega-menu--ver__item {
  padding: 0px !important; }

.menu__content li.ega-menu--ver__item a {
  padding: 4.5px 10px; }

.ega-menu--ver__item.has-child .verlink-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 10%;
  height: 100%;
  text-align: right;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

/*.ega-menu--ver__item .versub {
background: #000 !important;
color: #FFF !important;
}*/
.menu__content ul.versub.ega-ul li.ega-menu--ver__item a {
  padding: 5.5px 25px;
  display: block; }

.menu__content ul.versub.ega-ul li.ega-menu--ver__item {
  background: url(//theme.hstatic.net/1000377468/1000504430/14/widget-link.png?v=134) no-repeat 10px center; }

.ega-menu--ver__item .versub__part {
  width: 100%;
  margin: 0px !important; }

.ega-menu--ver__item.has-child .verlink-icon.active {
  background: #000 !important;
  color: #FFF !important; }

#primary-menu .ega-menu__item.right-now svg {
  transform: translateY(-50%) rotate(-180deg);
  left: 0; }

#primary-menu .ega-menu__item.right-now > ul > li > a span, #primary-menu .ega-menu__item.right-now > ul > li > a > div {
  text-align: right;
  display: inherit; }

#primary-menu .ega-menu__item.right-now > ul > li ul {
  left: -100% !important;
  right: auto !important;
  top: -2px !important; }

.ega-menu--ver__item > ul > div > li:hover > a, .ega-menu--ver__item:hover {
  background: #4a90e2; }

@media (max-width: 414px) {
  .ega-ul.ega-color--inherit li a {
    font-size: 13px; }
  .ega-ul.ega-color--inherit p {
    font-size: 13px; }
  .ega-ul.ega-color--inherit p img {
    margin-right: 2px; }
  .ega-col-sm-3.ft_hihi_1 {
    padding: 0 5px; }
  .ega-col-sm-3.ft_hihi_2 {
    padding: 0; } }

@media (max-width: 360px) {
  .ega-ul.ega-color--inherit li a {
    font-size: 12px; }
  .ega-ul.ega-color--inherit p {
    font-size: 12px; } }

@media (max-width: 768px) {
  #promotion-bar.top-position {
    display: none !important; }
  .promotion-top {
    padding-top: 0 !important; }
  #pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
    overflow: scroll !important;
    position: fixed !important; } }

.logo-footer a img {
  width: 150px;
  margin-top: 20px; }

/*Mai (17/01/2022)*/
@media (max-width: 480px) {
  .logo-footer.ratiobox {
    margin-bottom: 15px; } }

a.iconmes {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #00b2ff, #006AFF);
  text-align: center;
  line-height: 6;
  border-radius: 50%; }

@media screen and (max-width: 992px) {
  #slide-image {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
  #slide-image .item {
    flex: 0 0 100%; } }
