/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./sass/screen.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/sah7ror.css);
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./sass/screen.scss (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/** COLORS **/
/** DECORATIONS **/
/** FONTS **/
/** RESPONSIVE BREAKPOINTS **/
/** BREAKPOINTS MEDIA **/
/** CENTER HORIZONTAL & VERTICAL **/
/** PSEUDOELEMENT AFTER & BEFORE **/
/** POSITION ABSOLUTE **/
/** CALCULATE TO REM **/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  font-family: "museo-sans", sans-serif !important;
}

body {
  font-weight: 500;
  color: #000;
  margin: 0;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  line-height: 1em;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  list-style: none;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

a {
  text-decoration: none;
}

h1, h2 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1em;
  margin: 30px 0;
}
h1 span, h2 span {
  color: #109af5;
}

h3 {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1em;
  margin: 20px 0;
}

h4 {
  color: #aeaeaf;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

p, ul, ol {
  margin: 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6em;
}
p strong, ul strong, ol strong {
  font-weight: 500;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.small-gutters {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.small-gutters > .col, .small-gutters > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 992px) {
  .col-padding {
    padding-left: 68px !important;
  }
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.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-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.333333%;
  }
  .offset-xs-2 {
    margin-left: 16.666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.333333%;
  }
  .offset-xs-5 {
    margin-left: 41.666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.333333%;
  }
  .offset-xs-8 {
    margin-left: 66.666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.333333%;
  }
  .offset-xs-11 {
    margin-left: 91.666667%;
  }
  .flex-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-xs-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xs-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xs-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-md-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1500px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-column--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrap--reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.relative {
  position: relative;
}

.text-left {
  text-align: left;
}

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

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.text-xs-left {
  text-align: center;
}
@media (min-width: 576px) {
  .text-xs-left {
    text-align: left;
  }
}

.text-sm-left {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

.text-md-left {
  text-align: center;
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

.text-lg-left {
  text-align: center;
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}

.text-md-cr {
  text-align: center;
}
@media (min-width: 992px) {
  .text-md-cr {
    text-align: right;
  }
}

.text-sm-cr {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-cr {
    text-align: right;
  }
}

.text-xs-right {
  text-align: center;
}
@media (min-width: 576px) {
  .text-xs-right {
    text-align: right;
  }
}

.text-sm-right {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

.text-sm-justify {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .push-sm-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .push-md-right {
    float: right;
  }
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
  line-height: 1em;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: 0;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
}
.btn--black-arrow {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 0.875rem;
  padding: 13px 34px 13px 20px;
  text-transform: uppercase;
  position: relative;
}
.btn--black-arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn--black-arrow:hover {
  background-color: transparent;
  color: #000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn--black-arrow:hover::after {
  border-color: #000;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce-breadcrumb {
  font-size: 0.75rem;
  font-weight: 300;
  color: #109af5;
  margin: 30px 0;
}
.woocommerce-breadcrumb a {
  color: #000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce-breadcrumb a:hover {
  color: #109af5;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 30px 0;
  font-size: 0.875rem;
  font-weight: 300;
  background: #000;
  padding: 20px;
}
.woocommerce-message .button.wc-forward {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  padding: 7px 15px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce-message .button.wc-forward:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: 0;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 7px 15px;
  transition: all 0.25s ease-out;
}
.button:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce-error {
  font-size: 0.875rem;
  background-color: #d9d9d9;
  color: #000;
  border-top: 3px solid #c20e1a;
  padding: 10px 20px;
  margin: 20px 0;
}
.woocommerce-error::before {
  content: "\e016";
  color: #c20e1a;
  font-family: "WooCommerce";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-error li {
  margin: 5px 0;
}
.woocommerce-error li strong {
  font-weight: 500;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin: 20px 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.number-field {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .number-field {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.number-field__header {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .number-field__header {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .number-field__header {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .number-field__header {
    font-size: 2rem;
  }
}
.number-field__text {
  color: #6f6f6f;
  font-weight: 500;
  line-height: 1em;
}

.filters__group ul li {
  margin: 10px 0;
}
.filters__group ul li a {
  color: #000;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.filters__group ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.filters__group ul li .count {
  color: #109af5;
}
.filters__group ul li.chosen a::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 9px;
  height: 9px;
  background-color: #000;
}

.widgettitle {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 20px 0;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-numbers li a {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
  margin: 0 10px;
}
.page-numbers li a:hover {
  color: #109af5;
}
.page-numbers li .current {
  color: #109af5;
}

.mft {
  margin-top: 50px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-header {
  padding: 20px 0px;
  border-bottom: 1px solid #4D4D4D;
  background: #fff;
}
.site-header__container {
  width: 100%;
  max-width: 1170px;
}
.site-header__logo {
  width: 100px;
  height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .site-header__logo {
    width: 120px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .site-header__logo {
    width: 140px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .site-header__logo {
    width: 160px;
    height: 70px;
  }
}
.site-header--active {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0;
  -webkit-box-shadow: 0px 5px 110px 9px rgba(95, 95, 95, 0.2);
          box-shadow: 0px 5px 110px 9px rgba(95, 95, 95, 0.2);
}
.site-header--active .nav {
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.site-header--active .site-header__logo {
  width: 120px;
  height: 50px;
}
.site-header--active .site-header__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.icons svg {
  width: 24px;
  height: 24px;
  fill: #838383;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.icons svg:hover {
  fill: #109af5;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#searchform {
  position: absolute;
  right: 0;
}

.nav {
  margin-top: 35px;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 0;
  top: 71px;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    position: relative;
    top: 0;
    width: 100%;
  }
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1200px) {
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav ul li {
  margin: 0 18px;
  position: relative;
}
.nav ul li a {
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}
.nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  background: none repeat scroll 0 0 transparent;
  bottom: -3px;
  height: 1px;
  left: 50%;
  background: #109af5;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav ul li a:hover {
  color: #109af5;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav ul li a:hover::after {
  width: 100%;
  left: 0;
}
.nav ul li.current-menu-item a {
  color: #109af5;
}
.nav ul li.current-menu-item a::after {
  width: 100%;
  left: 0;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 22px;
  left: -10px;
  width: 200px;
}
.nav ul li .sub-menu li {
  margin: 0;
}
.nav ul li .sub-menu li a {
  padding: 15px 10px;
  display: block;
}
.nav ul li .sub-menu li a:hover {
  background-color: #109af5;
  color: #fff;
}
.nav ul li .sub-menu li a::after {
  display: none;
}
.nav ul li:hover > .sub-menu {
  display: block;
}
.nav ul li.menu-item-has-children::after {
  position: absolute;
  content: "";
  top: 6px;
  right: -14px;
  border: solid #000;
  padding: 2px;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav ul li.menu-item-has-children:hover::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 9px;
}
.nav--active {
  -webkit-transform: translateX(0) scale(1, 1);
      -ms-transform: translateX(0) scale(1, 1);
          transform: translateX(0) scale(1, 1);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  height: 100vh;
}
.nav--active ul {
  height: 100%;
}
.nav--active ul li {
  margin: 20px 0;
}
.nav--active ul li a {
  font-size: 1.125rem;
}

.burger__line {
  width: 30px;
  height: 2px;
  background-color: #000;
  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;
}
@media (min-width: 1200px) {
  .burger__line {
    display: none;
  }
}
.burger--active .burger__line:nth-child(2) {
  opacity: 0;
}
.burger--active .burger__line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.burger--active .burger__line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.cart-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-menu__icon {
  margin-right: 20px !important;
}

.fake-container {
  height: 168px;
}

.search-wrapper {
  position: relative;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.search-wrapper.focused {
  width: 270px;
}
.search-wrapper.focused input {
  padding: 0 40px 0 13px;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: #fff;
  z-index: 10;
}
.search-wrapper input {
  background: transparent;
  border: 0;
  color: #000;
  outline: none;
  height: 40px;
  width: 0;
  overflow: hidden;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: 275ms ease;
  -o-transition: 275ms ease;
  transition: 275ms ease;
  border-bottom: 1px solid #000;
}
.search-wrapper input::-moz-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}
.search-wrapper input::-webkit-input-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}
.search-wrapper input:-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}
.search-wrapper input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}
.search-wrapper input::placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}
.search-wrapper svg {
  position: absolute;
  fill: #000;
  font-size: 18px;
  top: 50%;
  right: 13px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}

.slider-main {
  margin: 30px 0;
}

.products-list .woocommerce-loop-product__title {
  border-bottom: 1px solid #d9d9d9;
  color: #109af5;
  font-weight: 700;
  font-size: 1rem;
  margin: 20px 0;
  padding-bottom: 10px;
}
.products-list .woocommerce-Price-amount {
  display: block;
  margin: 10px 0;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
.products-list .add_to_cart_button, .products-list .product_type_simple {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
  line-height: 1em;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  color: #109af5;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
  margin-top: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.products-list .add_to_cart_button:hover, .products-list .product_type_simple:hover {
  color: #000;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-list .add_to_cart_button:hover .add-to-cart-icon, .products-list .product_type_simple:hover .add-to-cart-icon {
  fill: #000;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.products-list li img {
  display: block;
  margin: 0 auto;
}

.product .products-list .woocommerce-Price-amount {
  display: block;
  margin: 10px 0;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}

.number-field__header {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}
.number-field__text {
  color: #6f6f6f;
  font-weight: 500;
  line-height: 1em;
}

.category-tile {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 250px;
}
.category-tile__border {
  width: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
          box-shadow: inset 0 0 0 1px #d9d9d9;
  min-height: 250px;
  position: relative;
}
.category-tile__border::before, .category-tile__border::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.category-tile__border::before {
  top: 0;
  left: 0;
}
.category-tile__border::after {
  top: 0;
  left: 0;
}
.category-tile__name {
  font-size: 1.125rem;
  color: #000;
  margin-top: 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 300;
}
.category-tile:hover .category-tile__border::before, .category-tile:hover .category-tile__border::after {
  width: 100%;
  height: 100%;
}
.category-tile:hover .category-tile__border::before {
  border-top-color: #109af5;
  border-right-color: #109af5;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  -o-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.category-tile:hover .category-tile__border::after {
  border-bottom-color: #109af5;
  border-left-color: #109af5;
  -webkit-transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
  -o-transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
  transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
}
.category-tile:hover .category-tile__name {
  color: #109af5;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.product-shadow {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 20px;
  height: 100%;
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-shadow:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-color: #000;
}
.product-shadow:hover .woocommerce-loop-product__title {
  color: #000;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.product-shadow a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}
.product-shadow .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-shadow .attachment-woocommerce_thumbnail {
  display: block;
  margin: 0 auto;
}

.add-to-cart-icon {
  width: 15px;
  height: 15px;
  fill: #109af5;
  margin: 5px 0 0 10px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products-list li {
  margin: 20px 0;
}

.related.products {
  width: 100%;
}

.up-sells {
  width: 100%;
}

.banner__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.banner__link:hover .banner__hover {
  opacity: 1;
  max-height: 58px;
  -webkit-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  -o-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
}
.banner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65);
}
.banner__content p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 300;
  margin: 0;
}
.banner__content p strong {
  font-weight: 500;
}
.banner__content--big {
  padding: 20px 25px;
}
.banner__hover {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  -o-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
}

.banner__content .banner__header p,
.banner__content .banner__header h1,
.banner__content .banner__header h2,
.banner__content .banner__header h3,
.banner__content .banner__header h4,
.banner__content .banner__header h5,
.banner__content .banner__header h6,
.banner-video__content .banner-video__header p,
.banner-video__content .banner-video__header h1,
.banner-video__content .banner-video__header h2,
.banner-video__content .banner-video__header h3,
.banner-video__content .banner-video__header h4,
.banner-video__content .banner-video__header h5,
.banner-video__content .banner-video__header h6,
.banner-video__content .banner-video__header p,
.slider-banner__content .slider-banner__header h1,
.slider-banner__content .slider-banner__header h2,
.slider-banner__content .slider-banner__header h3,
.slider-banner__content .slider-banner__header h4,
.slider-banner__content .slider-banner__header h5,
.slider-banner__content .slider-banner__header h6 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin: 10px 0;
}
.banner__content .banner__header p strong,
.banner__content .banner__header h1 strong,
.banner__content .banner__header h2 strong,
.banner__content .banner__header h3 strong,
.banner__content .banner__header h4 strong,
.banner__content .banner__header h5 strong,
.banner__content .banner__header h6 strong,
.banner-video__content .banner-video__header p strong,
.banner-video__content .banner-video__header h1 strong,
.banner-video__content .banner-video__header h2 strong,
.banner-video__content .banner-video__header h3 strong,
.banner-video__content .banner-video__header h4 strong,
.banner-video__content .banner-video__header h5 strong,
.banner-video__content .banner-video__header h6 strong,
.banner-video__content .banner-video__header p strong,
.slider-banner__content .slider-banner__header h1 strong,
.slider-banner__content .slider-banner__header h2 strong,
.slider-banner__content .slider-banner__header h3 strong,
.slider-banner__content .slider-banner__header h4 strong,
.slider-banner__content .slider-banner__header h5 strong,
.slider-banner__content .slider-banner__header h6 strong {
  font-weight: 500;
}

.banner-video__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.banner-video__link:hover .banner-video__hover {
  opacity: 1;
  max-height: 58px;
  -webkit-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  -o-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
}
.banner-video__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65);
}
.banner-video__content p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 300;
  margin: 0;
}
.banner-video__content p strong {
  font-weight: 500;
}
.banner-video__content--big {
  padding: 20px 25px;
}
.banner-video__hover {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  -o-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
}
.banner-video__play {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url(../9942b763f53ef290d230.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slick-list {
  width: 100%;
  height: 100%;
}

.slider-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .slider-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }
}

.slider-banner {
  max-height: 300px;
  width: 100%;
}
@media (min-width: 992px) {
  .slider-banner {
    max-height: 450px;
  }
}
.slider-banner:hover .slider-banner__hover {
  opacity: 1;
  max-height: 58px;
  -webkit-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  -o-transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
  transition: all 1s cubic-bezier(0, 0.35, 0.75, 0.73);
}
.slider-banner__item {
  display: block !important;
}
.slider-banner__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.slider-banner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65);
}
.slider-banner__content p {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 300;
  margin: 0;
}
.slider-banner__content p strong {
  font-weight: 500;
}
.slider-banner__content--big {
  padding: 20px 25px;
}
.slider-banner__hover {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.9, 0.75, 0.73);
  -o-transition: all 1s cubic-bezier(0, 0.9, 0.75, 0.73);
  transition: all 1s cubic-bezier(0, 0.9, 0.75, 0.73);
}

.slider-banner__content .slider-banner__header p,
.slider-banner__content .slider-banner__header h1,
.slider-banner__content .slider-banner__header h2,
.slider-banner__content .slider-banner__header h3,
.slider-banner__content .slider-banner__header h4,
.slider-banner__content .slider-banner__header h5,
.slider-banner__content .slider-banner__header h6 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin: 10px 0;
}
.slider-banner__content .slider-banner__header p strong,
.slider-banner__content .slider-banner__header h1 strong,
.slider-banner__content .slider-banner__header h2 strong,
.slider-banner__content .slider-banner__header h3 strong,
.slider-banner__content .slider-banner__header h4 strong,
.slider-banner__content .slider-banner__header h5 strong,
.slider-banner__content .slider-banner__header h6 strong {
  font-weight: 500;
}

.first-left {
  width: 70%;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .first-left {
    width: 43.8596491%;
    padding-right: 0;
  }
}

.first-center {
  width: 30%;
}
@media (min-width: 992px) {
  .first-center {
    width: 20.2631578%;
  }
}

.first-right {
  width: 100%;
}
@media (min-width: 992px) {
  .first-right {
    width: 34.649122807%;
  }
}
.first-right--item {
  width: 50%;
  padding-right: 4px;
}
.first-right--item:last-child {
  padding-right: 0;
  padding-left: 4px;
}
@media (min-width: 576px) {
  .first-right--item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .first-right--item {
    width: 100%;
    padding: 0;
  }
  .first-right--item:last-child {
    padding: 0;
  }
}

.second-left {
  width: 100%;
}
@media (min-width: 992px) {
  .second-left {
    max-width: 760px;
    width: 66.6666666667%;
  }
}

.second-right {
  width: 100%;
}
@media (min-width: 992px) {
  .second-right {
    max-width: 375px;
    width: 32.8947368421%;
  }
}
.second-right--item {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 2.5px;
}
.second-right--item:last-child {
  padding-right: 0;
  padding-left: 2.5px;
}
@media (min-width: 992px) {
  .second-right--item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0;
  }
  .second-right--item:last-child {
    padding-left: 0;
  }
}

.third-left {
  width: 100%;
}
@media (min-width: 992px) {
  .third-left {
    width: 43.8596491%;
    padding-right: 0;
  }
}

.third-right {
  width: 100%;
}
@media (min-width: 992px) {
  .third-right {
    width: 54.912280607%;
  }
}

.fourth-left {
  width: 100%;
}
@media (min-width: 576px) {
  .fourth-left {
    width: 65.350877193%;
    padding-right: 7px;
  }
}

.fourth-right {
  width: 100%;
}
@media (min-width: 576px) {
  .fourth-right {
    width: 34.649122807%;
  }
}

.slick-dots {
  position: absolute;
  top: 20px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 0 4px;
}
.slick-dots li button {
  padding: 0;
  outline: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover {
  background-color: #fff;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

.lightbox-video {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: 9999;
}
.lightbox-video__container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3%;
  height: auto;
  z-index: 100;
  height: 100vh;
  width: 100vw;
}

.lightbox-iframe {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader {
  width: 64px;
  height: 64px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 202;
}
.loader div {
  -webkit-animation: loaderAnimation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loaderAnimation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}
.loader div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #109af5;
  margin: -3px 0 0 -3px;
}
.loader div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.loader div:nth-child(1)::after {
  top: 50px;
  left: 50px;
}
.loader div:nth-child(1) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.loader div:nth-child(1)::after {
  top: 50px;
  left: 50px;
}
.loader div:nth-child(2) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.loader div:nth-child(2)::after {
  top: 54px;
  left: 45px;
}
.loader div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.loader div:nth-child(3)::after {
  top: 57px;
  left: 39px;
}
.loader div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.loader div:nth-child(4)::after {
  top: 58px;
  left: 32px;
}
.loader div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.loader div:nth-child(5)::after {
  top: 57px;
  left: 25px;
}
.loader div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.loader div:nth-child(6)::after {
  top: 54px;
  left: 19px;
}
.loader div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.loader div:nth-child(7)::after {
  top: 50px;
  left: 14px;
}
.loader div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.loader div:nth-child(8)::after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.product_title {
  font-size: 1.625rem;
  color: #000;
  font-weight: 500;
  margin-top: 0;
}

.product .woocommerce-Price-amount {
  color: #109af5;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 15px 0;
  display: inline-block;
}
.product .button.single_add_to_cart_button {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
  line-height: 1em;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  max-width: 280px;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  border: 1px solid #000;
  font-size: 0.875rem;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product .button.single_add_to_cart_button:hover {
  color: #000;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product.type-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product.type-product .woocommerce-product-gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.product.type-product .single-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 70px;
}
.product.type-product .single-content__description p {
  margin: 10px 0;
  font-size: 0.875rem;
  font-weight: 300;
}
.product.type-product .single-content__description table {
  width: 100% !important;
  border: 0 !important;
}
.product.type-product .single-content__description table {
  border-collapse: collapse;
}
.product.type-product .single-content__description table tr td {
  width: auto !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.product.type-product .single-content__description table tr td {
  font-size: 1rem;
  border-top: 1px solid #aeaeaf;
  border-bottom: 1px solid #aeaeaf;
  color: #000;
  padding: 8px 5px;
  font-weight: 500;
}
.product.type-product .single-content__description table tr td:nth-child(2n) {
  font-weight: 100;
}
.product.type-product .single-content__description table tr:nth-child(2n) {
  background-color: #f9f9f9;
}
.product.type-product .single-content__catalogue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
  line-height: 1em;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  max-width: 280px;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  border: 1px solid #000;
  font-size: 0.875rem;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product.type-product .single-content__catalogue svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-right: 15px;
}
.product.type-product .single-content__catalogue:hover {
  color: #000;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product.type-product .single-content__catalogue:hover svg {
  fill: #000;
}
.product.type-product .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product .input-text.qty {
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  max-width: 55px;
  outline: 0;
  padding: 5px;
}

.quantity {
  margin: 15px 0;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  border: 1px solid #d9d9d9;
  padding: 10px;
  -webkit-transition: border-color 0.25s ease-in;
  -o-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs li:hover {
  border-color: #000;
}

.woocommerce-product-gallery {
  margin: 0;
}
.woocommerce-product-gallery .flex-viewport {
  border: 1px solid #d9d9d9;
  min-height: 400px;
  width: 100%;
}

.woocommerce-product-gallery__wrapper a {
  pointer-events: none;
}

.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1002;
  display: none;
}

.popup-product {
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 970px;
  z-index: 1003;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.35);
  overflow-y: auto;
  max-height: 100vh;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .popup-product {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.popup-product__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #109af5;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 1px solid #109af5;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.popup-product__close:hover {
  background-color: #fff;
  border-top-color: transparent;
  border-right-color: transparent;
}
.popup-product__close:hover::after, .popup-product__close:hover::before {
  background-color: #109af5;
}
.popup-product__close::after, .popup-product__close::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  height: 13px;
  width: 2px;
  top: 16px;
  right: 21px;
}
.popup-product__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-product__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-product__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding: 4rem 3.5rem 2rem 3.5rem;
}

.stock.available-on-backorder {
  font-size: 1rem;
  margin-top: 10px;
}

.woocommerce-cart-form table {
  width: 100%;
}
.woocommerce-cart-form tr th, .woocommerce-cart-form tr td {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 100px;
}
.woocommerce-cart-form .product-name a {
  color: #109af5;
  font-weight: 300;
}
.woocommerce-cart-form .product-name a:hover {
  text-decoration: underline;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.product-quantity .input-text {
  border: 1px solid #d9d9d9;
  padding: 10px;
  width: 65px;
}

.product-remove a {
  font-weight: 600;
  color: #109af5;
  font-size: 1.125rem;
  margin-right: 20px;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.product-remove a:hover {
  color: #000;
}

.product-subtotal .woocommerce-Price-amount {
  font-weight: 700;
}

.form-row {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .form-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.form-row.form-row-wide, .form-row.place-order, .form-row.notes {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.form-row input:not([type=checkbox]) {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  outline: 0;
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  font-family: inherit;
}
.form-row input:not([type=checkbox]):focus {
  border-color: #000;
}
.form-row textarea {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  outline: 0;
  resize: none;
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  font-family: inherit;
}
.form-row textarea:focus {
  border-color: #000;
}

.select2-container .select2-selection--single {
  border-color: #d9d9d9;
  height: 47px;
  background-color: #fff;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
  padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

@media (min-width: 992px) {
  .woocommerce-checkout #billing_phone_field, .woocommerce-checkout #billing_email_field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

#order_review_heading {
  text-align: center;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid #d9d9d9;
}

.woocommerce table.shop_table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce table.shop_table a {
  color: #109af5;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.woocommerce table.shop_table a:hover {
  color: #aeaeaf;
}

.woocommerce table.shop_table th {
  padding: 15px 0;
  font-size: 0.875rem;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  font-size: 0.875rem;
}

.wc_payment_methods {
  background-color: #d9d9d9;
  padding: 30px 20px;
}
.wc_payment_methods .wc_payment_method {
  margin: 15px 0;
}
.wc_payment_methods .wc_payment_method input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wc_payment_methods .wc_payment_method input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.wc_payment_methods .wc_payment_method input[type=radio] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #999999;
}
.wc_payment_methods .wc_payment_method input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  vertical-align: text-top;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.wc_payment_methods .wc_payment_method input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.wc_payment_methods .wc_payment_method input[type=radio]:disabled + label {
  cursor: auto;
}

.payment_box {
  padding-left: 29px;
}
.payment_box p {
  font-size: 0.75rem;
}

.woocommerce-privacy-policy-text a {
  color: #109af5;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.woocommerce-privacy-policy-text a:hover {
  color: #aeaeaf;
}

.map {
  width: 100%;
  height: 250px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.map img {
  max-width: inherit !important;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #bfbfbf;
  outline: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #6d6d6d;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #bfbfbf;
  font-size: 0.875rem;
  font-weight: 100;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 0.875rem;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 0.875rem;
  font-weight: 100;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 0.875rem;
  font-weight: 100;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #bfbfbf;
  font-size: 0.875rem;
  font-weight: 100;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input:active, .contact-form input:focus, .contact-form textarea:active, .contact-form textarea:focus {
  border-color: #109af5;
  color: #6d6d6d;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input:active::-moz-placeholder, .contact-form input:focus::-moz-placeholder, .contact-form textarea:active::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder {
  color: #6d6d6d;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input:active::-webkit-input-placeholder, .contact-form input:focus::-webkit-input-placeholder, .contact-form textarea:active::-webkit-input-placeholder, .contact-form textarea:focus::-webkit-input-placeholder {
  color: #6d6d6d;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input:active:-ms-input-placeholder, .contact-form input:focus:-ms-input-placeholder, .contact-form textarea:active:-ms-input-placeholder, .contact-form textarea:focus:-ms-input-placeholder {
  color: #6d6d6d;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input:active::-ms-input-placeholder, .contact-form input:focus::-ms-input-placeholder, .contact-form textarea:active::-ms-input-placeholder, .contact-form textarea:focus::-ms-input-placeholder {
  color: #6d6d6d;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form input:active::placeholder, .contact-form input:focus::placeholder, .contact-form textarea:active::placeholder, .contact-form textarea:focus::placeholder {
  color: #6d6d6d;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-form textarea {
  resize: none;
}

.contact-text p {
  margin: 10px 0;
}
.contact-text a {
  color: #109af5;
  display: inline-block;
  margin: 30px 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-text a:hover {
  color: #000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-text p.contact-text__form-header {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 50px 0 20px 0;
}
@media (min-width: 768px) {
  .contact-text p.contact-text__form-header {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .contact-text p.contact-text__form-header {
    font-size: 1.5rem;
  }
}

.contact-text p {
  margin: 10px 0;
}
.contact-text a {
  color: #109af5;
  display: inline-block;
  margin: 30px 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-text a:hover {
  color: #000;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.contact-text p.contact-text__form-header {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 50px 0 20px 0;
}
@media (min-width: 768px) {
  .contact-text p.contact-text__form-header {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .contact-text p.contact-text__form-header {
    font-size: 1.5rem;
  }
}

.form-info {
  font-size: 0.75rem;
  margin: 40px 0;
  font-weight: 300;
  line-height: 1em;
  text-align: justify;
}
.form-info a {
  color: #109af5;
  font-size: 0.75rem;
  margin: 0;
}
.form-info a:hover {
  color: #109af5;
  text-decoration: underline;
}

.site-footer {
  background: #393a3e;
  background: -webkit-gradient(linear, left top, left bottom, from(#393a3e), to(#1c1d1f));
  background: -o-linear-gradient(top, #393a3e 0%, #1c1d1f 100%);
  background: linear-gradient(to bottom, #393a3e 0%, #1c1d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#393a3e", endColorstr="#1c1d1f",GradientType=0 );
  padding-top: 60px;
  margin-top: 50px;
}
.site-footer p {
  color: #aeaeaf;
  line-height: 1.7em;
}
.site-footer a {
  color: #aeaeaf;
  line-height: 1.7em;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.site-footer a:hover {
  color: #109af5;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer-nav {
  margin-bottom: 40px;
}
.footer-nav ul li {
  line-height: 1.7em;
}
.footer-nav ul li a {
  color: #aeaeaf;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .footer-nav ul li a {
    font-size: 0.875rem;
  }
}
.footer-nav ul li.current-menu-item a {
  color: #109af5;
}

.copyrights {
  border-top: 1px solid #58595a;
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyrights__text {
  font-size: 0.75rem;
}
