/*variable*/
/** end variable **/
/*all*/
html, body {
  margin: 0;
  padding: 0; }

body {
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-family: "Quicksand", serif; }

/** general style **/
a {
  color: #5269af; }

a:focus {
  outline: 0; }

h4, .h4 {
  font-size: 16px; }

.btn, button {
  background-color: #efb0c9;
  color: #ffffff;
  border-radius: 3px; }
  .btn:hover, button:hover {
    background-color: #8ec53d;
    color: #ffffff;
    opacity: .8; }

.form-group {
  position: relative; }
  .form-group .ega-btn--absolute {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.form-control {
  border-radius: 3px;
  background-color: #fff; }
  .form-control:focus {
    box-shadow: none; }

/** end general style **/
.modal-dialog {
  top: 13%; }

main {
  clear: both;
  overflow: hidden; }

/** top bar **/
.top-bar {
  background-color: #ebebeb;
  height: 35px;
  line-height: 35px;
  color: #666666; }
  .top-bar__item {
    margin-bottom: 0; }
    .top-bar__item--left {
      float: left; }
    .top-bar__item--right {
      float: right; }
    .top-bar__item li {
      display: inline-block;
      padding: 0 10px; }
      @media (max-width: 575px) {
        .top-bar__item li {
          padding: 0 5px; } }
      .top-bar__item li:first-child {
        padding-left: 0; }
      .top-bar__item li:last-child {
        padding-right: 0; }
    .top-bar__item a {
      color: #666666;
      vertical-align: top; }
      .top-bar__item a :hover {
        text-decoration: underline; }
    .top-bar__item i {
      font-size: 18px;
      margin-right: 5px;
      vertical-align: top;
      line-height: 35px; }
  .top-bar__account {
    padding-left: 40px;
    background: url(//cdn.hstatic.net/themes/200001066164/1001403255/14/icon_topbar_account.png?v=1) no-repeat 0; }
    @media (max-width: 767px) {
      .top-bar__account {
        padding: 0;
        width: 35px;
        height: 35px; } }

/** end top bar **/
/** header **/
.header {
  background: #ffffff;
  padding: 10px 0;
  color: #666666; }
  @media (max-width: 991px) {
    .header {
      padding-top: 8px;
      padding-bottom: 8px; } }
  .header a:not(.btn) {
    color: #666666; }
  .header a:hover {
    text-decoration: none;
    opacity: .8; }
  @media (max-width: 991px) {
    .header [class*=col-] {
      min-height: 0; } }

#logo img {
  display: block;
  max-height: 104px; }
  @media (max-width: 991px) {
    #logo img {
      max-height: 64px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    #logo img {
      max-height: 48px; } }

.header-policies {
  padding: 5px 0; }
  .header-policies__item {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 991px) {
      .header-policies__item {
        padding: 8px 0; } }
  .header-policies__image {
    margin-right: 8px; }
    @media (max-width: 991px) {
      .header-policies__image {
        margin-right: 5px; } }
    @media (max-width: 991px) {
      .header-policies__image img {
        max-width: 35px; } }

@media (max-width: 991px) {
  .header-search {
    display: none;
    padding-top: 8px; } }

.header-search .form-group {
  margin-bottom: 0; }
  .header-search .form-group .form-control {
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }

#header-search-trigger {
  position: fixed;
  top: 43px;
  right: 25px;
  width: 50px;
  height: 64px; }
  @media (max-width: 767px) {
    #header-search-trigger {
      right: 10px;
      height: 48px; } }
  @media (max-width: 575px) {
    #header-search-trigger {
      width: 40px; } }
  #header-search-trigger > i, #header-search-trigger > span {
    font-size: 30px;
    color: #8ec53d;
    vertical-align: top;
    line-height: 64px; }
    @media (max-width: 767px) {
      #header-search-trigger > i, #header-search-trigger > span {
        line-height: 48px; } }

.header-store__image img, .header-cart__image img {
  max-height: 34px; }

.header-store__content, .header-cart__content {
  margin: 7px 0; }

@media (max-width: 991px) {
  .header-store {
    text-align: center; } }

@media (max-width: 991px) {
  .header-store__image, .header-store__content {
    margin-bottom: 0;
    margin-top: 0; } }

@media (max-width: 991px) {
  .header-store__image {
    padding-right: 5px; } }

@media (max-width: 991px) {
  .header-cart {
    width: 100px;
    height: 64px;
    top: 43px;
    right: 100px;
    position: fixed; } }

@media (max-width: 767px) {
  .header-cart {
    right: 80px;
    height: 48px; } }

@media (max-width: 575px) {
  .header-cart {
    right: 50px;
    width: 60px; } }

.header-cart #header-cart-trigger {
  padding: 0 5px; }
  @media (max-width: 991px) {
    .header-cart #header-cart-trigger {
      background-color: transparent;
      color: #000000;
      position: relative; } }
  @media (max-width: 767px) {
    .header-cart #header-cart-trigger {
      width: 100%;
      height: 36px;
      margin-top: 7px; } }
  .header-cart #header-cart-trigger:hover {
    text-decoration: none; }

@media (max-width: 991px) {
  .header-cart-wrapper {
    float: left; } }

@media (max-width: 991px) {
  .header-cart__image, .header-cart__content {
    display: block;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .header-cart__image, .header-cart__content {
    margin: 0; } }

@media (max-width: 767px) {
  .header-cart__number {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 12px;
    background-color: #8ec53d;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    top: 0;
    right: 12px; } }

@media (max-width: 575px) {
  .header-cart__number {
    right: 5px; } }

/* Sticky Header */
#header-wrapper {
  height: 176px; }
  @media (max-width: 991px) {
    #header-wrapper {
      height: 130px; } }
  @media (max-width: 767px) {
    #header-wrapper {
      height: 114px; } }
  #header-wrapper.sticky {
    padding-top: 126px; }
    @media (max-width: 991px) {
      #header-wrapper.sticky {
        padding-top: 80px; } }
    @media (max-width: 767px) {
      #header-wrapper.sticky {
        padding-top: 64px; } }
    #header-wrapper.sticky .header {
      position: fixed;
      left: 0;
      z-index: 10;
      width: 100%;
      top: 0;
      -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); }
      #header-wrapper.sticky .header .header-cart, #header-wrapper.sticky .header #header-search-trigger {
        top: 8px; }
  #header-wrapper.minimum .header-policies {
    display: none; }
  #header-wrapper.minimum #logo img {
    max-height: 36px; }

/* End Sticky Header */
/** End Header **/
/** Menu **/
.menu-wrapper, .ega-menu--horizontal.ega-menu--root {
  background-color: #A1C9F1; }

.menu-wrapper, .ega-menu--horizontal.ega-menu--root {
  height: 50px; }

.ega-menu__trigger {
  height: 50px;
  text-align: left;
  padding: 14px 20px;
  position: relative; }
  .ega-menu__trigger i {
    position: absolute;
    height: 100%;
    right: 20px;
    top: 0;
    line-height: 50px; }

.ega-menu--horizontal > .ega-menu__item > a {
  color: #ffffff; }

.ega-menu--horizontal.ega-menu--root > .ega-menu__item > a {
  text-transform: uppercase; }

.ega-menu--vertical > .ega-menu__item:hover {
  background-color: #f0f0f0; }

.ega-menu--vertical > .ega-menu__item > a {
  padding-left: 20px;
  padding-right: 0px;
  color: #000000; }

.ega-menu--vertical.ega-menu--root {
  width: calc(100% - 20px);
  position: absolute;
  z-index: 9;
  -moz-box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .ega-menu--vertical.ega-menu--root {
      -webkit-transition: transform 0.5s ease 0s;
      transition: transform 0.5s ease 0s;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }
  .ega-menu--vertical.ega-menu--root > .ega-menu__item {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 5px 10px; }
    .ega-menu--vertical.ega-menu--root > .ega-menu__item > a {
      padding-left: 40px; }

.ega-menu--submenu .ega-menu__item > a {
  color: #000000; }

@media (min-width: 992px) {
  .menu-vertical-wrapper:hover > .ega-menu--vertical.ega-menu--root {
    transform: scale(1, 1); } }

.ega-menu-mobile-wrapper .ega-menu--mobile {
  padding-bottom: 60px; }

.ega-menu-mobile__heading {
  background-color: #5269af; }
  .ega-menu-mobile__heading > h4, .ega-menu-mobile__heading > .h4 {
    color: #fff; }
    .ega-menu-mobile__heading > h4 > a, .ega-menu-mobile__heading > .h4 > a {
      color: #fff;
      font-size: 20px; }

/** End Menu **/
/** Footer **/
.inline-dsk {
  display: inline-block; }
  @media (max-width: 767px) {
    .inline-dsk {
      display: block;
      margin-bottom: 2px; } }

.footer-address-additional {
  margin: 0 0 10px 0; }
  .footer-address-additional i {
    font-size: 17px;
    margin-right: 8px;
    line-height: 16px;
    float: left; }

.ega-footer {
  padding: 30px 0px;
  background: #111111; }
  .ega-footer * {
    color: #dbd4d4; }
  .ega-footer__logo {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .ega-footer__logo {
        text-align: center; } }
  .ega-footer h4, .ega-footer h3 {
    color: #dbd4d4; }
    .ega-footer h4 i, .ega-footer h3 i {
      vertical-align: top; }
  .ega-footer .ega-list-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .ega-footer .ega-list-menu {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .ega-footer .ega-list-menu li {
        margin-bottom: 5px; } }
  .ega-footer a {
    color: #dbd4d4;
    text-decoration: none; }
    .ega-footer a:hover {
      color: #dbd4d4;
      text-decoration: none; }
  .ega-footer .ega-cpyright {
    color: #636363; }
    .ega-footer .ega-cpyright a {
      color: #204d74; }

.ega-footer-cols-flex {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 992px) {
    .ega-footer-cols-flex {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .ega-footer-cols-flex {
      flex-wrap: wrap; } }
  .ega-footer-cols-flex > div {
    flex-grow: 0;
    flex-basis: 20%; }
    @media (max-width: 992px) {
      .ega-footer-cols-flex > div {
        flex-basis: 50%; } }
    @media (max-width: 767px) {
      .ega-footer-cols-flex > div {
        flex-basis: 100%; } }

.ega-visible-xs-inline-block {
  display: none; }
  @media (max-width: 767px) {
    .ega-visible-xs-inline-block {
      display: inline-block; } }

#footer-info {
  padding-top: 15px;
  padding-bottom: 15px; }

.ega-footer-copyright {
  background-color: #333333;
  color: #636363;
  padding: 10px 0; }

@media (max-width: 992px) {
  .ega-footer-cp-right {
    text-align: center; } }

/* End Footer*/
/**
*	Index
**/
/** Home Slider **/
.ega-home-slider, .home-collection__top-banner, .home-collection__main, .popular-brand, .home-news, .home-subscribe, .home-testimonials {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .ega-home-slider, .home-collection__top-banner, .home-collection__main, .popular-brand, .home-news, .home-subscribe, .home-testimonials {
      margin-bottom: 30px; } }

.owl-carousel .owl-item img {
  width: auto; }

.ega-home-slider .owl-stage-outer {
  overflow: visible; }
  @media (max-width: 991px) {
    .ega-home-slider .owl-stage-outer {
      overflow: hidden; } }

.ega-home-slider .owl-nav {
  margin: 0; }
  .ega-home-slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    width: calc((100vw - 1170px) / 2);
    height: 100%; }
    @media (max-width: 1199px) {
      .ega-home-slider .owl-nav [class*=owl-] {
        width: calc((100vw - 940px) / 2); } }
    .ega-home-slider .owl-nav [class*=owl-]:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .ega-home-slider .owl-nav .owl-prev {
    left: 0;
    transform: translateX(-100%); }
  .ega-home-slider .owl-nav .owl-next {
    right: 0;
    transform: translateX(100%); }
  @media (max-width: 991px) {
    .ega-home-slider .owl-nav [class*=owl-] {
      width: 35px;
      height: 50px;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 35px;
      padding: 0;
      border-radius: 3px; } }
  @media (max-width: 767px) {
    .ega-home-slider .owl-nav [class*=owl-] {
      width: 25px;
      height: 40px;
      font-size: 25px; } }
  @media (max-width: 991px) {
    .ega-home-slider .owl-nav [class*=owl-] > i {
      width: 100%;
      height: 100%;
      vertical-align: top;
      line-height: 46px; } }
  @media (max-width: 767px) {
    .ega-home-slider .owl-nav [class*=owl-] > i {
      line-height: 40px; } }

.ega-home-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }
  .ega-home-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #fff; }
  .ega-home-slider .owl-dots .owl-dot:hover span, .ega-home-slider .owl-dots .owl-dot.active span {
    background-color: #5269af; }

/** End Home Slider **/
/** Home Collection **/
.section__title {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 3px solid #5269af;
  color: #fff; }
  @media (max-width: 767px) {
    .section__title {
      border-bottom: none !important; } }
  .section__title h2, .section__title .h2 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    background-color: #5269af;
    font-size: 20px;
    padding: 8px 60px 5px 60px;
    position: relative;
    border-top-left-radius: 3px;
    background-repeat: no-repeat;
    background-position: 13px center; }
    @media (max-width: 767px) {
      .section__title h2, .section__title .h2 {
        text-align: center;
        border-top-right-radius: 3px;
        margin-bottom: 10px;
        width: 100%; } }
    .section__title h2:after, .section__title .h2:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: -1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 37px 37px 0;
      border-color: transparent #fff transparent transparent; }
      @media (max-width: 767px) {
        .section__title h2:after, .section__title .h2:after {
          content: normal; } }
    .section__title h2 a, .section__title .h2 a {
      color: #fff; }
      .section__title h2 a:hover, .section__title .h2 a:hover {
        text-decoration: none; }

.banner-image {
  display: block; }
  @media (max-width: 767px) {
    .banner-image {
      margin-bottom: 15px; } }
  .banner-image--animation {
    overflow: hidden;
    display: block; }
    .banner-image--animation img {
      transform: scale(1, 1);
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      .banner-image--animation img:hover {
        transform: scale(1.05, 1.05); }

@media (max-width: 767px) {
  .home-collection__top-banner {
    margin-bottom: 15px; } }

.home-collection__menu {
  display: inline-block;
  vertical-align: top;
  float: right;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 35px; }
  @media (max-width: 767px) {
    .home-collection__menu {
      text-align: center;
      line-height: 30px;
      width: 100%; } }
  .home-collection__menu li {
    padding-right: 15px;
    display: inline-block;
    position: relative; }
    .home-collection__menu li a {
      font-weight: bold; }
    .home-collection__menu li:after {
      position: absolute;
      content: '-';
      display: block;
      right: 3px;
      top: 0; }
    .home-collection__menu li:last-child {
      padding-right: 0; }
      .home-collection__menu li:last-child:after {
        content: normal; }

.home-collection__content {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden; }

.home-collection .owl-theme .owl-nav {
  margin: 0; }
  .home-collection .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .4s ease; }
    .home-collection .owl-theme .owl-nav [class*=owl-] i {
      line-height: 40px; }
  .home-collection .owl-theme .owl-nav .owl-prev {
    left: -30px; }
    @media (max-width: 1199px) {
      .home-collection .owl-theme .owl-nav .owl-prev {
        left: 0; } }
  .home-collection .owl-theme .owl-nav .owl-next {
    right: -30px; }
    @media (max-width: 1199px) {
      .home-collection .owl-theme .owl-nav .owl-next {
        right: 0; } }

.home-collection__content:hover .owl-theme .owl-nav .owl-prev {
  left: 0; }

.home-collection__content:hover .owl-theme .owl-nav .owl-next {
  right: 0; }

.product-group--carousel .owl-item {
  padding-left: 10px;
  padding-right: 10px; }

.ega-product-list-item .ega-product-item__title {
  font-size: 1.2em;
  margin-top: 10px; }

.ega-product-list-item .ega-product-item__description {
  margin-top: 10px; }

/** End Home Collection **/
/** Product Grid **/
.ega-product__image {
  position: relative;
  overflow: hidden; }
  .ega-product__image > a {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: inline-block; }
    .ega-product__image > a img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      text-align: center;
      width: 100% !important;
      height: 100%;
      object-fit: contain; }
  .ega-product__image--main, .ega-product__image--thumb .item {
    border: 1px solid #ebebeb;
    display: block; }
  .ega-product__image--main {
    padding: 10px; }
  .ega-product__image--thumb .item {
    padding: 5px;
    margin: 0 5px; }

.ega-product__price {
  color: #8ec53d; }

.ega-product__compare-price {
  color: #cccccc; }

.ega-product__sale-tag {
  background-color: #8ec53d;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 1.5em; }

.ega-product__btn--addtocart, .ega-product__btn--addtocart:hover {
  color: #ffffff;
  background-color: #f02b2b; }

.ega-product__btn--addtocart {
  padding-left: 45px;
  padding-right: 45px; }

.ega-product__btn--soldout, .ega-product__btn--soldout:hover {
  color: #fff;
  background-color: #ccc; }

.ega-product-item {
  border: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 10px; }
  .ega-product-item__title > a {
    color: #000000; }
  .ega-product-item__sale-tag {
    font-size: 1em;
    padding: 5px 8px;
    top: 0;
    right: 0; }
  .ega-product-item__action {
    bottom: -40px;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
    padding: 5px 0;
    left: 10px;
    right: 10px;
    position: absolute;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    @media (min-width: 1025px) {
      .ega-product-item:hover .ega-product-item__action {
        bottom: 5px; } }
    .ega-product-item__action .ega-row {
      margin-left: -2px;
      margin-right: -2px; }
    .ega-product-item__action .ega-col {
      padding-left: 2px;
      padding-right: 2px; }
      .ega-product-item__action .ega-col:first-child {
        border-right: 1px solid #ebebeb; }
  .ega-product-item__btn--addtocart, .ega-product-item__btn--quickview, .ega-product-item__btn--soldout {
    display: block;
    text-align: center;
    font-size: 17px;
    position: relative;
    cursor: pointer; }
    .ega-product-item__btn--addtocart:before, .ega-product-item__btn--addtocart:after, .ega-product-item__btn--quickview:before, .ega-product-item__btn--quickview:after, .ega-product-item__btn--soldout:before, .ega-product-item__btn--soldout:after {
      display: none;
      position: absolute;
      content: '';
      left: 50%;
      transform: translateX(-50%); }
    .ega-product-item__btn--addtocart:before, .ega-product-item__btn--quickview:before, .ega-product-item__btn--soldout:before {
      content: attr(data-title);
      top: -28px;
      height: 23px;
      font-size: 13px;
      white-space: nowrap;
      line-height: 23px;
      padding: 0 5px; }
    .ega-product-item__btn--addtocart:after, .ega-product-item__btn--quickview:after, .ega-product-item__btn--soldout:after {
      top: -5px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px; }
    .ega-product-item__btn--addtocart i, .ega-product-item__btn--quickview i, .ega-product-item__btn--soldout i {
      line-height: 28px; }
    .ega-product-item__btn--addtocart:hover:before, .ega-product-item__btn--addtocart:hover:after, .ega-product-item__btn--quickview:hover:before, .ega-product-item__btn--quickview:hover:after, .ega-product-item__btn--soldout:hover:before, .ega-product-item__btn--soldout:hover:after {
      display: block; }
  .ega-product-item__btn--addtocart, .ega-product-item__btn--addtocart:hover, .ega-product-item__btn--quickview, .ega-product-item__btn--quickview:hover, .ega-product-item__btn--soldout, .ega-product-item__btn--soldout:hover {
    color: #000000;
    background-color: transparent; }
  .ega-product-item__btn--addtocart:before {
    color: #ffffff;
    background-color: #f02b2b; }
  .ega-product-item__btn--addtocart:after {
    border-color: #f02b2b transparent transparent transparent; }
  .ega-product-item__btn--quickview:before {
    color: #ffffff;
    background-color: #8ec53d; }
  .ega-product-item__btn--quickview:after {
    border-color: #8ec53d transparent transparent transparent; }
  .ega-product-item__btn--soldout:before {
    color: #fff;
    background-color: #ccc; }
  .ega-product-item__btn--soldout:after {
    border-color: #ccc transparent transparent transparent; }

/** End Product Grid **/
/** Popular Brand **/
.popular-brand {
  margin-left: -5px;
  margin-right: -5px; }
  .popular-brand .owl-item {
    padding-left: 5px;
    padding-right: 5px; }
  .popular-brand .item {
    border: 1px solid #ebebeb;
    display: block;
    padding: 5px; }

/** End Popular Brand **/
/** Home News **/
.ega-article-item {
  margin-bottom: 10px; }
  .ega-article-item__image--widget-list, .ega-article-item__content--widget-list {
    display: inline-block;
    vertical-align: top; }
  .ega-article-item__image {
    position: relative; }
    .ega-article-item__image--widget-list {
      width: 35%;
      padding-right: 10px;
      margin-right: -4px; }
  .ega-article-item__date {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    display: block;
    padding: 5px 8px;
    text-align: center; }
  .ega-article-item__content--widget-list {
    width: 65%; }

.home-news__content {
  margin-left: -10px;
  margin-right: -10px; }
  .home-news__content .owl-theme .owl-nav {
    margin: 0; }
    .home-news__content .owl-theme .owl-nav [class*=owl-] {
      margin: 0;
      position: absolute;
      top: -48px;
      background-color: transparent;
      color: #000000;
      width: 30px;
      height: 30px;
      padding: 0;
      font-size: 20px; }
      @media (max-width: 767px) {
        .home-news__content .owl-theme .owl-nav [class*=owl-] {
          top: -60px;
          color: #fff; } }
      .home-news__content .owl-theme .owl-nav [class*=owl-]:hover {
        opacity: .8; }
      .home-news__content .owl-theme .owl-nav [class*=owl-] i {
        line-height: 30px; }
    .home-news__content .owl-theme .owl-nav .owl-prev {
      right: 50px; }
    .home-news__content .owl-theme .owl-nav .owl-next {
      right: 10px; }

.home-news .ega-article-item {
  padding-left: 10px;
  padding-right: 10px; }

.ega-grid-item__title, .ega-grid-item__title > a, .ega-list-item__title, .ega-list-item__title > a {
  color: #000000; }

/** End Home News **/
/** Home Subscribe **/
.home-subscribe {
  padding: 60px 20px;
  border-radius: 3px;
  background-color: #a1c9f1; }
  @media (max-width: 991px) {
    .home-subscribe {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .home-subscribe__title, .home-subscribe__content {
    color: #ffffff; }
  .home-subscribe__title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px; }
  .home-subscribe__content {
    margin-bottom: 30px; }

.ega-btn--dark, .ega-btn--dark:hover {
  background-color: #000;
  color: #fff; }

/** End Home Subscribe **/
/** Testimonials **/
@media (max-width: 767px) {
  .home-testimonials__image img {
    max-width: 90px;
    margin-right: auto;
    margin-left: auto; } }

.home-testimonials__content {
  color: #000000; }
  @media (max-width: 767px) {
    .home-testimonials__content {
      text-align: center; } }

.home-testimonials__comment {
  margin-top: 20px;
  color: #9c9c9c; }

.home-testimonials__name {
  margin-top: 30px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .home-testimonials__name {
      margin-top: 20px; } }

.home-testimonials .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (max-width: 767px) {
    .home-testimonials .owl-theme .owl-dots {
      position: static; } }
  .home-testimonials .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px; }
  .home-testimonials .owl-theme .owl-dots .owl-dot.active span, .home-testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #333; }

/** End Testimonials **/
/** end index **/
/** Collection **/
ul.breadcrumb {
  padding: 15px;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0; }
  ul.breadcrumb a {
    text-decoration: none; }
    ul.breadcrumb a:hover {
      text-decoration: none;
      color: #333; }
  ul.breadcrumb strong {
    font-weight: normal; }
  ul.breadcrumb li {
    position: relative; }
  ul.breadcrumb > li + li {
    padding-left: 20px; }
    ul.breadcrumb > li + li:before {
      padding: 0;
      color: #000000;
      content: "/";
      font-size: 13px;
      position: absolute;
      top: 0;
      left: 3px; }

.ega-collection__banner {
  margin-bottom: 15px; }

.ega-collection__control {
  padding: 15px 0; }

.ega-view-mode {
  font-size: 24px;
  display: inline-block;
  border: 1px solid #ebebeb; }
  @media (max-width: 767px) {
    .ega-view-mode {
      padding-top: 0;
      font-size: 26px;
      white-space: nowrap; } }
  .ega-view-mode > a {
    color: #ebebeb;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    text-align: center; }
    .ega-view-mode > a i {
      vertical-align: top;
      line-height: 32px; }
  .ega-view-mode.list > a.list, .ega-view-mode.grid > a.grid {
    color: #000000;
    background-color: #ebebeb; }

.ega-collection-products {
  margin-top: 10px;
  margin-bottom: 10px; }

.ega-col-product-items {
  display: flex;
  flex-wrap: wrap; }
  .ega-col-product-items > .ega-col-product-item {
    flex-basis: 25%;
    flex-grow: 0;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 992px) {
      .ega-col-product-items > .ega-col-product-item {
        flex-basis: 50%;
        overflow: hidden; } }
    .ega-col-product-items > .ega-col-product-item > .ega-col-product-box {
      padding: 20px;
      overflow-x: hidden; }

.ega-col-products-container .ega-product-item {
  margin-bottom: 20px;
  height: calc(100% - 20px); }

.ega-col-product-list-item {
  padding: 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px; }
  .ega-col-product-list-item .ega-product-item__action {
    margin-top: 10px;
    position: static;
    box-shadow: none; }
  .ega-col-product-list-item .ega-product-item__btn--addtocart, .ega-col-product-list-item .ega-product-item__btn--soldout, .ega-col-product-list-item .ega-product-item__btn--quickview {
    display: inline-block; }
    .ega-col-product-list-item .ega-product-item__btn--addtocart:before, .ega-col-product-list-item .ega-product-item__btn--addtocart:after, .ega-col-product-list-item .ega-product-item__btn--soldout:before, .ega-col-product-list-item .ega-product-item__btn--soldout:after, .ega-col-product-list-item .ega-product-item__btn--quickview:before, .ega-col-product-list-item .ega-product-item__btn--quickview:after {
      content: normal; }
    .ega-col-product-list-item .ega-product-item__btn--addtocart i, .ega-col-product-list-item .ega-product-item__btn--soldout i, .ega-col-product-list-item .ega-product-item__btn--quickview i {
      line-height: 24px;
      vertical-align: top; }
  .ega-col-product-list-item .ega-product-item__btn--addtocart {
    border-color: #f02b2b;
    color: #f02b2b; }
    .ega-col-product-list-item .ega-product-item__btn--addtocart:hover {
      background-color: #f02b2b;
      color: #ffffff; }
  .ega-col-product-list-item .ega-product-item__btn--soldout {
    border-color: #ccc;
    color: #ccc; }
    .ega-col-product-list-item .ega-product-item__btn--soldout:hover {
      background-color: #ccc;
      color: #fff; }
  .ega-col-product-list-item .ega-product-item__btn--quickview {
    border-color: #8ec53d;
    color: #8ec53d; }
    .ega-col-product-list-item .ega-product-item__btn--quickview:hover {
      background-color: #8ec53d;
      color: #ffffff; }

.ega-col-product-action {
  margin: 10px 0;
  text-align: center; }
  .ega-col-product-action .ega-col-product-add-cart {
    border-radius: 25px;
    border: 1px solid #5269af;
    padding: 5px 25px;
    background-color: #fff;
    color: #5269af;
    outline: none; }
    .ega-col-product-action .ega-col-product-add-cart:hover, .ega-col-product-action .ega-col-product-add-cart:focus {
      background-color: #5269af;
      color: #fff; }
    @media (max-width: 767px) {
      .ega-col-product-action .ega-col-product-add-cart {
        padding: 0;
        border: 0;
        border-radius: 0; } }

ul.ega-pagination {
  list-style: none;
  margin: 25px 0;
  padding: 0; }
  ul.ega-pagination > li {
    display: inline-block;
    margin: 0 10px; }
    ul.ega-pagination > li a {
      text-decoration: none; }
      ul.ega-pagination > li a:hover, ul.ega-pagination > li a:active, ul.ega-pagination > li a:focus {
        text-decoration: none; }
    ul.ega-pagination > li.disabled > a {
      color: #999; }
    ul.ega-pagination > li.active > a {
      color: #999; }

.aside-title .title-head {
  margin-top: 0; }

.aside-content .nav-link {
  padding: 3px 10px; }

.aside-item {
  margin-bottom: 10px; }

.tag-item {
  display: block; }

.ega-col-product-items-list {
  padding: 20px 0; }

.ega-ul-filter {
  padding: 0;
  margin: 0;
  list-style: none; }
  .ega-ul-filter > li {
    margin: 20px 0; }

.ega-ul-filter-detail {
  padding: 0;
  margin: 0;
  list-style: none; }
  .ega-ul-filter-detail > li {
    margin: 10px 0; }
    .ega-ul-filter-detail > li.ega-li-inline {
      display: inline-block;
      margin: 0; }

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  color: #000000; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  border: 1px solid #5269af;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 0px;
  top: 3px;
  background-color: #5269af;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="checkbox"] {
  opacity: 0;
  margin: 0;
  display: none; }

.radio input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="checkbox"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.radio input[type="checkbox"]:disabled + label::before {
  cursor: not-allowed; }

.radio-primary input[type="checkbox"] + label::after {
  background-color: #5269af; }

.radio-primary input[type="checkbox"]:checked + label::before {
  border-color: #5269af; }

.radio input[type="checkbox"]:checked + label {
  color: #5269af; }

.radio-primary input[type="checkbox"]:checked + label::after {
  background-color: #5269af; }

.ega-div-color-filter {
  display: inline-block; }

.ega-color-filter {
  border-radius: 3px;
  border: 1px solid transparent;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0px;
  width: auto;
  height: 35px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  /*	> .ega-color-filter-inner {
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}*/ }
  .ega-color-filter.checked {
    border-color: #ccc; }
  .ega-color-filter > input[type='checkbox'] {
    /*	display: none;*/ }

.ega-a-filter-toggle {
  color: #5269af;
  text-decoration: none;
  display: block;
  padding-bottom: 10px; }
  .ega-a-filter-toggle:hover, .ega-a-filter-toggle:active, .ega-a-filter-toggle:focus {
    color: #5269af;
    text-decoration: none; }

/*quicklook*/
.ega-quicklook-icon {
  position: absolute;
  top: 0;
  display: none;
  margin-top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  left: 0;
  margin-left: 0;
  padding: 30px 0;
  height: 100%; }

.ega-quicklook-btn {
  background-color: #5269af;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px; }

.ega-ul-ql-imgs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px; }
  .ega-ul-ql-imgs > li {
    margin: 5px;
    display: inline-block; }
    .ega-ul-ql-imgs > li img {
      width: 60px;
      height: 60px; }

#ega-ql-parent-img-carousel {
  margin-left: -3px;
  margin-right: -3px; }

.ega-ql-img-carousel .owl-item {
  padding-left: 3px;
  padding-right: 3px; }

.ega-ql-img-carousel .item {
  padding: 5px;
  border: 1px solid #ebebeb; }
  .ega-ql-img-carousel .item img {
    margin-left: auto;
    margin-right: auto; }

.close.ega-btn-close-ql {
  position: absolute;
  font-size: 30px;
  top: -15px;
  right: -10px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  padding-left: 6px;
  padding-right: 6px;
  border: 1px solid #ccc;
  z-index: 0; }

.ega-a-filter-more {
  color: #5269af; }

.ega-ql-del-price {
  color: #999;
  font-size: 14px;
  padding-left: 5px; }

.ega-vendor-page-h1 {
  margin: 5px 0;
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px; }

.ega-collection-flex-container {
  display: flex;
  flex-wrap: wrap; }
  .ega-collection-flex-container > div#ega-filter-left {
    flex-basis: 20%;
    flex-grow: 0; }
    @media (max-width: 991px) {
      .ega-collection-flex-container > div#ega-filter-left {
        flex-basis: 100%; } }
    @media (max-width: 767px) {
      .ega-collection-flex-container > div#ega-filter-left {
        flex-basis: 100%; } }
  .ega-collection-flex-container > div#ega-content-right {
    flex-basis: 80%;
    flex-grow: 0;
    padding-left: 5px; }
    @media (max-width: 991px) {
      .ega-collection-flex-container > div#ega-content-right {
        flex-basis: 100%; } }
    @media (max-width: 767px) {
      .ega-collection-flex-container > div#ega-content-right {
        flex-basis: 100%;
        padding-left: 0; } }

@media (max-width: 991px) {
  #ega-filter-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 275px;
    right: -275px;
    background-color: #fff;
    z-index: 1000;
    padding: 10px;
    height: 100%;
    transition: all 0.4s ease;
    overflow-y: auto;
    -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); } }

@media (max-width: 991px) {
  #ega-filter-left.open {
    right: 0; } }

@media (max-width: 991px) {
  #sidebar_trigger {
    color: #fff;
    background-color: #5269af;
    position: fixed;
    right: 0;
    top: 35% !important;
    padding: 8px 10px 2px 10px;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    z-index: 100;
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; } }

@media (max-width: 991px) {
  #sidebar_trigger.open {
    right: 275px; } }

/** End Collection **/
/*search*/
.ega-search-product-container {
  background-color: #fff;
  padding: 15px; }

.ega-search-h1 {
  font-size: 23px;
  margin: 30px 0; }

.ega-product-search-name {
  text-align: left; }

/*end search*/
/** Product Page **/
.ega-product-page-info-item {
  background: #fff;
  margin-bottom: 20px; }

.ega-product__available {
  color: #5269af; }

.ega-product__image--thumb {
  margin-left: -5px;
  margin-right: -5px; }

.ega-product__policies {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  color: #787878; }
  .ega-product__policies > li {
    margin-bottom: 8px; }

@media (max-width: 767px) {
  .ega-product-page__image {
    margin-bottom: 30px; } }

.ega-giao-hang-pr-page > h4 {
  margin: 2px 0;
  font-weight: bold;
  font-size: 12px; }

.ega-ul-options {
  padding: 0;
  margin: 0;
  list-style: none; }
  .ega-ul-options > li {
    margin: 10px 0; }

ul.ega-option-detail {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.ega-option-detail > li {
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px; }

.ega-swatch {
  border: 1px solid #ccc;
  padding: 2px;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  background-color: #fff; }
  .ega-swatch:hover {
    cursor: pointer; }
  .ega-swatch.selected {
    border: 2px solid #000; }

.ega-option-title {
  display: block;
  margin-top: 5px; }

.ega-qty-control {
  max-width: 120px;
  border-radius: 3px;
  border: 1px solid #ebebeb; }
  .ega-qty-control .form-control {
    box-shadow: none;
    border: 0; }
  .ega-qty-control > .input-group-addon {
    border-radius: 3px;
    border: 0;
    background-color: transparent; }
    .ega-qty-control > .input-group-addon:first-child {
      border-right: 1px solid #ebebeb; }
    .ega-qty-control > .input-group-addon:last-child {
      border-left: 1px solid #ebebeb; }
    .ega-qty-control > .input-group-addon:hover {
      cursor: pointer; }
  .ega-qty-control > input {
    text-align: center; }

.ega-btn-product-div {
  margin: 25px 0; }

.product-tab .nav-tabs > li {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-right: -5px; }
  .product-tab .nav-tabs > li > a {
    border-radius: 0;
    border: 1px solid #ebebeb;
    margin-right: 0;
    background-color: #fff;
    color: #000000; }
  .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus {
    border-bottom-color: #fff;
    color: #5269af;
    font-weight: bold;
    padding: 12px 15px;
    font-size: 16px; }

.product-tab .tab-content {
  border: 1px solid #ebebeb;
  border-top-color: #fff;
  padding: 15px; }

.product-related {
  margin-bottom: 40px; }
  .product-related .ega-product-item {
    height: 100%; }
  .product-related .owl-theme .owl-nav {
    margin: 0; }
    .product-related .owl-theme .owl-nav [class*=owl-] {
      margin: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 40px;
      padding: 0;
      font-size: 25px;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all .4s ease; }
      .product-related .owl-theme .owl-nav [class*=owl-] i {
        line-height: 40px; }
    .product-related .owl-theme .owl-nav .owl-prev {
      left: -30px; }
      @media (max-width: 1199px) {
        .product-related .owl-theme .owl-nav .owl-prev {
          left: 0; } }
    .product-related .owl-theme .owl-nav .owl-next {
      right: -30px; }
      @media (max-width: 1199px) {
        .product-related .owl-theme .owl-nav .owl-next {
          right: 0; } }

.widget__title {
  background-color: #5269af;
  border-radius: 3px;
  margin-bottom: 15px; }
  .widget__title h2, .widget__title .h2 {
    font-size: 20px;
    padding: 8px;
    color: #fff;
    margin: 0; }

.product-related-articles {
  margin-bottom: 30px; }

.ega-show-after {
  display: none; }

.ega-triangle-left {
  position: relative;
  top: -2px;
  color: #5269af; }

.ega-ul-tags-pr-page {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .ega-ul-tags-pr-page > li {
    display: inline-block; }
    .ega-ul-tags-pr-page > li > a {
      background: #5269af;
      border-radius: 3px 0 0 3px;
      color: #fff;
      display: inline-block;
      height: 26px;
      line-height: 26px;
      padding: 0 20px 0 23px;
      position: relative;
      margin: 0 10px 10px 0;
      text-decoration: none;
      -webkit-transition: color 0.2s; }
      .ega-ul-tags-pr-page > li > a:before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px; }
      .ega-ul-tags-pr-page > li > a:after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #5269af;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0; }

.div-add-quick-bottom > div > div {
  margin-bottom: 5px; }

.zoomContainer {
  z-index: 999; }

.ega-top-img-slider {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 999999;
  height: 100%; }

.ega-table-top-img-slider {
  display: table;
  width: 100%;
  height: 100%; }
  .ega-table-top-img-slider > div {
    display: table-row; }
    .ega-table-top-img-slider > div > div {
      display: table-cell;
      width: 10%;
      text-align: center;
      font-size: 30px;
      vertical-align: middle; }
      .ega-table-top-img-slider > div > div.ega-td-80 {
        width: 80%; }

.ega-hover-hand:hover {
  cursor: pointer; }

.ega-close-fixed-img-slider {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px; }
  .ega-close-fixed-img-slider:hover {
    cursor: pointer; }

@media (max-width: 767px) {
  .ega-product-xs-no-pd {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 995px) {
  .ega-product-xs-no-pd {
    width: 100%; } }

@media (max-width: 768px) {
  .ega-center-xs {
    text-align: center; } }

@media (max-width: 991px) {
  .ega-pr-page-qty-bottom {
    width: 120px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .ega-col-product-no-pd-left-dsk {
    padding-left: 0; } }

/** End product Page **/
/*mini cart*/
#cart-bottom {
  background-color: #5269af;
  position: fixed;
  bottom: 0;
  color: #fff;
  z-index: 9999;
  width: 100%;
  display: none; }
  @media (max-width: 992px) {
    #cart-bottom {
      min-height: 69px; } }
  #cart-bottom .ega-cart-item-container {
    white-space: nowrap;
    overflow: hidden; }
    #cart-bottom .ega-cart-item-container ul.ega-ul-mini-cart {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      #cart-bottom .ega-cart-item-container ul.ega-ul-mini-cart > li {
        display: inline-block; }
        #cart-bottom .ega-cart-item-container ul.ega-ul-mini-cart > li > .ega-mini-cart-item {
          background-color: #fff;
          border-radius: 3px;
          margin: 3px;
          display: table;
          text-decoration: none; }
          #cart-bottom .ega-cart-item-container ul.ega-ul-mini-cart > li > .ega-mini-cart-item:hover {
            text-decoration: none; }
          #cart-bottom .ega-cart-item-container ul.ega-ul-mini-cart > li > .ega-mini-cart-item > div {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            padding: 4px;
            color: #000;
            text-align: left; }
            #cart-bottom .ega-cart-item-container ul.ega-ul-mini-cart > li > .ega-mini-cart-item > div > .ega-mini-cart-text-in {
              text-overflow: ellipsis;
              white-space: nowrap;
              width: 100px;
              overflow: hidden; }

.ega-cart-title-bag-a {
  color: #333;
  font-size: 13px; }

.ega-mini-cart-img {
  width: 40px;
  height: 40px; }

.ega-main-color {
  color: #5269af; }

a.ega-mini-cart-more {
  color: #fff;
  padding-top: 10px;
  font-size: 20px;
  display: block; }
  a.ega-mini-cart-more:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    a.ega-mini-cart-more {
      font-size: 11px; } }

.ega-mini-cart-a-cart {
  padding-top: 10px;
  font-size: 20px;
  display: block; }
  .ega-mini-cart-a-cart:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .ega-mini-cart-a-cart {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .ega-mini-cart-a-cart.ega-mini-cart-a-cart-xs-tb {
      font-size: 14px;
      display: table;
      width: 100%; }
      .ega-mini-cart-a-cart.ega-mini-cart-a-cart-xs-tb > div {
        display: table-cell;
        width: 50%; }
        .ega-mini-cart-a-cart.ega-mini-cart-a-cart-xs-tb > div:last-child {
          text-align: right; } }

.ega-mini-cart-scroll {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden; }

.ega-mini-cart-table {
  width: 100%;
  color: #000; }
  .ega-mini-cart-table td, .ega-mini-cart-table th {
    padding: 4px;
    font-weight: normal; }
  .ega-mini-cart-table th {
    padding-top: 10px; }
  .ega-mini-cart-table img {
    max-width: 50px; }

.ega-mini-cart-parent-detail {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc; }

.ega-mini-cart-less {
  display: block;
  padding: 10px 0;
  color: #000;
  font-size: 15px; }
  .ega-mini-cart-less:hover {
    color: #000;
    text-decoration: none; }

.ega-input-disabled[disabled] {
  background-color: #fff; }

.input-group-addon:hover {
  cursor: pointer; }

.ega-cart-bottom-xs-container {
  display: table; }
  .ega-cart-bottom-xs-container > div {
    display: table-row; }
    .ega-cart-bottom-xs-container > div > div {
      display: table-cell;
      vertical-align: middle;
      padding: 5px;
      width: 20%; }
      .ega-cart-bottom-xs-container > div > div[role='width40'] {
        width: 40%; }

@media (max-width: 768px) {
  .ega-btn-cart-bottom-xs {
    font-size: 11px;
    padding: 4px; } }

@media (max-width: 768px) {
  #mini-cart-less-info {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 768px) {
  .ega-col-no-padding-xs {
    padding-left: 0;
    padding-right: 0; } }

.ega-minicart-xs-btt {
  padding-right: 5px;
  display: block; }

@media (max-width: 768px) {
  .ega-cart-btt-arrow-xs {
    padding-right: 5px; } }

.ega-row-bottom-cart {
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (max-width: 992px) {
    .ega-row-bottom-cart {
      padding-top: 8px;
      padding-bottom: 0; } }

/*end mini cart*/
/*cart page*/
.ega-cart-page {
  display: block;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  background: #fff;
  margin: 20px 0;
  padding: 20px; }

.table-order {
  overflow-x: auto; }

.table-cart {
  min-width: 600px; }
  .table-cart td, .table-cart th {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc; }

.ega-btn-round {
  background-color: #fff;
  border: 1px solid #5269af;
  color: #5269af; }

.ega-btn {
  background-color: #5269af;
  color: #fff; }

.ega-red-color {
  color: red; }

.name-product-cart {
  font-size: 15px;
  color: #333; }

.ega-cart-page-continue {
  display: inline-block;
  padding-top: 5px;
  text-decoration: none; }
  .ega-cart-page-continue:hover {
    text-decoration: none; }
  @media (min-width: 768px) {
    .ega-cart-page-continue {
      float: left; } }
  .ega-cart-page-continue > span {
    font-size: 20px; }

.ega-table-cart-dsk td {
  vertical-align: middle !important;
  padding-top: 0 !important; }

/*end cart page*/
/*contact*/
.ega-contact-page {
  display: block;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  background: #fff;
  margin: 20px 0;
  padding: 20px; }

.ega-contact-content {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

.eag-form-signup .row .col-md-10 {
  padding-bottom: 10px; }

/*end contact*/
/*account*/
.eag-content-acc {
  display: block;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 15px;
  margin: 10px 0;
  margin-bottom: 30px; }

.ega-back-account {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none; }
  .ega-back-account:hover, .ega-back-account:active, .ega-back-account:focus {
    text-decoration: none; }

.eag-order-ul-address {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  list-style: none; }

.ega-address-info {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ega-address-info > li {
    margin: 7px 0; }

.ega-acc-orders-xs > div.row {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

/*end account*/
/*blog*/
.entry-meta {
  list-style: none;
  padding-left: 0; }
  .entry-meta a {
    color: #a59999;
    font-style: italic; }
    .entry-meta a i {
      margin-right: 5px; }

.ega-h1-blog {
  font-size: 25px;
  margin: 10px 0;
  padding-left: 15px; }

.ega-blog-title {
  color: #5269af;
  margin-top: 0; }
  .ega-blog-title a {
    color: #5269af;
    text-decoration: none; }
    .ega-blog-title a:hover {
      color: #5269af;
      text-decoration: none; }

.ega-blog-date {
  color: #999;
  font-style: italic; }
  .ega-blog-date a {
    color: #999;
    font-style: italic; }

.ega-blog-row-item {
  margin-bottom: 20px; }

.ega-title-blog-right {
  margin-top: 0; }

.ega-blog-title-right-side {
  margin: 0;
  font-size: 16px; }
  .ega-blog-title-right-side a {
    color: #337ab7; }

.ega-blog-item-right-side {
  margin-bottom: 15px; }
  .ega-blog-item-right-side p {
    margin-bottom: 0; }

.ega-td-blog-item-right {
  vertical-align: top;
  padding-right: 10px;
  width: 80px; }

.ega-h1-article {
  margin-top: 0;
  font-size: 25px; }
  .ega-h1-article a {
    color: #5269af;
    text-decoration: none; }

.ega-article-content {
  padding: 20px 0; }

.ega-tag-related-right-span {
  border: 1px solid #ccc;
  margin-right: 5px;
  padding: 5px;
  display: inline-block;
  margin-top: 5px; }

.ega-article-comments fieldset {
  padding-left: 0; }

.ega-blog-tag-right-a {
  display: inline-block; }

/*end blog*/
/*saved product bottom*/
#saved-product-bottom {
  padding: 5px;
  margin: 10px 0;
  background-color: #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 0; }
  #saved-product-bottom h4 {
    color: #666666; }

.ega-hidden-over {
  overflow: hidden; }

.ega-product-saved-item {
  padding-right: 5px;
  height: 100%; }
  .ega-product-saved-item > a {
    padding: 5px;
    padding-right: 5px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    display: block;
    height: 100%; }
  .ega-product-saved-item a {
    color: #333;
    text-decoration: none; }
    .ega-product-saved-item a:hover {
      text-decoration: none; }

.ega-saved-table-product > tbody > tr > td:first-child {
  max-width: 80px; }
  .ega-saved-table-product > tbody > tr > td:first-child img {
    max-width: 60px; }

.ega-saved-table-product h5 {
  max-height: 30px;
  overflow: hidden; }

.ega-saved-product-item-same-the-height {
  line-height: 1;
  height: 30px; }

/*end saved product */
/*order*/
.ega-order-page-xs > div.row {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.ega-saved-products-items-flex {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  flex: 1; }
  .ega-saved-products-items-flex > div {
    flex-basis: 20%;
    width: 20%;
    flex-grow: 0;
    margin-bottom: 5px; }
    @media (max-width: 992px) {
      .ega-saved-products-items-flex > div {
        flex-basis: 50%;
        width: 50%; } }
    @media (max-width: 767px) {
      .ega-saved-products-items-flex > div {
        flex-basis: 100%;
        width: 100%; } }

/*end order*/
/** Menu Mobile **/
#menu-mobile-trigger {
  display: block;
  border-top: 4px solid #898989;
  border-bottom: 4px solid #898989;
  width: 34px;
  height: 26px;
  margin-top: 19px; }
  @media (max-width: 767px) {
    #menu-mobile-trigger {
      border-top-width: 3px;
      border-bottom-width: 3px;
      width: 30px;
      height: 22px;
      margin-top: 13px; } }
  #menu-mobile-trigger i {
    border-bottom: 4px solid #898989;
    display: block;
    margin-top: 7px; }
    @media (max-width: 767px) {
      #menu-mobile-trigger i {
        border-bottom-width: 3px;
        margin-top: 6px; } }

/** End Menu Mobile **/
@media (max-width: 767px) {
  .ega-product-saved-item {
    padding-right: 0; }
  .ega-blog-title {
    margin-top: 15px; }
  .ega-blog-title-right-side {
    margin-top: 0; }
  .ega-cart-page-continue {
    padding-bottom: 10px; } }

/** Responsive **/
@media (min-width: 1200px) {
  .container {
    width: 1190px; } }

.button-popup-loyalty {
  bottom: 120px !important; }
