@charset "UTF-8";
/*variable*/
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format("woff2");
  font-display: swap; }

/*all*/
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

body {
  background: #f1f1f1;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400; }

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

.modal-dialog {
  top: 13%; }

.ega-search-ico-xs {
  padding-right: 10px;
  padding-top: 5px;
  padding-left: 0; }
  .ega-search-ico-xs > button {
    background-color: transparent;
    font-size: 17px;
    outline: 0 !important; }
    .ega-search-ico-xs > button:focus, .ega-search-ico-xs > button:active {
      outline: 0 !important;
      box-shadow: inset 0 0 0 transparent; }
    .ega-search-ico-xs > button .glyphicon-search {
      color: #fff; }

/*header*/
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

#ega-search-xs-form {
  display: none;
  padding: 5px; }
  #ega-search-xs-form input[type='search'] {
    width: 80%; }

@media (max-width: 767px) {
  #main {
    overflow-x: hidden; }
    #main > main > div[role="page-content"] {
      padding-left: 0;
      padding-right: 0; } }

.ega-logo {
  max-height: 50px; }

.ega-top-bar {
  background: #183645; }

.row-top-bar {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  align-items: center; }

#ega-top-bar-banner {
  width: 100%;
  height: 100%; }

.ega-item-top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex; }

.ega-item-top-bar-blocks {
  padding-top: 2px;
  padding-bottom: 2px; }

.ega-item-top-bar-block a::before {
  background-color: #f36f36;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; }

.ega-item-top-bar-block a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center; }

.ega-item-top-header-block a:hover .ega-item-top-header-block-svg {
  fill: #183645; }

.ega-top-header {
  background: #f36f36;
  padding: 5px 0;
  position: sticky;
  top: 0px;
  z-index: 9999; }

.ega-top-header .container .row {
  display: flex;
  align-items: center; }

.ega-item-top-header {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex; }

.ega-item-top-header-blocks {
  padding-top: 2px;
  padding-bottom: 2px; }

.ega-item-top-header-block-svg {
  width: 14px;
  height: 14px;
  fill: white;
  margin-right: 10px;
  transition: 0.3s ease; }

.col-xs-4 .ega-item-top-header-blocks:after {
  background-color: #fff;
  content: '';
  height: 20px;
  right: 15%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; }

.ega-item-top-header-block a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s ease; }

.ega-item-top-header-block a:hover {
  text-transform: uppercase;
  text-decoration: none;
  color: #183645;
  display: flex;
  align-items: center; }

.ega-div-top-search {
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 140%; }
  .ega-div-top-search > input[type="search"] {
    border: none;
    outline: none;
    padding: 3.2% 13% 3.8% 4.5%;
    margin-left: 10px;
    width: 100%;
    border-radius: 20px;
    background: #fff; }
  .ega-div-top-search > button {
    position: absolute;
    background: none;
    left: 90%;
    top: 45%;
    border: none;
    transform: translateY(-45%); }
    @media (max-width: 992px) {
      .ega-div-top-search > button {
        margin-top: -10px;
        margin-top: -10px;
        right: 40px; } }
  @media (max-width: 767px) {
    .ega-div-top-search {
      margin-right: 5px;
      overflow: hidden; } }

.ega-top-message {
  color: #fff;
  padding-top: 10px; }

.ega-category:before {
  background-color: transparent;
  content: '';
  height: 30px;
  position: absolute;
  top: 150%;
  transform: translateY(-50%);
  width: 240px;
  left: -43%; }

.ega-category:hover + .ega-item-top-header-dropdown, .ega-item-top-header-dropdown:hover {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible; }

.ega-item-top-header-dropdown {
  background-color: white;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 180%;
  left: -50%;
  width: 1000px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000;
  box-shadow: 0px 4px 6px -3px #888888;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s;
  padding-bottom: 20px; }

.ega-item-top-header-dropdown-left {
  padding: 10px 30px 20px 20px;
  text-transform: uppercase; }

.ega-item-top-header-dropdown-left-block ul, .ega-item-top-header-dropdown-right-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ega-item-top-header-dropdown-left-block ul li {
  margin-top: 25px;
  border-bottom: 1px solid black;
  padding: 12.5px 0; }

.ega-item-top-header-dropdown-left-block ul li:first-child {
  margin-top: 15px; }

.ega-item-top-header-dropdown-left-block ul li a {
  text-decoration: none;
  color: #000;
  transition: ease-in 0.5s;
  font-size: 14px;
  font-weight: 900; }

.ega-item-top-header-dropdown-left-block ul li a:hover, .ega-item-top-header-dropdown-right-block ul li a:hover {
  color: #f36f36;
  transition: ease-out 0.2s;
  cursor: pointer; }

.ega-item-top-header-dropdown-right {
  width: 70%; }

.ega-item-top-header-dropdown-right-blocks {
  display: none; }

.ega-item-top-header-dropdown-right-blocks.active {
  display: block; }

.ega-item-top-header-dropdown-right-block {
  background-color: #ededed;
  padding: 25px 20px 10px 25px;
  margin-top: 20px;
  border-radius: 8px; }

.right-block-ul {
  display: grid;
  grid-template-columns: 36% 36% 36%;
  grid-gap: 0px; }

.right-block-li {
  margin: 0 60px 20px 0;
  font-weight: 700; }

.right-block-li ul {
  font-weight: 400; }

.right-block-li ul li a {
  text-transform: capitalize; }

a.out-of-order {
  opacity: 0.5; }

.ega-item-top-header-dropdown-right-block ul li a {
  text-decoration: none;
  color: #000;
  transition: ease-in 0.5s;
  font-size: 12px; }

.ega-item-top-header-dropdown-right-block img {
  width: 150px;
  height: 150px; }

.ega-brands:before {
  background-color: transparent;
  content: '';
  height: 30px;
  position: absolute;
  top: 150%;
  left: -30px;
  transform: translateY(-50%);
  width: 200px; }

.ega-dropdown-brands {
  display: flex; }

.ega-item-top-header-dropdown-brands {
  background-color: white;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 181%;
  left: -273%;
  right: -273%;
  width: 821%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000;
  box-shadow: 0px 4px 6px -3px #888888;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s; }

.ega-dropdown-brands .container .row {
  display: flex;
  justify-content: center; }

.ega-dropdown-brand {
  width: 35%;
  background: #fff;
  border-radius: 8px;
  margin: 15px 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center; }

.ega-dropdown-brand:hover {
  transform: translateY(-4px); }

.ega-dropdown-brand a {
  width: 100%; }

.ega-dropdown-brand img {
  max-height: 70px;
  max-width: 100%; }

.ega-brands:hover + .ega-item-top-header-dropdown-brands, .ega-item-top-header-dropdown-brands:hover {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible; }

.ega-fz-12 {
  font-size: 12px; }

.ega-phone {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }
  .ega-phone:hover, .ega-phone:active, .ega-phone:focus {
    color: #fff;
    text-decoration: none; }

@media (min-width: 992px) {
  .ega-dropdown-menu:hover .dropdown-menu {
    display: block; } }

.ega-menu-top a {
  text-decoration: none; }
  .ega-menu-top a:hover, .ega-menu-top a:active, .ega-menu-top a:focus {
    text-decoration: none; }
  .ega-menu-top a.ega-sub-menu-a {
    display: block;
    text-align: center;
    color: #999;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px; }
    .ega-menu-top a.ega-sub-menu-a > img {
      border: 1px solid #ddd;
      border-radius: 5px; }
    .ega-menu-top a.ega-sub-menu-a > div {
      padding-top: 5px; }
    .ega-menu-top a.ega-sub-menu-a:hover > img {
      border: 1px solid #337ab7; }
    .ega-menu-top a.ega-sub-menu-a:hover, .ega-menu-top a.ega-sub-menu-a:active, .ega-menu-top a.ega-sub-menu-a:focus {
      text-decoration: none;
      color: #4a90e2; }

@media (max-width: 991px) and (min-width: 768px) {
  .ega-menu-top .navbar-header {
    width: 100%;
    float: none; }
  .ega-menu-top .navbar-collapse.collapse {
    display: none; } }

@media (max-width: 991px) {
  .ega-menu-top {
    background-color: #f36f36; }
    .ega-menu-top .navbar-toggle {
      display: block; } }

.ega-menu-top {
  background: #183544;
  border: none;
  min-height: 1px;
  margin-bottom: 2px;
  border-radius: 0; }
  @media (max-width: 991px) {
    .ega-menu-top {
      background-color: #f36f36; } }
  .ega-menu-top ul.nav.navbar-nav > li > a {
    color: #fff;
    margin-top: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase; }
    .ega-menu-top ul.nav.navbar-nav > li > a:hover {
      color: #fe7500;
      background-color: #fff; }
      .ega-menu-top ul.nav.navbar-nav > li > a:hover > b.caret {
        border-top: 0;
        border-bottom: 4px dashed; }
    .ega-menu-top ul.nav.navbar-nav > li > a:active, .ega-menu-top ul.nav.navbar-nav > li > a:focus {
      color: #fe7500;
      background-color: #fff; }

@media (min-width: 992px) {
  li.ega-dropdown-menu:hover > a {
    background-color: #fff;
    color: #f36f36 !important; } }

li.ega-dropdown-menu > a {
  background: #183544;
  border-radius: 5px; }
  @media (max-width: 992px) {
    li.ega-dropdown-menu > a {
      background-color: #fff; }
      li.ega-dropdown-menu > a:hover, li.ega-dropdown-menu > a:active, li.ega-dropdown-menu > a:focus {
        background-color: #fff; } }

.ega-menu-sub-container {
  display: flex;
  flex-wrap: wrap; }
  .ega-menu-sub-container > .ega-collection-in-menu {
    flex-grow: 0;
    flex-basis: 25%; }
    @media (max-width: 767px) {
      .ega-menu-sub-container > .ega-collection-in-menu {
        flex-basis: 50%; } }

.ega-home-slider, .ega-product-slider, .ega-brand-slider, .ega-brands-slider {
  position: relative; }
  .ega-home-slider .owl-dots, .ega-product-slider .owl-dots, .ega-brand-slider .owl-dots, .ega-brands-slider .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px; }
  .ega-home-slider .owl-nav, .ega-product-slider .owl-nav, .ega-brand-slider .owl-nav, .ega-brands-slider .owl-nav {
    opacity: 0.5;
    transition: 0.3s ease; }
    .ega-home-slider .owl-nav > .owl-prev,
    .ega-home-slider .owl-nav > .owl-next, .ega-product-slider .owl-nav > .owl-prev,
    .ega-product-slider .owl-nav > .owl-next, .ega-brand-slider .owl-nav > .owl-prev,
    .ega-brand-slider .owl-nav > .owl-next, .ega-brands-slider .owl-nav > .owl-prev,
    .ega-brands-slider .owl-nav > .owl-next {
      position: absolute;
      top: 50%;
      font-size: 25px;
      margin-top: -20px;
      z-index: 5;
      background-color: #ccc;
      padding-top: 7px; }
    .ega-home-slider .owl-nav > .owl-next, .ega-product-slider .owl-nav > .owl-next, .ega-brand-slider .owl-nav > .owl-next, .ega-brands-slider .owl-nav > .owl-next {
      right: 10px; }
    .ega-home-slider .owl-nav > .owl-prev, .ega-product-slider .owl-nav > .owl-prev, .ega-brand-slider .owl-nav > .owl-prev, .ega-brands-slider .owl-nav > .owl-prev {
      left: 10px; }

#ega-brands-slide {
  display: flex;
  flex-wrap: wrap; }

.ega-xs-menu {
  padding: 5px;
  background: #fe7500; }

.ega-menu-top .ega-menu-hambuger {
  padding: 5px;
  background: #fe7500;
  border: 0;
  margin-left: 0;
  margin-right: 0; }
  .ega-menu-top .ega-menu-hambuger:hover, .ega-menu-top .ega-menu-hambuger:focus, .ega-menu-top .ega-menu-hambuger:active {
    background: #fe7500;
    border: 0; }
  .ega-menu-top .ega-menu-hambuger > .icon-bar {
    background-color: #fff; }

@media (max-width: 992px) {
  #ega-menu-deiv-top {
    background-color: #fff; }
    #ega-menu-deiv-top > ul.nav.navbar-nav > li {
      border-bottom: 1px solid #ccc;
      padding: 5px 0;
      transition: 0.3s ease; }
    #ega-menu-deiv-top a {
      color: #247bbd;
      transition: 0.2s ease; }
      #ega-menu-deiv-top a:hover, #ega-menu-deiv-top a:active, #ega-menu-deiv-top a:focus {
        color: #247bbd; } }

.nav-bar-li:hover .nav-bar-a {
  color: #ff7700 !important; }

#nav-bar-span {
  transition: 0.3s ease; }

#nav-bar-a.showw {
  color: #ff7700; }

#nav-bar-span.showw {
  transform: rotate(180deg); }

#nav-bar-ul,
#nav-bar-ul ul,
#nav-bar-ul li,
#nav-bar-ul li ul,
#nav-bar-ul li ul li {
  list-style: none !important; }

#nav-bar-ul, .nav-bar-ul-li-ul, .nav-bar-ul-li-ul-li ul {
  max-height: 0;
  overflow: hidden;
  overflow-y: auto;
  transition: max-height 0.3s ease;
  list-style: none !important;
  text-transform: capitalize;
  color: #247bbd; }

#nav-bar-ul.showw, .nav-bar-ul-li-ul.showw, .nav-bar-ul-li-ul li ul.showw {
  max-height: 365px; }

.nav-bar-ul-li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }

.nav-bar-ul-li:last-child {
  border-bottom: none;
  padding: 10px 0 5px 0; }

.nav-bar-ul-li, .nav-bar-ul-li-ul-li, .nav-bar-ul-li-ul-li ul li a {
  transition: ease-in 0.5s; }

.nav-bar-ul-li:hover, .nav-bar-ul-li-ul-li:hover, .nav-bar-ul-li-ul-li ul li a:hover {
  color: #ff7700 !important;
  transition: ease-out 0.2s;
  cursor: pointer; }

.nav-bar-ul-li-ul-li, .nav-bar-ul-li-ul-li ul li, .nav-bar-ul-li-ul-li ul li a {
  margin: 4px 0; }

@media (max-width: 767px) {
  .yamm .yamm-content {
    padding: 5px; } }

.ega-a-account-header {
  color: #fff;
  font-size: 17px;
  padding-left: 10px; }
  .ega-a-account-header:hover {
    text-decoration: none;
    color: #fff; }

.visible-ega-table-xs {
  display: none; }
  @media (max-width: 992px) {
    .visible-ega-table-xs {
      display: table;
      width: 100%; }
      .visible-ega-table-xs > a {
        display: table-cell;
        width: 30%;
        text-align: right;
        margin-top: 2px;
        padding: 7px 15px;
        text-transform: uppercase; }
        .visible-ega-table-xs > a:first-child {
          width: 70%;
          text-align: left; } }

@media (max-width: 991px) and (min-width: 768px) {
  .ega-container-header-sm {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    overflow-x: hidden; }
    .ega-container-header-sm #ega-btn-menu-hambuger {
      float: left;
      padding-left: 25px; } }

@media (max-width: 768px) {
  .ega-container-header-sm #ega-btn-menu-hambuger {
    float: left;
    padding-left: 20px; } }

@media (max-width: 768px) {
  div[role='logo'] {
    padding-left: 5px; } }

@media (max-width: 992px) {
  li.dropdown .dropdown-menu {
    display: none;
    position: static; }
  li.dropdown.open .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.ega-menu-no-mega {
  max-width: 300px;
  width: 200px;
  left: auto !important;
  right: auto !important; }
  .ega-menu-no-mega > li {
    text-align: left; }
    .ega-menu-no-mega > li a.ega-sub-menu-a {
      text-align: left;
      padding-left: 10px; }

.ega-a-cart-icon-top {
  color: #fff;
  text-decoration: none;
  padding-left: 5px; }
  .ega-a-cart-icon-top:hover, .ega-a-cart-icon-top:active, .ega-a-cart-icon-top:focus {
    color: #fff;
    text-decoration: none; }

.ega-a-cart-icon-top__number {
  background-color: #fff;
  color: #999;
  border-radius: 50%;
  padding: 1px 5px;
  font-size: 11px;
  display: inline-block;
  text-align: center; }

.ega-header-top-item {
  position: relative;
  bottom: 2px; }

/*end header*/
/*footer*/
.ega-footer {
  padding: 6px 0;
  background: #183544;
  font-size: 10px; }
  .ega-footer * {
    color: #ffffff; }
  .ega-footer h4,
  .ega-footer h3 {
    color: #ffffff; }
  .ega-footer .ega-list-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
  .ega-footer a {
    color: #ffffff;
    text-decoration: none; }
    .ega-footer a:hover {
      color: #ffffff;
      text-decoration: none; }
  .ega-footer .ega-cpyright {
    color: #666666; }
    .ega-footer .ega-cpyright a {
      color: #204d74; }

@media (max-width: 992px) {
  .ega-footer .ega-list-menu {
    display: block !important; } }

.ega-footer-cols-flex {
  display: flex;
  justify-content: space-between;
  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: 100% !important; } }

.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: #183544;
  color: white;
  font-size: 10px;
  padding: 4px 0; }

.ega-footer-copyright .container .row {
  display: flex;
  justify-content: center; }

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

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

.bee-ul-social > li {
  display: inline-block;
  margin-right: 3px; }

.bee-fb-icon {
  background: transparent url("//theme.hstatic.net/200000974622/1001337901/14/icon-share.png?v=2493") no-repeat scroll -223px -128px;
  width: 40px;
  height: 35px;
  display: inline-block; }

.bee-gg-icon {
  background: transparent url("//theme.hstatic.net/200000974622/1001337901/14/icon-share.png?v=2493") no-repeat scroll -165px -128px;
  width: 40px;
  height: 35px;
  display: inline-block; }

.bee-tw-icon {
  background: transparent url("//theme.hstatic.net/200000974622/1001337901/14/icon-share.png?v=2493") no-repeat scroll -338px -128px;
  width: 40px;
  height: 35px;
  display: inline-block; }

/*end footer*/
/*index*/
.ega-home-slider-products {
  background-color: #fff;
  margin: 20px 0;
  padding: 10px;
  border-radius: 6px; }
  .ega-home-slider-products h3[role="home-product-name"] {
    margin: 15px;
    font-size: 19px;
    padding-bottom: 10px; }
  .ega-home-slider-products a.ega-home-coll-see-products {
    display: inline-block;
    margin: 15px;
    padding-bottom: 10px;
    text-decoration: none; }
    .ega-home-slider-products a.ega-home-coll-see-products:hover, .ega-home-slider-products a.ega-home-coll-see-products:active, .ega-home-slider-products a.ega-home-coll-see-products:focus {
      text-decoration: none; }

.ega-main-price-home {
  text-align: left;
  padding: 3px 0;
  font-size: 16px;
  font-weight: bold;
  color: #f36f36; }

.ega-home-product-name {
  padding: 5px 0;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.2em; }
  .ega-home-product-name.ega-home-product-name-xs {
    white-space: nowrap;
    padding: 8px 2px 2px;
    overflow: hidden; }

.ega-home-product-link {
  text-decoration: none;
  position: relative; }
  .ega-home-product-link:hover, .ega-home-product-link:active, .ega-home-product-link:focus {
    text-decoration: none; }

.ega-home-product-link img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  transition: transform 0.3s ease; }
  .ega-home-product-link img:hover {
    transform: scale(1.05); }

.ega-old-price-home {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
  text-align: left;
  margin-right: 10px; }

.ega-percent-home-price {
  font-size: 12px;
  color: #999999; }

.ega-home-product-items .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none; }
  .ega-home-product-items .owl-nav > .owl-prev,
  .ega-home-product-items .owl-nav > .owl-next {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease , transform 0.2s ease;
    cursor: pointer; }
    .ega-home-product-items .owl-nav > .owl-prev:hover,
    .ega-home-product-items .owl-nav > .owl-next:hover {
      background: rgba(0, 0, 0, 0.8);
      transform: translateY(-50%) scale(1.05); }
    .ega-home-product-items .owl-nav > .owl-prev.disabled,
    .ega-home-product-items .owl-nav > .owl-next.disabled {
      opacity: 0.3;
      pointer-events: none;
      transform: translateY(-50%) scale(1); }
  .ega-home-product-items .owl-nav > .owl-prev {
    left: 10px; }
  .ega-home-product-items .owl-nav > .owl-next {
    right: 10px; }

.ega-home-product-items .item {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  margin: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative; }
  .ega-home-product-items .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }

.ega-home-product-items .owl-nav > .owl-prev,
.ega-home-product-items .owl-nav > .owl-next {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px; }

@media (min-width: 768px) and (max-width: 992px) {
  .owl-carousel .owl-stage {
    display: flex !important; }
  .owl-carousel .owl-item {
    flex: 0 0 auto;
    float: none !important;
    box-sizing: border-box; }
  .owl-carousel .item {
    padding: 10px; }
  .ega-home-product-name {
    white-space: normal;
    word-break: break-word;
    font-size: 14px; }
  .ega-main-price-home {
    font-size: 13px; } }

.ega-products-owl-carousel > .owl-nav > .owl-next.ega-owl-next-all-product-container {
  padding: 0; }

.ega-products-owl-carousel > .owl-nav > .owl-next > .ega-owl-product-view-all {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  padding: 0; }
  .ega-products-owl-carousel > .owl-nav > .owl-next > .ega-owl-product-view-all > .ega-text-all-owl-next-product-count {
    font-size: 15px;
    background: transparent; }
  .ega-products-owl-carousel > .owl-nav > .owl-next > .ega-owl-product-view-all:hover, .ega-products-owl-carousel > .owl-nav > .owl-next > .ega-owl-product-view-all:active, .ega-products-owl-carousel > .owl-nav > .owl-next > .ega-owl-product-view-all:focus {
    text-decoration: none;
    color: #fff; }

.ega-home-slider-product-xs {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin: 20px 0;
  overflow: hidden; }
  .ega-home-slider-product-xs > h3[role="collection-title"] {
    margin: 0;
    padding: 16px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    background: #f9f9f9;
    border-bottom: 1px solid #eee; }
  .ega-home-slider-product-xs > div[role="link-all-products"] {
    padding: 12px 0;
    text-align: center;
    border-top: 1px solid #eee;
    background: #fafafa; }
    .ega-home-slider-product-xs > div[role="link-all-products"] > a {
      font-size: 14px;
      color: #007acc;
      text-decoration: none;
      font-weight: 500; }
      .ega-home-slider-product-xs > div[role="link-all-products"] > a:hover {
        text-decoration: underline; }
  .ega-home-slider-product-xs > .ega-home-products-xs {
    display: flex;
    gap: 5px 0px;
    flex-wrap: wrap; }
    .ega-home-slider-product-xs > .ega-home-products-xs > .ega-home-product-item-xs {
      flex-grow: 0;
      flex-basis: 33.33%;
      border: 1px solid #f0f0f0;
      background-color: #fff;
      overflow: hidden;
      transition: background 0.3s; }
      .ega-home-slider-product-xs > .ega-home-products-xs > .ega-home-product-item-xs:hover {
        background: #fafafa; }
      .ega-home-slider-product-xs > .ega-home-products-xs > .ega-home-product-item-xs > a[role="product-xs-link"] {
        display: block;
        padding: 12px;
        text-decoration: none; }
        .ega-home-slider-product-xs > .ega-home-products-xs > .ega-home-product-item-xs > a[role="product-xs-link"] > div[role="price"] {
          overflow: hidden;
          text-overflow: ellipsis; }
          .ega-home-slider-product-xs > .ega-home-products-xs > .ega-home-product-item-xs > a[role="product-xs-link"] > div[role="price"] > h4 {
            margin: 8px 0 0;
            font-size: 14px;
            color: #333;
            font-weight: 500;
            line-height: 1.4; }
        .ega-home-slider-product-xs > .ega-home-products-xs > .ega-home-product-item-xs > a[role="product-xs-link"]:hover, .ega-home-slider-product-xs > .ega-home-products-xs > .ega-home-product-item-xs > a[role="product-xs-link"]:focus {
          text-decoration: none; }

a.ega-home-promotion {
  z-index: 2;
  position: relative; }

.ega-home-promotion {
  width: 100%; }

.ega-home-promotion.gif {
  margin: 20px 0;
  display: block; }

.ega-home-collection-center {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  color: #000;
  position: relative; }

.ega-home-collection-center .hidden-xs {
  font-weight: 700;
  color: #f36f36; }

.ega-home-collection-center .hidden-lg {
  font-weight: 700;
  color: #f36f36;
  font-size: 24px; }

.ega-home-product-link {
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    .ega-home-product-link {
      margin: 0 10px; } }

.ega-percent-price {
  position: absolute;
  background-color: #f36f36;
  top: 0;
  padding: 16px 5px 24px 5px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); }

.ega-home-collection-name-title {
  color: #333;
  transition: 0.3s all ease-in-out;
  text-decoration: none; }
  .ega-home-collection-name-title:hover {
    text-decoration: underline;
    color: #f36f36; }

.ega-home-brands {
  display: flex; }

.ega-home-brands .container .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.ega-home-brand {
  width: 14%;
  background: #fff;
  border-radius: 8px;
  padding: 30px 15px 30px 15px;
  margin: 0.5%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex: 1 0 14.2857%;
  /* 10 sản phẩm mỗi hàng trên desktop */
  max-width: 13.2857%;
  height: 75px; }

.ega-home-brand:hover {
  transform: translateY(-3px); }

.ega-home-brand a {
  width: 100%; }

.ega-home-brand img {
  max-height: 70px;
  max-width: 100%; }

.ega-home-categories {
  display: flex; }

.ega-home-categories .container .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.ega-home-category {
  width: 19%;
  background: #fff;
  margin: 0.5%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex: 1 0 20%;
  /* 6 sản phẩm mỗi hàng trên desktop */
  max-width: 19%;
  height: 250px; }

.ega-home-category:hover {
  transform: translateY(-4px); }

.ega-home-category img {
  max-height: 100%;
  width: 100%;
  position: relative; }

.ega-home-category p {
  background-color: #fff;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding-bottom: 12px;
  border-radius: 8px;
  text-align: center; }

/*end index*/
/*collection*/
ul.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0; }
  @media (max-width: 767px) {
    ul.breadcrumb {
      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 + li:before {
    padding: 0;
    color: #333;
    content: "→";
    font-size: 20px; }

.ega-collection-sort-by {
  margin-bottom: 15px; }

.ega-collection-products {
  margin-top: 10px;
  margin-bottom: 10px; }
  .ega-collection-products .ega-col-products-container {
    display: block;
    overflow: hidden; }

.ega-collection-products.loading {
  opacity: 0.5;
  pointer-events: none; }

.ega-col-product-items {
  display: flex;
  flex-wrap: wrap; }
  .ega-col-product-items > .ega-col-product-item {
    flex-basis: 19%;
    flex-grow: 0;
    margin: 0.5%;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #ccc; }
    .ega-col-product-items > .ega-col-product-item > .ega-col-product-box {
      background: #fff;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
      height: 100%;
      position: relative;
      border: 1px solid #e8e9eb; }

.ega-col-product-item:hover {
  transform: translateY(-4px); }

.ega-col-product-item .ega-percent-price {
  left: 10%; }

/* Hình ảnh sản phẩm */
.ega-product-thumbnail img {
  width: 100%;
  background-color: #f8f8f8;
  transition: transform 0.3s ease;
  min-height: 248.5px;
  object-fit: cover; }

.ega-product-thumbnail:hover img {
  transform: scale(1.05); }

.ega-col-product-a {
  text-decoration: none;
  color: #666666;
  text-align: center;
  position: relative;
  display: block; }
  .ega-col-product-a:hover {
    text-decoration: none;
    color: #666666; }
  .ega-col-product-a .ega-product-col-name {
    font-size: 14px;
    margin: 16px 12px 8px;
    color: #222;
    text-align: center;
    min-height: 58px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 992px) {
      .ega-col-product-a .ega-product-col-name {
        height: 30px; } }
    @media (max-width: 768px) {
      .ega-col-product-a .ega-product-col-name {
        height: 15px;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden; } }
  .ega-col-product-a .ega-col-product-price {
    color: #f36f36;
    text-align: center;
    font-size: 16px;
    font-weight: 600; }
  .ega-col-product-a > div[role='price'] {
    height: 28px; }

.ega-col-product-action {
  margin: 10px 0;
  text-align: center; }
  .ega-col-product-action .ega-col-product-add-cart {
    border-radius: 6px;
    border: 1px solid #f36f36;
    padding: 5px 25px;
    background-color: #fff;
    color: #f36f36;
    outline: none; }
    .ega-col-product-action .ega-col-product-add-cart:hover, .ega-col-product-action .ega-col-product-add-cart:focus {
      background-color: #f36f36;
      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 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px 0;
  gap: 8px; }
  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; }

.ega-pagination .page-item {
  display: inline-block; }

.ega-pagination .page-item .page-link {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease; }

.ega-pagination .page-item:first-child .page-link, .ega-pagination .page-item:last-child .page-link {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  background-color: transparent;
  border: none;
  border-radius: 0%;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease; }

.ega-pagination .page-link:hover {
  background-color: #f0f0f0;
  border-color: #bbb;
  color: #1976d2; }

.ega-pagination .page-item.active .page-link {
  background-color: #1976d2;
  color: #fff;
  border-color: #1976d2;
  cursor: default; }

.ega-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none; }

.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-col-product-list-item {
  padding: 20px; }
  .ega-col-product-list-item .ega-col-product-action {
    text-align: left; }
  .ega-col-product-list-item .ega-col-product-price {
    color: #f36f36; }

@media (max-width: 767px) {
  .ega-view-mode-col {
    padding-right: 0;
    font-size: 25px; } }

.ega-view-mode {
  padding-top: 15px; }
  @media (max-width: 767px) {
    .ega-view-mode {
      padding-top: 0;
      font-size: 26px;
      white-space: nowrap; } }
  .ega-view-mode > a {
    color: #999;
    display: inline-block; }
  .ega-view-mode.list > a.list {
    color: #337ab7; }
  .ega-view-mode.grid > a.grid {
    color: #337ab7; }

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

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

.ega-checkbox-filter {
  display: none; }

.ega-checkbox-filter + label {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px; }

.ega-checkbox-filter:checked + label {
  background-color: #f26e35;
  color: white;
  border-color: #f26e35; }

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

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

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

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

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

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

.ega-color-filter {
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 4px 3px 0; }
  .ega-color-filter.checked {
    border-color: #ccc; }
  .ega-color-filter > input[type='checkbox'] {
    display: none; }
  .ega-color-filter > .ega-color-filter-inner {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff; }

div[role="product-list-description"] {
  overflow: hidden; }

.ega-a-filter-toggle {
  color: #f36f36;
  text-decoration: none;
  display: block;
  padding-bottom: 10px; }
  .ega-a-filter-toggle:hover, .ega-a-filter-toggle:active, .ega-a-filter-toggle:focus {
    color: #f36f36;
    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-pos-relative {
  position: relative; }
  @media (min-width: 991px) {
    .ega-pos-relative:hover .ega-quicklook-icon {
      display: block; } }

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

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

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

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

.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 > div#ega-filter-left {
  flex-basis: 20%;
  flex-grow: 0; }
  @media (max-width: 992px) {
    .ega-collection-flex-container > div#ega-filter-left {
      flex-basis: 40%; } }
  @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: 100%;
  flex-grow: 0;
  padding-left: 5px; }
  @media (max-width: 992px) {
    .ega-collection-flex-container > div#ega-content-right {
      flex-basis: 60%; } }
  @media (max-width: 767px) {
    .ega-collection-flex-container > div#ega-content-right {
      flex-basis: 100%;
      padding-left: 0; } }

.ega-sort-collection-container {
  display: flex;
  flex-wrap: wrap; }
  .ega-sort-collection-container > div:first-child {
    flex-basis: 20%;
    flex-grow: 0; }
    @media (max-width: 992px) {
      .ega-sort-collection-container > div:first-child {
        flex-basis: 40%; } }
    @media (max-width: 767px) {
      .ega-sort-collection-container > div:first-child {
        flex-basis: 100%; } }
  .ega-sort-collection-container > div:last-child {
    flex-basis: 100%;
    flex-grow: 0;
    padding-left: 5px; }
    @media (max-width: 992px) {
      .ega-sort-collection-container > div:last-child {
        flex-basis: 60%; } }
    @media (max-width: 767px) {
      .ega-sort-collection-container > div:last-child {
        flex-basis: 100%;
        padding-left: 0; } }

/*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*/
.ega-product-page-info-item {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 15px; }

.ega-product-page-info-item table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial , sans-serif;
  font-size: 14px;
  margin: 20px 0; }

.ega-product-page-info-item table thead {
  background-color: #f2f2f2; }

.ega-product-page-info-item table th,
.ega-product-page-info-item table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left; }

.ega-product-page-info-item table th {
  background-color: #f36f36;
  color: white;
  text-transform: uppercase; }

.ega-product-page-info-item table tr:nth-child(even) {
  background-color: #f9f9f9; }

.ega-product-page-info-item table tr:hover {
  background-color: #e6f7ff; }

.ega-product-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
  padding: 10px 0; }
  @media (max-width: 992px) {
    .ega-product-title {
      margin: 0;
      padding-top: 2px; } }

.product-gallery {
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  .product-gallery .product-image-wrapper {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 20px; }
    .product-gallery .product-image-wrapper .main-img {
      max-height: 300px;
      width: auto;
      max-width: 100%;
      height: 300px;
      display: block;
      margin: 0 auto;
      object-fit: contain;
      cursor: zoom-in; }
  .product-gallery .product-thumbnails {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none; }
    .product-gallery .product-thumbnails li {
      width: fit-content;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s ease , box-shadow 0.2s ease;
      cursor: pointer; }
      .product-gallery .product-thumbnails li:hover {
        transform: scale(1.05); }
      .product-gallery .product-thumbnails li .thumb-img {
        width: 84px;
        height: 84px;
        object-fit: fill;
        border-radius: 6px;
        border: 1px solid #f36f36; }
  @media (max-width: 768px) {
    .product-gallery .product-thumbnails li .thumb-img {
      width: 60px;
      height: 60px; } }

.product-cta {
  margin: 15% 2.5% 15% 2.5%;
  position: relative; }

.product-cta p:first-child {
  position: absolute;
  top: -100%;
  left: 5%;
  background-color: white;
  padding: 0% 2%;
  font-size: 18px;
  font-weight: 700;
  color: #337ab7; }

.product-cta a {
  border: 1px solid #f36f36;
  border-radius: 20px;
  padding: 7.5% 20%;
  font-size: 200%;
  color: #f36f36; }

.product-cta p:last-child {
  position: absolute;
  top: 140%;
  right: 10%;
  background-color: white;
  padding: 0% 2%;
  font-size: 12px; }

ul.ega-product-imgs {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  ul.ega-product-imgs > li {
    display: inline-block;
    margin-top: 3px;
    margin-right: 8px; }

.ega-img-div-child {
  padding: 2px; }
  .ega-img-div-child > .ega-product-img {
    height: auto; }

.ega-pr-page-price {
  font-size: 22px;
  font-weight: bold;
  color: #f36f36; }

.ega-avai-pr-page {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  color: #f36f36; }

.ega-giao-hang-pr-page {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 12px 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
  .ega-giao-hang-pr-page > h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px; }
  .ega-giao-hang-pr-page p {
    margin: 0;
    font-size: 14px;
    color: #666; }

.ega-ul-options {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px; }
  .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 {
  background: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 4px; }
  .ega-swatch.selected {
    border-color: #007bff;
    font-weight: 600;
    color: #007bff; }

.ega-option-title {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px; }

.ega-qty-control {
  display: flex;
  width: 120px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden; }
  .ega-qty-control > .input-group-addon {
    cursor: pointer;
    font-size: 16px;
    user-select: none; }
    .ega-qty-control > .input-group-addon:hover {
      cursor: pointer; }
  .ega-qty-control > input {
    text-align: center;
    font-size: 16px; }

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

h3.ega-main-color {
  margin-top: 10px; }

.btn.ega-pr-page-add-cart {
  width: 100%;
  background: #fff;
  color: #f36f36;
  font-size: 16px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #f36f36;
  transition: 0.3s ease; }

.ega-pr-page-add-cart:hover {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(242, 110, 53, 0.2), 0 3px 8px 0 rgba(242, 110, 53, 0.15); }

.ega-pr-page-add-cart:focus {
  outline: 0; }

.ega-pr-page-add-cart:active:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(242, 110, 53, 0.2), 0 3px 8px 0 rgba(242, 110, 53, 0.15);
  transform: translatey(4px); }

.btn.ega-pr-page-buy-now {
  width: 100%;
  background: #f36f36;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  border-radius: 6px;
  border: none;
  transition: 0.3s ease;
  margin-top: -5%; }

.ega-pr-page-buy-now:hover {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(242, 110, 53, 0.2), 0 3px 8px 0 rgba(242, 110, 53, 0.15); }

.ega-pr-page-buy-now:focus {
  outline: 0; }

.ega-pr-page-buy-now:active:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(242, 110, 53, 0.2), 0 3px 8px 0 rgba(242, 110, 53, 0.15);
  transform: translatey(4px); }

.ega-related-pr-page {
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  transition: all 0.3s ease;
  max-width: 300px;
  margin: 10px; }
  .ega-related-pr-page:hover {
    text-decoration: none; }
  .ega-related-pr-page .ega-col-product-price {
    color: #f36f36; }
  .ega-related-pr-page h4 {
    font-size: 14px;
    color: #666; }

.ega-related-pr-page:hover {
  border-color: #f36f36;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px); }

.ega-related-pr-page img {
  height: auto;
  max-height: 200px;
  border-radius: 3px;
  margin-bottom: 10px; }

.ega-related-pr-page h4 {
  font-family: Arial , sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.ega-related-pr-page [role="price"] {
  margin-top: 10px; }

.ega-related-pr-page .ega-col-product-price {
  font-family: Arial , sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #f36f36; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .ega-related-pr-page {
    margin: 5px 0; }
  .ega-related-pr-page h4 {
    font-size: 14px; }
  .ega-related-pr-page .ega-col-product-price {
    font-size: 16px; } }

.ega-show-after {
  display: none;
  margin-bottom: 20px; }

.ega-pr-page-ul-policies {
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px; }
  .ega-pr-page-ul-policies > li {
    margin-bottom: 10px; }
    .ega-pr-page-ul-policies > li:last-child {
      border-bottom: none; }

.ega-triangle-left {
  position: relative;
  top: -2px;
  margin-right: 6px;
  color: #f36f36; }

.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: #f36f36;
      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 #f36f36;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0; }

@keyframes slideFromLeft {
  0% {
    left: -500px;
    opacity: 0; }
  100% {
    left: 30px;
    opacity: 1; } }

.cart-toast {
  position: fixed;
  top: 15%;
  left: 30px;
  /* cố định sau khi đã hiện ra */
  background-color: #3c763d;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  /* hiệu ứng mờ dần */
  z-index: 9999;
  font-size: 14px; }

.cart-toast.show {
  opacity: 1;
  pointer-events: auto;
  animation: slideFromLeft 0.5s ease-in-out; }

.ega-pr-page-vendor a {
  /*font-size: 19px;*/
  /*padding-left: 10px;*/ }

.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 (min-width: 768px) {
  .ega-pr-page-qty-bottom {
    width: 120px; } }

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

/*end product*/
/*mini cart*/
#cart-bottom {
  background-color: #f36f36;
  position: fixed;
  bottom: 0;
  color: #fff;
  z-index: 5;
  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-second-color {
  color: #999999; }

.ega-main-color {
  color: #f36f36; }

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 {
  padding: 7px 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  justify-content: center; }
  .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: 768px) {
    .ega-row-bottom-cart {
      padding-top: 0;
      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 #f36f36;
  color: #f36f36; }

.ega-btn {
  background-color: #f36f36;
  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; }

.text-xs-center {
  text-align: center; }

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

.ega-contact-page h4 {
  text-align: center;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px; }

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

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

.eag-form-signup .row {
  display: flex;
  flex-direction: column;
  margin: 0px 5px 20px 5px; }

/*end contact*/
/*account*/
.eag-content-acc {
  display: block;
  overflow: hidden; }

.eag-content-acc h3 {
  margin-top: 0;
  color: #f26e35; }

.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 0 0 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*/
.ega-h1-blog {
  font-size: 25px;
  margin: 10px 0;
  padding-left: 15px; }

.ega-blog-title {
  color: #f36f36; }
  .ega-blog-title a {
    color: #f36f36;
    text-decoration: none; }
    .ega-blog-title a:hover {
      color: #f36f36;
      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: 5px;
  width: 80px; }

.ega-h1-article {
  margin-top: 0;
  font-size: 25px; }
  .ega-h1-article a {
    color: #f36f36;
    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 {
  background: #f9f9f9;
  padding: 20px 0;
  border-top: 1px solid #eee; }
  #saved-product-bottom h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  #saved-product-bottom .ega-product-saved-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
    transition: box-shadow 0.3s ease; }
    #saved-product-bottom .ega-product-saved-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }
    #saved-product-bottom .ega-product-saved-item a {
      text-decoration: none;
      display: flex;
      align-items: center; }
      #saved-product-bottom .ega-product-saved-item a img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 4px; }
      #saved-product-bottom .ega-product-saved-item a table {
        width: 100%;
        border-collapse: collapse; }
        #saved-product-bottom .ega-product-saved-item a table td {
          vertical-align: top;
          padding: 0 10px; }
      #saved-product-bottom .ega-product-saved-item a h5 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        color: #222;
        height: 3.8em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis; }
      #saved-product-bottom .ega-product-saved-item a .ega-main-color {
        font-size: 14px;
        color: #f36f36;
        margin-top: 5px;
        font-weight: bold; }

.ega-hidden-over {
  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; }

/*end order*/
.ega-footer-cols-flex {
  gap: 15px; }

.ega-footer-cols-flex .col_ft {
  flex-basis: calc(100% / 4 - 50px); }

@media (min-width: 1200px) {
  footer.ega-footer .container {
    width: 1368px; } }

.custom-price-container {
  margin-top: 10px; }

.custom-price {
  font-size: 24px;
  color: #4caf50;
  font-weight: bold; }

.custom-compare-price {
  font-size: 18px;
  color: #f44336;
  text-decoration: line-through; }

.custom-availability {
  font-size: 16px;
  color: #2196f3;
  margin-left: 10px; }

#ega-sort-tag .row {
  display: flex;
  align-items: center; }

#ega-sort-tag .row .ega-view-mode-col {
  width: 100%;
  background-color: #fff;
  background: #fff;
  border-radius: 8px;
  margin: 15px 5px;
  padding: 10px 40px 10px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.ega-search-brands-filter-item {
  width: 7.75%;
  margin: 1% 3.25% 1% 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative; }

.ega-search-brands-filter-item:hover {
  transform: translateY(-4px); }

.ega-search-brands-filter-item img {
  max-width: 100%;
  max-height: 40px; }

.ega-search-brands-filter-item.active {
  font-weight: 700;
  transform: translateY(0); }

.filter-panel {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.filter-panel.expanded {
  max-height: 800px;
  /* tùy độ dài nội dung */
  opacity: 1; }

#custom-ajax-cart-popup .btn:hover {
  background: #2563eb; }

#custom-ajax-cart-popup button:hover {
  background: #ddd; }

#custom-ajax-cart-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  /* Thêm flex để căn giữa */
  display: flex;
  align-items: center;
  justify-content: center; }

#custom-ajax-cart-popup > div {
  background: #fff;
  border-radius: 12px;
  max-width: 350px;
  width: 90%;
  margin: auto;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  text-align: center;
  position: relative; }

#custom-ajax-cart-popup .popup-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px; }

#custom-ajax-cart-popup .popup-actions a,
#custom-ajax-cart-popup .popup-actions button {
  flex: 1 1 0; }

#custom-ajax-cart-popup-stay:hover, #custom-ajax-cart-popup-continue:hover {
  transform: translateY(-4px); }

.page.contacting {
  display: flex;
  justify-content: space-between; }

.page.info {
  width: 64%; }

.ega-contact-page {
  width: 35%; }

.image-gallery img {
  max-width: 100%; }

.ega-product-page-info-item img {
  width: 100%; }
