@charset "UTF-8";
/* ==========  VARIABLES  ========== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=vietnamese");
/* ==========  FONTS  ========== */
@font-face {
  font-family: "ega-sale-font";
  src: url(//cdn.hstatic.net/themes/1000347083/1001500552/14/ega-sale-font.eot?v=1);
  src: url(//cdn.hstatic.net/themes/1000347083/1001500552/14/ega-sale-font.eot?v=1) format("embedded-opentype"), url(//cdn.hstatic.net/themes/1000347083/1001500552/14/ega-sale-font.woff?v=1) format("woff"), url(//cdn.hstatic.net/themes/1000347083/1001500552/14/ega-sale-font.ttf?v=1) format("truetype"), url(//cdn.hstatic.net/themes/1000347083/1001500552/14/ega-sale-font.svg?v=1) format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "ega-sale-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ega-icon-"]:before,
[class*=" ega-icon-"]:before {
  font-family: "ega-sale-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

.ega-icon-hanger:before {
  content: "\6c"; }

.ega-icon-monitor:before {
  content: "\6d"; }

.ega-icon-wine:before {
  content: "\6e"; }

.ega-icon-volleyball:before {
  content: "\6f"; }

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

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

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

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

.ega-icon-mobile-payment:before {
  content: "\74"; }

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

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

.ega-icon-external-link:before {
  content: "\43"; }

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

.ega-icon-label-sale:before {
  content: "\45"; }

.ega-icon-stars-couple:before {
  content: "\46"; }

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

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

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

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

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

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

/* ==========  COMMON  ========== */
html {
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 14px; }
  body.menu-toggled {
    overflow-y: hidden; }

* {
  box-sizing: border-box; }

main {
  display: block; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

a:focus, button:focus {
  outline: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

textarea {
  resize: vertical; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit; }

@media (max-width: 549px) {
  h3 {
    font-size: 1em; } }

iframe, img {
  max-width: 100%; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important; }

.text-color--success {
  color: #3c763d; }

.text-color--danger {
  color: #a94442; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* ==========  HELPERS  ========== */
.ega-hidden {
  display: none !important; }

.ega-inline-block {
  display: inline-block !important; }

.ega-block {
  display: block !important; }

@media (min-width: 576px) {
  .ega-hidden--sm {
    display: none !important; } }

@media (min-width: 768px) {
  .ega-hidden--md {
    display: none !important; } }

@media (min-width: 992px) {
  .ega-hidden--lg {
    display: none !important; } }

@media (min-width: 1200px) {
  .ega-hidden--xl {
    display: none !important; } }

@media (min-width: 576px) {
  .ega-inline-block--sm {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .ega-inline-block--md {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .ega-inline-block--lg {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .ega-inline-block--xl {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .ega-block--sm {
    display: block !important; } }

@media (min-width: 768px) {
  .ega-block--md {
    display: block !important; } }

@media (min-width: 992px) {
  .ega-block--lg {
    display: block !important; } }

@media (min-width: 1200px) {
  .ega-block--xl {
    display: block !important; } }

@media (min-width: 576px) {
  .ega-flex--sm {
    display: flex !important; } }

@media (min-width: 768px) {
  .ega-flex--md {
    display: flex !important; } }

@media (min-width: 992px) {
  .ega-flex--lg {
    display: flex !important; } }

@media (min-width: 1200px) {
  .ega-flex--xl {
    display: flex !important; } }

/* ==========  TYPOGRAPHY  ========== */
html, body {
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  font-size: 100%; }

p {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 16px; }

a {
  text-decoration: none; }

/* ==========  GRID  ========== */
.ega-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  /*  @media (min-width: 768px) {
      max-width:994px;
   }

   @media (min-width: 992px) {
      max-width: 994px;
   }

   @media (min-width: 1200px) {
     // max-width: 1140px;
			max-width: 994px;
   } */ }
  .ega-container--fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .ega-container {
      max-width: 1190px; } }

.ega-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

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

/** 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-order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .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-order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .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-order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .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-order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .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%; } }

/* ==========  MIXINS  ========== */
/** END GLOBAL CSS **/
a, a:hover, a:focus {
  text-decoration: none; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

.ega-p-0 {
  padding: 0px !important; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

#site-header {
  background-color: #fefefe;
  width: 100%;
  z-index: 20000;
  height: 61px;
  display: flex;
  align-items: center;
  transition: all .3s;
  top: 0; }
  #site-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    height: 61px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s; }
    #site-header.scrolled .wrap-logo {
      padding: 15px 15px 15px 0; }
      @media (max-width: 992px) {
        #site-header.scrolled .wrap-logo {
          margin: auto; } }
    #site-header.scrolled .wrap-logo img {
      max-height: 61px;
      width: 134px; }
  @media (max-width: 992px) {
    #site-header {
      height: 61px; }
    #site-header .logoimg {
      max-height: 53px;
      width: 200px; } }

@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.menu-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .menu-desktop .wrap-logo {
    width: 176px;
    height: 100%;
    margin-right: 30px;
    margin-left: 0px; }
    @media (max-width: 992px) {
      .menu-desktop .wrap-logo {
        margin: auto; } }
  .menu-desktop .logoimg {
    max-height: 90px; }
  .menu-desktop .menu-toggler {
    padding: 10px 10px 12px 10px;
    border-radius: 0px;
    top: -12px;
    left: 5px;
    position: relative;
    display: none;
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 61px;
    top: 0;
    z-index: 20; }
    @media (max-width: 992px) {
      .menu-desktop .menu-toggler {
        display: flex;
        align-items: center; } }
    .menu-desktop .menu-toggler-icon {
      position: relative; }
      .menu-desktop .menu-toggler-icon, .menu-desktop .menu-toggler-icon::before, .menu-desktop .menu-toggler-icon::after {
        height: 2px;
        background-color: #4DB7B3;
        display: inline-block; }
      .menu-desktop .menu-toggler-icon, .menu-desktop .menu-toggler-icon::before, .menu-desktop .menu-toggler-icon::after {
        width: 25px; }
      .menu-desktop .menu-toggler-icon::before, .menu-desktop .menu-toggler-icon::after {
        content: "";
        position: absolute;
        transition: all .2s; }
      .menu-desktop .menu-toggler-icon::before {
        left: 0;
        top: -6px; }
      .menu-desktop .menu-toggler-icon::after {
        right: 0;
        top: 6px; }
  .menu-desktop #nav {
    margin-right: auto; }
    .menu-desktop #nav ul {
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: auto; }
      .menu-desktop #nav ul li {
        margin: 0 5px;
        padding: 0 9.6px; }
        .menu-desktop #nav ul li i {
          font-size: 12px; }
        .menu-desktop #nav ul li a {
          font-size: 13px;
          color: rgba(119, 119, 119, 0.7);
          font-weight: bold;
          text-transform: uppercase; }
        .menu-desktop #nav ul li.active:not(.sub_menu_item) {
          color: #fa1216; }
          .menu-desktop #nav ul li.active:not(.sub_menu_item) > a, .menu-desktop #nav ul li.active:not(.sub_menu_item) i {
            color: #fa1216; }
    .menu-desktop #nav .dropdown_menu {
      position: relative; }
      .menu-desktop #nav .dropdown_menu:hover .sub_menu {
        display: block;
        position: absolute;
        opacity: 1; }
      .menu-desktop #nav .dropdown_menu:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%; }
    .menu-desktop #nav .sub_menu {
      display: none;
      width: 260px;
      z-index: 900;
      padding: 20px 0 20px;
      opacity: 0;
      margin: 0;
      transition: opacity .25s;
      box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
      border: 2px solid #ddd;
      color: #777;
      background-color: #fff;
      text-align: left;
      padding: 20px;
      top: 30px; }
      .menu-desktop #nav .sub_menu li {
        padding: 10px 0px;
        line-height: 1.3;
        border-bottom: 1px solid #ccc; }
        .menu-desktop #nav .sub_menu li:last-child {
          border: none; }
        .menu-desktop #nav .sub_menu li a {
          font-weight: normal;
          text-transform: capitalize;
          font-size: 16px;
          color: rgba(119, 119, 119, 0.7); }
      .menu-desktop #nav .sub_menu:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -10px;
        left: auto;
        -webkit-filter: drop-shadow(1px -2px 1px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(1px -2px 1px rgba(0, 0, 0, 0.15)); }
    @media (max-width: 992px) {
      .menu-desktop #nav {
        display: none; } }

#sidebar-menu {
  background: rgba(0, 0, 0, 0.6);
  z-index: 200000;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  padding: 30px;
  display: none; }
  #sidebar-menu .close {
    cursor: pointer;
    z-index: 1046;
    position: absolute;
    right: 20px;
    top: 0;
    color: rgba(255, 255, 255, 0.51);
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    line-height: 40px; }
    #sidebar-menu .close:hover {
      color: #fff; }
  #sidebar-menu .nav-wrapper {
    width: 260px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 30px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  #sidebar-menu .nav-icon {
    display: flex;
    padding: 20px; }
    #sidebar-menu .nav-icon a {
      margin-left: .25em;
      margin-right: .25em;
      font-size: 1em;
      color: #fff; }
  #sidebar-menu #nav ul {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    align-items: center; }
    #sidebar-menu #nav ul li {
      list-style: none;
      margin: 0;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      padding-right: 20px; }
      #sidebar-menu #nav ul li i {
        height: 100%;
        width: 20px;
        text-align: right;
        transition: all .1s ease-out; }
        #sidebar-menu #nav ul li i.rotated {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      #sidebar-menu #nav ul li a {
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        letter-spacing: .02em;
        text-transform: uppercase;
        font-weight: bolder;
        display: block;
        font-size: .8em;
        color: rgba(255, 255, 255, 0.8); }
        #sidebar-menu #nav ul li a:hover, #sidebar-menu #nav ul li a:focus {
          color: #fff; }
  #sidebar-menu #nav .sub_menu {
    display: none;
    width: 100%; }
    #sidebar-menu #nav .sub_menu.show {
      display: block; }

#home-slider {
  width: 100%;
  height: 490px;
  background: url("//cdn.hstatic.net/themes/1000347083/1001500552/14/banner_image.jpg?v=1") no-repeat center center/cover;
  color: #f1f1f1;
  padding: 0px; }
  @media (max-width: 550px) {
    #home-slider {
      background-image: url("//cdn.hstatic.net/themes/1000347083/1001500552/14/banner_image_mobile.jpg?v=1"); } }
  #home-slider .ega-container {
    position: relative;
    height: 100%; }
  @media (max-width: 768px) {
    #home-slider .banner_overlay {
      opacity: 0.3;
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      background: #000; } }
  #home-slider .banner_content {
    position: absolute;
    font-size: 11px;
    padding: 0px;
    width: 27%;
    text-align: center;
    z-index: 1; }
    @media (min-width: 768px) {
      #home-slider .banner_content {
        left: 0%;
        font-size: 16px; } }
    @media (min-width: 550px) {
      #home-slider .banner_content {
        width: 27%;
        top: 20%; } }
    @media (max-width: 768px) {
      #home-slider .banner_content {
        width: 86%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    #home-slider .banner_content h3 {
      padding: 0;
      font-weight: normal;
      margin-top: .2em;
      margin-bottom: .2em;
      font-size: 2em;
      line-height: 1.5em;
      letter-spacing: .05em;
      color: #fff; }
      #home-slider .banner_content h3 span {
        font-family: "Dancing Script",sans-serif; }
      @media (max-width: 549px) {
        #home-slider .banner_content h3 {
          font-size: 33px;
          line-height: 1em; } }
    #home-slider .banner_content p {
      margin-bottom: 1em;
      margin-top: 1em;
      font-size: 16px;
      font-weight: 300; }
    #home-slider .banner_content .banner_button {
      background-color: #ffffff;
      border: none;
      color: white;
      padding: 7px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 4px;
      font-weight: bolder; }

.video-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .video-container::before {
    display: block;
    content: "";
    padding-top: 56.25%; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

@media (min-width: 768px) {
  .ega-order-2 {
    -ms-flex-order: 2;
    order: 2; } }

.title {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  color: #555555; }
  @media (max-width: 549px) {
    .title {
      font-size: 20px !important; } }

section {
  padding: 20px 0px; }
  @media (min-width: 768px) {
    section {
      padding: 30px; } }

.feature [class*=ega-col-] {
  padding: 0 9.8px 19.6px; }

.feature .title {
  padding: 0px;
  margin-bottom: .5em; }

.feature__title {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: .5em;
  letter-spacing: .8px; }
  @media (max-width: 549px) {
    .feature__title {
      font-size: 1em !important; } }

.feature__content img {
  width: 100%; }

.product {
  color: #777777; }
  .product__title {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000; }
  .product__img {
    text-align: center;
    overflow: hidden;
    text-align: center; }
    .product__img img {
      width: 80%; }
  .product__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .product p {
    margin-bottom: 0px; }
  .product__price {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product__price ins {
      font-weight: bold;
      font-size: 1.4em;
      line-height: 1.3;
      margin-bottom: 0px;
      text-decoration: none;
      color: #ff0000; }
    .product__price del {
      font-size: 1.4em;
      font-weight: bold; }
  .product__meta {
    background-color: #306F33;
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 15px; }
    .product__meta a {
      color: #fff;
      text-transform: uppercase; }
  @media (max-width: 768px) {
    .product {
      display: inline-block;
      margin-bottom: 3em; } }

.devide {
  margin: 1em auto;
  max-width: 300px;
  height: 2px;
  background: #0f0f75; }

.call-action .action-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.call-action .action-sale, .call-action .action-call {
  border: none;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 25px;
  cursor: pointer;
  border-radius: 8px;
  width: 250px;
  margin-bottom: 1.3em; }

.call-action .action-call {
  background: #0057b5; }
  .call-action .action-call a {
    color: #fffcfc; }

.call-action .action-sale {
  background: #003e51; }
  .call-action .action-sale a {
    color: #fcfcfc; }

.footer {
  position: relative;
  padding: 40px 0;
  color: #777777;
  background-color: #efefef; }
  .footer a {
    color: #777777; }
    .footer a:hover {
      color: #cf303a; }
  @media (max-width: 767px) {
    .footer {
      padding: 15px 0 100px 0; } }
  .footer__wrap {
    position: relative;
    z-index: 1; }
  .footer__pre {
    margin-bottom: 30px; }
  .footer__logo {
    display: block;
    margin-bottom: 20px; }
    .footer__logo img {
      max-height: 100px; }
  .footer__head {
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .footer__head {
        height: 50px;
        line-height: 50px; } }
    .footer__head span {
      font-weight: 700; }
  .footer__nav {
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .footer__nav {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .footer__nav li + li {
        margin-top: 20px; } }
    @media (max-width: 991px) {
      .footer__nav li {
        float: left;
        display: inline-block;
        width: 50%;
        margin-bottom: 15px; } }
    .footer__nav li a {
      font-weight: 700;
      color: #777777;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .footer__nav li a {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .footer__nav li a {
          font-size: 12px; } }
    .footer__nav li.active a, .footer__nav li:hover a {
      color: #cf303a; }
  .footer__copyright {
    color: #777777;
    text-align: center; }
    @media (max-width: 991px) {
      .footer__copyright {
        margin-top: 20px;
        border-top: 1px solid;
        padding-top: 15px;
        font-size: 13px; } }
  .footer__left {
    float: left; }
    @media (max-width: 991px) {
      .footer__left {
        float: none; } }
  .footer__right {
    float: right; }
    @media (max-width: 991px) {
      .footer__right {
        float: none;
        text-align: center; } }
  .footer__link {
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    background: #a8a7a7;
    color: #383838 !important;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .footer__link:hover {
      background: #fff;
      color: #777777 !important; }
  @media (min-width: 991px) {
    .footer__contact {
      height: 100px;
      line-height: 100px;
      margin-bottom: 20px; } }
  .footer .social__title {
    display: block;
    border-bottom: 1px solid #636363;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #777777; }
    @media (max-width: 991px) {
      .footer .social__title {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .footer .social__list a {
    display: inline-block;
    margin-right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #777777;
    border-radius: 50%;
    text-align: center; }
    .footer .social__list a:before {
      color: #777777;
      font-size: 20px;
      line-height: initial; }
    .footer .social__list a:hover {
      border-color: #cf303a; }
      .footer .social__list a:hover:before {
        color: #cf303a; }

.productDetail-page {
  padding-bottom: 30px; }
  .productDetail-page .product {
    color: #000;
    margin: auto; }
    .productDetail-page .product__title {
      line-height: 1;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media (max-width: 576px) {
        .productDetail-page .product__title {
          margin-top: 5px;
          margin-bottom: 5px; } }
      .productDetail-page .product__title h1 {
        font-weight: bold;
        font-size: 25px; }
        @media (max-width: 576px) {
          .productDetail-page .product__title h1 {
            font-size: 22px; } }
    .productDetail-page .product__img {
      text-align: center; }
      .productDetail-page .product__img img {
        width: 70%; }
    .productDetail-page .product__info {
      display: flex; }
    .productDetail-page .product__price {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 15px; }
      .productDetail-page .product__price ins {
        display: inline-block;
        font-weight: bold;
        font-size: 1.6em;
        line-height: 1;
        text-decoration: none;
        color: #ff0000; }
        @media (max-width: 576px) {
          .productDetail-page .product__price ins {
            font-size: 1.4em; } }
      .productDetail-page .product__price del {
        display: inline-block;
        margin-left: 6px;
        font-size: 1.3em;
        font-weight: 700; }
        @media (max-width: 576px) {
          .productDetail-page .product__price del {
            font-size: 1.2em; } }
    .productDetail-page .product-full-img {
      text-align: center; }
  .productDetail-page .action-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    @media (max-width: 768px) {
      .productDetail-page .action-list {
        flex-wrap: nowrap;
        font-size: 12px;
        white-space: nowrap; } }
    .productDetail-page .action-list .button {
      padding: 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      width: 100%;
      border-radius: 5px;
      line-height: normal; }
  .productDetail-page .button-call {
    color: #ffffff;
    background-color: #3c772d;
    border: 1px solid #3c772d; }
  .productDetail-page .button-chat {
    color: #ffffff;
    background-color: #204d74;
    border: 1px solid #204d74; }
  .productDetail-page #add-to-cart {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid; }
  .productDetail-page .pb-table-product-policies {
    border-collapse: collapse;
    width: 100%; }
  .productDetail-page .pb-table-product-policies tr {
    border-bottom: 1px solid #ccc; }
  .productDetail-page .pb-table-product-policies > tbody > tr > td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 5px; }
  .productDetail-page .pb-table-product-policies > tbody > tr > td:first-child {
    width: 32px;
    white-space: nowrap; }
  .productDetail-page .pb-table-product-policies > tbody > tr > td:last-child {
    padding-left: 10px; }
  .productDetail-page .pb-table-product-policies > tbody > tr > td:last-child h5 {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase; }
  .productDetail-page .pb-table-product-policies > tbody > tr:last-child {
    border-bottom: none; }
  .productDetail-page .product-description ul {
    padding-left: 40px !important;
    margin: initial;
    list-style-type: initial !important; }
  .productDetail-page .product-description img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 554px) {
    .productDetail-page .product-description p iframe {
      width: 290px;
      height: 163px; } }
  .productDetail-page .title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 4px;
    margin-top: 10px; }
  @media (max-width: 768px) {
    .productDetail-page #pd-policies-sidebar {
      position: relative !important; }
      .productDetail-page #pd-policies-sidebar .pb-table-product-policies {
        display: none; } }
  .productDetail-page #sliderproduct img {
    margin: auto; }
    @media (max-width: 576px) {
      .productDetail-page #sliderproduct img {
        max-width: 80%; } }
  .productDetail-page .product-gallery__thumbs img {
    max-width: 100px; }
    @media (max-width: 768px) {
      .productDetail-page .product-gallery__thumbs img {
        max-width: 40px; } }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 20000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */ }
  .modal .modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 80%;
    /* Could be more or less, depending on screen size */ }
    @media (min-width: 768px) {
      .modal .modal-content {
        width: 60%; } }
  .modal .modal-header {
    border-bottom: 1px solid #f1eaea;
    position: relative;
    padding: 10px 5px; }
    .modal .modal-header h3 {
      font-weight: bold; }
  .modal .modal-body {
    padding: 10px 0; }
  .modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 0; }
  .modal .close:hover,
  .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }

#contact-page {
  padding-bottom: 20px; }
  #contact-page .ega-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto; }
  @media (min-width: 576px) {
    #contact-page .ega-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    #contact-page .ega-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    #contact-page .ega-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    #contact-page .ega-container {
      max-width: 1230px; } }
  #contact-page .google-map {
    height: 400px;
    width: 100%;
    overflow: hidden; }
    #contact-page .google-map iframe {
      width: 100%; }
  #contact-page .contact__body {
    margin-top: 60px; }
    @media (max-width: 767px) {
      #contact-page .contact__body {
        margin-top: 30px; } }
  #contact-page .contact__title {
    width: 226px;
    float: left;
    padding-right: 30px;
    text-align: center; }
    #contact-page .contact__title h2 {
      font-weight: 700;
      background-color: #282828;
      color: #fff;
      font-size: 25px;
      padding: 130px 15px;
      text-transform: uppercase; }
    @media (max-width: 1024px) {
      #contact-page .contact__title {
        padding-right: 10px; } }
    @media (max-width: 991px) {
      #contact-page .contact__title {
        width: 100%;
        padding: 0; }
        #contact-page .contact__title h2 {
          padding: 15px;
          font-size: 20px; } }
  #contact-page .contact__text {
    float: left;
    width: 487px;
    padding: 0 150px 0 30px; }
    @media (max-width: 1024px) {
      #contact-page .contact__text {
        width: 332px;
        padding: 0 10px; } }
    @media (max-width: 991px) {
      #contact-page .contact__text {
        width: 100%;
        padding: 0; } }
    #contact-page .contact__text h3 {
      position: relative;
      width: 100%;
      font-size: 16px;
      font-weight: 700;
      padding: 20px 90px 20px 0; }
      #contact-page .contact__text h3 a {
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        padding: 20px 0;
        font-size: 12px;
        color: #ec323d;
        line-height: 24px; }
    #contact-page .contact__text p {
      margin-bottom: 30px; }

.banner-collection-header {
  height: 265px;
  overflow: hidden; }
  .banner-collection-header img {
    height: 265px;
    width: 100%;
    object-fit: cover; }

#collection .collection-heading {
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  text-transform: none;
  padding-bottom: 6px;
  margin-top: 10px; }

#collection h1.title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  padding-bottom: 6px; }
  @media (max-width: 768px) {
    #collection h1.title {
      text-align: center; } }
  @media (max-width: 549px) {
    #collection h1.title {
      font-size: 22px !important; } }

#collection .sort-by {
  display: inline-block;
  width: auto; }

#collection .option {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    #collection .option {
      justify-content: center; } }
  #collection .option-tags {
    margin: 0 10px; }
    @media (max-width: 768px) {
      #collection .option-tags {
        justify-content: center;
        text-align: center; } }

@media (max-width: 768px) {
  #collection .pro-loop {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 768px) {
  #collection .filter-here {
    padding-left: 10px;
    padding-right: 10px; } }

#collection .product {
  padding-top: 20px;
  padding-bottom: 40px;
  display: block; }
  #collection .product__img {
    position: relative; }
    #collection .product__img img {
      width: 100%; }
  #collection .product__info {
    align-items: flex-start;
    width: 100%;
    padding: 5px; }
  #collection .product__title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1; }
    @media (max-width: 768px) {
      #collection .product__title {
        min-height: 4ex;
        margin-bottom: 0px; } }
  #collection .product__price {
    text-align: left; }
    #collection .product__price ins {
      font-size: 15px;
      margin-bottom: 0px; }
    #collection .product__price del {
      font-size: 15px;
      font-weight: normal;
      margin-left: 0px; }
  #collection .product__sale-tag {
    background: #cf303a;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    padding: 0 5px 0 8px;
    margin: 1px 10px 0 5px;
    height: 18px;
    padding-top: 2px; }
    #collection .product__sale-tag::before {
      content: '';
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 7px solid #cf303a;
      border-right: 0;
      position: absolute;
      top: 0;
      left: 97%; }
  #collection .product .product_tag {
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 2px;
    left: 0;
    min-height: 19px; }
  #collection .product .pb-product-tag-tra-gop {
    background: #cf303a;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    padding: 0 5px 0 8px;
    margin: 1px 10px 0 5px;
    height: 18px;
    float: right;
    padding-top: 2px; }
    #collection .product .pb-product-tag-tra-gop:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 7px solid #cf303a;
      position: absolute;
      top: 0;
      left: -6px; }
    #collection .product .pb-product-tag-tra-gop:after {
      content: '•';
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      position: absolute;
      right: 90%;
      font-size: 13px;
      top: 0; }
  @media (max-width: 768px) {
    #collection .product {
      margin-bottom: 0px; } }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.breadcrumb {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  padding-top: 13px;
  margin: 10px auto;
  border-bottom: 2px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .breadcrumb {
      margin-bottom: 0px; } }
  .breadcrumb i {
    font-size: 10px; }
  .breadcrumb li {
    display: inline-block;
    padding-right: 7px;
    margin-right: 7px;
    font-size: 14px;
    text-transform: capitalize; }
    .breadcrumb li a {
      color: #cf303a; }

.content-page {
  font-size: 16px; }
  .content-page ul {
    padding-inline-start: 40px;
    margin: initial;
    list-style-type: initial !important; }

body.product {
  overflow-x: hidden; }

.productDetail-page .pb-table-product-policies img {
  width: 30px; }

.dkbocongthuong img {
  width: 200px; }

.ega-countdown__container {
  padding: 0px !important; }

.ega-countdown-wrapper.ega-countdown-wrapper--product .ega-countdown.flip-clock-wrapper ul {
  width: 28px !important; }

#sliderproduct {
  max-width: calc(100vw - 20px); }

#kuvings-theme {
  max-width: calc(100vw);
  overflow: hidden; }
