@import url(font-awesome-pro/css/all.min.css);
:root{
    --maincolor: #d92c7c;
    --oldcolor: #fff;
    --hover: #eb278d;
    --pricecolor: #d92c7c;
/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[data-original-title],
  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: #231f20;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #0056b3;
  }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  th {
    text-align: inherit;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
    outline: none !important;
  }
  button,
  select {
    text-transform: none;
  }
  select {
    word-wrap: normal;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    -webkit-appearance: listbox;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none !important;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h3,
  h3 {
    font-size: 1.75rem;
  }
  .h4,
  h4 {
    font-size: 1.5rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .small,
  small {
    font-size: 80%;
    font-weight: 400;
  }
  .mark,
  mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "\2014\00A0";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  .figure {
    display: inline-block;
  }
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-1 {
    margin-left: 8.333333%;
  }
  .offset-2 {
    margin-left: 16.666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.333333%;
  }
  .offset-5 {
    margin-left: 41.666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.333333%;
  }
  .offset-8 {
    margin-left: 66.666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.333333%;
  }
  .offset-11 {
    margin-left: 91.666667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-footer,
  .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: 0.5;
  }
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
  }
  .modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-table {
    display: table !important;
  }
  .d-table-row {
    display: table-row !important;
  }
  .d-table-cell {
    display: table-cell !important;
  }
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  @media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
      format("woff");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-container-3d {
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  }
  .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: "prev";
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: "next";
  }
  .swiper-button-next.swiper-button-white,
  .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
  }
  .swiper-button-next.swiper-button-black,
  .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
  }
  .swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
  }
  .home-slider
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
  }
  .swiper-pagination-black {
    --swiper-pagination-color: #000000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next + .swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
  }
  .alert-dismissible {
    padding-right: 4rem;
  }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    border: initial;
    background: initial;
  }
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  .alert-primary .alert-link {
    color: #002752;
  }
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  .alert-secondary .alert-link {
    color: #202326;
  }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  .alert-success .alert-link {
    color: #0b2e13;
  }
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  .alert-info hr {
    border-top-color: #abdde5;
  }
  .alert-info .alert-link {
    color: #062c33;
  }
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  .alert-warning .alert-link {
    color: #533f03;
  }
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  .alert-danger .alert-link {
    color: #491217;
  }
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  .alert-light hr {
    border-top-color: #ececf6;
  }
  .alert-light .alert-link {
    color: #686868;
  }
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  .alert-dark .alert-link {
    color: #040505;
  }
  .lazyload {
    background: #ebebeb;
  }
  .lazyload.loaded {
    background: transparent;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 var(--maincolor);
    top: 50%;
    transform: translateY(calc(-50% - 0px));
    margin: 0;
    transition: 0.3s;
    outline: none;
    border-radius: 50%;
    background: initial;
  }
  .swiper-container .swiper-button-next:hover,
  .swiper-container .swiper-button-prev:hover {
    width: 40px;
    height: 40px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 4px 0 var(--maincolor);
  }
  .swiper-container .swiper-button-next:after,
  .swiper-container .swiper-button-prev:after {
    font-size: 14px;
    color: var(--maincolor);
    font-weight: bold;
  }
  .hover-banner {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .hover-banner:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    left: -100%;
    top: -100%;
  }
  .hover-banner:after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    left: 100%;
    top: 100%;
  }
  .hover-banner:hover:before,
  .hover-banner:hover:after {
    left: 0;
    top: 0;
  }
  body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    background: #f5f5f5;
  }
  a:hover {
    color: var(--maincolor);
  }
  .relative {
    position: relative;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .justify-space-beetwen {
    justify-content: space-between !important;
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1240px;
    }
  }
  .item_product_main {
    background: #ffffff;
    position: relative;
  }
  .video_play:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .video_play:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #333;
    opacity: 0.5;
    z-index: 1;
  }
  .product-action:not(.not) {
    position: relative;
  }
  .product-action:not(.not):before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
  }
  .product-action:not(.not) .product-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .product-action:not(.not) .product-thumbnail .image_thumb {
    display: block;
    position: relative;
  }
  @media (min-width: 1199px) {
    .product-action:not(.not) .product-thumbnail .image_thumb {
      height: 220px;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .product-action:not(.not) .product-thumbnail .image_thumb {
      height: 165px;
    }
  }
  @media (max-width: 991px) and (min-width: 767px) {
    .product-action:not(.not) .product-thumbnail .image_thumb {
      height: 150px;
    }
  }
  @media (max-width: 767px) {
    .product-action:not(.not) .product-thumbnail .image_thumb {
      height: 150px;
    }
  }
  .product-action:not(.not) .product-thumbnail .image_thumb img {
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .product-action:not(.not) .product-thumbnail .image_thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .product-action:not(.not) .product-info {
    z-index: 1;
    position: relative;
  }
  .product-action:not(.not) .product-info .product-name {
    font-size: 14px;
  }
  .product-action:not(.not) .product-info .product-name a {
    display: block;
    color: #3c3b3b;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    min-height: 39px;
  }
  .product-action:not(.not) .product-info .product-name a:hover {
    color: var(--maincolor);
  }
  .product-action:not(.not) .product-info .price-box {
    font-size: 16px;
    color: var(--pricecolor);
    min-height: 40px;
    font-weight: 700;
  }
  .product-action:not(.not) .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #76809b;
    display: block;
    font-weight: 500;
  }
  @media (max-width: 767px) {
    .product-action:not(.not) .product-info .price-box {
      font-size: 14px;
    }
  }
  .product-action:not(.not) .actions-primary {
    position: absolute;
    bottom: 0;
    right: 2px;
    z-index: 99;
  }
  @media (max-width: 1199px) {
    .product-action:not(.not) .actions-primary {
      display: none;
    }
  }
  .product-action:not(.not) .actions-primary button {
    background: initial;
    box-shadow: 0 0 4px 0 var(--maincolor);
    width: 35px;
    height: 35px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    border: initial;
    position: relative;
    z-index: 99;
  }
  .product-action:not(.not) .actions-primary button:hover {
    opacity: 0.6;
  }
  .product-action:not(.not) .actions-primary button .icon-detail {
    width: 20px;
    height: 12px;
  }
  .product-action:not(.not) .actions-primary button .icon-settings {
    width: 18px;
    height: 18px;
  }
  .product-action:not(.not) .actions-primary button .icon-cart {
    font-size: 18px;
    color: var(--maincolor);
  }
  .product-action:not(.not) .actions-primary button .icon-outsock {
    width: 16px;
    height: 18px;
  }
  .product-action:not(.not) .smart {
    position: absolute;
    top: 8px;
    left: 8px;
    background-image: url(../imgs/background-smart.png);
    background-repeat: no-repeat;
    font-size: 12px;
    border-radius: 5px;
    color: #ffff;
    height: 24px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .product-action:not(.not) .action .btn-views {
    background: var(--oldcolor);
    box-shadow: 0 0 4px 0 var(--maincolor);
    width: 35px;
    height: 35px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 16px;
    color: var(--maincolor);
  }
  .product-action:not(.not) .action .btn-views.setWishlist svg {
    width: 18px;
    height: 16px;
  }
  .product-action:not(.not) .action .btn-views.setWishlist.active {
    background: var(--maincolor);
  }
  .product-action:not(.not) .action .btn-views.setWishlist.active i {
    color: #fff;
  }
  .product-action:not(.not) .action .btn-views.quick-view svg {
    width: 18px;
    height: 18px;
  }
  .product-action:not(.not) .action .btn-views:hover {
    opacity: 0.6;
  }
  .product-action:not(.not) .action .actions-secondary {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 2;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  @media (min-width: 1199px) {
    .product-action:not(.not):hover .product-thumbnail .actions-primary {
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .product-action:not(.not):hover .action .actions-secondary {
      opacity: 1;
      visibility: visible;
      top: 10px;
    }
    .product-action:not(.not).contact:hover:before {
      bottom: 0;
    }
  }
  .image_hover {
    position: relative;
    display: block;
    text-align: center;
  }
  .image_hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .image_hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .image_hover:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
  }
  .image_hover:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3);
  }
  .backtop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: var(--maincolor);
    height: 44px;
    width: 44px;
    text-align: center;
    border-radius: 30px;
    z-index: 99;
    opacity: 0;
    top: initial !important;
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .backtop {
      right: 20px;
    }
  }
  .backtop:hover {
    background: var(--maincolor);
  }
  .backtop svg {
    width: 20px;
    height: 20px;
    color: #fff;
    margin-top: 11px;
  }
  .backtop.show {
    opacity: 1;
  }
  @media (max-width: 991px) {
    .backtop {
      height: 35px;
      width: 35px;
      border-radius: 35px;
      bottom: 70px;
      right: 8px;
    }
    .backtop svg {
      margin-top: 7px;
    }
  }
  .mailchim {
    position: relative;
  }
  .mailchim .bg {
    background: var(--maincolor);
    padding: 50px 80px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .mailchim .bg {
      padding: 50px 60px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
    }
  }
  .mailchim .mailchimp-alerts {
    margin-top: 5px;
    color: #fff;
  }
  .mailchim .newsletter-form {
    position: relative;
  }
  .mailchim .newsletter-form input {
    height: 47px;
    width: 100%;
    padding: 0 80px 0 20px;
    outline: none;
    border: initial;
    border-radius: 10px;
    font-size: 14px;
  }
  .mailchim .newsletter-form button {
    position: absolute;
    right: -1px;
    top: 0;
    border: initial;
    height: 47px;
    font-size: 14px;
    padding: 0 15px;
    background: #3d3532;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
  }
  .mailchim .newsletter-form button:hover {
    background: #333;
  }
  .mailchim .title-menu {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
  }
  .footer {
    background: #333333;
    margin-top: 50px;
  }
  .footer .mid-footer {
    padding: 60px 0px;
  }
  .footer .mid-footer .slogan-footer {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
  }
  .footer .mid-footer .social-footer {
    display: inline-block;
  }
  .footer .mid-footer .social-footer svg {
    width: 30px;
    height: 30px;
  }
  .footer .mid-footer .social-footer a {
    display: inline-block;
    margin-right: 12px;
    font-size: 26px;
    color: #fff;
  }
  .footer .mid-footer .social-footer a:hover {
    opacity: 0.6;
  }
  .footer .mid-footer .title-menu {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .footer .mid-footer .list-menu a {
    font-size: 13px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
  }
  .footer .mid-footer .list-menu a:hover {
    color: var(--maincolor);
  }
  .footer .mid-footer .contact-footer .item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin-bottom: 12px;
    position: relative;
  }
  .footer .mid-footer .contact-footer .item strong {
    display: block;
    font-size: 14px;
    color: #fff;
  }
  .footer .mid-footer .contact-footer .item a {
    color: rgba(255, 255, 255, 0.8);
  }
  .footer .mid-footer .contact-footer .item a:hover {
    color: var(--maincolor);
  }
  .footer .mid-footer .tuvan-khieunai {
    display: block;
    color: #fff;
    margin-bottom: 20px;
  }
  .footer .mid-footer .tuvan-khieunai .item {
    font-size: 13px;
    padding: 5px 0;
  }
  .footer .mid-footer .tuvan-khieunai .item a {
    color: var(--maincolor);
    font-size: 14px;
  }
  .footer .mid-footer .tuvan-khieunai .item a:hover {
    color: #fff;
  }
  .footer .mid-footer .payment {
    margin-top: 15px;
  }
  .footer .mid-footer .payment .item {
    display: inline-flex;
    margin-right: 5px;
  }
  .footer .mid-footer .tmdt {
    margin-top: 15px;
  }
  .footer .mid-footer .tmdt .item {
    display: inline-flex;
    margin-right: 5px;
  }
  .footer #copyright {
    font-size: 13px;
    color: #fff;
  }
  .footer #copyright .border {
    border-top: 1px dashed rgba(255, 255, 255, 0.8);
    padding: 15px 0;
  }
  .footer #copyright .logo-footer {
    text-align: right;
  }
  .footer #copyright .logo-footer img {
     height: 60px;
  }
  .footer #copyright .wsp {
    text-align: left;
  }
  .footer #copyright a {
    color: var(--maincolor);
  }
  .footer #copyright a:hover {
    color: #fff;
  }
  .footer .module-application {
    margin-top: 30px;
  }
  .footer .module-payment {
    margin-top: 30px;
  }
  .footer .module-payment .item {
    display: inline-block;
    margin-right: 6px;
  }
  .popup-sapo {
    position: fixed;
    bottom: 40px;
    left: 17px;
    margin: 0;
    z-index: 999;
    top: auto !important;
  }
  .popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--maincolor);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer;
  }
  .popup-sapo .icon svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out,
      -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available;
  }
  .popup-sapo .content {
    background: var(--maincolor);
    color: #fff;
    padding: 20px 10px 30px;
    border-radius: 10px;
    width: 270px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  @media (max-width: 500px) {
    .popup-sapo .content {
      width: 250px;
    }
  }
  .popup-sapo .content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
  }
  .popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px;
  }
  .popup-sapo .content .close-popup-sapo svg path {
    fill: #fff;
  }
  .popup-sapo .content ul {
    margin-bottom: 20px;
  }
  .popup-sapo .content ul li {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .popup-sapo .content ul li svg {
    margin-right: 10px;
  }
  .popup-sapo .content ul li svg path {
    fill: #fff;
  }
  .popup-sapo .content ul li a {
    color: #fff;
  }
  .popup-sapo .content ul li a:hover {
    opacity: 0.6;
  }
  .popup-sapo .content .ghichu {
    font-style: italic;
    font-size: 13px;
  }
  .popup-sapo.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  @media (max-width: 991px) {
    .popup-sapo {
      bottom: 70px;
    }
    .popup-sapo .icon {
      height: 35px;
      width: 35px;
    }
  }
  @keyframes iconSkew {
    0% {
      transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0deg) scale(1) skew(1deg);
    }
  }
  @media (min-width: 767px) {
    .footer .mid-footer .title-menu svg,
    .footer .mid-footer .title-menu .Collapsible__Plus {
      display: none;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .footer .module-application .hidden-mobile img {
      width: 105px;
    }
    .footer .module-payment .hidden-mobile .item img {
      width: 35px;
    }
  }
  @media (max-width: 991px) and (min-width: 767px) {
    .footer .mid-footer {
      padding: 60px 0px;
    }
    .footer .mid-footer .col-right {
      margin-top: 30px;
    }
    .footer .module-application img {
      width: 100px;
    }
    .footer .module-payment img {
      width: 35px;
    }
  }
  @media (max-width: 991px) {
    .header-nav {
      background-color: #fff;
      height: 100%;
      position: fixed;
      top: 0 !important;
      left: 0;
      z-index: 99999;
      width: 250px;
      transform: translateX(-100%);
      visibility: hidden;
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      box-shadow: none;
      touch-action: manipulation;
    }
    .header-nav.current {
      visibility: visible;
      transform: translateX(0);
    }
    .header-nav .item_big {
      overflow-y: auto;
      max-height: 100vh;
      height: 100vh;
    }
    .header-nav .item_big .nav-item {
      position: relative;
    }
    .header-nav .item_big .nav-item a {
      padding: 7px 30px 7px 10px;
      color: #333;
      height: unset;
      display: block;
      font-size: 14px;
    }
    .header-nav .item_big .nav-item .fa-caret-down {
      visibility: visible;
      position: absolute;
      right: 5px;
      top: 3px;
      width: 30px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      display: inline-block;
    }
    .header-nav .item_big .nav-item .fa-caret-down:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #333 transparent transparent transparent;
      display: inline-block;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      transition: 0.5s;
      margin-top: -3px;
    }
    .header-nav .item_big .nav-item .item_small {
      padding-left: 10px;
    }
    .header-nav .item_big .nav-item .item_small li {
      position: relative;
    }
    .header-nav .item_big .nav-item .item_small ul {
      padding-left: 10px;
    }
    .header-nav .item_big .nav-item .item_small ul li {
      position: relative;
    }
    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
      visibility: visible;
      position: absolute;
      right: 5px;
      top: 0;
      width: 30px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      display: inline-block;
    }
    .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #333 transparent transparent transparent;
      display: inline-block;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      transition: 0.5s;
      margin-top: -3px;
    }
    .header-nav li > ul {
      display: none;
    }
    .header-nav li.current > a {
      color: var(--maincolor) !important;
    }
    .header-nav li.current > ul {
      display: block;
    }
    .header-nav li.current .fa.current {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -os-transform: rotate(180deg);
      transition: all 0.5s;
      margin-top: 0px;
      color: #3ba66b;
      top: -3px;
    }
    .header-nav li.current .fa.current:before {
      border-color: var(--maincolor) transparent transparent transparent;
    }
    .header-nav .flash-scroll {
      display: none;
    }
    .header-nav ul.item_big_index {
      padding-right: 0;
    }
    .opacity_menu {
      background: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0 !important;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 99999;
      display: none;
    }
    .opacity_menu.current {
      display: block;
    }
  }
  @media (max-width: 991px) and (min-width: 767px) {
    .mailchim .bg {
      padding: 30px;
    }
  }
  @media (max-width: 767px) {
    .mailchim .bg {
      padding: 15px;
    }
    .mailchim .title-menu {
      margin-bottom: 10px;
    }
    .footer #copyright .wsp {
      text-align: center;
    }
    .footer #copyright .logo-footer {
      text-align: center;
      margin-top: 10px;
    }
    .footer .module-application {
      margin-top: 15px;
    }
    .footer .module-payment {
      margin-top: 15px;
    }
    .footer .mid-footer .contact-footer {
      margin-top: 20px;
    }
    .footer .mid-footer .title-menu {
      margin-bottom: 0;
    }
    .footer .mid-footer .title-menu .Collapsible__Plus {
      position: absolute;
      top: 0px;
      width: 20px;
      height: 20px;
      right: 0;
    }
    .footer .mid-footer .title-menu .Collapsible__Plus::before,
    .footer .mid-footer .title-menu .Collapsible__Plus::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
      background-color: #fff;
      -webkit-transition: opacity 0.4s ease-in-out,
        -webkit-transform 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out,
        -webkit-transform 0.4s ease-in-out;
    }
    .footer .mid-footer .title-menu .Collapsible__Plus::before {
      width: 11px;
      height: 1px;
      opacity: 1;
    }
    .footer .mid-footer .title-menu .Collapsible__Plus::after {
      width: 1px;
      height: 11px;
    }
    .footer .mid-footer .title-menu.current .Collapsible__Plus::after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
    }
    .footer .mid-footer .title-menu.current .Collapsible__Plus::before {
      opacity: 0;
    }
    .footer .mid-footer .hidden-mobile {
      display: none;
    }
    .footer .mid-footer .hidden-mobile.current {
      display: block;
      margin-top: 15px;
    }
    .footer .mid-footer .mailchim .newsletter-form {
      margin-top: 15px;
    }
    .footer .mid-footer .link-social {
      margin-top: 10px;
    }
    .footer .mid-footer .col-right {
      margin-top: 20px;
    }
    .footer .mid-footer .list-menu a {
      line-height: 2;
    }
    .footer .mid-footer .tuvan-khieunai {
      margin-bottom: 0;
    }
    .footer .mid-footer .payment {
      margin-top: 0;
    }
    .footer .mid-footer .tmdt {
      margin-top: 0;
    }
    .footer .col-footer {
      margin-bottom: 15px;
    }
    .footer .opacity1 {
      display: block;
    }
  }
  .col-xs-11.col-sm-4.alert.alert-success.animated.fadeInDown {
    width: 270px;
  }
  .col-xs-11.col-sm-4.alert.alert-success.animated.fadeInDown button.close {
    border: initial;
    background: initial;
  }
  .col-xs-11.col-sm-4.alert.alert-warning.animated.bounceInDown {
    width: 270px;
  }
  .col-xs-11.col-sm-4.alert.alert-warning.animated.bounceInDown button.close {
    border: initial;
    background: initial;
  }
  .col-xs-11.col-sm-4.alert.alert-info.animated.bounceInDown {
    width: 270px;
  }
  .col-xs-11.col-sm-4.alert.alert-info.animated.bounceInDown button.close {
    border: initial;
    background: initial;
  }
  .fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important;
  }
  .addThis_listSharing {
    position: fixed;
    bottom: 90px;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: auto !important;
  }
  @media (max-width: 991px) {
    .addThis_listSharing {
      bottom: 110px;
    }
  }
  .addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  @media (min-width: 992px) and (max-width: 1024px) {
    .addThis_listSharing.is-show {
      right: 10px;
    }
  }
  .addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .addThis_listing .addThis_item a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  @media (min-width: 768px) {
    .addThis_listing .addThis_item a svg {
      height: 44px;
      width: 44px;
    }
  }
  @media (max-width: 991px) {
    .addThis_listing .addThis_item a {
      width: 32px;
      height: 32px;
      line-height: 32px;
    }
    .addThis_listing .addThis_item a svg {
      height: 32px;
      width: 32px;
    }
  }
  .addThis_listing .addThis_item a .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  @media (max-width: 767px) {
    .addThis_listing .addThis_item a .tooltip-text {
      display: none;
    }
  }
  .addThis_listing .addThis_item .addThis_item-icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .addThis_listing .addThis_item .addThis_item-icon:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  .addThis_listing .addThis_item .addThis_item-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  .actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
  }
  .actionToolbar_mobile ul.actionToolbar_listing {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .actionToolbar_mobile ul.actionToolbar_listing li {
    width: 20%;
    float: left;
  }
  .actionToolbar_mobile ul.actionToolbar_listing li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
  }
  .actionToolbar_mobile ul.actionToolbar_listing li a svg {
    fill: #696969;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
  }
  .actionToolbar_mobile
    ul.actionToolbar_listing
    li.actionToolbar_chatbot
    a
    .messenger_absolute {
    margin-top: -25px;
    display: inline-block;
    vertical-align: top;
  }
  .actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
    width: 44px;
    height: 44px;
  }
  .sidebarAllMainCompare {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(100%);
  }
  .sidebarAllMainCompare.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .sidebarAllMainCompare .sidebarAllHeader {
    background: linear-gradient(
      180deg,
      var(--gradient1) 0%,
      var(--gradient1_2) 100%
    );
    padding: 10px;
    margin-bottom: 20px;
  }
  .sidebarAllMainCompare .sidebarAllHeader span {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
  }
  .sidebarAllMainCompare .sidebarAllHeader .title {
    position: relative;
  }
  .sidebarAllMainCompare .sidebarAllHeader .title a {
    padding-right: 30px;
    display: block;
  }
  .sidebarAllMainCompare .sidebarAllHeader .title a:hover {
    opacity: 0.6;
  }
  @media (max-width: 767px) {
    .sidebarAllMainCompare .sidebarAllHeader .title span {
      font-size: 16px;
    }
  }
  .sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg {
    width: 15px;
  }
  .sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg path {
    stroke: #fff;
  }
  .sidebarAllMainCompare .sidebarAllBody {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    margin: 0 -10px;
  }
  .sidebarAllMainCompare .sidebarAllBody .note {
    padding: 0 10px;
  }
  .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
    width: calc(100% / 3);
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  @media (max-width: 768px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
      min-width: 300px;
      justify-content: center;
    }
  }
  .sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid var(--maincolor);
    border-radius: 5px;
  }
  .sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb {
    position: relative;
    width: 30%;
    overflow: hidden;
    display: block;
  }
  .sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info {
    width: 70%;
    text-align: left;
    padding-left: 20px;
  }
  .sidebarAllMainCompare
    .sidebarAllBody
    .itemMainCompare
    .product-info
    .product-name {
    margin: 0 0 10px 0;
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 35px;
  }
  .sidebarAllMainCompare
    .sidebarAllBody
    .itemMainCompare
    .product-info
    .price-box {
    color: var(--pricecolor);
  }
  .sidebarAllMainCompare
    .sidebarAllBody
    .itemMainCompare
    .product-info
    .removeItem {
    cursor: pointer;
  }
  .sidebarAllMainCompare
    .sidebarAllBody
    .itemMainCompare
    .product-info
    .removeItem:hover {
    color: var(--maincolor);
  }
  .sidebarAllMainCompare
    .sidebarAllBody
    .itemMainCompare
    .product-info
    .compare-price {
    font-weight: 300;
    margin-left: 5px;
    color: #bbbbbb;
    font-size: 12px;
    text-decoration: line-through;
    display: block;
  }
  .sidebarAllMainCompare .sidebarAllFooter {
    margin: 20px;
  }
  .sidebarAllMainCompare .sidebarAllFooter .mainCompareButton {
    display: block;
    cursor: pointer;
    background: #146cda;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
  }
  .overplayAll {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background: rgba(40, 40, 40, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s;
    z-index: 99;
  }
  .overplayAll.active {
    opacity: 1;
    visibility: visible;
  }
  #search_suggestion {
    padding: 0 0 10px 0;
    color: #555;
    position: absolute;
    top: 40px !important;
    z-index: 9999;
    width: 100%;
    min-width: 290px;
    max-width: 100%;
    width: 100% !important;
    background-color: #f8f8f8;
    display: none;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
  }
  @media (max-width: 992px) {
    #search_suggestion {
      width: 100% !important;
      min-width: 100% !important;
    }
  }
  #search_suggestion h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    padding: 5px;
  }
  #search_suggestion ul {
    padding: 0;
  }
  #search_suggestion ul li {
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
  }
  #search_suggestion ul li:hover {
    background-color: #eee;
  }
  #search_suggestion ul li a {
    color: #787878;
    display: block;
    overflow: hidden;
  }
  #search_suggestion ul li .item_image {
    text-align: center;
    float: left;
    width: 100px;
    margin-right: 10px;
  }
  @media (max-width: 480px) {
    #search_suggestion ul li .item_image {
      width: 60px;
    }
  }
  #search_suggestion ul li .item_image img {
    max-width: 100%;
  }
  #search_suggestion ul li .item_detail {
    overflow: hidden;
    text-align: left;
  }
  @media (max-width: 480px) {
    #search_suggestion ul li .item_title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  #search_suggestion ul li .item_title h4 {
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: var(--maincolor);
  }
  @media (max-width: 480px) {
    #search_suggestion ul li .item_title h4 {
      font-size: 12px;
      display: initial;
    }
  }
  #search_suggestion ul li .item_price ins {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    color: var(--pricecolor);
  }
  @media (max-width: 480px) {
    #search_suggestion ul li .item_price ins {
      font-size: 12px;
    }
  }
  #search_suggestion ul li .item_price del {
    color: #666;
    font-size: 12px;
  }
  @media (max-width: 480px) {
    #search_suggestion ul li .item_price del {
      font-size: 11px;
    }
  }
  #search_top {
    max-height: 400px;
    overflow-y: auto;
  }
  #search_top::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
  }
  #search_top::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }
  #search_top::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: var(--maincolor);
  }
  #search_bottom {
    text-align: center;
    padding-top: 10px;
  }
  #search_bottom a {
    color: #444;
    text-decoration: underline;
    font-weight: 500;
  }
  #search_bottom a span {
    color: var(--pricecolor);
    word-break: break-word;
  }
  #search_bottom_mb {
    text-align: center;
    padding-top: 10px;
  }
  #search_bottom_mb a {
    color: #444;
    text-decoration: underline;
    font-weight: 500;
  }
  #search_bottom_mb a span {
    color: var(--pricecolor);
    word-break: break-word;
  }
  .header_search {
    position: relative;
  }
  @media (max-width: 321px) {
    #search_suggestion_mb {
      width: 240px !important;
      min-width: 240px !important;
      left: 50% !important;
      transform: translateX(-50%);
    }
  }
  .jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 15px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    overflow: hidden;
  }
  @media (max-width: 480px) {
    .jas-sale-pop {
      left: 10px;
      right: 10px;
      max-width: 290px;
    }
    .jas-sale-pop .jas-sale-pop-content {
      overflow: hidden;
      max-width: 180px;
    }
  }
  .jas-sale-pop a img {
    max-width: 80px;
  }
  @media (max-width: 321px) {
    .jas-sale-pop {
      left: 10px;
      right: 10px;
      max-width: 220px;
    }
    .jas-sale-pop .jas-sale-pop-content {
      max-width: 180px;
    }
  }
  .jas-sale-pop .mr__20 {
    margin-right: 10px;
  }
  .jas-sale-pop h4 {
    color: #222;
    margin: 0;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .jas-sale-pop h3 {
    margin: 0;
    font-size: 13px;
    max-width: 255px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300;
  }
  .jas-sale-pop h3 a {
    color: #878787;
    margin: 0;
    font-size: 13px;
  }
  .jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px;
    font-weight: 300;
  }
  .jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../imgs/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
  }
  .jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important;
  }
  @keyframes popup-fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
    }
  }
  #modal-banner {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 9999;
  }
  #modal-banner .modal-banner-promo {
    position: absolute;
    width: 650px;
    top: 50%;
    left: 50%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: 8011;
  }
  #modal-banner .modal-banner-promo .modal-body {
    position: relative;
    width: 100%;
    opacity: 0;
    animation-delay: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-name: popup-fade-in-up;
    aspect-ratio: 800/400;
  }
  #modal-banner .modal-banner-promo .modal-body img.lazyload {
    opacity: 0;
    background: transparent !important;
  }
  #modal-banner .modal-banner-promo .modal-body img.lazyload.loaded {
    opacity: 1;
    background: transparent;
  }
  #modal-banner .modal-banner-promo .modal-body form {
    margin: 0px;
  }
  #modal-banner .modal-banner-promo .modal-body form .check-close {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-top: 12px;
  }
  #modal-banner .modal-banner-promo .modal-body form .check-close input {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    opacity: 1;
    position: relative;
    top: inherit;
    left: inherit;
    margin-right: 8px;
    cursor: pointer;
  }
  #modal-banner .modal-banner-promo .modal-body form .check-close label {
    margin: 0px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  @media (max-width: 767px) {
    #modal-banner .modal-banner-promo {
      width: calc(100% - 40px);
      max-width: 480px;
    }
  }
  #modal-banner .modal-banner-promo .modalbanner-close {
    background-color: #5a5a5a;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
  }
  #modal-banner .modal-banner-promo .modalbanner-close svg {
    width: 20px;
    height: 20px;
  }
  #modal-banner .modalbanner-overlay {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
  }
  header.header {
    z-index: 9;
    position: relative;
    background: var(--maincolor);
  }
  header.header .header-middle {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: #fff;
  }
  header.header .header-middle .logo img {
    width: auto;
    height: 80px;
  }
  header.header .header-middle .header-store {
    margin-right: 27px;
  }
  header.header .header-middle .header-store a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  header.header .header-middle .header-store a span {
    display: block;
  }
  header.header .header-middle .header-store a span:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
  }
  header.header .header-middle .header-store a .text {
    margin-left: 10px;
  }
  header.header .header-middle .header-store a:hover .text {
    opacity: 0.6;
  }
  header.header .header-middle .header-search {
    margin-right: 27px;
  }
  header.header .header-middle .header-search form {
    width: 481px;
    position: relative;
  }
  header.header .header-middle .header-search form input {
    width: 100%;
    height: 49px;
    border-radius: 12px;
    border: solid 1px #ccc;
    background-image: url(../imgs/icon-search.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 45px;
    padding-right: 105px;
  }
  header.header .header-middle .header-search form .input-group-btn {
    position: absolute;
    right: 0;
    top: 9px;
  }
  header.header .header-middle .header-search form .input-group-btn button {
    height: 32px;
    border: initial;
    background: initial;
    color:#d92c7c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-left: 1px solid rgba(43, 47, 51, 0.2);
    width: 115px;
  }
  header.header .header-middle .header-hotline {
    margin-right: 21px;
  }
  header.header .header-middle .header-hotline a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  header.header .header-middle .header-hotline a span {
    display: block;
  }
  header.header .header-middle .header-hotline a span:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
  }
  header.header .header-middle .header-hotline a .text {
    margin-left: 10px;
  }
  header.header .header-middle .header-hotline a:hover .text {
    opacity: 0.6;
  }
  header.header .header-middle .header-wish {
    margin-right: 21px;
    text-align: center;
    position: relative;
  }
  header.header .header-middle .header-wish svg {
    margin-bottom: 8px;
  }
  header.header .header-middle .header-wish a {
    color: #d92c7c;
  }
  header.header .header-middle .header-wish a:hover .text,
  header.header .header-middle .header-wish a:hover svg {
    opacity: 0.6;
  }
  header.header .header-middle .header-account {
    text-align: center;
    position: relative;
  }
  header.header .header-middle .header-account svg {
    margin-bottom: 8px;
  }
  header.header .header-middle .header-account > a {
    color: #d92c7c;
  }
  header.header .header-middle .header-account > a span {
    display: block;
  }
  header.header .header-middle .header-account > a:hover span {
    opacity: 0.6;
  }
  header.header .header-middle .header-account .drop-account {
    width: 130px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    transition-duration: 0s;
    transition-delay: 0.1s;
    opacity: 0;
    visibility: hidden;
  }
  header.header .header-middle .header-account .drop-account a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    padding: 0 5px;
  }
  header.header .header-middle .header-account .drop-account a:first-child {
    border-bottom: solid 1px #ebebeb;
  }
  @media (min-width: 991px) {
    header.header .header-middle .header-account:hover > a {
      opacity: 0.6;
    }
    header.header .header-middle .header-account:hover .drop-account {
      opacity: 1;
      visibility: visible;
    }
  }
  header.header .header-middle .header-cart {
    text-align: center;
    margin-right: 27px;
  }
  header.header .header-middle .header-cart svg {
    margin-bottom: 7px;
  }
  header.header .header-middle .header-cart .text {
    display: block;
    color: #d92c7c;
  }
  header.header .header-middle .header-cart .cart-head {
    position: relative;
  }
  header.header .header-middle .header-wish a .count_item {
    background: #d92c7c;
    display: inline-block;
    color:#fff;
    line-height: 17px;
    width: 17px;
    height: 17px;
    font-size: 13px;
    border-radius: 17px;
    position: absolute;
    right: 5px;
    top: -10px;
  }
  header.header .header-middle .header-cart .cart-head .count_item {
    background: #d92c7c;
    display: inline-block;
    color:#fff;
    line-height: 17px;
    width: 17px;
    height: 17px;
    font-size: 13px;
    border-radius: 17px;
    position: absolute;
    right: 5px;
    top: -15px;
  }
  header.header .header-middle .header-cart .cart-head:hover .text,
  header.header .header-middle .header-cart .cart-head:hover svg {
    opacity: 0.6;
  }
  .header-menu {
    position: relative;
    z-index: 99;
    background: #d92c7c;
  }
  .header-menu .header-menu-scroll {
    display: flex;
    align-items: center;
  }
  @media (min-width: 991px) {
    .header-menu .header-menu-scroll .header-nav .item_big {
      white-space: nowrap;
      display: inline-block;
    }
  }
  .header-menu .header-menu-scroll .control-menu {
    display: none;
    text-align: right;
  }
  .header-menu .header-menu-scroll .control-menu.active {
    display: block;
  }
  .header-menu .header-menu-scroll .control-menu #prev svg,
  .header-menu .header-menu-scroll .control-menu #next svg {
    width: 12px;
    height: 12px;
    margin-top: -5px;
  }
  @media (min-width: 1199px) {
    .header-menu .header-menu-scroll .header-nav {
      width: 1170px;
    }
    .header-menu .header-menu-scroll .control-menu {
      width: calc(100% - 1170px);
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .header-menu .header-menu-scroll .header-nav {
      width: 885px;
    }
    .header-menu .header-menu-scroll .control-menu {
      width: calc(100% - 885px);
    }
  }
  .header-menu .logo {
    height: 100%;
    align-items: center;
    display: flex;
  }
  .header-menu .inner {
    background: var(--maincolor);
    padding: 0 0 0 20px;
  }
  .header-menu .col-right {
    align-items: center;
    display: flex;
    justify-content: end;
  }
  .search-suggest {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border-radius: 8px;
    display: none;
    position: absolute;
    top: 100%;
    overflow-y: auto;
    box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
  }
  .search-suggest.open {
    display: block;
    z-index: 99999;
    padding: 10px;
  }
  .search-suggest.open .title {
    display: inline-block;
    color: #000;
  }
  .search-suggest .smart-search-title {
    margin-bottom: 10px;
  }
  .search-suggest .smart-search-title li {
    display: inline-block;
  }
  .search-suggest .smart-search-title li a {
    padding: 5px 10px;
    display: block;
    background: var(--maincolor);
    color: #fff;
    border-radius: 5px;
    opacity: 0.8;
  }
  .search-suggest .smart-search-title li:hover a,
  .search-suggest .smart-search-title li.active a {
    background: var(--maincolor);
    color: #fff;
    opacity: 1;
  }
  .list-search-style {
    text-align: center;
    margin-bottom: 10px;
    display: none;
  }
  .list-search-style.active {
    display: block;
  }
  .list-search-style .title-search {
    text-align: left;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    font-weight: 800;
  }
  .list-search-style .title-search span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }
  .list-search-style .title-search span:before {
    background: var(--maincolor);
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%;
  }
  .list-search-style .see-more {
    color: var(--maincolor);
    padding: 8px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    border: 1px solid var(--maincolor);
    border-radius: 8px;
  }
  .list-search-style .see-more:hover {
    background: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: #fff;
  }
  .list-search-style .product-smart,
  .list-search-style .art-smart {
    display: inline-block;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .list-search-style .product-smart:first-child,
  .list-search-style .art-smart:first-child {
    margin-top: 5px;
  }
  .list-search-style .product-smart:last-child,
  .list-search-style .art-smart:last-child {
    border-bottom: none;
  }
  .list-search-style .product-smart .image_thumb,
  .list-search-style .art-smart .image_thumb {
    display: inline-block;
    float: left;
    width: 80px;
  }
  .list-search-style .product-smart .image_thumb img,
  .list-search-style .art-smart .image_thumb img {
    object-fit: scale-down;
  }
  .list-search-style .product-smart .product-info,
  .list-search-style .art-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    padding-left: 10px;
  }
  .list-search-style .product-smart .product-info,
  .list-search-style .art-smart .product-info {
    position: relative;
  }
  .list-search-style .product-smart .product-info h3,
  .list-search-style .art-smart .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 3px;
    text-transform: capitalize;
  }
  @media (max-width: 1199px) {
    .list-search-style .product-smart .product-info h3,
    .list-search-style .art-smart .product-info h3 {
      font-size: 14px;
    }
  }
  .list-search-style .product-smart .product-info h3:hover,
  .list-search-style .art-smart .product-info h3:hover {
    color: var(--maincolor);
  }
  .list-search-style .product-smart .product-info h3 a,
  .list-search-style .art-smart .product-info h3 a {
    color: #000;
  }
  .list-search-style .product-smart .product-info h3 a:hover,
  .list-search-style .art-smart .product-info h3 a:hover {
    color: var(--maincolor);
  }
  .list-search-style .product-smart .product-info .price-box,
  .list-search-style .art-smart .product-info .price-box {
    color: red;
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  @media (max-width: 767px) {
    .list-search-style .product-smart .product-info .price-box,
    .list-search-style .art-smart .product-info .price-box {
      min-height: 54px;
    }
  }
  .list-search-style .product-smart .product-info .price-box .price,
  .list-search-style .art-smart .product-info .price-box .price {
    padding-right: 5px;
  }
  .list-search-style .product-smart .product-info .price-box .compare-price,
  .list-search-style .art-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #969696;
    line-height: 24px;
    font-weight: 300;
  }
  @media (max-width: 767px) {
    .list-search-style .product-smart .product-info .price-box .compare-price,
    .list-search-style .art-smart .product-info .price-box .compare-price {
      display: block;
    }
  }
  @media (min-width: 1199px) {
    header.header .col-right {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    header.header .col-middle {
      -ms-flex: 0 0 63.333333%;
      flex: 0 0 63.333333%;
      max-width: 63.333333%;
    }
    header.header .header-middle .header-search form {
      width: 545px;
    }
  }
  @media (min-width: 991px) {
    .header-nav {
      flex: 1;
      display: block;
      overflow-x: hidden;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
    }
    .header-nav > ul.item_big > li.nav-item {
      display: inline-block;
      position: static;
      margin-right: 35px;
    }
    .header-nav > ul.item_big > li.nav-item.has-mega {
      position: static;
    }
    .header-nav > ul.item_big > li.nav-item.has-mega .mega-content {
      background: #fff;
      overflow: hidden;
      display: block;
      max-height: 0px;
      max-width: 0px;
      opacity: 0;
      -webkit-transform: perspective(600px) rotateX(-90deg);
      -moz-transform: perspective(600px) rotateX(-90deg);
      -ms-transform: perspective(600px) rotateX(-90deg);
      -o-transform: perspective(600px) rotateX(-90deg);
      transform: perspective(600px) rotateX(-90deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease,
        max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.6s ease,
        max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end,
        max-width 0.6s step-end, padding 0.6s step-end;
      box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      margin: 0;
      padding: 15px 15px 0;
      position: absolute;
      top: 100%;
      z-index: 9999;
      width: 100%;
      border: none;
      text-align: left;
    }
    .header-nav > ul.item_big > li.nav-item.has-mega .mega-content ul li {
      white-space: initial;
    }
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .level1.item
      > a:hover,
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .level1.item
      > a:focus {
      text-decoration: none;
    }
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .level1.item
      .h-mega {
      font-weight: 600;
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 5px;
      white-space: break-spaces;
      display: block;
    }
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .level1.item
      ul.level1 {
      margin-bottom: 30px;
    }
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .level1.item
      ul.level1
      li
      a {
      font-weight: normal !important;
      text-transform: none !important;
      color: #333;
    }
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .level1.item
      ul.level1
      li
      a:hover,
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .level1.item
      ul.level1
      li
      a:focus {
      text-decoration: none;
      color: var(--maincolor);
    }
    .header-nav > ul.item_big > li.nav-item.has-mega .mega-content .row .level1 {
      margin-bottom: 10px;
    }
  }
  @media (min-width: 991px) and (min-width: 991px) {
    .header-nav
      > ul.item_big
      > li.nav-item.has-mega
      .mega-content
      .row
      .level1:nth-child(4n + 1) {
      clear: left;
    }
  }
  @media (min-width: 991px) {
    .header-nav > ul.item_big > li.nav-item.has-mega:hover > .mega-content {
      overflow: visible;
      max-height: 800px;
      max-width: 845px;
      opacity: 1;
      -webkit-transform: perspective(600px) rotateX(0deg);
      -moz-transform: perspective(600px) rotateX(0deg);
      -ms-transform: perspective(600px) rotateX(0deg);
      -o-transform: perspective(600px) rotateX(0deg);
      transform: perspective(600px) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease,
        max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.2s ease,
        max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end,
        max-width 0s step-end, padding 0s step-end;
    }
    .header-nav > ul.item_big > li.nav-item:last-child {
      margin-right: 0;
    }
    .header-nav > ul.item_big > li.nav-item:first-child > a {
      padding-left: 0;
    }
    .header-nav > ul.item_big > li.nav-item > a {
      display: block;
      text-align: left;
      font-size: 16px;
      position: relative;
      color: #fff;
      padding: 15px 0;
      font-weight: 500;
    }
    .header-nav > ul.item_big > li.nav-item > a.caret-down:after {
      content: "";
      position: relative;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #fff transparent transparent transparent;
      display: inline-block;
      top: -2px;
      margin-left: 2px;
      margin-top: -6px;
      transition: 0.5s;
    }
    .header-nav > ul.item_big > li.nav-item:hover > a {
      color: #fdfca5;
    }
    .header-nav > ul.item_big > li.nav-item:hover > a.caret-down:after {
      transform: rotate(180deg);
      border-color: #fdfca5 transparent transparent transparent;
    }
    .header-nav > ul.item_big > li.nav-item:hover > ul {
      overflow-y: scroll;
      max-height: 400px;
      max-width: 3000px;
      opacity: 1;
      -webkit-transform: perspective(600px) rotateX(0deg);
      -moz-transform: perspective(600px) rotateX(0deg);
      -ms-transform: perspective(600px) rotateX(0deg);
      -o-transform: perspective(600px) rotateX(0deg);
      transform: perspective(600px) rotateX(0deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease,
        max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.2s ease,
        max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
      transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end,
        max-width 0s step-end, padding 0s step-end;
    }
    .header-nav > ul.item_big > li.nav-item .fa-caret-down {
      visibility: hidden;
      display: none;
    }
    .header-nav > ul.item_big > li.nav-item .item_small {
      overflow: hidden;
      display: block;
      max-height: 0px;
      max-width: 0px;
      opacity: 0;
      -webkit-transform: perspective(600px) rotateX(-90deg);
      -moz-transform: perspective(600px) rotateX(-90deg);
      -ms-transform: perspective(600px) rotateX(-90deg);
      -o-transform: perspective(600px) rotateX(-90deg);
      transform: perspective(600px) rotateX(-90deg);
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease,
        max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      -o-transition: -o-transform 0.5s ease, opacity 0.6s ease,
        max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
      transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end,
        max-width 0.6s step-end, padding 0.6s step-end;
      position: absolute;
      top: 100%;
      left: auto;
      width: 220px;
      padding: 0;
      background-color: #fff;
      box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      z-index: 99;
    }
    .header-nav > ul.item_big > li.nav-item .item_small:before {
      content: "";
      position: absolute;
      top: -14px;
      right: 0;
      background: transparent;
      width: 200px;
      height: 14px;
    }
    .header-nav > ul.item_big > li.nav-item > ul li {
      float: none;
      padding: 0 0;
    }
    .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
      border-bottom: 0;
    }
    .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
      display: block;
      position: absolute;
      width: 250px;
      padding: 0;
      background-color: #fff;
      z-index: 99;
      box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    }
  }
  @media (min-width: 991px) and (max-width: 1199px) and (min-width: 992px) {
    .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
      position: relative;
      left: 0;
      width: 100%;
      padding-left: 0;
      box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    }
    .header-nav > ul.item_big > li.nav-item > ul li:hover > ul li a {
      padding-left: 25px;
    }
  }
  @media (min-width: 991px) {
    .header-nav > ul.item_big > li.nav-item > ul li a {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      display: block;
      padding: 8.5px 20px 8.5px 10px;
      color: #333;
      position: relative;
      border-bottom: 1px solid #f6f6f6;
      text-align: left;
      white-space: initial;
    }
    .header-nav > ul.item_big > li.nav-item > ul li a.caret-down:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #333 transparent transparent transparent;
      display: inline-block;
      top: 50%;
      left: 100%;
      margin-left: -15px;
      margin-top: -2px;
      transition: 0.5s;
      transform: rotate(270deg);
    }
    .header-nav > ul.item_big > li.nav-item > ul li ul {
      box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
      display: none;
      left: 220px;
      top: 0px;
    }
    .header-nav > ul.item_big > li.nav-item > ul > li {
      color: #333;
    }
    .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
      color: var(--hover);
    }
    .header-nav
      > ul.item_big
      > li.nav-item
      > ul
      > li:hover
      > a.caret-down:before {
      border-color: var(--hover) transparent transparent transparent;
    }
    .header-nav > ul.item_big > li.nav-item > ul > li ul li:hover > a {
      color: var(--hover);
    }
    .header-nav > ul.item_big > li.active > a {
      color: #fdfca5;
    }
    .header-nav > ul.item_big > li.active > a.caret-down:after {
      border-color: #fdfca5 transparent transparent transparent;
    }
    .header-nav ul li ul a.text2line:hover {
      color: var(--hover) !important;
      background: transparent !important;
    }
    .header-nav li li {
      position: relative;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .header-nav > ul.item_big > li.nav-item.has-mega:hover > .mega-content {
      max-width: 760px;
    }
    .header-menu:after {
      -webkit-transform: skew(-19deg);
      -moz-transform: skew(-19deg);
      -ms-transform: skew(-19deg);
      -o-transform: skew(-19deg);
      transform: skew(-19deg);
    }
    .header-nav > ul.item_big > li.nav-item {
      margin-right: 16px;
    }
    .cart-head .count_item {
      position: absolute;
      right: 5px;
      top: 5px;
    }
    header.header .header-middle .col-middle {
      -ms-flex: 0 0 52.333333%;
      flex: 0 0 52.333333%;
      max-width: 52.333333%;
    }
    header.header .header-middle .col-right {
      -ms-flex: 0 0 31%;
      flex: 0 0 31%;
      max-width: 31%;
    }
    header.header .header-middle .header-search {
      margin-right: 0;
    }
    header.header .header-middle .header-search form {
      width: 285px;
    }
    header.header .header-middle .header-hotline {
      margin-right: 15px;
    }
    header.header .header-middle .header-account {
      margin-right: 15px;
    }
  }
  @media (max-width: 991px) and (min-width: 767px) {
    header.header .header-middle .header-search {
      margin-right: 0;
    }
    header.header .header-middle .header-search form {
      width: 510px;
    }
    header.header .header-middle .header-wish a .count_item {
      right: 60px;
    }
    header.header .header-middle .header-cart .cart-head .count_item {
      right: 60px;
      top: -5px;
    }
  }
  @media (max-width: 991px) {
    body {
      padding-bottom: 51px;
    }
    .block-menu-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 15px;
    }
    header.header {
      margin-bottom: 0;
    }
    header.header .header-middle {
      border-bottom: none;
    }
    header.header .header-middle .col-left {
      text-align: center;
    }
    header.header .header-middle .col-left a {
      display: block;
      height: initial;
      padding: 10px 0;
    }
    header.header .header-middle .col-right {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      background:#f3f3f3;
      top: initial !important;
      text-align: center;
      padding: 10px 0;
    }
    header.header .header-middle .col-right > div {
      width: 25%;
      margin-right: 0;
    }
    header.header .header-middle .col-right > div .text,
    header.header .header-middle .col-right > div .info {
      display: none;
    }
    header.header .header-middle .col-right > div a {
      display: block;
    }
    header.header .header-middle .header-account svg {
      margin-bottom: 0;
    }
    header.header .header-middle .header-wish svg {
      margin-bottom: 0;
    }
    .header-menu .inner {
      height: 45px;
      padding: 0 0 0 15px;
    }
    .header-menu .col-right {
      justify-content: space-between !important;
    }
  }
  @media (max-width: 767px) {
    header.header .header-middle {
      padding: 14px 0;
    }
    header.header .header-middle .col-left a {
      padding-top: 0;
    }
    header.header .header-middle .header-wish a .count_item {
      right: 17px;
    }
    header.header .header-middle .header-cart .cart-head .count_item {
      right: 15px;
      top: -5px;
    }
    header.header .header-middle .header-search {
      margin-right: 0;
      width: 100%;
      margin-top: 10px;
    }
    header.header .header-middle .header-search form {
      width: 100%;
    }
  }
  .section_slider {
    margin-bottom: 70px;
  }
  .menu_mega {
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 8px;
  }
  .menu_mega .title_menu {
    color: #2b2f33;
    font-size: 20px;
    font-weight: 700;
    padding: 11px 15px 10px;
    border-bottom: 1px dotted #e1e1e1;
    text-transform: uppercase;
  }
  .menu_mega .title_menu svg {
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  @media (max-width: 991px) {
    .menu_mega {
      box-shadow: none;
    }
  }
  .menu_mega span {
    display: flex;
    position: relative;
    z-index: 11;
    padding: 11px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .menu_mega span {
      padding: 12px 20px;
      font-size: 14px;
    }
  }
  .menu_mega span svg {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-top: 1px;
  }
  .menu_mega span svg path {
    fill: #fff;
  }
  .menu_mega .nav-cate ul {
    width: 100%;
    overflow: visible;
    border-top: none;
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: none;
      min-height: unset;
    }
  }
  .menu_mega .nav-cate ul li {
    display: block;
    overflow: visible;
    cursor: pointer;
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li {
      padding: 0;
    }
  }
  .menu_mega .nav-cate ul li .nd-categories-a {
    position: relative;
    display: block;
    color: #000;
    padding: 9px 15px 9px;
    border-bottom: 1px dotted #e1e1e1;
    margin: 0;
    font-size: 14px;
  }
  .menu_mega .nav-cate ul li .nd-categories-a label {
    margin-bottom: 0;
  }
  .menu_mega .nav-cate ul li .nd-categories-a svg {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .menu_mega .nav-cate ul li .nd-categories-a svg path,
  .menu_mega .nav-cate ul li .nd-categories-a svg rect {
    fill: #000;
  }
  @media (min-width: 992px) and (max-width: 1024px) {
    .menu_mega .nav-cate ul li .nd-categories-a {
      padding-top: 10px;
      padding-bottom: 11px;
    }
  }
  @media (max-width: 1299px) and (min-width: 1280px) {
    .menu_mega .nav-cate ul li .nd-categories-a {
      padding: 7px 15px 7px;
      padding-left: 60px;
      padding-right: 25px;
    }
    .menu_mega .nav-cate ul li .nd-categories-a:before {
      height: 30px !important;
      width: 30px !important;
    }
  }
  .menu_mega .nav-cate ul li .nd-categories-a:hover,
  .menu_mega .nav-cate ul li .nd-categories-a:focus {
    color: var(--maincolor);
  }
  .menu_mega .nav-cate ul li .nd-categories-a:hover svg path,
  .menu_mega .nav-cate ul li .nd-categories-a:focus svg path {
    fill: var(--maincolor);
  }
  .menu_mega .nav-cate ul li:last-child .nd-categories-a {
    border-bottom: none;
  }
  .menu_mega .nav-cate ul li.dropdown {
    position: static;
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li.dropdown .nd-categories-a i {
      height: 20px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      margin-right: 0;
      float: right;
      line-height: 22px;
      width: 30px;
      text-align: center;
    }
  }
  @media (min-width: 992px) {
    .menu_mega .nav-cate ul li.dropdown:hover .subcate {
      display: block;
    }
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li.dropdown.active .nd-categories-a i:before {
      content: "\f106";
    }
    .menu_mega .nav-cate ul li.dropdown.active .subcate {
      display: block;
    }
  }
  .menu_mega .nav-cate ul li .subcate {
    display: none;
    cursor: default;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 428.5px;
    min-height: 100% !important;
    background: #fff;
    padding: 10px 25px;
    width: 800px;
    box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
    border-radius: 8px;
  }
  @media (max-width: 1024px) {
    .menu_mega .nav-cate ul li .subcate {
      min-height: 321px;
      width: 710px;
    }
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li .subcate {
      height: auto;
      position: relative;
      min-height: unset !important;
      width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      display: none;
      left: 0;
      padding: 0;
      border: none;
    }
  }
  .menu_mega .nav-cate ul li .subcate aside {
    width: 33.3333%;
    padding: 5px;
    float: left;
    overflow: hidden;
    cursor: default;
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li .subcate aside {
      float: none;
      padding: 0;
      width: 100%;
    }
    .menu_mega .nav-cate ul li .subcate aside.active .nd-categories-main-sub {
      color: var(--maincolor);
    }
    .menu_mega
      .nav-cate
      ul
      li
      .subcate
      aside.active
      .nd-categories-main-sub
      i:before {
      content: "\f106";
    }
    .menu_mega
      .nav-cate
      ul
      li
      .subcate
      aside.active
      .list-nd-categories-main-sub {
      display: block;
    }
  }
  .menu_mega .nav-cate ul li .subcate aside .nd-categories-main-sub {
    font-weight: 500;
    padding-top: 0;
    color: #000;
    font-size: 15px;
  }
  .menu_mega .nav-cate ul li .subcate aside .nd-categories-main-sub:hover,
  .menu_mega .nav-cate ul li .subcate aside .nd-categories-main-sub:focus {
    color: var(--maincolor);
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li .subcate aside .nd-categories-main-sub {
      text-align: left;
      font-size: 12px;
      text-transform: capitalize;
      color: #1c1c1c;
      letter-spacing: 1px;
      padding: 10px 20px;
      white-space: inherit;
      font-weight: 400;
      display: block;
      width: 100%;
      border-bottom: 1px solid #f7f7f7;
      margin-bottom: 0;
      position: relative;
      padding-right: 20px;
      font-weight: normal;
    }
    .menu_mega .nav-cate ul li .subcate aside .nd-categories-main-sub i {
      height: 20px;
      position: absolute;
      margin-right: 0;
      float: right;
      line-height: 22px;
      width: 30px;
      text-align: center;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
    }
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li .subcate aside .list-nd-categories-main-sub {
      display: none;
    }
  }
  .menu_mega .nav-cate ul li .subcate aside .list-nd-categories-main-sub a {
    line-height: 20px;
    display: block;
    text-transform: none;
    padding: 4px 0;
    font-size: 13px;
  }
  @media (max-width: 991px) {
    .menu_mega .nav-cate ul li .subcate aside .list-nd-categories-main-sub a {
      padding: 10px 10px;
      text-align: left;
      font-size: 12px;
      text-transform: capitalize;
      color: #1c1c1c;
      letter-spacing: 1px;
      padding-left: 30px;
      white-space: inherit;
      font-weight: 400;
      display: block;
      width: 100%;
      border-bottom: 1px solid #f7f7f7;
    }
    .menu_mega
      .nav-cate
      ul
      li
      .subcate
      aside
      .list-nd-categories-main-sub
      a:last-child {
      border-bottom: none;
    }
  }
  .menu_mega .nav-cate ul li .subcate aside .list-nd-categories-main-sub a:hover,
  .menu_mega .nav-cate ul li .subcate aside .list-nd-categories-main-sub a:focus {
    color: var(--maincolor);
  }
  .menu_mega .nav-cate ul li .subcate aside:nth-child(3n + 1) {
    clear: left;
  }
  @media (min-width: 992px) {
    .menu_mega.mainmenu-other .nav-cate {
      display: none;
    }
    .menu_mega.mainmenu-other.index .nav-cate {
      display: block;
    }
    .menu_mega.mainmenu-other:hover .nav-cate {
      display: block;
    }
  }
  .key-search {
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
  }
  .key-search .title-key {
    color: #2b2f33;
    font-size: 20px;
    font-weight: 700;
    padding: 11px 15px 10px;
    border-bottom: 1px dotted #e1e1e1;
  }
  .key-search .title-key svg {
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .key-search ul li a {
    padding: 9px 15px 9px;
    border-bottom: 1px dotted #e1e1e1;
    margin: 0;
    font-size: 14px;
    display: block;
  }
  .section_first {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .section_first .col-left .color-bg {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .section_first .col-right .position-sticky {
    position: sticky;
    top: 0;
  }
  .section_first .home-slider .swiper-slide img {
    border-radius: 8px;
    overflow: hidden;
  }
  .section_first .home-slider .swiper-pagination {
    position: initial;
  }
  .section_first
    .home-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--maincolor);
  }
  .section_first .shortcut-slider {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 19px 10px;
    margin-top: 10px;
  }
  .section_first .shortcut-slider .swiper-slide {
    text-align: center;
  }
  .section_first .shortcut-slider .swiper-slide h3 {
    margin: 0;
    font-size: 14px;
    margin-top: 8px;
  }
  .section_first .banner-slider {
    display: block;
  }
  .section_first .banner-slider.margin {
    margin-top: 20px;
  }
  .section_first .banner-slider img {
    border-radius: 8px;
    overflow: hidden;
  }
  .section_flashsale {
    margin-top: 25px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
  }
  .section_flashsale .count-down {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    background: transparent;
  }
  .section_flashsale .count-down .timer-view {
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .section_flashsale .count-down .timer-view .block-timer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--maincolor);
    height: 28px;
    width: 24px;
    line-height: 30px;
    border-radius: 4px;
  }
  .section_flashsale .count-down .timer-view .block-timer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
  }
  @media (max-width: 767px) {
    .section_flashsale .count-down .timer-view .block-timer p {
      font-size: 14px;
    }
  }
  .section_flashsale .count-down .timer-view .block-timer p b {
    display: block;
    font-size: 14px;
    color: var(--maincolor);
  }
  .section_flashsale .count-down .timer-view > span {
    position: relative;
    color: var(--maincolor);
    font-weight: bold;
    display: inline-block;
    padding: 0 8px;
  }
  .section_flashsale .elio-productcount {
    margin-top: 8px;
  }
  .section_flashsale .elio-productcount .countdown {
    padding-bottom: 5px;
  }
  .section_flashsale .elio-productcount .countdown .line {
    height: 9px;
    background: #dfdfdf;
    border-radius: 5px;
    position: relative;
    margin-top: 5px;
  }
  .section_flashsale .elio-productcount .countdown .line span {
    width: 62%;
    display: block;
    height: 9px;
    border-radius: 5px;
    background: linear-gradient(102.28deg, #ff6f1e 9.68%, #ff0f49 100%);
  }
  .section_flashsale .elio-productcount .countdown .title-open {
    margin-bottom: 3px;
    display: block;
    color: rgba(43, 47, 51, 0.6);
    font-size: 12px;
    font-weight: 400;
  }
  .section_flashsale .elio-productcount .countdown .sale-bar {
    background-image: url(icon-sale-baga85a.png);
    width: 15px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 5px;
  }
  .section_flashsale .lof-labelexpired {
    display: none;
  }
  @keyframes progress_bar_fill {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 40px 0;
    }
  }
  .section_flashsale .block-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(43, 47, 51, 0.2);
    padding-bottom: 15px;
  }
  .section_flashsale .block-title:before {
    content: "";
    width: 130px;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .section_flashsale .block-title h2 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
  }
  .section_flashsale .block-title .thump-flash {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -2px;
  }
  .section_flashsale .block-title .view_more {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .section_flashsale .block-title .view_more:hover svg path {
    fill: var(--maincolor);
  }
  .section_three_banner {
    margin-bottom: 25px;
  }
  .section_three_banner a {
    overflow: hidden;
    border-radius: 8px;
  }
  .section_cate {
    margin-bottom: 25px;
  }
  .section_cate .color-bg {
    background: #fff;
    border-radius: 8px;
    padding: 15px 15px 25px;
  }
  .section_cate .block-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(43, 47, 51, 0.2);
    padding-bottom: 15px;
  }
  .section_cate .block-title:before {
    content: "";
    width: 130px;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .section_cate .block-title h2 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
  }
  .section_cate .block-title h2 img {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .section_cate .block-title .view_more {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .section_cate .block-title .view_more:hover svg path {
    fill: var(--maincolor);
  }
  .section_cate .block-content {
    text-align: center;
    gap: 15px;
    grid-template-columns: repeat(9, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
  }
  .section_cate .block-content .item h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .section_cate .block-content .item a img {
    height: 65px;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .section_product_tab {
    margin-bottom: 25px;
  }
  .section_product_tab .color-bg {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
  }
  .section_product_tab .block-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(43, 47, 51, 0.2);
    padding-bottom: 15px;
  }
  .section_product_tab .block-title:before {
    content: "";
    width: 130px;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .section_product_tab .block-title h2 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
  }
  .section_product_tab .block-title h2 img {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .section_product_tab .block-title .thump-flash {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -2px;
  }
  .section_product_tab .block-title .view_more {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .section_product_tab .block-title .view_more:hover svg path {
    fill: var(--maincolor);
  }
  .section_product_tab .nav-tab {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
  }
  .section_product_tab .nav-tab::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
  }
  .section_product_tab .nav-tab::-webkit-scrollbar {
    height: 3px;
    background-color: #f5f5f5;
  }
  .section_product_tab .nav-tab li {
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    margin-right: 8px;
  }
  @media (min-width: 991px) {
    .section_product_tab .nav-tab li {
      width: auto;
    }
  }
  .section_product_tab .nav-tab li span {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    display: block;
    background: whitesmoke;
    border-radius: 5px;
    color: rgba(43, 47, 51, 0.6);
    border: 1px solid rgba(43, 47, 51, 0.05);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
  }
  @media (max-width: 767px) {
    .section_product_tab .nav-tab li span {
      font-size: 12px;
    }
  }
  .section_product_tab .nav-tab li.current span,
  .section_product_tab .nav-tab li:hover span {
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
    background: var(--oldcolor);
  }
  @media (max-width: 1199px) {
    .section_product_tab .nav-tab {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 15px;
      padding-bottom: 15px !important;
    }
    .section_product_tab .nav-tab li {
      flex-shrink: 0;
    }
  }
  .section_product_tab .tab-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .section_product_tab .tab-content.current {
    opacity: 1;
    height: auto;
    position: relative;
    min-height: 60px;
  }
  .section_product_tab .tab-content.current .loading {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .section_product_tab .tab-content .item_product_main {
    margin-bottom: 20px;
  }
  .section_product_tab .tab-content .more {
    width: 200px;
    margin: auto;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 10px;
  }
  .section_product_tab .tab-content .more:hover {
    background: var(--oldcolor);
  }
  .section_product_tab .aside-cate-index {
    background: #ffffff;
    margin-bottom: 30px;
  }
  .section_product_tab .aside-cate-index .title-head {
    color: #fff;
    position: relative;
    background: var(--maincolor);
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 16px;
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .section_product_tab .aside-cate-index .title-head {
      font-size: 14px;
    }
  }
  .section_product_tab .aside-cate-index .title-head svg {
    margin-right: 8px;
    width: 23px;
    height: 23px;
    position: relative;
  }
  .section_product_tab .aside-cate-index .nav-category {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #f1f1f1;
    border-top: initial;
    padding: 0 10px 0;
  }
  .section_product_tab .aside-cate-index .nav-category > ul > li a {
    border-bottom: 1px solid #f1f1f1;
  }
  .section_product_tab .aside-cate-index .nav-category > ul > li:last-child a {
    border-bottom: none;
  }
  .section_product_tab .aside-cate-index .nav-category ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .section_product_tab .aside-cate-index .nav-category ul .nav-item .nav-link {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
  .section_product_tab
    .aside-cate-index
    .nav-category
    ul
    .nav-item
    .nav-link.pr-5 {
    padding-right: 15px;
  }
  .section_product_tab
    .aside-cate-index
    .nav-category
    ul
    .nav-item.active
    > .nav-link {
    color: var(--maincolor);
  }
  .section_product_tab .aside-cate-index .nav-category ul .menu_down {
    padding-left: 10px !important;
  }
  .section_product_tab .aside-cate-index .nav-category ul .down_icon {
    width: 15px;
    height: 42px;
    top: 0;
    right: 0;
    transition: 0.5s all;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section_product_tab .aside-cate-index .nav-category ul .down_icon:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #59646a transparent transparent transparent;
    transition: border-color 300ms ease-in-out 0s,
      background-color 300ms ease-in-out 0s,
      background-position 300ms ease-in-out 0s;
  }
  .section_product_tab .aside-cate-index .nav-category ul .down_icon.cls_mn {
    transform: rotate(180deg);
  }
  @media (min-width: 991px) {
    .section_product_tab .col-20 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  .section_product_tab.section_product_tab_1 .block-content.scroll .tabs {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 15px 0 15px;
    transition: all 0.5s ease 0s;
  }
  .section_product_tab.section_product_tab_2 .block-content.scroll .tabs {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 15px 0 15px;
    transition: all 0.5s ease 0s;
  }
  .sec_brand {
    margin-bottom: 25px;
  }
  .sec_brand .swiper-slide {
    text-align: center;
    border: 1px solid rgba(145, 146, 147, 0.2);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .sec_brand .swiper-slide a {
    padding: 15px;
    text-align: center;
    display: block;
  }
  .sec_brand .swiper-slide a .wrap_brand {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto 10px;
  }
  .sec_brand a .wrap_logo_brand {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  .sec_brand a .wrap_logo_brand p {
    font-size: 16px;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0;
    display: block;
    font-weight: 600;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .sec_brand .swiper-slide a img {
    transition: 0.7s transform;
  }
  .sec_brand .swiper-slide a img.img-brand {
    margin-bottom: 20px;
    height: 100%;
    width: auto;
    object-fit: cover;
  }
  .sec_brand .swiper-slide a img.logo-brand {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    height: 55px;
    object-fit: cover;
    width: 100%;
  }
  .sec_brand .swiper-slide a:hover .img-brand {
    transform: scale(1.1);
  }
  .sec_brand .color-bg {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    background-image: url(../imgs/bg-brand.png);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .sec_brand .block-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(43, 47, 51, 0.2);
    padding-bottom: 15px;
  }
  .sec_brand .block-title:before {
    content: "";
    width: 130px;
    height: 3px;
    background: var(--maincolor);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .sec_brand .block-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
  }
  .sec_brand .block-title h2 img {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .sec_brand .block-title .thump-flash {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -2px;
  }
  .sec_brand .block-title .view_more {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .sec_brand .block-title .view_more:hover svg path {
    fill: var(--maincolor);
  }
  .section_two_col {
    margin-bottom: 25px;
  }
  .section_two_col .block-title {
    background: var(--oldcolor);
    border-radius: 8px 8px 0 0;
    position: relative;
  }
  .section_two_col .block-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    height: 60px;
    display: inline-flex;
    align-items: center;
    background: var(--maincolor);
    border-radius: 8px 8px 0 0;
    padding: 0 20px;
    color: #fff;
  }
  @media (max-width: 767px) {
    .section_two_col .block-title h2 {
      display: flex;
    }
  }
  .section_two_col .block-title h2 img {
    margin-right: 8px;
    position: relative;
    top: -2px;
  }
  .section_two_col .block-title h2 a {
    color: #fff;
  }
  .section_two_col .block-title .view_more {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .section_two_col .block-title .view_more:hover svg path {
    fill: var(--maincolor);
  }
  .section_two_col .color-bg {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }
  .section_two_col .block-brand {
    border-bottom: 1px solid rgba(43, 47, 51, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .section_two_col .block-brand .swiper-brand-2 .swiper-slide a {
    text-align: center;
    display: block;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    padding: 10px;
  }
  .section_two_col .block-brand .swiper-brand-2 .swiper-slide a img {
    height: 60px;
    object-fit: cover;
    width: 100%;
  }
  .section_two_col .block-product .product-action {
    margin-bottom: 20px;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }
  .section_two_col .block-product .product-action .product-info {
    padding: 0 10px 10px;
  }
  .section_two_col .block-product .product-action .product-info .actions-primary {
    bottom: 10px;
    right: 10px;
  }
  .section_two_col .col-left .color-bg {
    padding: 15px 15px 5px;
  }
  .section_two_col .col-right .position-sticky {
    position: sticky;
    top: 0;
  }
  .section_two_col .col-right .item {
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 10px;
  }
  .section_two_col .col-right .item .info h3 {
    font-size: 16px;
    font-weight: 500;
  }
  .section_two_col .col-right .item .info p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
  }
  .section_two_col .col-right .item:last-child {
    margin-bottom: 0;
  }
  .section_two_col .col-right .item .thumb {
    width: 138px;
  }
  .section_two_col .col-right .item .info {
    width: calc(100% - 138px);
    padding-left: 10px;
  }
  .section_two_col .col-right .item .info .logo-deal-hot {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .section_two_col .col-right .item .info .logo-deal-hot img {
    height: 30px;
    object-fit: scale-down;
  }
  .section_two_col .col-right .item .product-action {
    display: flex;
  }
  .section_two_col .col-right .item .product-action .product-thumbnail {
    width: 80px;
    margin-bottom: 0;
  }
  @media (min-width: 1199px) {
    .section_two_col
      .col-right
      .item
      .product-action
      .product-thumbnail
      .image_thumb {
      height: 80px;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .section_two_col
      .col-right
      .item
      .product-action
      .product-thumbnail
      .image_thumb {
      height: 80px;
    }
  }
  @media (max-width: 991px) and (min-width: 767px) {
    .section_two_col
      .col-right
      .item
      .product-action
      .product-thumbnail
      .image_thumb {
      height: 80px;
    }
  }
  @media (max-width: 767px) {
    .section_two_col
      .col-right
      .item
      .product-action
      .product-thumbnail
      .image_thumb {
      height: 80px;
    }
  }
  .section_two_col .col-right .item .product-action .product-info {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .section_two_col .col-right .item .product-action .product-info .price-box {
    min-height: initial;
  }
  .section_two_col
    .col-right
    .item
    .product-action
    .product-info
    .price-box
    .compare-price {
    display: inline-block;
  }
  .section_two_col
    .col-right
    .item
    .product-action
    .product-info
    .price-box
    .smart {
    position: initial;
    display: inline-flex;
    margin-left: 5px;
  }
  .section_two_col
    .col-right
    .item
    .product-action
    .product-info
    .product-name
    a {
    min-height: initial;
  }
  .section_blogs {
    margin-bottom: 20px;
  }
  .section_blogs .index-white-bg {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
  }
  @media (max-width: 569px) {
    .section_blogs {
      padding-top: 7px;
    }
  }
  @media (max-width: 767px) {
    .section_blogs .index-white-bg {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .section_blogs .title {
    position: relative;
    margin-bottom: 10px;
  }
  @media (max-width: 767px) {
    .section_blogs .title {
      text-align: center;
      background-color: #fff;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding-top: 10px;
    }
  }
  .section_blogs .title .titlecate {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 0;
    margin: 0;
  }
  .section_blogs .title .titlecate a {
    color: #333;
  }
  .section_blogs .title .titlecate a:hover,
  .section_blogs .title .titlecate a:focus {
    color: var(--maincolor);
  }
  @media (max-width: 767px) {
    .section_blogs .title .titlecate {
      float: none;
      font-size: 18px;
    }
  }
  .section_blogs .title .viewall {
    font-size: 14px;
    color: var(--maincolor);
    position: absolute;
    right: 0;
    top: 4px;
  }
  @media (max-width: 767px) {
    .section_blogs .title .viewall {
      font-size: 13px;
      position: initial;
    }
  }
  .section_blogs .title .viewall:hover,
  .section_blogs .title .viewall:focus {
    color: #000;
  }
  .section_blogs .index-big-news a {
    position: relative;
    display: block;
  }
  .section_blogs .index-big-news a p {
    color: #303846;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
  }
  @media (max-width: 480px) {
    .section_blogs .index-big-news a p {
      font-size: 16px;
      line-height: 1.3;
    }
  }
  .section_blogs .index-big-news a .zone-content {
    margin-top: 5px;
    color: #4d4d4d;
  }
  .section_blogs .index-big-news a:hover p,
  .section_blogs .index-big-news a:focus p {
    color: var(--maincolor);
  }
  .section_blogs .index-big-news .zone-youtube {
    height: 216px;
    position: relative;
  }
  @media (max-width: 1024px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 195px;
    }
  }
  @media (max-width: 991px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 220px;
    }
  }
  @media (max-width: 767px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 333px;
    }
  }
  @media (max-width: 668px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 333px;
    }
  }
  @media (max-width: 569px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 352px;
    }
  }
  @media (max-width: 480px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 257px;
    }
  }
  @media (max-width: 376px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 231px;
    }
  }
  @media (max-width: 321px) {
    .section_blogs .index-big-news .zone-youtube {
      height: 195px;
    }
  }
  .section_blogs .index-big-news .zone-youtube img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  @media (min-width: 768px) {
    .section_blogs .index-small-news {
      padding-left: 0;
    }
  }
  @media (max-width: 767px) {
    .section_blogs .index-small-news {
      margin-top: 10px;
    }
  }
  .section_blogs .index-small-news a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .section_blogs .index-small-news a + a {
    padding-top: 7px;
    margin-top: 7px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section_blogs .index-small-news a .zone-news {
    position: relative;
    width: 140px;
    aspect-ratio: 140/79;
    margin-right: 10px;
    float: left;
    position: relative;
  }
  @media (max-width: 1024px) {
    .section_blogs .index-small-news a .zone-news {
      height: 80px;
    }
  }
  @media (max-width: 991px) {
    .section_blogs .index-small-news a .zone-news {
      height: 80px;
    }
  }
  @media (max-width: 767px) {
    .section_blogs .index-small-news a .zone-news {
      height: 80px;
    }
  }
  @media (max-width: 668px) {
    .section_blogs .index-small-news a .zone-news {
      height: 80px;
    }
  }
  @media (max-width: 569px) {
    .section_blogs .index-small-news a .zone-news {
      height: 80px;
    }
  }
  @media (max-width: 480px) {
    .section_blogs .index-small-news a .zone-news {
      height: 53px;
      width: 80px;
    }
  }
  @media (max-width: 376px) {
    .section_blogs .index-small-news a .zone-news {
      height: 53px;
    }
  }
  @media (max-width: 321px) {
    .section_blogs .index-small-news a .zone-news {
      height: 53px;
    }
  }
  .section_blogs .index-small-news a .zone-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section_blogs .index-small-news a p {
    margin-bottom: 0;
    padding-left: 130px;
    font-weight: 600;
    font-size: 14px;
    color: #303846;
  }
  @media (max-width: 768px) {
    .section_blogs .index-small-news a p {
      line-height: 1.3;
    }
  }
  @media (max-width: 480px) {
    .section_blogs .index-small-news a p {
      font-size: 13px;
      padding-left: 90px;
    }
  }
  .section_blogs .index-small-news a:hover p,
  .section_blogs .index-small-news a:focus p {
    color: var(--maincolor);
  }
  @media (min-width: 1024px) {
    .section_blogs .index-promotion-news-block {
      padding-left: 0;
    }
  }
  @media (max-width: 991px) {
    .section_blogs .index-promotion-news-block {
      margin-top: 10px;
    }
  }
  .section_blogs .index-promotion-news-block .index-promotion-news {
    border: solid 2px var(--maincolor);
  }
  .section_blogs .index-promotion-news-block .index-promotion-news h3 {
    font-size: 14px;
    background-color: var(--maincolor);
    margin: 0;
    padding: 0;
  }
  .section_blogs .index-promotion-news-block .index-promotion-news h3 a {
    color: #fff;
    display: block;
    padding: 6px 10px;
    text-transform: uppercase;
  }
  .section_blogs .index-promotion-news-block .index-promotion-news .index-list {
    max-height: 320px;
    overflow-y: auto;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    background-color: #f5f5f5;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #e5e5e5;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list
    .item {
    padding: 5px;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list
    .item
    .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 96px;
    aspect-ratio: 16/9;
    margin-right: 10px;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list
    .item
    .thumb
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list
    .item
    .info {
    padding-left: 100px;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list
    .item
    .info
    .title {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    text-align: left;
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list
    .item
    .info
    .title
    a {
    color: #303846;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 34px;
  }
  @media (max-width: 569px) {
    .section_blogs
      .index-promotion-news-block
      .index-promotion-news
      .index-list
      .item
      .info
      .title
      a {
      font-size: 13px;
      max-height: 34px;
    }
  }
  .section_blogs
    .index-promotion-news-block
    .index-promotion-news
    .index-list
    .item:hover
    .info
    .title
    a {
    color: var(--maincolor);
  }
  @media (max-width: 991px) {
    .section_slider {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1199px) and (min-width: 991px) {
    .key-search .title-key {
      font-size: 17px;
    }
    .menu_mega .title_menu {
      font-size: 17px;
    }
    .section_first .shortcut-slider {
      padding: 10px 10px;
      margin-top: 0;
    }
    .section_two_col .block-title h2 {
      font-size: 16px;
      padding: 0 10px;
    }
    .section_two_col .col-right .color-bg {
      height: 727px;
      overflow: auto;
    }
    .section_two_col .col-right .item {
      margin-bottom: 15px;
    }
    .section_two_col .col-right .item .thumb {
      width: 90px;
    }
    .section_two_col .col-right .item .info {
      width: calc(100% - 90px);
    }
    .section_two_col .col-right .item .info h3 {
      font-size: 15px;
    }
    .section_two_col .col-right .item .info .logo-deal-hot img {
      height: 25px;
    }
  }
  @media (max-width: 991px) and (min-width: 767px) {
    .section_two_col .col-left {
      margin-bottom: 20px;
    }
    .section_cate .block-content {
      grid-template-columns: repeat(6, 1fr);
    }
    .section_first .shortcut-slider {
      padding: 10px 10px;
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .section_flashsale .block-title {
      text-align: center;
    }
    .section_flashsale .block-title:before {
      left: 50%;
      transform: translateX(-50%);
    }
    .section_flashsale .block-title h2 {
      display: block;
    }
    .section_flashsale .block-title .thump-flash {
      display: block;
      margin-top: 10px;
      margin-left: 0;
    }
    .section_flashsale .block-title .view_more {
      display: none;
    }
    .sec_brand .block-title .view_more {
      display: none;
    }
    .section_cate .block-content {
      grid-template-columns: repeat(3, 1fr);
    }
    .section_cate .block-title .view_more {
      display: none;
    }
    .section_two_col .col-left {
      margin-bottom: 20px;
    }
    .section_two_col .block-title .view_more {
      display: none;
    }
    .section_product_tab.section_product_tab_1 .block-content.scroll .tabs {
      padding: 10px 0 10px;
    }
    .section_product_tab.section_product_tab_2 .block-content.scroll .tabs {
      padding: 10px 0 10px;
    }
    .section_three_banner .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      flex-direction: unset;
      -webkit-flex-flow: unset;
      flex-flow: unset;
      -webkit-justify-content: unset;
      justify-content: unset;
      -webkit-align-items: unset;
      align-items: unset;
    }
    .section_three_banner .row .item {
      -ms-flex: 0 0 250px;
      flex: 0 0 250px;
      max-width: 250px;
      min-width: 250px;
    }
  }
  .backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  @media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
      z-index: 999;
    }
  }
  .backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
  }
  .block-cart .top-cart-content {
    right: 0px;
    top: 45px;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 10000;
    display: none;
  }
  .block-cart .top-cart-content:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 20px;
    top: -20px;
    right: 3px;
  }
  @media (min-width: 1199px) {
    .block-cart:hover .top-cart-content {
      display: block;
    }
  }
  .cartpcstyle {
    min-height: 300px;
  }
  .CartSideContainer .cart--empty-message {
    text-align: center;
  }
  .CartSideContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px;
  }
  .cart-sidebar {
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0;
  }
  .cart-sidebar.active {
    visibility: visible;
    transform: translateX(0);
  }
  .cart-sidebar .cart_heading {
    padding: 15px 15px;
    display: block;
    position: relative;
  }
  .cart-sidebar .cart_heading .cart_title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
  }
  .cart-sidebar .cart_heading .cart_btn-close {
    position: absolute;
    margin-left: 0;
    right: 15px;
    top: 18px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
  .cart-sidebar .cart_heading .cart_btn-close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px;
  }
  .cart-sidebar .drawer__inner {
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .cart-sidebar .cart_body {
    padding: 15px;
    height: calc(100vh - 210px);
    overflow-y: auto;
  }
  .cart-sidebar .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
  }
  .cart-sidebar .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }
  .cart-sidebar .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
  }
  .cart-sidebar .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
  }
  .cart-sidebar .cart_body .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative;
  }
  .cart-sidebar .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
  }
  .cart-sidebar .cart_body .cart_info .cart_name {
    margin-bottom: 5px;
  }
  .cart-sidebar .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
  }
  .cart-sidebar .cart_body .cart_info .cart_name a:hover {
    color: var(--hover);
  }
  .cart-sidebar .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px;
  }
  .cart-sidebar .cart_body .grid {
    display: flex;
  }
  .cart-sidebar .cart_body .grid .cart_item_name {
    width: 50%;
  }
  .cart-sidebar .cart_body .grid .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333;
  }
  .cart-sidebar .cart_body .grid .cart_prices {
    width: 50%;
    text-align: right;
  }
  .cart-sidebar .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--maincolor);
  }
  .cart-sidebar .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b;
  }
  .cart-sidebar .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
  }
  .cart-sidebar .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
  }
  .cart-sidebar .cart_body .cart_select button.btn-minus {
    border-right: 0;
  }
  .cart-sidebar .cart_body .cart_select button.btn-plus {
    border-left: 0;
  }
  .cart-sidebar .ajaxcart__footer {
    padding: 10px;
  }
  .cart-sidebar .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
  }
  .cart-sidebar .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
  }
  .cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right;
  }
  .cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: var(--maincolor);
  }
  .cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 20px;
  }
  .cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }
  .cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: var(--maincolor);
  }
  @media (max-width: 767px) {
    .cart-sidebar {
      width: 100%;
    }
  }
  .cartPopupContainer {
    background-color: #fff;
  }
  .cartPopupContainer .cart--empty-message {
    text-align: center;
    display: none;
  }
  .cartPopupContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px;
  }
  #popup-cart-desktop {
    width: 950px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 10%;
    display: none;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1;
  }
  #popup-cart-desktop.active {
    display: block;
    z-index: 9999;
    transform: translateX(-50%);
  }
  #popup-cart-desktop .header-popcart {
    position: relative;
    background: #fff;
  }
  #popup-cart-desktop .header-popcart .top-cart-header {
    font-size: 16px;
    padding-right: 15px;
    font-weight: 400;
    padding: 8px 20px;
    background: #363636;
    color: #fff;
  }
  #popup-cart-desktop .header-popcart .top-cart-header svg {
    margin-right: 5px;
    margin-top: -3px;
    width: 20px;
  }
  #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
    color: #fff;
  }
  #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name:hover {
    color: var(--maincolor);
  }
  #popup-cart-desktop .header-popcart .noti-cart-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #333333;
    padding: 10px 20px;
    display: block;
  }
  #popup-cart-desktop .header-popcart .cart_btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10000;
    color: #fff;
  }
  #popup-cart-desktop .header-popcart .cart_btn-close svg {
    width: 15px;
    height: 15px;
  }
  #popup-cart-desktop .cartpopup {
    margin-bottom: 0;
    background: #fff;
    padding: 0 20px 20px;
  }
  #popup-cart-desktop .cartpopup .cart-header-info {
    display: flex;
    display: flex;
    padding: 7px 0;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-weight: bold;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
    width: 53%;
    text-align: left;
    padding-left: 10px;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
    width: 19%;
    text-align: center;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
    width: 12%;
    text-align: center;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
    width: 19%;
    text-align: center;
  }
  #popup-cart-desktop .cartpopup .cart_body {
    max-height: 268px;
    overflow-y: auto;
    border: solid 1px #ebebeb;
  }
  #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #f5f5f5;
  }
  #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
  }
  #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
  }
  #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
    padding: 10px 0;
    border-top: solid 1px #ebebeb;
  }
  #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
  }
  #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
    border-top: none;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_image img {
    max-width: 100%;
    max-height: 100%;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
    padding-right: 10px;
    display: flex;
    width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -os-width: calc(100% - 110px);
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name {
    width: 50%;
    margin-bottom: 5px;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a:hover {
    color: var(--hover);
  }
  #popup-cart-desktop
    .cartpopup
    .cart_body
    .cart_info
    .cart_name
    .remove-item-cart {
    display: block;
    color: red;
    font-weight: 300;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_item_name {
    width: 60%;
  }
  #popup-cart-desktop .cartpopup .cart_body .grid {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #popup-cart-desktop .cartpopup .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--maincolor);
  }
  #popup-cart-desktop .cartpopup .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b;
  }
  #popup-cart-desktop .cartpopup .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-minus {
    border-right: 0;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-plus {
    border-left: 0;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer {
    padding-top: 20px;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right;
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__subtotal
    .cart__totle
    .total-price {
    font-weight: bold;
    color: var(--maincolor);
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 0;
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__btn-proceed-checkout-dt
    button {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: initial;
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__btn-proceed-checkout-dt
    button:hover {
    background-color: var(--hover);
  }
  .CartHeaderContainer {
    width: 340px;
  }
  .CartHeaderContainer .cart--empty-message {
    text-align: center;
  }
  .CartHeaderContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px;
  }
  .cartheader {
    margin-bottom: 0;
  }
  .cartheader .cart_body {
    padding: 15px;
    max-height: 360px;
    overflow-y: auto;
  }
  .cartheader .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
  }
  .cartheader .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }
  .cartheader .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
  }
  .cartheader .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
  }
  .cartheader .cart_body .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative;
  }
  .cartheader .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
  }
  .cartheader .cart_body .cart_info .cart_name {
    margin-bottom: 5px;
  }
  .cartheader .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
  }
  .cartheader .cart_body .cart_info .cart_name a:hover {
    color: var(--hover);
  }
  .cartheader .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px;
  }
  .cartheader .cart_body .grid {
    display: flex;
  }
  .cartheader .cart_body .grid .cart_item_name {
    width: 50%;
  }
  .cartheader .cart_body .grid .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333;
  }
  .cartheader .cart_body .grid .cart_prices {
    width: 50%;
    text-align: right;
  }
  .cartheader .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--maincolor);
  }
  .cartheader .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b;
  }
  .cartheader .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
  }
  .cartheader .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
  }
  .cartheader .cart_body .cart_select button.btn-minus {
    border-right: 0;
  }
  .cartheader .cart_body .cart_select button.btn-plus {
    border-left: 0;
  }
  .cartheader .ajaxcart__footer {
    padding: 10px;
  }
  .cartheader .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
  }
  .cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
  }
  .cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right;
  }
  .cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: var(--maincolor);
  }
  .cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 20px;
  }
  .cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #333;
  }
  .cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: initial;
    color: #333;
  }
  @media (max-width: 1199px) {
    .CartMobileContainer .cart--empty-message {
      text-align: center;
    }
    .CartMobileContainer .cart--empty-message svg {
      width: 80px;
      margin: 15px;
    }
    .cart-mobile .cart_body {
      padding: 0;
    }
    .cart-mobile .cart_body .cart_product {
      margin-bottom: 15px;
      padding-bottom: 15px;
      display: table;
      width: 100%;
      border-bottom: solid 1px #ebebeb;
    }
    .cart-mobile .cart_body .cart_image {
      display: table-cell;
      width: 20%;
      vertical-align: top;
      position: relative;
    }
    .cart-mobile .cart_body .cart_info {
      padding-left: 15px;
      vertical-align: top;
    }
    .cart-mobile .cart_body .cart_info .cart_name {
      margin-bottom: 5px;
    }
    .cart-mobile .cart_body .cart_info .cart_name a {
      margin-bottom: 4px;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.3;
      display: block;
    }
    .cart-mobile .cart_body .cart_info .cart_name a:hover {
      color: var(--hover);
    }
    .cart-mobile .cart_body .cart_info .variant-title {
      display: block;
      font-size: 12px;
    }
    .cart-mobile .cart_body .grid {
      display: flex;
    }
    .cart-mobile .cart_body .grid .cart_item_name {
      width: 50%;
    }
    .cart-mobile .cart_body .grid .cart_item_name .cart_quantity {
      font-size: 12px;
      margin-bottom: 5px;
      display: block;
      font-weight: normal;
      color: #333;
    }
    .cart-mobile .cart_body .grid .cart_prices {
      width: 50%;
      text-align: right;
    }
    .cart-mobile .cart_body .grid .cart_prices .cart-price {
      font-weight: bold;
      display: block;
      font-size: 14px;
      color: var(--maincolor);
    }
    .cart-mobile .cart_body .grid .cart__btn-remove {
      font-size: 13px;
      color: #30656b;
    }
    .cart-mobile .cart_body .cart_select input {
      display: inline-block;
      padding: 0;
      text-align: center;
      border-radius: 0;
      width: 35px;
      min-height: 28px;
      border: 1px solid #e5e5e5;
      color: #222;
      height: 28px;
      font-size: 14px;
      margin: 0;
      float: left;
      border-left: none;
      border-right: none;
    }
    .cart-mobile .cart_body .cart_select button {
      border-radius: 0;
      border: 1px solid #e5e5e5;
      border-color: #e5e5e5;
      color: #222;
      line-height: 26px;
      padding: 0;
      margin: 0;
      width: 28px;
      background-color: #fff;
      height: 28px;
      float: left;
    }
    .cart-mobile .cart_body .cart_select button.btn-minus {
      border-right: 0;
    }
    .cart-mobile .cart_body .cart_select button.btn-plus {
      border-left: 0;
    }
    .cart-mobile .ajaxcart__footer {
      padding: 10px 0;
    }
    .cart-mobile .ajaxcart__footer .cart__subtotal {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 12px;
      display: flex;
    }
    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__col-6 {
      width: 50%;
      float: left;
    }
    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle {
      width: 50%;
      float: left;
      text-align: right;
    }
    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
      font-weight: bold;
      color: var(--maincolor);
    }
    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt {
      display: block;
      position: relative;
    }
    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
      width: 100%;
      background-color: #333;
      color: #fff;
      text-align: center;
      line-height: 40px;
    }
    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
      background-color: var(--maincolor);
    }
  }
  @media (max-width: 1199px) and (min-width: 767px) {
    .cart-mobile .cart_body .cart_image {
      width: 10%;
    }
  }
  .cartPopupContainer {
    background-color: #fff;
  }
  .cartPopupContainer .cart--empty-message {
    text-align: center;
  }
  .cartPopupContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px;
  }
  #popup-cart-desktop {
    width: 950px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 10%;
    display: none;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
      visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1;
  }
  #popup-cart-desktop.active {
    display: block;
    z-index: 9999;
    transform: translateX(-50%);
  }
  #popup-cart-desktop .header-popcart {
    position: relative;
    background: #fff;
  }
  #popup-cart-desktop .header-popcart .top-cart-header {
    font-size: 16px;
    padding-right: 15px;
    font-weight: 400;
    padding: 20px 20px;
    background: #363636;
    color: #fff;
  }
  #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
    color: #fff;
  }
  #popup-cart-desktop .header-popcart .noti-cart-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #333333;
    padding: 15px 20px;
    display: block;
  }
  #popup-cart-desktop .header-popcart .cart_btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10000;
    color: #fff;
  }
  #popup-cart-desktop .header-popcart .cart_btn-close svg {
    width: 15px;
    height: 15px;
  }
  #popup-cart-desktop .cartpopup {
    margin-bottom: 0;
    background: #fff;
    padding: 0 20px 20px;
  }
  #popup-cart-desktop .cartpopup .cart-header-info {
    display: flex;
    display: flex;
    padding: 7px 0;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-weight: bold;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
    width: 53%;
    text-align: left;
    padding-left: 10px;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
    width: 19%;
    text-align: center;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
    width: 12%;
    text-align: center;
  }
  #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
    width: 19%;
    text-align: center;
  }
  #popup-cart-desktop .cartpopup .cart_body {
    max-height: 268px;
    overflow-y: auto;
    border: solid 1px #ebebeb;
  }
  #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #f5f5f5;
  }
  #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
  }
  #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
  }
  #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
    padding: 10px 0;
    border-top: solid 1px #ebebeb;
  }
  #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
  }
  #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
    border-top: none;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_image img {
    max-width: 100%;
    max-height: 100%;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
    padding-right: 10px;
    display: flex;
    width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -os-width: calc(100% - 110px);
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name {
    width: 50%;
    margin-bottom: 5px;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a:hover {
    color: var(--hover);
  }
  #popup-cart-desktop
    .cartpopup
    .cart_body
    .cart_info
    .cart_name
    .remove-item-cart {
    display: block;
    color: red;
    font-weight: 300;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_item_name {
    width: 60%;
  }
  #popup-cart-desktop .cartpopup .cart_body .grid {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #popup-cart-desktop .cartpopup .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--maincolor);
  }
  #popup-cart-desktop .cartpopup .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b;
  }
  #popup-cart-desktop .cartpopup .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-minus {
    border-right: 0;
  }
  #popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-plus {
    border-left: 0;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer {
    padding-top: 20px;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
  }
  #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right;
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__subtotal
    .cart__totle
    .total-price {
    font-weight: bold;
    color: var(--maincolor);
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 0;
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__btn-proceed-checkout-dt
    button {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }
  #popup-cart-desktop
    .cartpopup
    .ajaxcart__footer
    .cart__btn-proceed-checkout-dt
    button:hover {
    background-color: var(--hover);
  }
  .popup-cart-mobile {
    max-width: 350px;
    height: auto;
    background: #fff;
    width: 0px;
    top: 90% !important;
    left: calc(50% - 150px);
    -webkit-left: calc(50% - 175px);
    -moz-left: calc(50% - 175px);
    -o-left: calc(50% - 175px);
    -os-left: calc(50% - 175px);
    width: 100%;
    transform: translateX(-50%);
    position: fixed;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
    border-radius: 5px;
  }
  @media (min-width: 767px) {
    .popup-cart-mobile {
      min-width: 350px;
    }
  }
  .popup-cart-mobile.active {
    visibility: visible;
    z-index: 9999;
    transform: scale(1);
    top: 30% !important;
    width: auto;
    left: calc(50% - 175px);
    -webkit-left: calc(50% - 175px);
    -moz-left: calc(50% - 175px);
    -o-left: calc(50% - 175px);
    -os-left: calc(50% - 175px);
  }
  @media (max-width: 767px) {
    .popup-cart-mobile.active {
      max-width: unset;
      width: calc(100% - 20px);
      left: 10px;
    }
  }
  .popup-cart-mobile .header-popcart .top-cart-header span {
    display: block;
    padding: 10px;
    background: var(--maincolor);
    font-weight: bold;
    color: #fff;
    padding-left: 35px;
  }
  .popup-cart-mobile .header-popcart .top-cart-header span svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    filter: invert(1);
  }
  .popup-cart-mobile .media-content {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
  }
  .popup-cart-mobile .media-content .thumb-1x1 {
    width: 70px;
  }
  .popup-cart-mobile .media-content .thumb-1x1 img {
    max-width: 100%;
    max-height: 100%;
  }
  .popup-cart-mobile .media-content .body_content {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .popup-cart-mobile .media-content .body_content h4 {
    font-size: 14px;
    font-weight: bold;
  }
  .popup-cart-mobile .media-content .body_content .product-new-price {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }
  .popup-cart-mobile .media-content .body_content .product-new-price b {
    margin-right: 15px;
  }
  .popup-cart-mobile .media-content .body_content .product-new-price span {
    color: #9e9e9e;
    background: none;
    padding: 0;
    font-size: 14px;
  }
  .popup-cart-mobile .noti-cart-count {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .popup-cart-mobile .noti-cart-count span {
    display: inline-block;
    background: none;
    color: #333;
    padding: 0;
  }
  .popup-cart-mobile .iconclose {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
  }
  .popup-cart-mobile .iconclose svg {
    filter: invert(1);
    width: 15px;
    height: 15px;
  }
  .popup-cart-mobile .bottom-action {
    padding: 0 10px 10px;
    display: flex;
    flex-flow: column;
  }
  .popup-cart-mobile .tocontinued {
    background: var(--maincolor);
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0px 45px;
    border: solid 1px var(--maincolor);
    color: #fff;
    border-radius: 0;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 0px;
    clear: both;
    text-align: center;
    cursor: pointer;
  }
  .popup-cart-mobile .tocontinued:hover {
    background: #363636;
    border-color: #363636;
  }
  .popup-cart-mobile .checkout {
    height: 40px;
    line-height: 38px;
    width: 100%;
    background: #363636;
    border-radius: 0;
    padding: 0px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: solid 1px #363636;
    float: right;
  }
  .popup-cart-mobile .checkout:hover {
    background: var(--maincolor);
    border-color: var(--maincolor);
  }
  @font-face {
    font-family: "lg";
    src: url(fonts/lg2a85a.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  .lg-icon {
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
  }
  .lg-actions .lg-next.disabled,
  .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .lg-actions .lg-next:hover,
  .lg-actions .lg-prev:hover {
    color: #fff;
  }
  .lg-actions .lg-next {
    right: 20px;
  }
  .lg-actions .lg-next:before {
    content: "\e095";
  }
  .lg-actions .lg-prev {
    left: 20px;
  }
  .lg-actions .lg-prev:after {
    content: "\e094";
  }
  @-webkit-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }
  .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
  .lg-toolbar,
  .lg-prev,
  .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  }
  .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item.lg-complete
    .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
  }
  .lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease;
    }
  }
  .lg-outer .lg-thumb-item.active,
  .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
  }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
  }
  .lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: medium none;
    border: none;
  }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
  }
  .lg-outer .lg-toogle-thumb:hover {
    color: #fff;
  }
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
  }
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
  }
  .lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
  }
  .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
  }
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
  }
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-object,
  .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
  }
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
  }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
  }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
  }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1;
  }
  .lg-autoplay-button:after {
    content: "\e01d";
  }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
  }
  .lg-outer.lg-css3.lg-zoom-dragging
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap,
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .lg-outer.lg-use-transition-for-zoom
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #lg-zoom-in:after {
    content: "\e311";
  }
  #lg-actual-size {
    font-size: 20px;
  }
  #lg-actual-size:after {
    content: "\e033";
  }
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
  #lg-zoom-out:after {
    content: "\e312";
  }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
  }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
  }
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
  }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
  }
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
  }
  .lg-outer .lg-pager:hover,
  .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
  }
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
  .lg-fullscreen:after {
    content: "\e20c";
  }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
  }
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  }
  .lg-outer.lg-dropdown-active .lg-dropdown,
  .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
  }
  .lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
  }
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s,
      visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
      opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
      opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
      opacity 0.18s linear 0s;
  }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
  }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
  }
  .lg-outer .lg-dropdown > li:hover a,
  .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
  }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
  }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
  .lg-outer #lg-share {
    position: relative;
  }
  .lg-outer #lg-share:after {
    content: "\e80d";
  }
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
  }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904";
  }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
  }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907";
  }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
  }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905";
  }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
  }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906";
  }
  .lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  }
  .lg-rotate-left:after {
    content: "\e900";
  }
  .lg-rotate-right:after {
    content: "\e901";
  }
  .lg-icon.lg-flip-hor,
  .lg-icon.lg-flip-ver {
    font-size: 26px;
  }
  .lg-flip-ver:after {
    content: "\e903";
  }
  .lg-flip-hor:after {
    content: "\e902";
  }
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: left;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide,
  .lg-outer.lg-css3 .lg-item.lg-next-slide,
  .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    background: url("../imgs/loading.gif")
      no-repeat scroll center center transparent;
    display: none !important;
  }
  .lg-outer.lg-css3 .lg-prev-slide,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-item,
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-item:before,
  .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  .lg-outer.lg-show-after-load .lg-item .lg-object,
  .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-empty-html {
    display: none;
  }
  .lg-outer.lg-hide-download #lg-download {
    display: none;
  }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-prev-slide,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-prev-slide,
  .lg-css3.lg-fade .lg-item.lg-next-slide,
  .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  @media (max-width: 768px) {
    .bread-crumb {
      margin-bottom: 10px;
    }
  }
  .bizweb-product-reviews-module {
    margin: 0 !important;
  }
  .breadcrumb {
    margin: 0;
    font-size: 14px;
    padding: 15px 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
  }
  .breadcrumb li {
    display: inline;
  }
  .breadcrumb li > a {
    color: #333;
  }
  .breadcrumb li > a > span {
    color: #333;
  }
  .breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #333;
  }
  .breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
  }
  .breadcrumb li span {
    display: inline;
    font-size: 13px;
    color: #333;
  }
  .breadcrumb li span .fa {
    color: #333;
    font-size: 10px;
    padding: 0px 5px;
  }
  .breadcrumb li a:hover,
  .breadcrumb li.active,
  .breadcrumb li strong {
    color: var(--maincolor);
    font-weight: 400;
    text-decoration: none;
  }
  .breadcrumb li a:hover span,
  .breadcrumb li.active span,
  .breadcrumb li strong span {
    color: var(--maincolor);
  }
  .breadcrumb > li + li:before {
    display: none;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%;
  }
  .pagenav {
    position: relative;
    width: 100%;
  }
  .pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700;
  }
  .nav_pagi {
    display: inline-block;
    width: 100%;
  }
  .nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0 0px;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  @media (max-width: 768px) {
    .nav_pagi .pagination {
      padding: 0 0px;
    }
  }
  .nav_pagi .pagination .page-link {
    font-weight: 400;
    float: left;
    margin: 0 2.5px;
    width: 35px;
    background: #fff;
    border: solid 1px #ebebeb;
    text-align: center;
    height: 35px;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    color: #7d7d7d;
    text-decoration: none;
    border-radius: 5px;
  }
  @media (max-width: 375px) {
    .nav_pagi .pagination .page-link {
      width: 27px;
      height: 27px;
      line-height: 27px;
    }
  }
  .nav_pagi .pagination .page-link.page-db {
    width: auto;
    padding: 0 20px;
  }
  .nav_pagi .pagination .page-link:hover {
    background-color: #f03248;
    color: #fff;
    background: #f03248;
    font-weight: bold;
  }
  .nav_pagi .pagination .page-link svg {
    width: 14px;
    height: 14px;
    margin-top: -3px;
  }
  .nav_pagi .pagination .page-item.disabled .page-link {
    border: 0;
    display: none;
  }
  .nav_pagi .pagination .page-item.active .page-link {
    background-color: #f03248;
    border-color: #f03248;
    background: #f03248;
    color: #fff;
    display: block;
    font-weight: bold;
  }
  .page h1 {
    font-size: 28px;
  }
  .img-slide1 {
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
  .img_center_index {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .img_hover {
    transition: 0.4s !important;
  }
  .img_hover:hover {
    transform: scale(1.1) !important;
  }
  .clamp-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .clamp-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .clamp-4 {
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .pagination {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 20px 0;
  }
  .PageNum a, .PageNum span {
    display: inline-block;
    font-size: 16px;
    margin: 0 6px 0 0;
    padding: 3px;
    line-height: 22px;
    height: 30px;
    width: 30px;
    table-layout: inherit;
    text-align: center;
    color: #424242;
    background: transparent;
    border: #ccc 1px solid;
    text-decoration: none;
    font-weight: 400;
    border-radius: 50px;
  }
  .PageNum span {
    background: #db0f30;
    color: #ffffff;
  }
  .mb-3 {
    margin-bottom: 12px;
  }
  .page_whistlist .product-action:not(.not) .product-info, .cart_product .product-action:not(.not) .product-info {
    padding: 0 10px 10px;
  }
  .page_whistlist .product-action:not(.not) .actions-primary, .cart_product .product-action:not(.not) .actions-primary {
    bottom: 10px;
    right: 10px;
  }
  .content-page {
    min-height: 350px;
    line-height: 26px;
    font-size: 16px;
  }
  .page_tim_bv .thumb {
    width: 100%;
    display: block;
    aspect-ratio: 3/2;
  }
  .page_tim_bv .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page_tim_bv .post {
    padding: 8px 0;
  }
  .page_tim_bv .block-info h3 {
    font-size: 16px;
  }
  @media (max-width: 480px) {
    .img-slide1 {
      height: calc(100vw / 2);
    }
  }
  /* Ẩn thanh cuộn mặc định */
  .header-nav > ul.item_big > li.nav-item .item_small::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Nền của thanh cuộn */
.header-nav > ul.item_big > li.nav-item .item_small::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

/* Phần cuộn chính */
.header-nav > ul.item_big > li.nav-item .item_small::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Khi di chuột vào thanh cuộn */
.header-nav > ul.item_big > li.nav-item .item_small::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sec_brand .tc_tt .item {
  text-align: center;
  border: 1px solid rgba(145, 146, 147, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

.sec_brand .tc_tt a {
  padding: 15px;
  text-align: center;
  display: block;
}

.sec_brand .tc_tt a .wrap_brand {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 10px;
}

.sec_brand .tc_tt a img.img-brand {
  margin-bottom: 20px;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.sec_brand .tc_tt a img.logo-brand {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 55px;
  object-fit: cover;
  width: 100%;
}

.sec_brand .tc_tt a img {
  transition: 0.7s transform;
}