@font-face {
  font-family: 'font-icons';
  src: url(//cdn.hstatic.net/themes/200001066164/1001403255/14/font-icons.eot?v=1);
  src: url(//cdn.hstatic.net/themes/200001066164/1001403255/14/font-icons.eot?v=1) format("embedded-opentype"), url(//cdn.hstatic.net/themes/200001066164/1001403255/14/font-icons.ttf?v=1) format("truetype"), url(//cdn.hstatic.net/themes/200001066164/1001403255/14/font-icons.woff?v=1) format("woff"), url(//cdn.hstatic.net/themes/200001066164/1001403255/14/font-icons.svg?v=1) format("svg");
  font-weight: normal;
  font-style: normal; }

.ega-icon-envelope:before {
  content: "\61"; }

.ega-icon-phone:before {
  content: "\63"; }

.ega-icon-envelope-o:before {
  content: "\62"; }

.ega-icon-caret-down:before {
  content: "\64"; }

.ega-icon-caret-left:before {
  content: "\65"; }

.ega-icon-caret-right:before {
  content: "\66"; }

.ega-icon-caret-up:before {
  content: "\67"; }

.ega-icon-angle-down:before {
  content: "\68"; }

.ega-icon-angle-left:before {
  content: "\69"; }

.ega-icon-angle-right:before {
  content: "\6a"; }

.ega-icon-angle-up:before {
  content: "\6b"; }

.ega-icon-angle-double-up:before {
  content: "\6c"; }

.ega-icon-angle-double-right:before {
  content: "\6d"; }

.ega-icon-angle-double-left:before {
  content: "\6e"; }

.ega-icon-angle-double-down:before {
  content: "\6f"; }

.ega-icon-facebook:before {
  content: "\70"; }

.ega-icon-google-plus:before {
  content: "\71"; }

.ega-icon-twitter:before {
  content: "\72"; }

.ega-icon-youtube:before {
  content: "\73"; }

.ega-icon-youtube-play:before {
  content: "\74"; }

.ega-icon-user:before {
  content: "\75"; }

.ega-icon-instagram:before {
  content: "\76"; }

.ega-icon-calendar:before {
  content: "\77"; }

.ega-icon-eye:before {
  content: "\78"; }

.ega-icon-shopping-cart:before {
  content: "\79"; }

.ega-icon-ban:before {
  content: "\7a"; }

.ega-icon-thumbnails:before {
  content: "\41"; }

.ega-icon-list-bullet:before {
  content: "\42"; }

.ega-icon-search-plus:before {
  content: "\43"; }

.ega-icon-check:before {
  content: "\44"; }

.ega-icon-arrow-right:before {
  content: "\45"; }

.ega-icon-arrow-left:before {
  content: "\46"; }

.ega-icon-arrow-down:before {
  content: "\47"; }

.ega-icon-arrow-up:before {
  content: "\48"; }

.ega-icon-search:before {
  content: "\49"; }

.ega-icon-cross-mark:before {
  content: "\4a"; }

.ega-icon-minus:before {
  content: "\4c"; }

.ega-icon-plus:before {
  content: "\4b"; }

.ega-icon-cancel:before {
  content: "\4d"; }

.ega-icon-filter:before {
  content: "\4e"; }

[class*=ega-icon-] {
  font-family: 'font-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/** Reset CSS **/
img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2; }

h5, .h5 {
  font-size: 1em; }

/** End Reset CSS **/
/** Helper Class **/
.ega-ul {
  padding-left: 0;
  list-style: none; }

.ega-clear {
  clear: both; }
  .ega-clear--left {
    clear: left; }
  .ega-clear--right {
    clear: right; }

.ega-nomargin {
  margin: 0 !important; }
  .ega-nomargin--top {
    margin-top: 0 !important; }
  .ega-nomargin--right {
    margin-right: 0 !important; }
  .ega-nomargin--bottom {
    margin-bottom: 0 !important; }
  .ega-nomargin--left {
    margin-left: 0 !important; }

.ega-nopadding {
  padding: 0 !important; }
  .ega-nopadding--top {
    padding-top: 0 !important; }
  .ega-nopadding--right {
    padding-right: 0 !important; }
  .ega-nopadding--bottom {
    padding-bottom: 0 !important; }
  .ega-nopadding--left {
    padding-left: 0 !important; }

.ega-noradius {
  border-radius: 0 !important; }

.ega-radius {
  border-radius: 5px; }

.ega-border {
  border: 1px solid #ddd; }

.ega-text--left {
  text-align: left !important; }

.ega-text--left {
  text-align: right !important; }

/** End Helper Class **/
/** Grid **/
.ega-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.ega-col, [class*=ega-col-] {
  padding-left: 10px;
  padding-right: 10px; }

/** Break point **/
/** Collumn **/
.ega-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.ega-col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.ega-col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.ega-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.ega-col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.ega-col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.ega-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.ega-col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.ega-col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.ega-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.ega-col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.ega-col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.ega-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.ega-col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.ega-col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.ega-col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.ega-col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.ega-col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

.ega-col-80 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.ega-col-90 {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

@media (min-width: 576px) {
  .ega-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-sm-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-sm-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-sm-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-sm-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-sm-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-sm-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-sm-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

@media (min-width: 768px) {
  .ega-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-md-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-md-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-md-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-md-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-md-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-md-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

@media (min-width: 992px) {
  .ega-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-lg-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-lg-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-lg-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-lg-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-lg-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-lg-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

@media (min-width: 1200px) {
  .ega-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-xl-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-xl-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-xl-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-xl-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-xl-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-xl-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

/** End Grid **/
/** Item **/
.ega-grid-item__image {
  margin-bottom: 10px;
  position: relative; }

.ega-grid-item__title {
  margin-top: 0;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.ega-list-item__image, .ega-list-item__content {
  display: inline-block;
  vertical-align: top; }

.ega-list-item__title {
  margin-top: 0; }

/** End Item **/
/** Component **/
/** Button **/
.ega-btn--absolute {
  height: 100%;
  position: absolute;
  top: 0; }
  .ega-btn--absolute.left {
    left: 0; }
  .ega-btn--absolute.right {
    right: 0; }

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

/** End Button **/
/** Ega Socials **/
.ega-socials__item {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
  margin-left: 5px;
  font-size: 1.2em; }
  .ega-socials__item:first-child {
    margin-left: 0; }
  .ega-socials__item i, .ega-socials__item span {
    line-height: 32px;
    color: #fff; }
  .ega-socials__item--facebook {
    background-color: #4e598f; }
  .ega-socials__item--twitter {
    background-color: #03a9f4; }
  .ega-socials__item--gplus {
    background-color: #ff3d00; }
  .ega-socials__item--youtube {
    background-color: #d22215; }
  .ega-socials__item--instagram {
    background-color: #6c27b3; }

.ega-socials--round .ega-socials__item {
  border-radius: 50%; }

.ega-socials--radius .ega-socials__item {
  border-radius: 3px; }

/** End Ega Socials **/
/** End Component **/
/** Menu **/
.ega-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  background-color: #fff;
  position: relative; }
  .ega-menu__item > a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    position: relative; }
    .ega-menu__item > a:hover {
      text-decoration: none; }
    .ega-menu__item > a i {
      position: absolute;
      line-height: inherit;
      top: 0; }
  .ega-menu__item h4, .ega-menu__item .h4 {
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px; }

/** Horizontal Menu **/
.ega-menu--horizontal {
  flex-wrap: wrap;
  display: flex; }
  .ega-menu--horizontal > .ega-menu__item {
    position: relative; }
    .ega-menu--horizontal > .ega-menu__item--has-megamenu {
      position: static; }
    .ega-menu--horizontal > .ega-menu__item > a {
      opacity: .8; }
      .ega-menu--horizontal > .ega-menu__item > a:hover {
        opacity: 1; }
      .ega-menu--horizontal > .ega-menu__item > a i {
        right: 4px; }
  .ega-menu--horizontal .col-last-right {
    padding: 0 10px; }
    .ega-menu--horizontal .col-last-right .coll-wrapper .coll-title {
      color: #666666;
      margin: 6px 0 10px 0;
      display: block;
      font-weight: bold;
      opacity: .8;
      font-size: 1em; }
      .ega-menu--horizontal .col-last-right .coll-wrapper .coll-title:hover {
        text-decoration: none;
        opacity: 1; }
    .ega-menu--horizontal .col-last-right .coll-wrapper .ega-product-item {
      text-align: center; }

/** Vertical Menu **/
.ega-menu--vertical > .ega-menu__item {
  display: block; }
  .ega-menu--vertical > .ega-menu__item > a {
    border-top: 1px solid #e1e1e1; }
    .ega-menu--vertical > .ega-menu__item > a i {
      right: 20px; }
  .ega-menu--vertical > .ega-menu__item:first-child > a {
    border-top: 0; }

/** Sub Menu **/
.ega-menu__item:not(.ega-menu__item--has-collapse) > .ega-menu--vertical > .ega-menu__item {
  padding-left: 15px;
  background: url(//cdn.hstatic.net/themes/200001066164/1001403255/14/widget-link.png?v=1) no-repeat 20px 5px; }

.ega-menu__item--has-collapse > .ega-menu--submenu {
  position: absolute;
  z-index: 2;
  min-height: 100%;
  background-color: #fff;
  -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);
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  -webkit-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.ega-menu--horizontal > .ega-menu__item--has-collapse > .ega-menu--submenu {
  -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__item--has-collapse:hover > .ega-menu--submenu {
  transform: scale(1, 1) !important; }

.ega-menu--submenu > .ega-menu__item {
  padding: 6px 0; }

.ega-menu--submenu > .ega-menu__item > a {
  line-height: 20px;
  border: 0; }

/** Horizontal **/
.ega-menu--horizontal > .ega-menu__item--has-collapse > .ega-menu--submenu {
  left: 0;
  top: 100%;
  min-width: 200px; }

.ega-menu--horizontal > .ega-menu__item--has-megamenu > .ega-menu--submenu {
  width: 100%;
  height: auto; }

/** Vertical **/
.ega-menu--vertical > .ega-menu__item--has-collapse > .ega-menu--submenu {
  left: 100%;
  top: 0;
  width: 100%; }
  .ega-menu--vertical > .ega-menu__item--has-collapse > .ega-menu--submenu--2col {
    min-width: 400px; }
  .ega-menu--vertical > .ega-menu__item--has-collapse > .ega-menu--submenu--3col {
    min-width: 600px; }
  .ega-menu--vertical > .ega-menu__item--has-collapse > .ega-menu--submenu--4col {
    min-width: 800px; }

/** End Vertical **/
/** End Sub Menu **/
/** Menu Mobile **/
.ega-menu--mobile > .ega-menu__item > a > i {
  width: 40px;
  text-align: center;
  right: 0; }

.ega-menu-mobile-wrapper {
  position: fixed;
  width: 275px;
  z-index: 300;
  top: 0;
  right: inherit;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15); }
  .ega-menu-mobile-wrapper:not(.bounceOutLeft):not(.bounceInLeft) {
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    -o-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  .ega-menu-mobile-wrapper .ega-menu--mobile {
    overflow-y: auto;
    height: 100%; }

.ega-menu-mobile-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 299;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  transition: visibility 0.4s ease, opacity 0.4s ease; }
  .ega-menu-mobile-overlay.open {
    visibility: visible;
    opacity: 1; }

.ega-menu-mobile__heading {
  overflow: hidden; }
  .ega-menu-mobile__heading > h4, .ega-menu-mobile__heading > .h4 {
    margin: 0;
    padding: 20px; }
    .ega-menu-mobile__heading > h4 > a, .ega-menu-mobile__heading > .h4 > a {
      float: right;
      display: block; }

/** End Menu Mobile **/
/** End Menu **/
/** Product **/
.ega-product__title {
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 15px; }

.ega-product__price {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em; }

.ega-product__compare-price {
  font-weight: normal; }

.ega-product__sale-tag {
  display: inline-block; }

.ega-product__btn--addtocart {
  color: #fff;
  background-color: #f00;
  font-size: 1.3em; }

.ega-product__btn--quickview {
  color: #fff;
  background-color: #33cc33; }

.ega-product__btn--soldout {
  color: #fff;
  background-color: #ccc;
  cursor: not-allowed; }

.ega-product-item {
  padding: 10px;
  width: 100%; }
  .ega-product-item__image {
    margin-bottom: 10px; }
  .ega-product-item__title {
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0; }
    .ega-product-item__title > a {
      font-weight: bold; }
  .ega-product-item__price {
    font-size: 1.1em;
    font-weight: bold; }
  .ega-product-item__compare-price {
    font-size: 1em;
    font-weight: normal; }

/** End Product **/
