﻿/* ==========================================================================
   Abstracts
   ========================================================================== */
/* ==== Functions ==== */
/* ==== Mixins ==== */
/* ==== Variables ==== */
/* ==========================================================================
   Vendors
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
UPDATE:
- Remove line-height [line 14]
- Removed h1 style [line 40]
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.38;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ====  flexboxgrid.com ==== */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  /*    // 992px
      @include breakpoint(lg) {
          max-width: 960px;
      }*/
}
@media only screen and (min-width: 1200px) {
  .container,
.container-fluid {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .container,
.container-fluid {
    max-width: 1320px;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 576px) {
  .col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* ====  Typography ==== */
/* ==========================================================================
   Base
   ========================================================================== */
/* ====  Placeholder ==== */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

/* ==== Importing Web fonts ==== */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../src/Fonts/OpenSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../src/Fonts/OpenSans-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../src/Fonts/OpenSans-Bold.woff") format("woff");
  font-display: swap;
}
/* ====  Utility ==== */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.flex-justify {
  display: flex;
  justify-content: space-between;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-vertical {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .flex-lg-center-vertical {
    display: flex;
    align-items: center;
  }
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.m-0 {
  margin: 0;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2.mb-2 {
  margin-bottom: 2rem;
}

.mb-3.mb-3 {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem;
}

@media only screen and (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .mb-xs-1 {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

.mt-auto {
  margin-top: auto;
}

.mr-1 {
  margin-right: 1rem;
}

.position-relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block !important;
}

@media only screen and (min-width: 1200px) {
  .pr-xl-4 {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 1400px) {
  .pr-xxl-7 {
    padding-right: 7rem;
  }
}

.flex-center {
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .flex-lg-center {
    align-items: center;
    display: flex;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  .order-xs-0 {
    order: 0;
  }
}

@media only screen and (max-width: 991px) {
  .order-xs-1 {
    order: 1;
  }
}

@media only screen and (max-width: 991px) {
  .order-xs-2 {
    order: 2;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.z-100 {
  z-index: 100;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.img-circle {
  border-radius: 50%;
}

.section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.text-md-right {
  text-align: right !important;
}

.position-relative {
  position: relative !important;
}

.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.opaque {
  opacity: 0;
  transition: 0.3s ease;
}

.box-gray {
  background-color: #ededed;
}

@media only screen and (min-width: 768px) {
  .sticky-top {
    align-self: flex-start;
    position: sticky;
    top: 2.15rem;
  }
}

.clear-both {
  clear: both;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.padding-top-select {
  padding-top: 1.55rem;
}

/* ==== Base ==== */
/* ====  Global style ==== */
html {
  box-sizing: border-box;
  font-size: 20px;
  height: 100%;
  width: 100%;
  line-height: 1.38;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-family: "Montserrat", "Open Sans", "Arial", sans-serif;
  height: 100%;
  width: 100%;
  color: #000;
  background-color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  line-break: strict;
}

a {
  color: #222;
}
a:hover, a:active {
  color: black;
}

:focus {
  outline: thin dotted #000;
  outline-offset: 2px;
}
.header-main :focus, .footer-main :focus {
  outline: thin dotted #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}
.home-page h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .home-page h1 {
    font-size: 3rem;
  }
}
.product-detail h1 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .product-detail h1 {
    font-size: 1.5rem;
  }
}

h2, .h2 {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 1rem;
  }
}
.home-page h2, .home-page .h2 {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .home-page h2, .home-page .h2 {
    font-size: 1.2rem;
  }
}
.product-detail h2, .product-detail .h2 {
  font-size: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .product-detail h2, .product-detail .h2 {
    font-size: 0.8rem;
  }
}

h3, .h3 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 1.2rem;
  }
}
.product-box h3, .product-box .h3 {
  font-size: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .product-box h3, .product-box .h3 {
    font-size: 0.8rem;
  }
}

h4 {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 1rem;
  }
}

main p {
  margin-top: 0;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

video {
  width: 100%;
  height: auto;
}

main img {
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.skip-main:focus {
  color: white;
  outline: thin dotted #fff;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 1920px;
  margin: 2rem auto 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1080px;
}

address {
  font-size: 1rem;
  font-style: normal;
}
address.contact .fa {
  font-size: 1.5rem;
  vertical-align: top;
  margin-right: 1rem;
}
address.contact a {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
  text-decoration: none;
}
address.contact a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* ====  Navigation ==== */
.menu-toggle {
  display: inline-block;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .line {
  width: 50px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-toggle .line:nth-of-type(2) {
  width: 40px;
}
.home-page .menu-toggle .line {
  background-color: #fff;
}
.home-page .menu-toggle[aria-expanded=true] .line {
  background-color: #fff;
}
.menu-toggle[aria-expanded=true] .line:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #000;
  }
}
@media only screen and (min-width: 992px) {
  .menu {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}
.menu.open {
  display: block;
}
@media only screen and (max-width: 991px) {
  .menu.open {
    padding: 1rem 0;
  }
}
.menu > li > a, .menu > li > .dropdown-toggle {
  font-size: 0.7rem;
  display: block;
  width: 100%;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  text-align: left;
  color: #fff;
  background: none;
  border: 0;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .menu > li > a, .menu > li > .dropdown-toggle {
    display: inline-block;
    width: auto;
    border-bottom: 2px solid transparent;
  }
}
.menu > li > a:hover, .menu > li > a:focus, .menu > li > .dropdown-toggle:hover, .menu > li > .dropdown-toggle:focus {
  cursor: pointer;
  color: #e7d27c;
}
@media only screen and (min-width: 992px) {
  .menu > li > a:focus, .menu > li > .dropdown-toggle:focus {
    outline: none;
    border-bottom: 2px solid #e7d27c;
  }
}
@media only screen and (min-width: 992px) {
  .menu > li:last-of-type {
    margin-left: 2rem;
  }
}
.menu [aria-current=page] {
  color: #e7d27c;
}
@media only screen and (min-width: 992px) {
  .menu [aria-current=page] {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0.25em;
  border-color: #fff transparent transparent transparent;
  transition: transform 0.2s ease-in-out;
}
.dropdown-toggle:hover::after, .dropdown-toggle:focus::after {
  border-top-color: #e7d27c;
}

.dropdown-menu {
  font-size: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .dropdown-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
  }
  .dropdown-menu > li:first-of-type {
    margin-top: 0.5rem;
  }
}
.dropdown-menu > li > a {
  display: block;
  padding: 0.5rem 2rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
@media only screen and (min-width: 992px) {
  .dropdown-menu > li > a {
    padding: 0.5rem 0.8rem;
  }
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #e7d27c;
}
@media only screen and (min-width: 992px) {
  .dropdown-menu > li > a:focus {
    outline: none;
    border-bottom: 2px solid #e7d27c;
  }
}

.dropdown {
  position: relative;
}
.dropdown.open .dropdown-toggle {
  color: #e7d27c;
}
.dropdown.open .dropdown-toggle::after {
  transform: rotate(180deg);
  border-top-color: #e7d27c;
}
.dropdown.open .dropdown-menu {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* ====  Header ==== */
.header-main {
  color: #fff;
  background-color: #000;
}

.main-logo {
  display: inline-block;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .main-logo {
    margin: 0.5rem 0;
  }
}
.main-logo img {
  height: 65px;
}
@media only screen and (min-width: 992px) {
  .main-logo img {
    height: 100px;
  }
}

/* ====  Footer ==== */
.footer-main {
  background-color: #222;
}
.footer-main a {
  color: #fff;
}

.newsletter-block {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.newsletter-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 3rem 0;
}
@media only screen and (min-width: 992px) {
  .newsletter-wrapper {
    padding: 4rem 0;
  }
}
.newsletter-wrapper:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.newsletter-wrapper .newsletter-inner {
  text-align: center;
  height: 100%;
}
.newsletter-wrapper form {
  border: 1px solid #fff;
  width: 40%;
  margin: 0 auto;
  padding-right: 140px;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .newsletter-wrapper form {
    padding-right: 100px;
    width: 90%;
  }
}
.newsletter-wrapper form input[type=email] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: transparent;
  border: 0;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-right: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #cdcdcd;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .newsletter-wrapper form input[type=email] {
    height: 30px;
    line-height: 30px;
  }
}
.newsletter-wrapper form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  line-height: 40px;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 9px;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .newsletter-wrapper form input[type=submit] {
    font-size: 12px;
    width: 100px;
    height: 48px;
    line-height: 30px;
  }
}

.dis_table,
.dis_tablecell {
  height: 100%;
  width: 100%;
}

.dis_table {
  display: table;
  table-layout: fixed;
}

.dis_tablecell {
  display: table-cell;
  vertical-align: middle;
}

.newsletter-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-bottom: 2rem;
}
.newsletter-title h4 {
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.newsletter-subtext {
  font-size: 0.7rem;
  color: #ccc;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.8em;
  width: 80%;
  margin: 0 auto 50px;
}

.information-block {
  color: #fff;
  padding-top: 50px;
  margin-bottom: 50px;
}
.information-block .information-inner .footer-logo {
  text-align: center;
  margin-bottom: 75px;
}
.information-block .information-inner .footer-logo img {
  width: 160px;
}
@media only screen and (max-width: 991px) {
  .information-block .information-inner .footer-block01 {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .information-block .information-inner .footer-block02, .information-block .information-inner .footer-block03 {
    margin-bottom: 30px;
    width: 100%;
    float: left;
  }
}
.information-block .about-us {
  padding-right: 50px;
}
.information-block .about-us .footer-about .top {
  margin-bottom: 25px;
}
.information-block .about-us .footer-about .bottom > div {
  margin-bottom: 8px;
}
.information-block .footer-title {
  margin-bottom: 30px;
}
.information-block .footer-title span {
  font-weight: 600;
}
.information-block .aboutus-links .fi-useful-content {
  margin-left: -15px;
  margin-right: -15px;
}
.information-block .aboutus-links ul {
  list-style: none;
}
.information-block .aboutus-links ul li {
  margin-bottom: 7px;
}

.fi-useful-content ul {
  margin: 0;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}

address.bottom > div > i {
  margin-right: 5px;
}

.copyright {
  background-color: #000;
}

.copyright-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  float: left;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .copyright-inner {
    display: flex;
  }
}

.copyright-right {
  margin-left: auto;
}

.footer_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .footer_links ul {
    margin-left: -15px;
  }
}
.footer_links ul li {
  display: inline-block;
  zoom: 1;
  padding: 0 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .footer_links ul li:first-child {
    padding-left: 0;
  }
}
.footer_links ul li a {
  color: #fff;
  font-size: 0.6rem;
  font-style: italic;
  letter-spacing: 1px;
}
.footer_links ul li i {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -3px;
}

.footer_copyright {
  font-size: 0.6rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .footer_social {
    margin-top: 1rem;
  }
}
.footer_social a {
  display: inline-block;
  margin-left: 15px;
}
.footer_social a:first-child {
  margin-left: 0;
}
.footer_social a .fa {
  color: #fff;
  font-size: 25px;
}

/* ==========================================================================
   Components
   ========================================================================== */
/* ====  Buttons ==== */
.btn {
  font-size: 0.65rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.75rem;
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .btn {
    padding: 0.9rem 1rem;
  }
}
.btn.btn-link {
  padding: 0;
  border-bottom: 2px solid #222;
  transition: none;
}
.btn.btn-primary {
  color: #fff;
  background-color: #000;
  border: 1px solid #e7d27c;
}
.btn.btn-primary:hover {
  color: #000;
  background-color: #e7d27c;
  border: 1px solid transparent;
}
.btn.btn-secondary {
  color: #000;
  background-color: #e7d27c;
  border: 1px solid #e7d27c;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn.btn-blue {
  color: #fff;
  background-color: #848484;
}

button.btn {
  border-width: 0;
}

.btn-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.btn-underline {
  display: table;
  padding: 6px 22px 6px 0;
}
.btn-underline:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  right: 0;
  transform-origin: left bottom;
  transform: skew(45deg);
  border-bottom: 3px solid #222;
  border-right: 4px solid #222;
  z-index: -1;
}

.swiper.swiper-hero {
  width: 100%;
  background: #000;
}
@media only screen and (min-width: 992px) {
  .swiper.swiper-hero {
    height: calc(100vh - 126px);
  }
}
.swiper.swiper-hero .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}
@media only screen and (min-width: 992px) {
  .swiper.swiper-hero .swiper-slide {
    padding: 2rem 3rem;
  }
}
.swiper.swiper-hero .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.swiper.swiper-hero .swiper-slide .title {
  font-weight: 600;
  text-transform: uppercase;
}
.swiper.swiper-hero .swiper-slide .subtitle {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .swiper.swiper-hero .swiper-slide .subtitle {
    margin-bottom: 1.5rem;
  }
}
.swiper.swiper-hero .swiper-slide .text {
  font-size: 0.8rem;
  max-width: 500px;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .swiper.swiper-hero .swiper-slide .product-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .swiper.swiper-hero .swiper-box {
    position: absolute;
    top: 20%;
    left: 20%;
  }
}
.swiper.swiper-hero .swiper-box .swiper-box-bg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .swiper.swiper-hero .swiper-box .swiper-box-bg {
    padding: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .swiper.swiper-hero .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    right: 5px;
  }
}

/*New Products*/
.swiper-products {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .swiper-products.swiper {
    padding-bottom: 1rem;
  }
}
.swiper-products .swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: black;
}
.swiper-products .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-products .swiper-horizontal > .swiper-pagination-bullets, .swiper-products .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -4px;
}
@media only screen and (max-width: 767px) {
  .swiper-products .swiper-horizontal > .swiper-pagination-bullets, .swiper-products .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
.swiper-products .swiper-button-next {
  right: -3px;
}
.swiper-products .swiper-button-prev {
  left: -3px;
}
.swiper-products .swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-products .swiper-pagination-bullet:focus {
  outline-offset: 1px;
}

.arrows-white .swiper-button-next, .arrows-white .swiper-button-prev {
  color: #595959;
  background-color: #fff;
}
.arrows-white .swiper-button-next:focus, .arrows-white .swiper-button-prev:focus {
  outline-offset: -4px;
}
.arrows-white .swiper-button-next:after, .arrows-white .swiper-button-prev:after {
  font-size: 1.5rem;
}

.product-detail.swiper-product-detail {
  height: 80%;
  width: 100%;
}
.product-detail.swiper-product-detail_thumb {
  height: 20%;
  box-sizing: border-box;
  padding: 0.5rem 0 !important;
}
@media only screen and (max-width: 767px) {
  .product-detail.swiper-product-detail_thumb {
    margin-bottom: 1.5rem;
  }
}
.product-detail.swiper-product-detail.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-detail.swiper-product-detail .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-detail.swiper-product-detail .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}
.product-detail.swiper-product-detail .swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail.swiper-product-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem 3rem 0.8rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a9a9a9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

fieldset {
  border: none;
}

.control {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .control {
    padding: 1rem 2.1rem;
  }
}
.product-detail_size .control {
  display: block;
  border-top: 1px solid #a9a9a9;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .product-detail_size .control {
    font-size: 1.1rem;
    padding: 1rem 1rem 1rem 2.5rem;
  }
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  background: #fff;
  border: 1px solid #a9a9a9;
}
@media only screen and (min-width: 768px) {
  .control__indicator {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.control--checkbox .control__indicator {
  border-radius: 3px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input:not([disabled]) ~ .control__indicator,
.control input:focus ~ .control__indicator {
  outline: thin dotted #000;
  outline-offset: 2px;
}

.control input:checked ~ .control__indicator {
  background: #fff;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 5px;
  top: 0px;
  width: 8px;
  height: 14px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .control--checkbox .control__indicator:after {
    left: 10px;
    top: 3px;
    width: 10px;
    height: 18px;
    border-width: 0 4px 4px 0;
  }
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .control--radio .control__indicator:after {
    height: 1rem;
    width: 1rem;
  }
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.home_topbanner_inner {
  float: none;
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

@media (max-width: 767px) {
  .home_topbanner_inner > div {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .home_topbanner_inner > div {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .home_topbanner_inner > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  html body .home_topbanner {
    margin-bottom: 30px;
  }
}
/*effect*/
@media (min-width: 1200px) {
  .effect, html body .home_topbanner .group_banner .home_topbanner_image a, html body .list-collection-content .product .image > a {
    overflow: hidden;
    position: relative;
    display: block;
    /* style for hover */
  }

  .effect:before, html body .home_topbanner .group_banner .home_topbanner_image a:before, html body .list-collection-content .product .image > a:before, .effect:after, html body .home_topbanner .group_banner .home_topbanner_image a:after, html body .list-collection-content .product .image > a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
  }

  .effect:before, html body .home_topbanner .group_banner .home_topbanner_image a:before, html body .list-collection-content .product .image > a:before {
    border-bottom: 1px solid #e7d27c;
    border-top: 1px solid #e7d27c;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  .effect:after, html body .home_topbanner .group_banner .home_topbanner_image a:after, html body .list-collection-content .product .image > a:after {
    border-left: 1px solid #e7d27c;
    border-right: 1px solid #e7d27c;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  .effect img, html body .home_topbanner .group_banner .home_topbanner_image a img, html body .list-collection-content .product .image > a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
  }

  .effect:hover:before, html body .home_topbanner .group_banner .home_topbanner_image a:hover:before, html body .list-collection-content .product .image > a:hover:before, .effect:hover:after, html body .home_topbanner .group_banner .home_topbanner_image a:hover:after, html body .list-collection-content .product .image > a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .effect:hover img, html body .home_topbanner .group_banner .home_topbanner_image a:hover img, html body .list-collection-content .product .image > a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=50);
  }
}
.home_topbanner {
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem 0;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .home_topbanner {
    padding: 4rem 0;
  }
}
.home_topbanner + div {
  clear: both;
}
.home_topbanner .group_banner {
  position: relative;
}
.home_topbanner .home_topbanner_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px;
}
.home_topbanner .home_topbanner_content span {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #fff;
  font-weight: bold;
  display: block;
  padding: 22px 20px;
  color: #222;
}

@media (max-width: 1199px) {
  html body .home_topbanner .home_topbanner_content {
    padding: 15px;
  }

  html body .home_topbanner .home_topbanner_content span {
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  html body .home_topbanner .home_topbanner_content span {
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  html body .home_topbanner .home_topbanner_content span {
    font-size: 12px;
    text-transform: capitalize;
  }
}
@media (max-width: 680px) {
  html body .home_topbanner .home_topbanner_content {
    position: relative;
    padding: 0;
  }

  html body .home_topbanner .home_topbanner_content span {
    background-color: transparent;
    color: white;
    padding: 0;
    margin-top: 15px;
  }
}
html body .home_topbanner .home_topbanner_left {
  float: left;
  width: 60%;
  text-align: center;
}

html body .home_topbanner .home_topbanner_left .home_topbanner_action {
  color: #222222;
  font-weight: 600;
}

html body .home_topbanner .home_topbanner_left .home_topbanner_action .fa {
  color: #222222;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  html body .home_topbanner .home_topbanner_left .home_topbanner_action:hover {
    color: #cccccc;
  }

  html body .home_topbanner .home_topbanner_left .home_topbanner_action:hover .fa {
    color: #cccccc;
  }
}
@media (max-width: 991px) {
  html body .home_topbanner .home_topbanner_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
html body .home_topbanner .home_topbanner_right {
  float: right;
  padding: 0 15px;
  width: 40%;
}

@media (max-width: 991px) {
  html body .home_topbanner .home_topbanner_right {
    width: 100%;
  }
}
html body .home_topbanner .caption_banner .title {
  font-size: 30px;
  display: block;
  color: #222222;
  line-height: 1em;
  margin-bottom: 10px;
}

html body .home_topbanner .caption_banner .title .title_bold {
  font-weight: 600;
}

@media (max-width: 1199px) {
  html body .home_topbanner .caption_banner .title {
    font-size: 24px;
  }
}
html body .home_topbanner .caption_banner .content {
  color: #848484;
  line-height: 1.7em;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 640px) {
  html body .home_topbanner .caption_banner .title {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  html body .home_topbanner .caption_banner .title {
    font-size: 17px;
  }
}
.home_saleup_layout {
  padding: 2rem 0;
  background: #000;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .home_saleup_layout {
    padding: 4rem 0;
  }
}

.home_saleup_layout .home_saleup_inner {
  position: relative;
}

.home_saleup_layout .home_saleup_inner .home_saleup_content {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  color: white;
}

.home_saleup_layout .home_saleup_inner .home_saleup_content .content,
.home_saleup_layout .home_saleup_inner .home_saleup_content .title {
  display: block;
}

.home_saleup_layout .home_saleup_inner .home_saleup_content .title {
  font-size: 18px;
  font-family: Bitter;
  font-style: italic;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .home_saleup_layout .home_saleup_inner .home_saleup_content .title {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home_saleup_layout .home_saleup_inner .home_saleup_content .title {
    font-size: 10px;
  }
}
.home_saleup_layout .home_saleup_inner .home_saleup_content .content {
  font-size: 48px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .home_saleup_layout .home_saleup_inner .home_saleup_content .content {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home_saleup_layout .home_saleup_inner .home_saleup_content .btn, .home_saleup_layout .home_saleup_inner .home_saleup_content .product-detail-content #product-information .add-to-wishlist button, html body .product-detail-content #product-information .add-to-wishlist .home_saleup_layout .home_saleup_inner .home_saleup_content button, html body .home_saleup_layout .home_saleup_inner .home_saleup_content .account-content #customer-account #customer_sidebar #view_address, html body .account-content #customer-account #customer_sidebar .home_saleup_layout .home_saleup_inner .home_saleup_content #view_address, html body .home_saleup_layout .home_saleup_inner .home_saleup_content .address_table .add-new-address, html body .address_table .home_saleup_layout .home_saleup_inner .home_saleup_content .add-new-address,
.home_saleup_layout .home_saleup_inner .home_saleup_content .group-form-address .add-new-address,
.group-form-address .home_saleup_layout .home_saleup_inner .home_saleup_content .add-new-address {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.home_saleup_layout .home_saleup_inner .home_saleup_image {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .home_saleup_layout .home_saleup_inner .home_saleup_image img {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

  .home_saleup_layout .home_saleup_inner .home_saleup_image:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2, 1.2);
  }
}
@media (max-width: 767px) {
  .home_saleup_layout {
    margin-bottom: 40px;
  }
}
.product-section {
  color: #000;
  background-color: #fff;
  padding: 2rem 0;
}

.product-box {
  position: relative;
}
.product-box > a {
  display: inline-block;
  padding: 0.5rem 0.5rem 3.5rem 0.5rem;
  text-decoration: none;
  height: 100%;
}
.swiper-products .product-box > a {
  height: auto;
}
.swiper-products .product-box > a:hover, .swiper-products .product-box > a:active {
  outline-offset: -1px;
}
.product-box > a:hover, .product-box > a:active {
  outline: thin dotted #000;
  outline-offset: 2px;
}
.product-box > a > span {
  display: block;
}
.product-box .product-top-icons {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.product-box .product-top-icons > span {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.product-box .product-top-icons .fa {
  font-size: 1rem;
}
.product-box .product-top-icons .product-availability.product_yes .fa {
  color: #3cbeaf;
}
.product-box .product-top-icons .product-availability.product_no .fa {
  color: #a9a9a9;
}

.product_subtitle, .product_category {
  font-size: 0.7rem;
}
.product_category {
  color: #595959;
  font-style: italic;
}
.product_price {
  position: absolute;
  bottom: 1.5rem;
  font-size: 0.8rem;
  margin: 0.5rem 0;
  font-weight: 600;
}
.product_price_sale > span:first-of-type {
  text-decoration: line-through;
}
.product_price_sale > span:nth-of-type(2) {
  color: #ac145a;
}

.heart-empty .fa-heart {
  color: #a9a9a9;
}

.new-products {
  color: #000;
  background: #fff;
  padding: 2rem 0;
}

.eyecatcher_container {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  padding: 0;
  cursor: default;
  margin-left: 5px;
  margin-top: 5px;
}
.eyecatcher_container .eyecatcher {
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 14px;
  margin-right: 5px;
}
.eyecatcher_container .eyecatcher_new {
  background-color: #000;
  color: #fff;
}
.eyecatcher_container .eyecatcher_discount {
  background-color: #ac145a;
  color: #fff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.product-detail {
  color: #000;
  background-color: #fff;
}
.product-detail_size {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .product-detail_size {
    margin-bottom: 2rem;
  }
}

.review > a {
  display: inline-block;
  margin-left: 1rem;
}

.rating {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  margin-left: -0.1em;
}

.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 120%;
  line-height: 1.2;
  color: #ddd;
}

.rating:not(:checked) > label:before {
  content: "\f005";
}

.rating > input:checked ~ label {
  color: #f70;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

[role=tablist] {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  [role=tablist] {
    background-color: transparent;
    border-bottom: 4px solid #ededed;
  }
}

[role=presentation] {
  display: block;
}
@media only screen and (max-width: 767px) {
  [role=presentation] {
    margin-bottom: 0.5rem;
  }
}

[role=presentation][data-tab-active] {
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
}
@media only screen and (max-width: 767px) {
  [role=presentation][data-tab-active] {
    color: #000;
    background-color: #e7d27c;
  }
}

[role=tab] {
  color: #000;
  display: block;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
}
@media only screen and (max-width: 767px) {
  [role=tab] {
    border: 1px solid #000;
  }
}
@media only screen and (min-width: 768px) {
  [role=tab] {
    padding: 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .tab-item {
    margin-right: 1rem;
  }
}

[role=tabpanel] {
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  [role=tabpanel] {
    padding-top: 1.5rem;
  }
}

[role=tabpanel][aria-hidden=true] {
  display: none;
}

[role=tabpanel]:focus {
  outline: 0;
}

@media only screen and (min-width: 768px) {
  [role=presentation] {
    display: inline-block;
  }

  [role=presentation][data-tab-active] [role=tab]:after {
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 4px solid #000;
  }
}
.tab-table {
  margin-bottom: 5px;
}

.breadcrumbs {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 2rem;
  }
}
.home-page .breadcrumbs {
  display: none;
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumbs_directory {
  display: flex;
}
.breadcrumbs_link[href] {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_item:not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumbs_link:before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f177";
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumbs_item:nth-last-child(n+2):after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    margin: 0 0.4rem;
  }
  .breadcrumbs_link {
    display: block;
    float: left;
  }
  .breadcrumbs_link[href] {
    text-decoration: none;
  }
  .breadcrumbs_link[href]:hover, .breadcrumbs_link[href]:active {
    text-decoration: underline;
  }
  .breadcrumbs_link:focus {
    outline-offset: 0px;
  }
}

.u-visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.icons-top {
  position: relative;
  display: flex;
  height: 47px;
}
@media only screen and (max-width: 991px) {
  .icons-top {
    position: absolute;
    top: calc(1rem - 1px);
    right: 5rem;
  }
}
.icons-top .fa {
  font-size: 1rem;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .icons-top .fa {
    font-size: 1rem;
  }
}
.icons-top .fa.fa-user {
  font-size: 1.1rem;
}
.icons-top .icon-top {
  display: inline-block;
  padding: 0.5rem;
}
.icons-top .icon-top_cart {
  position: relative;
}
.icons-top .icon-top_cart_count {
  position: absolute;
  left: 0.75rem;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.0625rem;
  height: 1.0625rem;
  font-size: 0.625rem;
  font-weight: 600;
  color: #fff;
  background-color: #ac145a;
  border-radius: 50%;
  margin-left: 0.375rem;
}
@media only screen and (min-width: 992px) {
  .icons-top .icon-top_user {
    display: none;
  }
}

.cart-box-total {
  padding: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .cart-box-total {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-box-total {
    padding: 2.5rem;
  }
}
.cart-box-total_border {
  border: 1px solid #848484;
}

.cart-box-total .h4 {
  display: block;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid #848484;
}

.shopping-cart {
  display: flex;
  flex-direction: column;
}
.shopping-cart img {
  max-height: 100px;
}
.shopping-cart_item {
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.shopping-cart_item:nth-child(3) {
  border-top: 1px solid #E1E8EE;
  border-bottom: 1px solid #E1E8EE;
}

.shopping-cart .title {
  border-bottom: 1px solid #E1E8EE;
  padding-bottom: 20px;
  color: #5E6977;
  font-size: 1rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.delete-btn {
  cursor: pointer;
  text-decoration: none;
  margin-right: 3px;
}
.delete-btn:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #a9a9a9;
}

.is-active {
  animation-name: animate;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: right;
  }
}
/* Product Image */
.image {
  margin-right: 50px;
}

/* Product Description */
.description {
  margin-right: 60px;
}
@media only screen and (min-width: 768px) {
  .description {
    width: 30%;
  }
}
.description a {
  font-weight: 600;
}

.description span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.description span:last-child {
  font-weight: 300;
  margin-top: 8px;
}

/* Product Quantity */
.quantity {
  margin-right: 1rem;
}
@media only screen and (min-width: 1200px) {
  .quantity {
    margin-right: 2rem;
  }
}

.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}

button[class*=-btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.minus-btn img {
  margin-bottom: 3px;
}

.plus-btn img {
  margin-top: 2px;
}

/* Total Price */
.total-price {
  width: 85px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .total-price {
    margin-top: 1rem;
  }
}

.shop-table {
  width: 100%;
}
.shop-table th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  vertical-align: middle;
  border: none;
  text-align: left;
  white-space: nowrap;
}
.shop-table td {
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  vertical-align: middle;
  text-align: right;
}
.shop-table .order-total td {
  font-size: 1.75rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .bag-right {
    margin-left: auto;
  }
  .bag-right div {
    display: inline-block;
  }
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .shopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .shopping-cart_item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image,
.quantity,
.description {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
}
#checkout-progress {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #checkout-progress {
    width: 60%;
  }
}
#checkout-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  transform: translateY(-50%) perspective(1000px);
}
#checkout-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #3cbeaf;
  transform: scaleX(0) translateY(-50%) perspective(1000px);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
#checkout-progress.step-2::after {
  transform: scaleX(0.333) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-3::after {
  transform: scaleX(0.666) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-4::after {
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-5::after {
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkout-progress .progress-bar {
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
#checkout-progress .progress-bar .step {
  z-index: 2;
  position: relative;
}
#checkout-progress .progress-bar .step .step-label {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) perspective(1000px);
  white-space: nowrap;
  font-size: 0.7rem;
  color: #ccc;
  transition: 0.3s ease;
}
@media only screen and (max-width: 480px) {
  #checkout-progress .progress-bar .step .step-label {
    font-size: 0.5rem;
  }
}
#checkout-progress .progress-bar .step span {
  display: block;
  color: #ccc;
  font-weight: 900;
  transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
  transition: 0.3s ease;
}
#checkout-progress .progress-bar .step .fa-check {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.3s ease;
  transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}
#checkout-progress .progress-bar .step.valid .fa-check {
  transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
}
#checkout-progress .progress-bar .step.valid span {
  color: #000;
  transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
}
#checkout-progress .progress-bar .step.valid .step-label {
  color: #000 !important;
}
#checkout-progress .progress-bar .step.valid::after {
  background-color: #3cbeaf;
  border: 1px solid #3cbeaf;
}
#checkout-progress .progress-bar .step::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) perspective(1000px);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: 0.3s ease;
}
@media only screen and (max-width: 991px) {
  #checkout-progress .progress-bar .step::after {
    width: 40px;
    height: 40px;
  }
}
#checkout-progress .progress-bar .step.active span,
#checkout-progress .progress-bar .step.active .step-label {
  color: #000;
}
#checkout-progress .progress-bar .step.active::after {
  border: 1px solid #3cbeaf;
}

.border-left-right {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.creditcard-icons {
  display: flex;
  flex-direction: row;
  margin-top: -5px;
}
.creditcard-icons svg {
  padding: 0;
  height: 30px;
  border-radius: 0;
  border: none;
  margin-right: 0;
  margin-left: 14px;
  width: 45px;
}

/* ==== Animations ==== */
/* ==========================================================================
   Pages
   ========================================================================== */
/* ==========================================================================
   Themes
   ========================================================================== */
/* ====  Dark Theme ==== */
/* ====  Print ==== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
    */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
    * Printing Tables:
    * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
    */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
