@charset "UTF-8";
/*! @Created by :
* 	Mustapha EL OUAFI - ms.elouafi@gmail.com
* 	07/2018
**/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .header #mega-menu-wrap-menu-1 > ul .mega-block-title,
.header nav > ul .mega-block-title, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, .header #mega-menu-wrap-menu-1 > ul .mega-block-title,
.header nav > ul .mega-block-title, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 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;
}

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

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

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: .25rem;
  }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

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

  .text-md-right {
    text-align: right !important;
  }

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

  .text-lg-right {
    text-align: right !important;
  }

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

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../src/images/ajax-loader.gif?1665577059') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../fonts/slick.eot');
  src: url('../../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../../fonts/slick.woff') format("woff"), url('../../fonts/slick.ttf') format("truetype"), url('../../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.product-type-gift-card .woocommerce-product-gallery__wrapper {
  box-shadow: none;
  width: 100%;
}
.product-type-gift-card .woocommerce-product-gallery__image {
  padding: 0;
}
.product-type-gift-card img {
  width: 100%;
}

.ywgc_enter_code {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}

.gift-card-content-editor.step-content input {
  float: none;
  width: auto;
}

.gift-card-content-editor.step-content textarea {
  float: none;
  width: 100%;
}

.gift-card-content-editor.step-content label {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
}

.ywgc-predefined-amount-button, .ywgc-amount-buttons {
  margin: 0.2em !important;
}

.ywgc-manual-amount {
  height: 2.8em !important;
  width: 115px;
}

/* ------------------ */
/* == Variables       */
/* ------------------ */
/* Primary Colors */
/* icons font*/
/* Default value of helpers ( margin & padding) */
/* ------------------ */
/* == Fonts           */
/* ------------------ */
@font-face {
  font-family: 'mv_boli';
  src: url("../fonts/mvboli-webfont.woff2") format("woff2"), url("../fonts/mvboli-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tinvwl-webfont';
  src: url("../fonts/tinvwl-webfont.eot?xu2uyi");
  src: url("../fonts/tinvwl-webfont.eot?xu2uyi#iefix") format("embedded-opentype"), url("../fonts/tinvwl-webfont.ttf?xu2uyi") format("truetype"), url("../fonts/tinvwl-webfont.woff?xu2uyi") format("woff"), url("../fonts/tinvwl-webfont.svg?xu2uyi#tinvwl-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ftinvwl {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tinvwl-webfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grey {
  color: gray;
}

/* ------------------ */
/* == Mixins          */
/* ------------------ */
/* ------------------ */
/* == Global          */
/* ------------------ */
html {
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  direction: ltr;
  font-family: "Comfortaa", cursive, sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  position: relative;
  color: #000000;
  overflow-x: hidden;
  font-weight: 700;
}

#main {
  padding-bottom: 11.4rem;
}

a:not(.btn) {
  color: #000000;
}
a:not(.btn):hover, a:not(.btn):focus {
  text-decoration: underline;
  outline: none;
}

button:focus {
  outline: none;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
  margin-bottom: 10px;
}

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

.fleche,
.eclair {
  position: relative;
}
.fleche:before,
.eclair:before {
  position: absolute;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: 10px;
}

.fleche:before {
  content: '\e905';
  font-size: 1.16rem;
}

.eclair:before {
  content: '\e901';
  font-size: 4rem;
  transform: rotate(36deg);
}

ol,
ul {
  font-family: "Comfortaa", cursive, sans-serif;
  margin-bottom: 2rem;
}
ol li,
ul li {
  font-size: 1.4rem;
  line-height: 3.1rem;
}
ol li span,
ul li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.2rem;
}
ol.list-with-icon.fleche li:before,
ul.list-with-icon.fleche li:before {
  content: '\e905';
  font-size: 1.16rem;
}
ol.list-with-icon.eclair li:before,
ul.list-with-icon.eclair li:before {
  content: '\e901';
  font-size: 4rem;
}
ol.list-with-icon li,
ul.list-with-icon li {
  position: relative;
  padding-left: 50px;
  line-height: 2.2rem !important;
}
ol.list-with-icon li:before,
ul.list-with-icon li:before {
  position: absolute;
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: 10px;
}
ol.list-with-icon li > span,
ul.list-with-icon li > span {
  display: block;
}
ol.list-with-icon li i,
ul.list-with-icon li i {
  position: absolute;
  left: 0;
  top: 0;
}
ol.list-with-icon li i.icon-arrow,
ul.list-with-icon li i.icon-arrow {
  top: 5px;
}
ol.list-with-icon li i.icon-arrow + span,
ul.list-with-icon li i.icon-arrow + span {
  line-height: 2.2rem;
  margin-left: 0 !important;
}
ol.list-with-icon li i.icon-list-item,
ul.list-with-icon li i.icon-list-item {
  top: 0;
  font-size: 3rem;
}
ol.list-with-icon li i.icon-list-item + span,
ul.list-with-icon li i.icon-list-item + span {
  margin-left: 5.6rem;
}
ol.list-with-icon li[class*="col-"] i, ol.list-with-icon li[class*="col-"] i,
ul.list-with-icon li[class*="col-"] i,
ul.list-with-icon li[class*="col-"] i {
  left: 18px;
}
ol .icon-arrow-right,
ul .icon-arrow-right {
  font-size: 3.5rem;
  margin-right: 1rem;
}
ol .icon-arrow,
ul .icon-arrow {
  margin-right: 1rem;
}

.list-circle li {
  font-family: "Comfortaa", cursive, sans-serif;
  font-weight: 700;
  color: #3c3d41;
  font-size: 2.2rem;
  position: relative;
  padding-left: 3.7rem;
  margin-bottom: .8rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 479px) {
  .list-circle li {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.list-circle li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #8bc647;
}

.img-container {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.img-ratio {
  position: relative;
  overflow: hidden;
}
.img-ratio:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.img-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-bg {
  background: none !important;
}

.is-table {
  display: table;
  width: 100%;
}
.is-table > div {
  display: table-cell;
  vertical-align: top;
  float: none !important;
  height: 100%;
}
.is-table .align-bottom {
  vertical-align: bottom;
}

.is-vertical-center > * {
  display: inline-block !important;
  vertical-align: middle;
}

.is-inline {
  font-size: 0;
}
.is-inline > * {
  vertical-align: bottom;
  display: inline-block;
  float: none !important;
}

.color-default {
  color: #000000;
}

.has-background-cover, .has-background-contain {
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center 0;
}
.has-background-cover {
  background-size: cover;
}
.has-background-contain {
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .has-background-contain {
    background-size: cover;
  }
}

.thin-font {
  font-weight: 100;
}

.loading {
  height: 240px;
  position: relative;
}

/* padding and margin helpers */
.pad-left-0, .pad-0 {
  padding-left: 0px !important;
}

.pad-right-0, .pad-0 {
  padding-right: 0px !important;
}

.pad-h-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pad-top-0, .pad-0 {
  padding-top: 0px !important;
}

.pad-bottom-0, .pad-0 {
  padding-bottom: 0px !important;
}

.pad-v-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.mar-top-0, .mar-0 {
  margin-top: 0px !important;
}

.mar-bottom-0, .mar-0 {
  margin-bottom: 0px !important;
}

.mar-v-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.mar-left-0, .mar-0 {
  margin-left: 0px !important;
}

.mar-right-0, .mar-0 {
  margin-right: 0px !important;
}

.mar-h-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.pad-left-5, .pad-5 {
  padding-left: 5px !important;
}

.pad-right-5, .pad-5 {
  padding-right: 5px !important;
}

.pad-h-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pad-top-5, .pad-5 {
  padding-top: 5px !important;
}

.pad-bottom-5, .pad-5 {
  padding-bottom: 5px !important;
}

.pad-v-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.mar-top-5, .mar-5 {
  margin-top: 5px !important;
}

.mar-bottom-5, .mar-5 {
  margin-bottom: 5px !important;
}

.mar-v-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.mar-left-5, .mar-5 {
  margin-left: 5px !important;
}

.mar-right-5, .mar-5 {
  margin-right: 5px !important;
}

.mar-h-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.pad-left-10, .pad-10 {
  padding-left: 10px !important;
}

.pad-right-10, .pad-10 {
  padding-right: 10px !important;
}

.pad-h-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pad-top-10, .pad-10 {
  padding-top: 10px !important;
}

.pad-bottom-10, .pad-10 {
  padding-bottom: 10px !important;
}

.pad-v-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.mar-top-10, .mar-10 {
  margin-top: 10px !important;
}

.mar-bottom-10, .mar-10 {
  margin-bottom: 10px !important;
}

.mar-v-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.mar-left-10, .mar-10 {
  margin-left: 10px !important;
}

.mar-right-10, .mar-10 {
  margin-right: 10px !important;
}

.mar-h-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.pad-left-15, .pad-15 {
  padding-left: 15px !important;
}

.pad-right-15, .pad-15 {
  padding-right: 15px !important;
}

.pad-h-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.pad-top-15, .pad-15 {
  padding-top: 15px !important;
}

.pad-bottom-15, .pad-15 {
  padding-bottom: 15px !important;
}

.pad-v-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.mar-top-15, .mar-15 {
  margin-top: 15px !important;
}

.mar-bottom-15, .mar-15 {
  margin-bottom: 15px !important;
}

.mar-v-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.mar-left-15, .mar-15 {
  margin-left: 15px !important;
}

.mar-right-15, .mar-15 {
  margin-right: 15px !important;
}

.mar-h-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.pad-left-20, .pad-20 {
  padding-left: 20px !important;
}

.pad-right-20, .pad-20 {
  padding-right: 20px !important;
}

.pad-h-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pad-top-20, .pad-20 {
  padding-top: 20px !important;
}

.pad-bottom-20, .pad-20 {
  padding-bottom: 20px !important;
}

.pad-v-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.mar-top-20, .mar-20 {
  margin-top: 20px !important;
}

.mar-bottom-20, .mar-20 {
  margin-bottom: 20px !important;
}

.mar-v-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.mar-left-20, .mar-20 {
  margin-left: 20px !important;
}

.mar-right-20, .mar-20 {
  margin-right: 20px !important;
}

.mar-h-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.pad-left-25, .pad-25 {
  padding-left: 25px !important;
}

.pad-right-25, .pad-25 {
  padding-right: 25px !important;
}

.pad-h-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pad-top-25, .pad-25 {
  padding-top: 25px !important;
}

.pad-bottom-25, .pad-25 {
  padding-bottom: 25px !important;
}

.pad-v-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.mar-top-25, .mar-25 {
  margin-top: 25px !important;
}

.mar-bottom-25, .mar-25 {
  margin-bottom: 25px !important;
}

.mar-v-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

.mar-left-25, .mar-25 {
  margin-left: 25px !important;
}

.mar-right-25, .mar-25 {
  margin-right: 25px !important;
}

.mar-h-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.pad-left-30, .pad-30 {
  padding-left: 30px !important;
}

.pad-right-30, .pad-30 {
  padding-right: 30px !important;
}

.pad-h-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pad-top-30, .pad-30 {
  padding-top: 30px !important;
}

.pad-bottom-30, .pad-30 {
  padding-bottom: 30px !important;
}

.pad-v-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.mar-top-30, .mar-30 {
  margin-top: 30px !important;
}

.mar-bottom-30, .mar-30 {
  margin-bottom: 30px !important;
}

.mar-v-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.mar-left-30, .mar-30 {
  margin-left: 30px !important;
}

.mar-right-30, .mar-30 {
  margin-right: 30px !important;
}

.mar-h-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.pad-left-35, .pad-35 {
  padding-left: 35px !important;
}

.pad-right-35, .pad-35 {
  padding-right: 35px !important;
}

.pad-h-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.pad-top-35, .pad-35 {
  padding-top: 35px !important;
}

.pad-bottom-35, .pad-35 {
  padding-bottom: 35px !important;
}

.pad-v-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}

.mar-top-35, .mar-35 {
  margin-top: 35px !important;
}

.mar-bottom-35, .mar-35 {
  margin-bottom: 35px !important;
}

.mar-v-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}

.mar-left-35, .mar-35 {
  margin-left: 35px !important;
}

.mar-right-35, .mar-35 {
  margin-right: 35px !important;
}

.mar-h-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.pad-left-40, .pad-40 {
  padding-left: 40px !important;
}

.pad-right-40, .pad-40 {
  padding-right: 40px !important;
}

.pad-h-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pad-top-40, .pad-40 {
  padding-top: 40px !important;
}

.pad-bottom-40, .pad-40 {
  padding-bottom: 40px !important;
}

.pad-v-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

.mar-top-40, .mar-40 {
  margin-top: 40px !important;
}

.mar-bottom-40, .mar-40 {
  margin-bottom: 40px !important;
}

.mar-v-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

.mar-left-40, .mar-40 {
  margin-left: 40px !important;
}

.mar-right-40, .mar-40 {
  margin-right: 40px !important;
}

.mar-h-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.pad-left-45, .pad-45 {
  padding-left: 45px !important;
}

.pad-right-45, .pad-45 {
  padding-right: 45px !important;
}

.pad-h-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.pad-top-45, .pad-45 {
  padding-top: 45px !important;
}

.pad-bottom-45, .pad-45 {
  padding-bottom: 45px !important;
}

.pad-v-45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}

.mar-top-45, .mar-45 {
  margin-top: 45px !important;
}

.mar-bottom-45, .mar-45 {
  margin-bottom: 45px !important;
}

.mar-v-45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}

.mar-left-45, .mar-45 {
  margin-left: 45px !important;
}

.mar-right-45, .mar-45 {
  margin-right: 45px !important;
}

.mar-h-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.pad-left-50, .pad-50 {
  padding-left: 50px !important;
}

.pad-right-50, .pad-50 {
  padding-right: 50px !important;
}

.pad-h-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.pad-top-50, .pad-50 {
  padding-top: 50px !important;
}

.pad-bottom-50, .pad-50 {
  padding-bottom: 50px !important;
}

.pad-v-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.mar-top-50, .mar-50 {
  margin-top: 50px !important;
}

.mar-bottom-50, .mar-50 {
  margin-bottom: 50px !important;
}

.mar-v-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.mar-left-50, .mar-50 {
  margin-left: 50px !important;
}

.mar-right-50, .mar-50 {
  margin-right: 50px !important;
}

.mar-h-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.pad-left-55, .pad-55 {
  padding-left: 55px !important;
}

.pad-right-55, .pad-55 {
  padding-right: 55px !important;
}

.pad-h-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.pad-top-55, .pad-55 {
  padding-top: 55px !important;
}

.pad-bottom-55, .pad-55 {
  padding-bottom: 55px !important;
}

.pad-v-55 {
  padding-bottom: 55px !important;
  padding-top: 55px !important;
}

.mar-top-55, .mar-55 {
  margin-top: 55px !important;
}

.mar-bottom-55, .mar-55 {
  margin-bottom: 55px !important;
}

.mar-v-55 {
  margin-bottom: 55px !important;
  margin-top: 55px !important;
}

.mar-left-55, .mar-55 {
  margin-left: 55px !important;
}

.mar-right-55, .mar-55 {
  margin-right: 55px !important;
}

.mar-h-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.pad-left-60, .pad-60 {
  padding-left: 60px !important;
}

.pad-right-60, .pad-60 {
  padding-right: 60px !important;
}

.pad-h-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.pad-top-60, .pad-60 {
  padding-top: 60px !important;
}

.pad-bottom-60, .pad-60 {
  padding-bottom: 60px !important;
}

.pad-v-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

.mar-top-60, .mar-60 {
  margin-top: 60px !important;
}

.mar-bottom-60, .mar-60 {
  margin-bottom: 60px !important;
}

.mar-v-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}

.mar-left-60, .mar-60 {
  margin-left: 60px !important;
}

.mar-right-60, .mar-60 {
  margin-right: 60px !important;
}

.mar-h-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.pad-left-65, .pad-65 {
  padding-left: 65px !important;
}

.pad-right-65, .pad-65 {
  padding-right: 65px !important;
}

.pad-h-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.pad-top-65, .pad-65 {
  padding-top: 65px !important;
}

.pad-bottom-65, .pad-65 {
  padding-bottom: 65px !important;
}

.pad-v-65 {
  padding-bottom: 65px !important;
  padding-top: 65px !important;
}

.mar-top-65, .mar-65 {
  margin-top: 65px !important;
}

.mar-bottom-65, .mar-65 {
  margin-bottom: 65px !important;
}

.mar-v-65 {
  margin-bottom: 65px !important;
  margin-top: 65px !important;
}

.mar-left-65, .mar-65 {
  margin-left: 65px !important;
}

.mar-right-65, .mar-65 {
  margin-right: 65px !important;
}

.mar-h-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.pad-left-70, .pad-70 {
  padding-left: 70px !important;
}

.pad-right-70, .pad-70 {
  padding-right: 70px !important;
}

.pad-h-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.pad-top-70, .pad-70 {
  padding-top: 70px !important;
}

.pad-bottom-70, .pad-70 {
  padding-bottom: 70px !important;
}

.pad-v-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}

.mar-top-70, .mar-70 {
  margin-top: 70px !important;
}

.mar-bottom-70, .mar-70 {
  margin-bottom: 70px !important;
}

.mar-v-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important;
}

.mar-left-70, .mar-70 {
  margin-left: 70px !important;
}

.mar-right-70, .mar-70 {
  margin-right: 70px !important;
}

.mar-h-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.pad-left-75, .pad-75 {
  padding-left: 75px !important;
}

.pad-right-75, .pad-75 {
  padding-right: 75px !important;
}

.pad-h-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.pad-top-75, .pad-75 {
  padding-top: 75px !important;
}

.pad-bottom-75, .pad-75 {
  padding-bottom: 75px !important;
}

.pad-v-75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}

.mar-top-75, .mar-75 {
  margin-top: 75px !important;
}

.mar-bottom-75, .mar-75 {
  margin-bottom: 75px !important;
}

.mar-v-75 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}

.mar-left-75, .mar-75 {
  margin-left: 75px !important;
}

.mar-right-75, .mar-75 {
  margin-right: 75px !important;
}

.mar-h-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.pad-left-80, .pad-80 {
  padding-left: 80px !important;
}

.pad-right-80, .pad-80 {
  padding-right: 80px !important;
}

.pad-h-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.pad-top-80, .pad-80 {
  padding-top: 80px !important;
}

.pad-bottom-80, .pad-80 {
  padding-bottom: 80px !important;
}

.pad-v-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

.mar-top-80, .mar-80 {
  margin-top: 80px !important;
}

.mar-bottom-80, .mar-80 {
  margin-bottom: 80px !important;
}

.mar-v-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}

.mar-left-80, .mar-80 {
  margin-left: 80px !important;
}

.mar-right-80, .mar-80 {
  margin-right: 80px !important;
}

.mar-h-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.pad-left-85, .pad-85 {
  padding-left: 85px !important;
}

.pad-right-85, .pad-85 {
  padding-right: 85px !important;
}

.pad-h-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.pad-top-85, .pad-85 {
  padding-top: 85px !important;
}

.pad-bottom-85, .pad-85 {
  padding-bottom: 85px !important;
}

.pad-v-85 {
  padding-bottom: 85px !important;
  padding-top: 85px !important;
}

.mar-top-85, .mar-85 {
  margin-top: 85px !important;
}

.mar-bottom-85, .mar-85 {
  margin-bottom: 85px !important;
}

.mar-v-85 {
  margin-bottom: 85px !important;
  margin-top: 85px !important;
}

.mar-left-85, .mar-85 {
  margin-left: 85px !important;
}

.mar-right-85, .mar-85 {
  margin-right: 85px !important;
}

.mar-h-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.pad-left-90, .pad-90 {
  padding-left: 90px !important;
}

.pad-right-90, .pad-90 {
  padding-right: 90px !important;
}

.pad-h-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.pad-top-90, .pad-90 {
  padding-top: 90px !important;
}

.pad-bottom-90, .pad-90 {
  padding-bottom: 90px !important;
}

.pad-v-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}

.mar-top-90, .mar-90 {
  margin-top: 90px !important;
}

.mar-bottom-90, .mar-90 {
  margin-bottom: 90px !important;
}

.mar-v-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}

.mar-left-90, .mar-90 {
  margin-left: 90px !important;
}

.mar-right-90, .mar-90 {
  margin-right: 90px !important;
}

.mar-h-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.pad-left-95, .pad-95 {
  padding-left: 95px !important;
}

.pad-right-95, .pad-95 {
  padding-right: 95px !important;
}

.pad-h-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.pad-top-95, .pad-95 {
  padding-top: 95px !important;
}

.pad-bottom-95, .pad-95 {
  padding-bottom: 95px !important;
}

.pad-v-95 {
  padding-bottom: 95px !important;
  padding-top: 95px !important;
}

.mar-top-95, .mar-95 {
  margin-top: 95px !important;
}

.mar-bottom-95, .mar-95 {
  margin-bottom: 95px !important;
}

.mar-v-95 {
  margin-bottom: 95px !important;
  margin-top: 95px !important;
}

.mar-left-95, .mar-95 {
  margin-left: 95px !important;
}

.mar-right-95, .mar-95 {
  margin-right: 95px !important;
}

.mar-h-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.pad-left-100, .pad-100 {
  padding-left: 100px !important;
}

.pad-right-100, .pad-100 {
  padding-right: 100px !important;
}

.pad-h-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.pad-top-100, .pad-100 {
  padding-top: 100px !important;
}

.pad-bottom-100, .pad-100 {
  padding-bottom: 100px !important;
}

.pad-v-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

.mar-top-100, .mar-100 {
  margin-top: 100px !important;
}

.mar-bottom-100, .mar-100 {
  margin-bottom: 100px !important;
}

.mar-v-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}

.mar-left-100, .mar-100 {
  margin-left: 100px !important;
}

.mar-right-100, .mar-100 {
  margin-right: 100px !important;
}

.mar-h-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

hr {
  color: #e8e8e8;
}

.has-border,
.has-gradient {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .has-border:before, .has-border:after,
  .has-gradient:before,
  .has-gradient:after {
    width: 100% !important;
  }
}

.has-border {
  position: relative;
}
.has-border:before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #8bc647;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.has-gradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  left: 0;
  height: 100px;
  width: 100%;
}

.box-icon {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.box-icon img {
  display: block;
  margin: 0 auto 24px;
}
.box-icon span {
  display: block;
}
.box-icon_title {
  color: #646262;
  font-family: "Comfortaa", cursive, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.box-icon_content {
  color: #8dbd47;
  font-family: "Comfortaa", cursive, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.7rem;
}

.text-blue {
  color: #0d73b7;
}

.text-green {
  color: #8bc647;
}

.title-has--border {
  border: 2px solid #000000;
  padding: 1.5rem 5.3rem 1.4rem;
  -moz-box-shadow: -8px -7px 0 #eccc29;
  -webkit-box-shadow: -8px -7px 0 #eccc29;
  box-shadow: -8px -7px 0 #eccc29;
  min-height: 58px;
  display: inline-block;
  line-height: 2.5rem;
}
.title-has--border.title-has--border-166766 {
  -moz-box-shadow: -8px -7px 0 #166766;
  -webkit-box-shadow: -8px -7px 0 #166766;
  box-shadow: -8px -7px 0 #166766;
}
.title-has--border.title-has--border-a6d3aa {
  -moz-box-shadow: -8px -7px 0 #a6d3aa;
  -webkit-box-shadow: -8px -7px 0 #a6d3aa;
  box-shadow: -8px -7px 0 #a6d3aa;
}
.title-has--border.title-has--border-d1b110 {
  -moz-box-shadow: -8px -7px 0 #d1b110;
  -webkit-box-shadow: -8px -7px 0 #d1b110;
  box-shadow: -8px -7px 0 #d1b110;
}
.title-has--border.title-has--border-a6d3d1 {
  -moz-box-shadow: -8px -7px 0 #a6d3d1;
  -webkit-box-shadow: -8px -7px 0 #a6d3d1;
  box-shadow: -8px -7px 0 #a6d3d1;
}
.title-has--border.title-has--border-f7b6b7 {
  -moz-box-shadow: -8px -7px 0 #f7b6b7;
  -webkit-box-shadow: -8px -7px 0 #f7b6b7;
  box-shadow: -8px -7px 0 #f7b6b7;
  background: #fff;
  font-weight: 700;
}

.title-has--icon .icon-list-item {
  font-size: 5rem;
  margin-right: 2rem;
}

.link {
  display: inline-block;
}
.link:not(.btn) span {
  text-decoration: underline;
  line-height: 2.2rem;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1.3px;
  text-align: left;
}
.link:not(.btn) span + [class*="icon-"] {
  margin-left: 3rem;
}
.link.h2 [class*="icon-"] {
  font-size: 7.2rem;
}
.link:not(.btn--with-icon) [class*="icon-"] {
  color: #000000;
}
.link [class*="icon-"] {
  font-size: 4.5rem;
}
.link [class*="icon-"]:first-child {
  margin-right: 1.1rem;
}
.link .d-inline-block > span,
.link .d-inline-block > i {
  display: inline-block;
  vertical-align: middle;
}
.link .position-relative > i {
  position: absolute;
  height: 65px;
  width: 70px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
}
.link .position-relative span {
  margin-left: 9rem;
}
.link.link--big-size span {
  font-size: 3.8rem;
  line-height: 4.4rem;
}
.link.link--big-size [class*="icon-"] {
  font-size: 10rem;
}

.empty-tag {
  display: inline-block;
  width: 100%;
}

.title--has-icon {
  position: relative;
  padding-left: 40px;
}
.title--has-icon [class*="icon-"] {
  position: absolute;
  left: 0;
  top: -7px;
}

.contact-us {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-us > img {
  position: absolute;
  top: -24px;
  left: -10px;
  z-index: 2;
}
.contact-us > span {
  height: 68px;
  width: 114px;
  border: 2px solid #000;
  display: inline-block;
  text-align: left;
  position: relative;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: -21px;
  padding-left: 5.4rem;
  padding-right: 3.5rem;
  overflow: hidden;
  background-color: #fff;
}
.contact-us > span:hover {
  padding-right: 219px;
}
.contact-us > span:hover a {
  opacity: 1;
  -moz-transition: opacity 0.01s ease;
  -o-transition: opacity 0.01s ease;
  -webkit-transition: opacity 0.01s ease;
  transition: opacity 0.01s ease;
  left: 107px;
}
.contact-us > span a {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #010202;
  position: absolute;
  top: 26px;
  opacity: 0;
  margin: auto 0;
  left: 110px;
  -moz-transition: opacity 0.1s ease 0.4s;
  -o-transition: opacity 0.1s ease 0.4s;
  -webkit-transition: opacity 0.1s ease;
  -webkit-transition-delay: 0.4s;
  transition: opacity 0.1s ease 0.4s;
  width: 150%;
  overflow: hidden;
}
.contact-us > span > i {
  font-size: 37px;
  text-shadow: -4px -4px 0 #eccc29;
  margin-top: 1.6rem;
}

.header__bottom .contact-us {
  display: none;
}

.sticky-wrapper {
  z-index: 1000;
  position: relative;
}
.sticky-wrapper .header__bottom {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sticky-wrapper.is-sticky .header__bottom {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #000000;
}

.go-back {
  font-size: 1.8rem;
  display: inline-block;
}
.go-back span {
  text-decoration: underline;
  margin-left: .9rem;
}

.title-with-icon {
  position: relative;
}
.title-with-icon i {
  position: absolute;
  left: 0;
  top: 0;
}

h2.title-with-icon i, .h3.title-with-icon i {
  bottom: 0;
  margin: auto;
  height: 50px;
}
h2.title-with-icon span, .h3.title-with-icon span {
  margin-left: 6.6rem;
}
h2.position-relative .position-absolute, .h3.position-relative .position-absolute {
  top: 0;
  left: 0;
}
h2.position-relative .position-absolute + span, .h3.position-relative .position-absolute + span {
  padding-left: 50px;
  min-height: 47px;
  padding-top: 7px;
}

.media {
  position: relative;
  min-height: 50px;
}
.media div {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media div.at-bottom {
  top: auto;
  bottom: 0;
}
.media div p {
  margin: 0;
}

@media (min-width: 992px) {
  .pushs-offer .col {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
  }
}
@media (max-width: 991px) {
  .pushs-offer .row:not(.no-gutters) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pushs-offer .row:not(.no-gutters) > .col {
    flex: 0 0 100%;
    max-width: 488px;
  }
}

.workshop-pro .list-with-icon li span {
  font-size: 2rem;
  line-height: 1.5;
}
.workshop-pro .list-with-icon li i.icon-list-item {
  font-size: 4rem;
}
.workshop-pro h2 {
  margin-bottom: 3rem;
}

.img-txt .txt h3:before {
  content: "\e905";
  top: -3px;
  position: relative;
  margin-right: 10px;
  font-size: 1.2rem;
}

figure {
  display: table !important;
}

.aligncenter {
  text-align: center;
}

figcaption {
  text-align: center;
  font-size: 10px;
}

.is-hidden {
  display: none;
}

.includes_tax {
  display: none !important;
}

.woocommerce-shipping-methods {
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.row:not(.no-gutters) {
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}

.col-left {
  max-width: 636px;
}
.reverse .col-left {
  max-width: 599px;
}

.col-right {
  max-width: 599px;
}
.reverse .col-right {
  max-width: 636px;
}

.content {
  max-width: 738px;
}
@media (max-width: 1200px) {
  .content {
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
  }
}

.sidebar {
  max-width: 508px;
}

.row.collapse.show {
  display: flex;
}

/* ------------------ */
/* == Typography      */
/* ------------------ */
h1,
.h1 {
  font-weight: 700;
}

h2,
.h2 {
  font-weight: 700;
}

h3,
.h3 {
  font-weight: 700;
}

h4,
.h4 {
  font-weight: 700;
}

h5,
.h5,
.header #mega-menu-wrap-menu-1 > ul .mega-block-title,
.header nav > ul .mega-block-title {
  font-weight: 700;
}

h6,
.h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 4rem;
}

h2, .h2 {
  font-size: 2.7rem;
}

h3, .h3 {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}

h4, .h4 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

h5, .h5, .header #mega-menu-wrap-menu-1 > ul .mega-block-title,
.header nav > ul .mega-block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

p {
  font-family: "Comfortaa", cursive, sans-serif;
  margin-bottom: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.3px;
}

.lead {
  font-size: 2.2rem;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1614jm");
  src: url("../fonts/icomoon.eot?1614jm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1614jm") format("truetype"), url("../fonts/icomoon.woff?1614jm") format("woff"), url("../fonts/icomoon.svg?1614jm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.img-txt .txt h3:before, [class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}
[class^="icon-"] + span,
[class*=" icon-"] + span {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

.icon-close:before {
  content: "\e906";
}

.icon-arrow:before {
  content: "\e905";
}

.icon-sp-controls:before {
  content: "\e92d";
}

.icon-arrow2:before {
  content: "\e92c";
}

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

.icon-list-item {
  -moz-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  -webkit-transform: rotate(39deg);
  transform: rotate(39deg);
}
span + .icon-list-item {
  margin-left: 1.8rem;
}
.icon-list-item:before {
  content: "\e901";
}

.icon-share:before {
  content: "\e902";
}

.icon-france {
  top: 0 !important;
  left: 0 !important;
}

.icon-checker:before {
  content: "\e903";
}

.icon-envelop:before {
  content: "\e904";
}

.icon-brush-content:before {
  content: "\e918";
}

.icon-backpack:before {
  content: "\e91e";
}

.icon-ticket:before {
  content: "\e91f";
}

.icon-children:before {
  content: "\e920";
}

.icon-footer-brush:before {
  content: "\e921";
}

.icon-inst:before {
  content: "\e922";
}

.icon-tw:before {
  content: "\e923";
}

.icon-fb:before {
  content: "\e924";
}

.icon-rocket:before {
  content: "\e925";
}

.icon-heart:before {
  content: "\e926";
}

.icon-padlock:before {
  content: "\e927";
}

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

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

.icon-home:before {
  content: "\e92a";
}

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

.icon-arrow-right {
  font-size: 3.5rem;
}

.icon-arrow {
  font-size: 1.16rem;
}

.icon-list-item {
  font-size: 5rem;
  margin-right: 10px;
}

/* -------------- */
/* == Header      */
/* ---------------*/
.header {
  padding-bottom: 52px;
}
.header .header__top .nav-controls {
  text-align: right;
  padding-top: 6px;
  font-size: 0;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 991px) {
  .header .header__top .nav-controls li {
    vertical-align: middle;
  }
}
.header .header__top .nav-controls .icon-sp-controls {
  font-size: 3rem;
  margin-left: 2.1rem;
  margin-right: 2.1rem;
  color: #258aa5;
}
.header .header__top .nav-controls a {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 22px;
  display: block;
}
.header .header__top .nav-controls a [class*='icon-'] {
  font-size: 2.9rem;
}
.header .header__top .nav-controls a [class*='icon-'] + span {
  margin-left: 1.6rem;
}
.header .header__top .nav-controls a span.customer_name {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
.header .header__center {
  margin-bottom: 5.1rem;
  margin-bottom: 58px;
  margin-top: -6px;
}
.header .header__center .logo {
  margin-left: 24.6rem;
  margin-bottom: 0;
}
.header .header__center .newsletter {
  margin-top: 5.5rem;
}
.header .header__center .newsletter .newsletter__txt {
  text-align: right;
}
.header .header__center .newsletter .newsletter__form {
  float: right;
}
.header .header__center .newsletter .newsletter__form .mc4wp-response {
  position: absolute;
}
.header .header__center .newsletter .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  height: 34px;
  width: 201px;
  font-size: 1.3rem;
}
.header .header__center .newsletter .btn {
  width: 44px;
  height: 34px;
  font-size: 1.3rem;
}
.header .header__center .newsletter .btn.btn--animated:after {
  background-color: transparent;
}
.header #mega-menu-wrap-menu-1 > ul,
.header nav > ul {
  background-color: #000000;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0;
  padding-right: 2.2rem;
  padding-left: .8rem;
}
@media (min-width: 991px) {
  .header #mega-menu-wrap-menu-1 > ul,
  .header nav > ul {
    position: relative;
  }
}
.header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu,
.header nav > ul > li > a + .mega-sub-menu {
  background-color: #d9d9d9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 22;
  height: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  overflow: hidden;
}
.header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu .h5, .header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu .mega-block-title,
.header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu .mega-block-title,
.header nav > ul > li > a + .mega-sub-menu .h5,
.header nav > ul > li > a + .mega-sub-menu #mega-menu-wrap-menu-1 > ul .mega-block-title,
.header #mega-menu-wrap-menu-1 > ul nav > ul > li > a + .mega-sub-menu .mega-block-title,
.header nav > ul > li > a + .mega-sub-menu .mega-block-title,
.header nav > ul > li > a + .mega-sub-menu .mega-block-title {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu .mega-menu-item > div,
.header nav > ul > li > a + .mega-sub-menu .mega-menu-item > div {
  padding-left: 5.4rem;
}
.header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu .mega-menu-item > div li,
.header nav > ul > li > a + .mega-sub-menu .mega-menu-item > div li {
  line-height: 2.8rem;
}
.header #mega-menu-wrap-menu-1 > ul .icon-home,
.header nav > ul .icon-home {
  font-size: 2.4rem;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header #mega-menu-wrap-menu-1 > ul > li,
.header nav > ul > li {
  margin-right: 0 !important;
  line-height: 1;
}
.header #mega-menu-wrap-menu-1 > ul > li:first-child a,
.header nav > ul > li:first-child a {
  padding: 1.2rem 1.1rem 1.2rem 1.1rem;
}
.header #mega-menu-wrap-menu-1 > ul > li:first-child a:before,
.header nav > ul > li:first-child a:before {
  opacity: 0;
}
.header #mega-menu-wrap-menu-1 > ul > li:hover > a > span:not(.mega-indicator):before, .header #mega-menu-wrap-menu-1 > ul > li.active > a > span:not(.mega-indicator):before, .header #mega-menu-wrap-menu-1 > ul > li.mega-current-menu-item > a > span:not(.mega-indicator):before,
.header nav > ul > li:hover > a > span:not(.mega-indicator):before,
.header nav > ul > li.active > a > span:not(.mega-indicator):before,
.header nav > ul > li.mega-current-menu-item > a > span:not(.mega-indicator):before {
  width: 100%;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.header #mega-menu-wrap-menu-1 > ul > li.mega-toggle-on > a + .mega-sub-menu,
.header nav > ul > li.mega-toggle-on > a + .mega-sub-menu {
  height: auto;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}
.header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog,
.header nav > ul > li.mega-bm_blog {
  background: url(../images/bulle-blog.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 123px;
  height: 100px;
  right: -99px;
  top: -10px;
  z-index: 0;
  background-size: 100%;
}
.header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog a span,
.header nav > ul > li.mega-bm_blog a span {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 1.5em !important;
  transform: rotate(3deg);
  line-height: 2.5em !important;
  padding-left: 10px;
}
.header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog a span:before,
.header nav > ul > li.mega-bm_blog a span:before {
  content: none !important;
}
.header #mega-menu-wrap-menu-1 > ul > li > a,
.header nav > ul > li > a {
  padding: 1.2rem 2.61rem;
  display: inline-block;
  color: #ffffff;
}
.header #mega-menu-wrap-menu-1 > ul > li > a > span:not(.mega-indicator),
.header nav > ul > li > a > span:not(.mega-indicator) {
  cursor: pointer;
  color: #ffffff;
  font-size: 1.7rem;
  position: relative;
  line-height: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header #mega-menu-wrap-menu-1 > ul > li > a > span:not(.mega-indicator):before,
.header nav > ul > li > a > span:not(.mega-indicator):before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  margin: auto;
  right: 0;
  width: 0;
  background: #ffffff;
  bottom: -4px;
  -moz-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}
.header #mega-menu-wrap-menu-1 > ul > li > a:hover,
.header nav > ul > li > a:hover {
  text-decoration: none;
}
.header #mega-menu-wrap-menu-1 > ul > li > a:hover .icon-home,
.header nav > ul > li > a:hover .icon-home {
  font-weight: 700;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header #mega-menu-wrap-menu-1 > ul .mega-block-title:before,
.header nav > ul .mega-block-title:before {
  margin-top: -1px;
  font-size: 3.5rem;
  margin-right: 1.6rem;
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}

.header .mega-menu-wrap .mega-sub-menu,
.header .mega-menu-wrap .mega-sub-menu ul {
  padding: 0;
  margin-left: 0;
  list-style: none;
}

.header .mega-menu-wrap .mega-sub-menu .mega-menu-row > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
  flex-wrap: wrap;
  list-style: none;
}

.header .mega-menu-wrap .mega-sub-menu .mega-menu-row > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 18px;
  padding-right: 18px;
}

/* ------------------ */
/* == Footer          */
/* ------------------ */
.footer {
  min-height: 485px;
  overflow: hidden;
  clear: both;
  position: relative;
}
.footer .footer__top {
  margin-bottom: 3rem;
  padding-top: 28px;
}
.footer .row > .col:first-child {
  max-width: 280px;
}
.footer .brushs {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.footer .brushs > div {
  position: relative;
  height: 100%;
}
.footer .controls {
  padding-left: 6.2rem;
}
.footer .controls a {
  font-size: 1.8rem;
  padding: 13px 2.8rem 1.2rem 3.2rem;
  border: 2px solid #000000;
  display: inline-block;
  min-width: 258px;
  text-align: center;
  text-transform: none;
}
.footer .controls a i {
  font-size: 3.9rem;
}
.footer .controls a span {
  margin-left: 2rem;
}
.footer .newsletter .newsletter__txt {
  margin-bottom: 0;
  margin-right: 0;
}
.footer .newsletter .d-inline-block:first-child {
  margin-right: 1.8rem;
}
.footer .address {
  padding-left: 68px;
}
.footer .address .address__title {
  font-size: 3.7rem;
  position: relative;
  padding-bottom: 60px;
  text-align: right;
}
.footer .address span.icon-footer-brush {
  font-size: 15rem;
  position: absolute;
  transform: rotate(5deg);
  left: -23px;
  top: -5px;
}
.footer .address address p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.footer .socialbar {
  padding-top: 110px;
  margin-bottom: 7.7rem;
}
@media (max-width: 1199px) {
  .footer .socialbar {
    padding-top: 77px;
  }
}
.footer .socialbar > li {
  vertical-align: middle;
  margin-left: 6.5rem;
}
.footer .socialbar > li:first-child {
  margin-left: 0;
}
.footer .socialbar > li i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .socialbar a:hover i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #a6d3aa;
  text-shadow: -10px -6px 0 #000000;
}
.footer .socialbar .icon-fb {
  font-size: 5.4rem;
  text-shadow: -10px -6px 0 #a6d3aa;
}
.footer .socialbar .icon-tw {
  font-size: 6rem;
  text-shadow: -10px -6px 0 #a6d3aa;
}
.footer .socialbar .icon-inst {
  font-size: 5.8rem;
  text-shadow: -10px -6px 0 #a6d3aa;
}
.footer .footer_links {
  max-width: 250px;
  padding-top: 144px;
  margin-bottom: 0;
}
.footer .footer_links > li {
  line-height: 3.5rem;
}
.footer .terms {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.footer .terms span {
  padding: 0 .5rem;
}
.footer .terms a {
  display: inline-block;
  vertical-align: middle;
}

/* ------------------- */
/* == Content          */
/* ------------------- */
.references .row {
  text-align: center;
}

.added-to-cart .manual-popin {
  display: block;
}

.manual-popin {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.manual-popin-container {
  text-align: center;
  padding: 50px;
  background: #fff;
  border: 2px solid #d1b110;
  position: absolute;
  top: 20vh;
  left: 0;
  width: 90%;
  right: 0;
  margin: 0 auto;
}
.manual-popin-container__actions {
  display: flex;
  flex-direction: column;
}
.manual-popin-container__actions a {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 20px;
}

.modal-offer-kit {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-offer-kit button:hover {
  background: black;
  color: white;
}
.modal-offer-kit-content {
  background: white;
  flex-direction: row;
  padding: 20px;
  margin: 8px;
}
.modal-offer-kit-content-header {
  padding: 5px;
  background: white;
  text-align: right;
}
.modal-offer-kit-content-form h3 {
  text-align: left;
}
.modal-offer-kit-content-form-row {
  display: flex;
  flex-direction: row;
  padding-bottom: 1em;
  margin-top: 20px;
}
.modal-offer-kit-content-footer {
  margin-top: 1em;
  text-align: center;
}
.modal-offer-kit.show {
  display: flex;
}
.modal-offer-kit .offer-kit-loader, .modal-offer-kit .offer-kit-message {
  display: none;
}
.modal-offer-kit .offer-kit-loader__loader, .modal-offer-kit .offer-kit-message__loader {
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #d1b110;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1024px) {
  .manual-popin-container {
    top: 35vh;
    padding: 20px;
    width: 30%;
  }
  .manual-popin-container__actions {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .manual-popin-container__actions a {
    margin: 0px 10px;
  }
}
.valign-middle {
  vertical-align: middle !important;
}

.white-to-black:hover {
  background: black;
  color: white;
  cursor: pointer;
}

.home .title-has-brush {
  padding-bottom: 81px;
}
.home .title-has-brush .empty-tag {
  width: 382px;
  height: 1px;
  display: inline-block;
}
.home .title-has-brush .lead {
  letter-spacing: 0.68px;
  font-weight: 700;
}
.home .title-has-brush .icon-brush-content {
  right: 0;
  font-size: 10.5rem;
  line-height: 1;
  bottom: -23px;
}
.home .title-has-brush h1 {
  padding-top: 2.2rem;
}
.home .col-right .empty-tag,
.home .col-left .empty-tag {
  height: 83px;
}
.home .workshop {
  margin-bottom: 8.4rem;
}
.home .workshop .products .row {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
}
.home .workshop .products .row > [class*="col-"] {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media (min-width: 991px) {
  .home .workshop .products .row > [class*="col-"] {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.home .workshop .post .post__with-border .post__title {
  min-width: 276px;
  padding: 1.5rem 4.4rem;
  right: -107px;
}
.home .kit {
  margin-bottom: 9rem;
}
.home .kit .post .post__with-border .post__title {
  min-width: 202px;
}
.home .boxs {
  margin-bottom: 10.4rem;
}

.advert {
  border: 2px solid #000000;
}
.advert figure {
  margin: 0;
}
.advert > div:first-child {
  padding-left: 2rem;
  padding-right: 3rem;
  padding-top: 2.7rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .advert > div:first-child {
    float: left;
    max-width: 570px;
    padding-left: 2.8rem;
    padding-right: 3.8rem;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}
.advert > div:first-child .advert__title {
  margin-bottom: 1.7rem;
}
@media (max-width: 992px) {
  .advert > div:first-child .advert__title {
    margin-bottom: 0.6rem;
    margin: 0 auto;
  }
}
.advert > div:first-child > img {
  display: block;
}
.advert > div:first-child p {
  line-height: 2rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .advert > div:first-child p {
    line-height: 2.6rem;
  }
}
.advert > div:first-child + div {
  overflow: hidden;
}
.advert.blog-advert {
  position: relative;
  text-align: center;
}
.advert.blog-advert h1 {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
  font-size: 43px;
}
.advert.blog-advert .shop-btn {
  position: absolute;
  right: -65px;
  top: 10px;
  background: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  line-height: 125px;
  height: 125px;
  width: 125px;
  padding: 0;
}

.about #main {
  padding-bottom: 10.8rem;
}
.about #main p {
  margin-bottom: 2.4rem;
}
.about .empty-tag {
  height: 137px;
}
.about .h6 {
  color: #2189a6;
  margin-bottom: 1.3rem;
}
.about .h6 i {
  color: #2189a6;
}
.about h3 span {
  margin-left: 1.6rem;
}

.little-history .positioned-img {
  position: absolute;
  top: 95px;
  left: 303px;
}

.workshops #main {
  padding-bottom: 13.6rem;
}
.workshops .products {
  margin-bottom: 2.7rem;
}
.workshops .products > .row {
  margin-left: -2rem;
  margin-right: -2rem;
}
.workshops .products > .row > [class*="col-"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.workshops .filters {
  margin-bottom: 2.8rem;
}
.workshops .pager {
  margin-bottom: 7.5rem;
}
.workshops .title-has--border {
  margin-left: .8rem;
}

.how-it-works .row {
  margin-right: -2.3rem;
  margin-left: -2.3rem;
}
.how-it-works .row > .col {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}
.how-it-works .link .d-inline-block > span + [class*="icon-"] {
  margin-left: 8rem;
}
.how-it-works .link .d-inline-block > span span {
  line-height: 3.5rem;
  font-weight: normal;
}
.how-it-works .link.h2 {
  font-size: 2.2rem;
}
.how-it-works .link.h2 [class*="icon-"] {
  font-size: 9rem;
}

.coin-prof h2 {
  position: relative;
}
.coin-prof h2 i {
  position: absolute;
  top: 0;
  left: 0;
}
.coin-prof h2 i + span {
  padding-left: 50px;
  min-height: 47px;
  padding-top: 7px;
}
@media (max-width: 991px) {
  .coin-prof h2 {
    margin-bottom: 2rem;
    padding-left: 50px;
  }
}
@media (min-width: 320px) and (max-width: 459px) {
  .coin-prof .pushs .push .push__desc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .coin-prof .pushs .push .push__title {
    padding-left: 2.1rem;
    padding-right: 1.5rem;
  }
}
.coin-prof .pushs .row > .col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .coin-prof .pushs .row {
    margin-right: -4.2rem;
    margin-left: -4.2rem;
  }
  .coin-prof .pushs .row > .col {
    margin-left: 4.2rem;
    margin-right: 4.2rem;
    max-width: 488px;
  }
}
@media (max-width: 991px) {
  .coin-prof .pushs .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .coin-prof .pushs .row > .col {
    flex: 0 0 100%;
    max-width: 488px;
  }
}
.coin-prof .link:not(.btn) span {
  min-width: 470px;
}

@media (max-width: 1200px) {
  .detail-post .content {
    margin-bottom: 6.6rem;
  }
}
.detail-post .list-with-icon {
  padding-left: 1.6rem;
  margin-bottom: 5rem;
}
.detail-post .list-with-icon li {
  margin-bottom: 1.5rem;
}
.detail-post .list-with-icon li .icon-arrow + span {
  margin-left: 5rem;
}
.detail-post .tabs {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .detail-post .tabs {
    margin-bottom: 11.3rem;
  }
}
.detail-post .tab-content .tab-pane {
  position: relative;
}
.detail-post .tab-content .tab-pane > p {
  margin-bottom: 3.6rem;
}
.detail-post .tab-content .tab-pane h2 {
  line-height: 2.4rem;
  margin-bottom: 3.7rem;
}
.detail-post .tab-content .tab-pane h2:before {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  line-height: 1;
  font-smoothing: antialiased;
  height: 50px;
  font-size: 5rem;
  margin-right: 10px;
  transform: rotate(39deg);
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.detail-post .h3 {
  line-height: 2.4rem;
  margin-bottom: 3.7rem;
}
.detail-post #desc {
  margin-bottom: 5rem;
}
.detail-post #comment-ca-marche {
  margin-bottom: 2rem;
}
.detail-post #prochaines-seances-tarifs .list-with-icon {
  padding-right: 6.2rem;
}
.detail-post .img-txt {
  overflow: hidden;
}
@media (min-width: 640px) {
  .detail-post .img-txt .img-txt__img {
    float: left;
    margin-right: 2.5rem;
  }
}
@media (max-width: 639px) {
  .detail-post .img-txt .img-txt__img {
    margin-bottom: 1.5rem;
  }
  .detail-post .img-txt .img-txt__img img {
    width: 100%;
  }
}
.detail-post .img-txt .img-txt__txt {
  overflow: hidden;
}
.detail-post .social_share {
  height: 20px;
}
.detail-post .social_share .sfsi_widget {
  display: none;
}
.detail-post .social_share .sfsi_widget .social_icons {
  float: left;
  padding: 0 5px;
  margin: 0;
}
.detail-post .social_share .sfsi_widget .social_icons.twitter, .detail-post .social_share .sfsi_widget .social_icons.linkedin, .detail-post .social_share .sfsi_widget .social_icons.mailto {
  margin-top: 1px;
}
.detail-post .social_share .btn-share {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.detail-post .go-back {
  margin-bottom: 5.2rem;
}
.detail-post .content .link i {
  font-size: 9.3rem;
  top: -10px;
}
.detail-post .content .link span {
  line-height: 3.4rem;
  font-size: 2.2rem;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  .detail-post .content .link i {
    font-size: 6rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .detail-post .content .link span {
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin-left: 5.4rem;
  }
}
.detail-post .places-nb__label {
  display: inline-block;
  width: 80px;
}
.detail-post .places-nb {
  text-align: center;
}
.detail-post .places-nb + .places-nb {
  margin-bottom: 1rem;
}
.detail-post .places-nb > div {
  width: 100%;
  background: #fff;
  padding: 1rem 0 0.9rem;
}
.detail-post .places-nb > div > span {
  display: inline-block;
  vertical-align: middle;
}
.detail-post .places-nb > div > span a {
  width: 37px;
  height: 36px;
  font-size: 3rem;
  line-height: 3.3rem;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.detail-post .places-nb > div > span a.more {
  line-height: 4rem;
  font-size: 3rem;
}
.detail-post .places-nb > div > span span {
  padding: 0 1.2rem;
  font-size: 3rem;
  display: inline-block;
  vertical-align: middle;
}
.detail-post .places-nb > div .places-nb__label {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}
.detail-post .places-nb > div .places-nb__label:first-child {
  margin-left: 0;
  margin-right: 1.5rem;
  display: block;
  width: 100%;
}
.detail-post .places-nb.atelier {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.detail-post #selected_ateliers .index,
.detail-post #selected_ateliers .remove_atelier {
  font-size: 2rem;
}
.detail-post #selected_ateliers .atelier_details,
.detail-post #selected_ateliers .index,
.detail-post #selected_ateliers .remomve_atelier {
  display: inline-block;
  vertical-align: middle;
}
.detail-post #selected_ateliers .short_title {
  display: none !important;
}
.detail-post #selected_ateliers .title {
  display: block !important;
}
.detail-post .select2-container {
  width: 85% !important;
  margin-right: 10px;
}

.page-template-template-testimonials .slider-container {
  border: 2px solid #000;
  padding: 5% 2%;
}
.page-template-template-testimonials .slick-slide img {
  max-width: 95% !important;
}

@media (max-width: 840px) {
  .page-template-template-testimonials .container {
    max-width: 90%;
  }
  .page-template-template-testimonials .container .presse-label {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 639px) {
  .page-template-template-testimonials .container {
    max-width: 90%;
  }
  .page-template-template-testimonials .container .presse-label {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .page-template-template-testimonials .slick-slide img {
    max-width: 100% !important;
  }
  .page-template-template-testimonials div[class^="prev-arrow-"], .page-template-template-testimonials div[class^="next-arrow-"] {
    visibility: hidden;
  }
}
@media (max-width: 440px) {
  .page-template-template-testimonials .container {
    max-width: 95%;
  }
  .page-template-template-testimonials .container .d-inline-block {
    margin-left: 0;
  }
  .page-template-template-testimonials .container .d-inline-block .presse-label {
    font-size: 15px !important;
    line-height: 30px !important;
    max-width: 75%;
    margin-left: 0 !important;
  }
  .page-template-template-testimonials .container .d-inline-block > i {
    left: 70% !important;
    top: 5% !important;
  }
  .page-template-template-testimonials .slick-slide img {
    max-width: 100% !important;
  }
}
.content-blog {
  position: relative;
}
.content-blog .pager {
  margin-top: 2em;
}
.content-blog .article-text-content {
  color: #999999;
}
.content-blog .contact-us {
  position: absolute;
  z-index: 2;
  top: 100px;
  right: 0px;
}
.content-blog__header {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-size: contain !important;
}
.content-blog__header-content {
  position: absolute;
  top: 300px;
  left: 100px;
}
.content-blog__header-content__title {
  font-size: 6em;
}
.content-blog__header-content__subtitle {
  font-size: 4em;
}
.content-blog__articles-subtitle {
  margin-top: 20px;
}
.content-blog__articles-highlighted {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
  margin-top: 50px;
}
.content-blog__articles-highlighted-single {
  width: 32%;
}
.content-blog__articles-highlighted-single__image {
  width: 100%;
  padding-top: 76%;
  background-size: contain !important;
}
.content-blog__articles-highlighted-single__content {
  padding: 20px;
  min-height: 220px;
}
.content-blog__articles-highlighted-single__content h2 {
  height: 3em;
}
.content-blog__articles-highlighted-single__content .article-text-content {
  display: none;
}
.content-blog__articles-highlighted-single__content-category-title {
  position: relative;
  top: -50px;
}
.content-blog__articles-highlighted-single-read-more {
  position: relative;
  left: 39%;
  bottom: -12px;
}
.content-blog__articles-highlighted-single-read-more a {
  box-sizing: border-box;
  padding: 2em;
  background-color: #f7b6b7;
}
.content-blog__articles-filter {
  background: #e5e5e5;
  margin-top: 100px;
  margin-bottom: 1em;
}
.content-blog__articles-filter-title {
  position: relative;
  left: 10%;
  top: -40px;
  background: #fff;
}
.content-blog__articles-filter__form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.content-blog__articles-filter__form .filters {
  width: 70%;
  margin: 0 auto;
}
.content-blog__articles-filter__form-label {
  text-align: right;
  width: 20%;
}
.content-blog__articles-filter__form-input {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-blog__articles-filter__form-input div {
  margin: 0 10px;
}
.content-blog__articles-filter__form-input label {
  border: 1px solid black;
}
.content-blog__articles-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.content-blog__articles-list-single {
  display: flex;
  flex-direction: row;
  margin-top: 2em;
  flex-wrap: wrap;
  min-height: 0px;
}
.content-blog__articles-list-single-read-more {
  position: relative;
  left: 55%;
  top: -10px;
}
.content-blog__articles-list-single-read-more a {
  box-sizing: border-box;
  padding: 2em;
  background-color: #d1b110;
}
.content-blog__articles-list-single__image {
  background-size: contain !important;
  width: 50%;
  padding-top: 37%;
}
.content-blog__articles-list-single__content {
  padding: 60px 20px 35px 30px;
  max-width: 50%;
  width: 50%;
}
.content-blog__articles-list-single__content-title {
  margin-top: 0.5em;
}
.content-blog__articles-list-single__content-text {
  margin-top: 1em;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .content-blog .contact-us {
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 0px;
  }
  .content-blog__header {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  .content-blog__header-content {
    position: absolute;
    top: 260px;
    left: 100px;
  }
  .content-blog__header-content__title {
    font-size: 4em;
  }
  .content-blog__header-content__subtitle {
    font-size: 2em;
  }
  .content-blog__articles-filter-title {
    position: relative;
    left: 10%;
    top: -30px;
    background: #fff;
  }
  .content-blog__articles-list-single__content-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.25em;
    max-height: 5em;
    -webkit-line-clamp: 4;
    /* Write the number of 
     lines you want to be 
     displayed */
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .content-blog .contact-us {
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 0px;
  }
  .content-blog__header {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  .content-blog__header-content {
    position: absolute;
    top: 200px;
    left: 100px;
  }
  .content-blog__header-content__title {
    font-size: 4em;
  }
  .content-blog__header-content__subtitle {
    font-size: 2em;
  }
  .content-blog__articles-subtitle {
    margin-top: 50px;
  }
  .content-blog__articles-highlighted {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    flex-wrap: wrap;
    min-height: 0px;
  }
  .content-blog__articles-highlighted-single {
    width: 100%;
    margin-top: 4em;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 0px;
  }
  .content-blog__articles-highlighted-single__image {
    width: 50%;
    padding-top: 37%;
    background-size: contain !important;
  }
  .content-blog__articles-highlighted-single__content {
    width: 50%;
  }
  .content-blog__articles-highlighted-single__content-category-title {
    position: relative;
    top: 0px;
  }
  .content-blog__articles-highlighted-single__content-title {
    margin-top: 0.5em;
  }
  .content-blog__articles-highlighted-single-read-more {
    position: relative;
    left: 55%;
    bottom: 10px;
    height: 0em;
    width: 20px;
  }
  .content-blog__articles-highlighted-single-read-more a {
    box-sizing: border-box;
    padding: 2em;
    background-color: #f7b6b7;
  }
  .content-blog__articles-filter-title {
    position: relative;
    left: 10%;
    top: -25px;
    background: #fff;
  }
  .content-blog__articles-list-single__image {
    width: 50%;
    padding-top: 37%;
    background-size: contain !important;
  }
  .content-blog__articles-list-single__content {
    padding: 20px 10px 10px 10px;
    width: 50%;
    max-width: 100%;
  }
  .content-blog__articles-list-single__content .post__title {
    background: #fff;
    margin-left: 10px;
  }
  .content-blog__articles-list-single__content-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.25em;
    max-height: 2.5em;
    -webkit-line-clamp: 2;
    /* Write the number of 
     lines you want to be 
     displayed */
    -webkit-box-orient: vertical;
  }
  .content-blog__articles-list-single-read-more {
    position: relative;
    left: 55%;
    bottom: 0px;
  }
  .content-blog__articles-list-single-read-more a {
    box-sizing: border-box;
    padding: 2em;
    background-color: #d1b110;
  }
}
@media (max-width: 768px) {
  .content-blog .contact-us {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 10px;
  }
  .content-blog__header {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  .content-blog__header-content {
    position: absolute;
    top: 120px;
    right: 0px;
  }
  .content-blog__header-content__title {
    font-size: 2.5em;
  }
  .content-blog__header-content__subtitle {
    font-size: 1.5em;
  }
  .content-blog__articles-subtitle {
    margin-top: 50px;
  }
  .content-blog__articles-highlighted {
    margin-top: 0px;
    width: 100%;
    min-width: 100%;
  }
  .content-blog__articles-highlighted-single {
    min-width: 100%;
    margin-top: 4em;
  }
  .content-blog__articles-highlighted-single__image {
    width: 100%;
    padding-top: 76%;
    background-size: contain !important;
    position: relative;
  }
  .content-blog__articles-highlighted-single__content {
    min-height: 0px;
  }
  .content-blog__articles-highlighted-single__content .article-text-content {
    display: none;
  }
  .content-blog__articles-highlighted-single__content-category-title {
    position: relative;
    top: -52px;
  }
  .content-blog__articles-list-single {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    flex-wrap: wrap;
  }
  .content-blog__articles-list-single__image {
    width: 100%;
    height: 76%;
    padding-top: 76% !important;
  }
  .content-blog__articles-list-single__content {
    padding: 10px;
    width: 100%;
    max-width: 100%;
    margin-top: -40px;
    min-height: 18em;
  }
  .content-blog__articles-list-single__content .post__title {
    background: #fff;
    margin-left: 10px;
  }
  .content-blog__articles-list-single__content-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.25em;
    max-height: 2.5em;
    -webkit-line-clamp: 2;
    /* Write the number of 
     lines you want to be 
     displayed */
    -webkit-box-orient: vertical;
  }
  .content-blog__articles-filter-title {
    position: relative;
    left: 10%;
    top: -25px;
    background: #fff;
  }
}
@media (max-width: 768px) and (max-width: 479px) {
  .content-blog .contact-us {
    display: none;
  }
}
.content-blog-article {
  position: relative;
}
.content-blog-article p.has-drop-cap:not(:focus):first-letter {
  font-size: 3.5em;
  font-weight: 700;
}
.content-blog-article .wp-block-quote {
  position: relative;
  padding-left: 30px;
  font-weight: 900;
  padding: 1em;
  margin: 0 1em;
  max-width: 100%;
  font-size: 20px !important;
  line-height: 1.4 !important;
}
.content-blog-article .wp-block-quote:before {
  content: '';
  background: url(../images/quote-left.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
}
.content-blog-article .wp-block-quote:after {
  content: '';
  background: url(../images/quote-right.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.content-blog-article__article-content h2 {
  color: #fff;
  padding: 0 1%;
  margin-bottom: 1em;
}
.content-blog-article__article-content h2:before {
  content: "\e901";
  -moz-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  -webkit-transform: rotate(39deg);
  transform: rotate(39deg);
  font-family: 'icomoon' !important;
  font-size: 5rem;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.content-blog-article__article-content h3 {
  margin-left: 4em;
  margin-bottom: 1em;
}
.content-blog-article__article-content h3:before {
  content: "\2022";
  display: inline-block;
  margin: 0 10px;
}
.content-blog-article .article-text-content {
  color: #999999;
}
.content-blog-article .contact-us {
  position: absolute;
  z-index: 2;
  top: 150px;
  right: 0px;
}
.content-blog-article__article {
  border: 1px solid black;
}
.content-blog-article__article-image {
  width: 100%;
  padding-top: 75%;
}
.content-blog-article__article-title {
  text-align: center;
  position: relative;
  top: -40px;
  margin: 0 auto;
}
.content-blog-article__article-title .title {
  background: #fff;
  text-transform: uppercase;
  line-height: 5rem;
}
.content-blog-article__article-date {
  text-align: center;
}
.content-blog-article__article-content {
  padding: 20px 50px;
}
.content-blog-article__article-content-normal {
  color: #444;
}
.content-blog-article__article-content-title {
  color: #fff;
  background: green;
}
.content-blog-article__article-content-subtitle {
  padding-left: 40px;
  color: black;
}
.content-blog-article__article-content-lettrine::first-letter {
  font-size: 200%;
  font-weight: bold;
}
.content-blog-article__article-content-quote {
  font-size: 1.3em;
  font-style: italic;
}
.content-blog-article__article-content-download {
  border: 1px solid black;
  width: 50%;
  min-height: 200px;
  margin: 100px auto 0 auto;
}
.content-blog-article__article-content-download .title {
  position: relative;
  top: -30px;
  left: 30px;
  background: #fff;
}
.content-blog-article__article-content-download__files-single {
  margin: 10px auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.content-blog-article__article-content-download__files-single-title {
  text-decoration: underline;
}
.content-blog-article__article-content-download__files-single-download {
  padding: 10px;
  border: 1px solid black;
  text-transform: uppercase;
}
.content-blog-article__article-content-categories {
  color: grey;
}
.content-blog-article__article-content-categories-title {
  margin-top: 50px;
  border: 2px solid grey;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
}
.content-blog-article__article-content-categories-content {
  margin-top: 1em;
}
.content-blog-article__suggest {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 4em;
  flex-wrap: wrap;
}
.content-blog-article__suggest-single {
  flex: 1;
  max-width: 30%;
}
.content-blog-article__suggest-single__image {
  width: 100%;
  padding-top: 75%;
  background-size: contain !important;
}
.content-blog-article__suggest-single__content {
  padding: 20px;
  min-height: 415px;
}
.content-blog-article__suggest-single__content-category-title {
  position: relative;
  top: -50px;
}
.content-blog-article__suggest-single__content-read-more {
  position: relative;
  text-align: center;
}
.content-blog-article__suggest-single__content-read-more a {
  background-color: #f7b6b7;
  box-sizing: border-box;
  padding: 5%;
}
.content-blog-article .suggest-title {
  margin-top: 6em;
}
.content-blog-article .socialbar {
  text-align: center;
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .content-blog-article .socialbar {
    padding-top: 77px;
  }
}
.content-blog-article .socialbar > li {
  vertical-align: middle;
  margin-left: 6.5rem;
}
.content-blog-article .socialbar > li:first-child {
  margin-left: 0;
}
.content-blog-article .socialbar > li i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-blog-article .socialbar a:hover i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #a6d3aa;
  text-shadow: -10px -6px 0 #000000;
}
.content-blog-article .socialbar .icon-fb {
  font-size: 5.4rem;
  text-shadow: -10px -6px 0 #a6d3aa;
}
.content-blog-article .socialbar .icon-tw {
  font-size: 6rem;
  text-shadow: -10px -6px 0 #a6d3aa;
}
.content-blog-article .socialbar .icon-inst {
  font-size: 5.8rem;
  text-shadow: -10px -6px 0 #a6d3aa;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .content-blog-article .contact-us {
    position: absolute;
    z-index: 2;
    top: 150px;
    right: 0px;
  }
  .content-blog-article__suggest-single {
    min-width: 45%;
    margin-top: 2em;
  }
  .content-blog-article__suggest-single__content {
    min-height: 440px;
  }
  .content-blog-article__suggest-single:last-child {
    display: none;
  }
}
@media (min-width: 441px) and (max-width: 768px) {
  .single-post .container {
    max-width: 90%;
  }

  .content-blog-article__article-title .title {
    font-size: 2em;
  }
  .content-blog-article__article-content {
    padding: 20px;
  }
  .content-blog-article__article-content-download {
    width: 75%;
  }
  .content-blog-article .contact-us {
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 0px;
  }
  .content-blog-article__suggest-single {
    min-width: 90%;
    margin-top: 2em;
    display: none;
  }
  .content-blog-article__suggest-single__content {
    min-height: 370px;
  }
  .content-blog-article__suggest-single:last-child {
    display: block;
  }
}
@media (max-width: 479px) {
  .content-blog-article .contact-us {
    display: none;
  }
}
@media (max-width: 440px) {
  .single-post .container {
    max-width: 100%;
  }

  .content-blog-article .socialbar > li {
    margin-left: 3.5rem;
  }
  .content-blog-article__article-title .title {
    font-size: 2em;
  }
  .content-blog-article__article-content {
    padding: 20px;
  }
  .content-blog-article__article-content h2 {
    font-size: 1.2em;
  }
  .content-blog-article__article-content h2:before {
    font-size: 3rem;
  }
  .content-blog-article__article-content h3 {
    font-size: 1.5rem;
    margin-left: 1em;
  }
  .content-blog-article__article-content-download {
    width: 100%;
  }
  .content-blog-article .contact-us {
    display: none;
  }
  .content-blog-article__suggest-single {
    min-width: 90%;
    margin-top: 2em;
    display: none;
  }
  .content-blog-article__suggest-single__content {
    min-height: 370px;
  }
  .content-blog-article__suggest-single:last-child {
    display: block;
  }
}
.espace-presse h2 a {
  color: #fff;
}
.espace-presse .cta-container {
  margin: 40px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.espace-presse .cta-container__item {
  padding: 20px;
}
.espace-presse .slider-container {
  border: 2px solid #000;
  padding: 5% 2%;
}
.espace-presse .slick-slide img {
  max-width: 95% !important;
}
.espace-presse .caption_title {
  max-width: 95%;
  text-align: center;
}
.espace-presse #littleio_ajax_pagination-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.espace-presse #littleio_ajax_pagination-content section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.espace-presse #littleio_ajax_pagination-content .pager {
  margin-top: 40px;
  width: 100%;
}
.espace-presse__section-parutions-list__parution {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 10px;
}
.espace-presse__section-parutions-list__parution-image {
  width: 100%;
  padding-top: 100%;
  background-size: contain !important;
}
.espace-presse__section-parutions-list__parution-content {
  background: #d1b110;
}
.espace-presse__section-parutions-list__parution-content-title {
  padding-top: 0.5em;
  width: 90%;
  margin: 0 auto;
}
.espace-presse__section-parutions-list__parution-content-title h2 {
  height: 3em;
  text-align: center;
  color: #fff;
}
.espace-presse__section-parutions-list__parution-content-text {
  color: #fff;
  padding: 5px 20px;
}
.espace-presse__section-parutions-list__parution-content-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.25em;
  max-height: 7.5em;
  -webkit-line-clamp: 6;
  /* Write the number of 
   lines you want to be 
   displayed */
  -webkit-box-orient: vertical;
}
.espace-presse__section-parutions-list__parution-content-readmore {
  text-align: center;
  margin-bottom: -10px;
}
.espace-presse__section-parutions-list__parution-content-readmore a {
  padding: 1em;
  background: #fff;
  border: 1px solid grey;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .espace-presse__section-parutions-list__parution {
    display: flex;
    flex-direction: column;
    width: 33%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .espace-presse__section-parutions-list__parution {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 639px) {
  .espace-presse__section-parutions-list__parution {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
  }
  .espace-presse .slick-slide img {
    max-width: 100% !important;
  }
}
@media (max-width: 375px) {
  .espace-presse__section-parutions-list__parution {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }
}
/* ------------------- */
/* == Buttons          */
/* ------------------- */
.btn,
.wpcf7-submit {
  background: transparent;
  font-family: "Comfortaa", cursive, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  max-width: 100%;
  border: 1px solid #000000;
  padding: 2.5rem 3rem;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  white-space: inherit;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
   /*  &.btn-reverse {
	background: transparent;
		border-color: $baseColor;
		color: $baseColor;

	   &:hover,
	   &:focus {
			background-color: $baseColor;
			color: $white;
		border-color: transparent;
	   }
   } */
}
.btn.disabled, .btn:disabled,
.wpcf7-submit.disabled,
.wpcf7-submit:disabled {
  opacity: 1;
  background-color: #eee !important;
  border-color: #ddd;
  color: #8c8c8c;
}
.btn:not(.no-hover):hover, .btn:not(.no-hover):focus,
.wpcf7-submit:not(.no-hover):hover,
.wpcf7-submit:not(.no-hover):focus {
  color: #eccc29;
}
.btn.btn--br-2,
.wpcf7-submit.btn--br-2 {
  border-width: 2px;
}
.btn:visited,
.wpcf7-submit:visited {
  color: initial;
}
.btn.btn--with-icon,
.wpcf7-submit.btn--with-icon {
  line-height: 18px;
  min-width: 169px;
  padding: 9px 12px 8px 20px;
  text-align: left;
  font-size: 1.3rem;
  background-color: #ffffff;
}
.btn.btn--with-icon [class*="icon-"] + span,
.wpcf7-submit.btn--with-icon [class*="icon-"] + span {
  display: inline-block;
}
.btn.btn--with-icon .icon-calendar,
.wpcf7-submit.btn--with-icon .icon-calendar {
  font-size: 3.4rem;
}
.btn.btn--with-icon .icon-calendar + span,
.wpcf7-submit.btn--with-icon .icon-calendar + span {
  margin-left: 1.4rem;
}
.btn.btn--with-icon .icon-cart,
.wpcf7-submit.btn--with-icon .icon-cart {
  font-size: 3.2rem;
}
.btn.btn--with-icon .icon-cart + span,
.wpcf7-submit.btn--with-icon .icon-cart + span {
  margin-left: 1.7rem;
}
.btn:not(.disabled):not(:disabled).btn--animated,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated {
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn:not(.disabled):not(:disabled).btn--animated span,
.btn:not(.disabled):not(:disabled).btn--animated [class*="icon-"],
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated span,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated [class*="icon-"] {
  position: relative;
  z-index: 99;
}
.btn:not(.disabled):not(:disabled).btn--animated:before,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated:before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: 1;
  content: '';
  color: #000 !important;
  background: #000000;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn:not(.disabled):not(:disabled).btn--animated:after,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.btn:not(.disabled):not(:disabled).btn--animated:hover, .btn:not(.disabled):not(:disabled).btn--animated:hover:visited,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated:hover,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated:hover:visited {
  color: #ffffff;
}
.btn:not(.disabled):not(:disabled).btn--animated:hover:before, .btn:not(.disabled):not(:disabled).btn--animated:hover:visited:before,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated:hover:before,
.wpcf7-submit:not(.disabled):not(:disabled).btn--animated:hover:visited:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn.no-hover,
.wpcf7-submit.no-hover {
  color: #ffffff;
}

.btn-share {
  width: 66px;
  height: 66px;
  background-color: #000000;
  -moz-box-shadow: -5px -5px 0 #eccc29;
  -webkit-box-shadow: -5px -5px 0 #eccc29;
  box-shadow: -5px -5px 0 #eccc29;
  position: relative;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn-share .icon-share {
  font-size: 2.9rem;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 29px;
  height: 29px;
  color: #ffffff;
}

.push .single_add_to_cart_button {
  background: #ffffff !important;
}

/* --------------- */
/* == Forms        */
/* --------------- */
::-webkit-input-placeholder {
  color: #000000;
  font-family: "Comfortaa", cursive, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 700;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

.form-group {
  margin-bottom: 2rem;
}
.form-group .required {
  color: #000000;
}
.form-group .required:after {
  content: "*";
  display: inline-block;
  margin-left: .4rem;
}

.form-control {
  color: #000000;
  font-family: "Comfortaa", cursive, sans-serif;
  font-weight: 700;
  background-color: #ffffff;
  padding: 1.2rem .9rem;
  border-radius: 0;
}
.form-control:focus {
  color: #000000;
  border-color: #eccc29;
  box-shadow: 0 0 0 0.2rem rgba(236, 204, 41, 0.25);
}

.newsletter__form .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter__form .mc4wp-form-fields .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.wpcf7 {
  max-width: 900px;
  margin: 0 auto !important;
}
.wpcf7 .required {
  color: #000000 !important;
}
.wpcf7 .required:after {
  color: red;
}
.wpcf7 .row:not(.no-gutters) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.wpcf7 .col,
.wpcf7 .col-1,
.wpcf7 .col-10,
.wpcf7 .col-11,
.wpcf7 .col-12,
.wpcf7 .col-2,
.wpcf7 .col-3,
.wpcf7 .col-4,
.wpcf7 .col-5,
.wpcf7 .col-6,
.wpcf7 .col-7,
.wpcf7 .col-8,
.wpcf7 .col-9,
.wpcf7 .col-auto,
.wpcf7 .col-lg,
.wpcf7 .col-lg-1,
.wpcf7 .col-lg-10,
.wpcf7 .col-lg-11,
.wpcf7 .col-lg-12,
.wpcf7 .col-lg-2,
.wpcf7 .col-lg-3,
.wpcf7 .col-lg-4,
.wpcf7 .col-lg-5,
.wpcf7 .col-lg-6,
.wpcf7 .col-lg-7,
.wpcf7 .col-lg-8,
.wpcf7 .col-lg-9,
.wpcf7 .col-lg-auto,
.wpcf7 .col-md,
.wpcf7 .col-md-1,
.wpcf7 .col-md-10,
.wpcf7 .col-md-11,
.wpcf7 .col-md-12,
.wpcf7 .col-md-2,
.wpcf7 .col-md-3,
.wpcf7 .col-md-4,
.wpcf7 .col-md-5,
.wpcf7 .col-md-6,
.wpcf7 .col-md-7,
.wpcf7 .col-md-8,
.wpcf7 .col-md-9,
.wpcf7 .col-md-auto,
.wpcf7 .col-sm,
.wpcf7 .col-sm-1,
.wpcf7 .col-sm-10,
.wpcf7 .col-sm-11,
.wpcf7 .col-sm-12,
.wpcf7 .col-sm-2,
.wpcf7 .col-sm-3,
.wpcf7 .col-sm-4,
.wpcf7 .col-sm-5,
.wpcf7 .col-sm-6,
.wpcf7 .col-sm-7,
.wpcf7 .col-sm-8,
.wpcf7 .col-sm-9,
.wpcf7 .col-sm-auto,
.wpcf7 .col-xl,
.wpcf7 .col-xl-1,
.wpcf7 .col-xl-10,
.wpcf7 .col-xl-11,
.wpcf7 .col-xl-12,
.wpcf7 .col-xl-2,
.wpcf7 .col-xl-3,
.wpcf7 .col-xl-4,
.wpcf7 .col-xl-5,
.wpcf7 .col-xl-6,
.wpcf7 .col-xl-7,
.wpcf7 .col-xl-8,
.wpcf7 .col-xl-9,
.wpcf7 .col-xl-auto {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wpcf7 .wpcf7-submit {
  width: 200px;
  height: 60px;
  margin: 0 auto;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #000;
  color: #fff !important;
}
.wpcf7 p:empty,
.wpcf7 br {
  display: none;
}

.col-form-label {
  padding-top: calc(0.9rem + 1px);
  padding-bottom: calc(0.9rem + 1px);
}

.wpcf7-radio .wpcf7-list-item {
  margin-right: 2rem;
  margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  overflow: hidden;
}
.wpcf7-radio .wpcf7-list-item label input {
  float: left;
}

.wpcf7-radio label,
.radio .checker,
.checkbox .checker {
  position: relative;
}

.wpcf7-radio label input,
.radio input,
.checkbox input {
  display: none;
}

.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.radio .checker:after,
.radio .checker:before {
  border-radius: 100%;
}

.wpcf7-radio .wpcf7-list-item-label:after,
.radio .checker:after,
.checkbox .checker:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.radio .checker:before,
.checkbox .checker:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7-radio .wpcf7-list-item-label,
.radio .checker,
.checkbox .checker {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.wpcf7-radio label input:checked + .wpcf7-list-item-label:after,
.radio input:checked + .checker:after,
.checkbox input:checked + .checker:after {
  background: #000;
}

.wpcf7-select {
  width: 280px;
}

textarea[aria-invalid="true"],
input[aria-invalid="true"],
select[aria-invalid="true"],
select[aria-invalid="true"] + .select2-container--default .select2-selection--single {
  border-color: red !important;
}

.page-template-template-heros .mailchimpform {
  display: block;
  position: relative;
  text-align: left;
  padding: 20px;
  background: #fff;
  width: 500px;
}
.page-template-template-heros .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  display: grid;
}
.page-template-template-heros input[type="email"] {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  border-radius: 3px;
}
.page-template-template-heros input[type="submit"] {
  margin: 0;
}
.page-template-template-heros #mc_embed_signup form {
  margin: 0;
}
.page-template-template-heros #mc_embed_signup .button {
  background: transparent;
  font-family: "Comfortaa", cursive, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  max-width: 100%;
  border: 1px solid #000000;
  padding: 10.5px 11px;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  white-space: inherit;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  height: auto;
}
.page-template-template-heros #mc_embed_signup .button:hover {
  background-color: #000000;
  color: #fff;
}
.page-template-template-heros #mc_embed_signup h2 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: "Comfortaa", cursive, sans-serif;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
  width: auto;
}
.page-template-template-heros #heros-carousel {
  position: relative;
}
.page-template-template-heros .modal-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(88, 88, 88, 0.4);
  display: grid;
  align-items: center;
  justify-items: center;
}
.page-template-template-heros .modal-content.show-modal {
  visibility: visible;
  opacity: 1;
}
.page-template-template-heros #on-joue-carousel {
  position: relative;
  margin-top: 3em;
}
.page-template-template-heros .modal-content2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(88, 88, 88, 0.4);
  display: grid;
  align-items: center;
  justify-items: center;
}
.page-template-template-heros .modal-content2.show-modal {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .page-template-template-heros .prev-arrow-hero, .page-template-template-heros .next-arrow-hero, .page-template-template-heros .prev-arrow-on-joue, .page-template-template-heros .next-arrow-on-joue {
    display: none !important;
  }
  .page-template-template-heros .d-flex {
    justify-content: center;
  }
  .page-template-template-heros .col-10 {
    max-width: 100%;
  }
  .page-template-template-heros .mailchimpform {
    max-width: 400px;
  }
  .page-template-template-heros .link:not(.btn) {
    text-align: center !important;
  }
  .page-template-template-heros .link:not(.btn) span {
    margin-left: 0px;
  }
  .page-template-template-heros .link [class*="icon-"] {
    position: relative !important;
  }
}

.activation-form-container {
  text-align: center;
  background: #d1b110;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 525px;
  display: grid;
  place-items: center;
}
.activation-form-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activation-form-container form .addChild {
  padding: 20px;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: fit-content;
}
.activation-form-container form .activationBtn {
  padding: 20px;
  font-size: 1.5rem;
  width: fit-content;
}
.activation-form-container form .children-box {
  display: flex;
  flex-direction: column;
}
.activation-form-container form .children-box .child {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem auto;
}
.activation-form-container form .children-box .child-info {
  border: 1px solid black !important;
  text-align: center;
  padding: 15px;
  margin-right: 1rem;
}
.activation-form-container form .children-box .child .removeChild {
  line-height: 1;
  min-width: unset;
  padding: 15px;
  text-align: center;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #eee;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 37px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: .9rem;
  padding-right: 2.2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  width: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6c6c6c transparent transparent;
  border-width: 6px 6px 0;
  margin-left: -10px;
  margin-top: -2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}

.select2-container .select2-selection--single {
  height: 41px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c6c6c;
  border-width: 0 6px 6px;
  margin-top: -4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 7px;
  margin-top: 2px;
  margin-left: -8px;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
}

html:not(.no-touch) .select.select-mobile {
  height: 38px;
  border: 1px solid #eee;
  position: relative;
}
html:not(.no-touch) .select.select-mobile.select-inline {
  display: inline-block;
}
html:not(.no-touch) .select.select-mobile select {
  border: 0;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html:not(.no-touch) .select.select-mobile:after {
  border-style: solid;
  height: 0;
  right: 10px;
  position: absolute;
  top: 50%;
  width: 0;
  content: "";
  border-color: #6c6c6c transparent transparent;
  border-width: 6px 6px 0;
  margin-top: -3px;
}
html:not(.no-touch) .select.select-mobile:before {
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  right: 9px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 11;
}

.brushs {
  position: relative;
  z-index: -1;
}

.header__brush-1 {
  background-image: url("../images/brush-1.png");
  height: 188px;
  width: 185px;
  background-repeat: no-repeat;
  position: absolute;
  top: -95px;
  left: -60px;
}

.header__brush-2 {
  background-color: #eccc29;
  display: block;
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -webkit-transform: rotate(21deg);
  transform: rotate(21deg);
  z-index: 2;
  position: absolute;
  height: 379px;
  width: 501px;
  top: -122px;
  right: -36px;
}

.footer__brush-1 {
  top: 6px;
  width: 501px;
  height: 2566px;
  background-color: #eccc29;
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -webkit-transform: rotate(21deg);
  transform: rotate(21deg);
  right: 386px;
  position: absolute;
}

.footer__brush-2 {
  height: 301px;
  bottom: 0;
  left: -92px;
  width: 222px;
  position: absolute;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.footer__brush-2:before, .footer__brush-2:after {
  content: "";
  position: absolute;
}
.footer__brush-2:after {
  border-top: 94px solid transparent;
  border-right: 222px solid #fff;
  width: 0;
  height: 0;
  bottom: 0;
}
.footer__brush-2:before {
  content: "";
  background: #f6b3b4;
  width: 222px;
  height: 301px;
  position: absolute;
}

.header__brush-3 {
  height: 184px;
  top: 165px;
  left: 52px;
  width: 115px;
  background-repeat: no-repeat;
  position: absolute;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.header__brush-3:before, .header__brush-3:after {
  content: "";
  position: absolute;
}
.header__brush-3:after {
  border-top: 54px solid transparent;
  border-right: 134px solid #fff;
  width: 0;
  height: 0;
  bottom: 0;
}
.header__brush-3:before {
  content: "";
  background: #f6b3b4;
  width: 133px;
  height: 183px;
  position: absolute;
  /* transform: rotate(-15deg); */
}

.title-has-brush {
  position: relative;
  padding-bottom: 42px;
}
@media (min-width: 480px) {
  .title-has-brush {
    margin-right: 100px;
  }
}
.title-has-brush .icon-brush-content {
  position: absolute;
  bottom: 0;
  right: -48px;
  font-size: 58px;
  text-shadow: -3px -2px 0px #eccc29;
}
.title-has-brush h1 {
  margin-bottom: .8rem;
}
h1 .title-has-brush {
  display: inline-block;
  margin-bottom: 45px;
}

.newsletter .newsletter__txt {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-right: 8.8rem;
}
.newsletter .newsletter__form .btn {
  width: 58px;
  height: 46px;
  font-size: 1.8rem;
  padding: 0;
  margin-left: .5rem;
  text-transform: uppercase;
}
.newsletter .newsletter__form .form-control {
  width: 273px;
  height: 46px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  font-size: 1.4rem;
  font-style: italic;
}

.breadcrumb, .woocommerce-breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 3.2rem;
}
.breadcrumb > span, .woocommerce-breadcrumb > span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumb li span, .woocommerce-breadcrumb li span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.products {
  margin-top: 55px;
}
.products .products__title {
  margin-bottom: .5rem;
}
.products > .row {
  margin-left: -1.15rem;
  margin-right: -1.15rem;
}
.products > .row > [class*="col-"],
.products > .row > .col {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  margin-bottom: 2.3rem;
  margin-top: 2.3rem;
}
.products > .row .product[class*="col-"] {
  margin-bottom: 5.2rem;
}
.products > .row.has-equal-height > [class*="col-"],
.products > .row.has-equal-height > .col {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.15rem;
  margin-right: 1.15rem;
}

.post .post__image {
  position: relative;
  text-align: right;
}
.post .post__image > img {
  width: 100%;
}
.col-right .post .post__image {
  text-align: left;
}
.post.post--has-symb .symbol {
  margin-top: -78px;
}
.post.post--has-symb .symbol img {
  width: 178px;
  height: 200px;
}
@media (max-width: 320px) {
  .post.post--has-symb .symbol {
    display: none;
  }
}
.post .post__desc {
  margin-bottom: 2.5rem;
}
.post .post__with-border {
  position: relative;
  padding: 7rem 0 3.2rem 5.8rem;
  margin-bottom: 3.1rem;
}
.post .post__with-border:before {
  content: "";
  position: absolute;
  width: 571px;
  border: 2px solid #000;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.reverse .post .post__with-border:before {
  left: auto;
  right: 0;
}
.post .post__with-border .post__title {
  position: absolute;
  right: -303px;
  top: 41px;
  background-color: #ffffff;
  z-index: 2;
}
.col-right .post .post__with-border .post__title {
  right: auto;
  left: -77px;
}
.col-right .post .post__with-border {
  padding-right: 5.8rem;
  padding-left: 0;
}

.product {
  position: relative;
  margin-bottom: 2.9rem;
}
.product[class*="col-"] {
  position: relative;
}
.product[class*="col-"]:after, .product[class*="col-"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background: #fff;
}
.product[class*="col-"]:after {
  right: 0;
}
.product[class*="col-"]:before {
  left: 0;
}
.product.product--shortly .btn {
  margin: 0 auto;
  pointer-events: none;
  display: table;
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  min-width: 170px;
}
.product.product--shortly .btn span {
  display: table-cell;
  vertical-align: middle;
}
.product.product--shortly.product.product--shortly .product__infos {
  opacity: .5;
}
.product.product--shortly.product.product--shortly .product__img {
  background: #ffffff;
}
.product.product--shortly.product.product--shortly .product__img img {
  opacity: .5;
}
.product.product--theme-d1b110 {
  background-color: #d1b110;
}
.product.product--theme-166766 {
  background-color: #166766;
}
.product .product__infos {
  padding: 1.2rem 1.4rem 4.5rem 1.8rem;
  color: #ffffff;
}
.product .product__title {
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: .5rem;
}
.product .product__title span {
  display: block;
  font-size: 1.9rem;
}
.product .product__title span:last-child {
  font-size: 1.5rem;
}
.product .product__title a {
  color: #fff;
}
.product .product__img {
  margin-bottom: 0;
}
.product .product__img img {
  width: 100%;
}
.product .product__city,
.product .product__date {
  margin-bottom: .7rem;
  display: inline-block;
}
.product .product__city {
  text-transform: uppercase;
}
.product .product__desc p {
  margin-bottom: .8rem;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.product .product__desc p:last-child {
  margin-bottom: 0;
}
.product .product__desc .link {
  color: #ffffff;
}
.product .product__desc .link .icon-arrow2 {
  font-size: 3rem;
  margin-right: .8rem;
  color: #ffffff;
}
.product .product__desc .link span {
  font-size: 1.3rem;
  margin-left: 0;
  letter-spacing: 0;
}
.product .product__actions {
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#abonnement_ateliers_tab .product .product__infos {
  padding: 1.2rem 1.4rem;
}

.blog-post {
  margin-bottom: 20px;
}
.blog-post a, .blog-post a:hover {
  text-decoration: none;
  outline: none;
}
.blog-post-thumbnail {
  margin-bottom: 10px;
}
.blog-post-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.blog-post-meta {
  margin-bottom: 10px;
}
.blog-post-category {
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 8px;
  text-transform: uppercase;
}
.blog-post-date {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.blog-post-excerpt {
  font-size: 14px;
}

.blog-grid-item {
  margin-bottom: 20px;
}
.blog-grid-item a, .blog-grid-item a:hover {
  text-decoration: none;
  outline: none;
}
.blog-grid-item-thumbnail {
  position: relative;
  height: 284px;
  overflow: hidden;
}
.blog-grid-item-excerpt {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  transition: all ease-in-out .4s;
  opacity: 0;
}
.blog-grid-item:hover .blog-grid-item-excerpt {
  transform: translateY(-100%);
  opacity: 1;
}

.print-content .advert > div:first-child {
  max-width: 100%;
  float: none;
}
.print-content .print-share h4 {
  margin-bottom: 20px;
}
.print-content .print-share .list-inline-item i {
  font-size: 5.4rem;
  text-shadow: -10px -6px 0 #a6d3aa;
}
.print-content .print-share .list-inline-item:not(:last-child) {
  margin-right: 4rem;
}

.boxs ul {
  font-size: 0;
}
.boxs.boxs-sample .box {
  padding: 3rem;
  font-size: 2rem;
}
.boxs .box {
  position: relative;
  margin-right: 0;
  vertical-align: middle;
}
.boxs .box span {
  font-size: 2.4rem;
  font-weight: 400;
  position: absolute;
  line-height: 2.8rem;
  margin: 0;
}
.boxs .box:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.boxs .box i {
  position: absolute;
}
.boxs .box.box-theme-f7dfdf {
  background-color: #f7dfdf;
}
.boxs .box.box-theme-d5e6d8 {
  background-color: #d5e6d8;
}
.boxs .box.box-theme-c7ecf7 {
  background-color: #c7ecf7;
}
.boxs .box.box-theme-fdf4b5 {
  background-color: #fdf4b5;
}
.boxs .box.box-theme-a6d3d1 {
  background-color: #a6d3d1;
}
.boxs .box.box--payement {
  height: 130px;
  width: 276px;
}
.boxs .box.box--payement span {
  left: 95px;
  text-align: left;
  top: 35px;
}
.boxs .box.box--payement:before {
  width: 266px;
  left: 5px;
  top: 17px;
  height: 97px;
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  background-color: #f7dfdf;
}
.boxs .box.box--payement i {
  font-size: 4.7rem;
  left: 20px;
  top: 12px;
}
.boxs .box.box--payement i:before {
  text-shadow: -8px -5px 0 #f5b3b4;
}
.boxs .box.box--like {
  height: 168px;
  width: 321px;
  margin-left: 31px;
}
.boxs .box.box--like span {
  right: 23px;
  top: 43px;
}
.boxs .box.box--like span > small {
  font-size: 2rem;
  display: block;
  text-align: right;
  padding-right: 31px;
}
.boxs .box.box--like:before {
  width: 311px;
  left: 5px;
  top: 21px;
  height: 126px;
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  background-color: #d5e6d8;
}
.boxs .box.box--like i {
  font-size: 6.1rem;
  top: 28px;
  left: -10px;
}
.boxs .box.box--like i:before {
  text-shadow: -8px -5px 0 #9ac6a3;
}
.boxs .box.box--history {
  height: 130px;
  width: 245px;
  margin-left: 25px;
}
.boxs .box.box--history span {
  top: 32px;
  text-align: right;
  left: 116px;
}
.boxs .box.box--history:before {
  height: 96px;
  width: 237px;
  left: 4px;
  top: 18px;
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  background-color: #c7ecf7;
}
.boxs .box.box--history i {
  font-size: 4.7rem;
  left: 25px;
  top: 12px;
}
.boxs .box.box--history i:before {
  text-shadow: -8px -5px 0 #2288a6;
}
.boxs .box.box--delivery {
  height: 130px;
  width: 276px;
  margin-left: 26px;
}
.boxs .box.box--delivery span {
  bottom: 36px;
  right: 60px;
  text-align: right;
}
.boxs .box.box--delivery:before {
  height: 96px;
  width: 267px;
  left: 4px;
  top: 18px;
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  background-color: #fdf4b5;
}
.boxs .box.box--delivery i {
  font-size: 6.7rem;
  left: 23px;
  top: 18px;
}
.boxs .box.box--delivery i:before {
  text-shadow: -8px -5px 0 #f8db15;
}
.boxs .box-with-cta {
  position: relative;
  border: 2px solid #000000;
  text-align: center;
  padding-top: 3.4rem;
  padding-bottom: 6.3rem;
  width: 308px;
  margin: 0 2.1rem 2.7rem;
}
.boxs .box-with-cta > span {
  display: table;
  font-size: 2rem;
  width: 100%;
  min-height: 75px;
  margin-left: 0;
}
.boxs .box-with-cta > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.boxs .box-with-cta [class*="icon-"] {
  font-size: 6.2rem;
  display: block;
  margin-bottom: 1.2rem;
}
.boxs .box-with-cta.box-with-cta-449bb3 {
  border-color: #449bb3;
}
.boxs .box-with-cta.box-with-cta-449bb3 [class*="icon-"] {
  text-shadow: -3px -3px 0 #449bb3;
}
.boxs .box-with-cta.box-with-cta-a6d3aa {
  border-color: #a6d3aa;
}
.boxs .box-with-cta.box-with-cta-a6d3aa [class*="icon-"] {
  text-shadow: -3px -3px 0 #a6d3aa;
}
.boxs .box-with-cta.box-with-cta-f8b5b6 {
  border-color: #f8b5b6;
}
.boxs .box-with-cta.box-with-cta-f8b5b6 [class*="icon-"] {
  text-shadow: -3px -3px 0 #f8b5b6;
}
.boxs .box-with-cta .cta {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 262px;
  bottom: -29px;
  margin: auto;
}
.boxs .box-with-cta .btn {
  padding: 2.2rem 2.1rem 1.8rem;
  min-width: 198px;
  background-color: #ffffff;
}

.pushs .row {
  display: flex;
  flex-flow: row wrap;
}
.pushs .row .col {
  min-width: 30%;
  margin-top: 10em;
  max-width: 30%;
  flex: 1 0 30%;
}

.push {
  position: relative;
  background-color: #d1b110;
  text-align: center;
  padding-bottom: 3.9rem;
  padding-top: 6.4rem;
  margin-bottom: 4.5rem;
  margin-top: 4.2rem;
}
.push .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  /* fix ajout nouveau block à la ligne 
  -ms-flex-wrap: wrap;	  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	  flex-wrap: wrap;
  */
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -15px;
}
.push .row .col {
  /*-ms-flex-preferred-size: 0;
  flex-basis: 0;	  flex-basis: 0;
  -webkit-box-flex: 1;	  -webkit-box-flex: 1;
  -ms-flex-positive: 1;	  -ms-flex-positive: 1;
  flex-grow: 1;	  flex-grow: 1;
  max-width: 100%;	  max-width: 100%; */
  /* fixes pour ticket ajout de block offre */
  flex: 1 0 30%;
  /* max-width: 30% */
}
@media (max-width: 991px) {
  .push + .push {
    margin-top: 8.2rem;
  }
}
.push.push--theme-166766 {
  background-color: #166766;
}
.push.push--theme-a6d3aa {
  background-color: #a6d3aa;
}
.push.push--theme-a6d3d1 {
  background-color: #a6d3d1;
}
.push.push--theme-d1b110 {
  background-color: #d1b110;
}
.push .push__title {
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
  padding-left: 4.1rem;
  padding-right: 3.5rem;
  text-align: center;
}
.push .push__title > h2 {
  background-color: #ffffff;
  font-size: 2.7rem;
  line-height: 2.8rem;
  text-align: left;
}
.push .push__img {
  padding-top: 1.8rem;
  margin-bottom: 6.8rem;
}
.push .push__desc {
  text-align: left;
  padding: 2.3rem 3.5rem 2.2rem;
}
.push .push__desc .h6 {
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.push .push__desc .list-with-icon li {
  padding-left: 0;
}
.push .push__desc .list-with-icon li:before {
  display: none;
}
.push .push__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.push .push__cta .btn {
  font-size: 1.7rem;
  padding: 1.9rem 3.5rem 1.8rem;
  line-height: 2.3rem;
  min-width: 272px;
  margin-bottom: -4.5rem;
  text-align: center;
}

.filters {
  font-size: 0;
}
.filters label {
  margin-bottom: 1.4rem;
  position: relative;
  margin-right: 1.4rem;
  padding-left: 3.3rem;
  cursor: pointer;
}
.filters label:last-child {
  margin-right: 0;
}
.filters label input {
  display: none;
}
.filters label input:checked + span:before {
  background: #2089a5;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filters span {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.9rem 1.5rem 0.7rem;
  font-size: 1.2rem;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.filters span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid;
  background: #ffffff;
  left: 0;
  border-radius: 200px;
  bottom: 0;
  top: 0;
  margin: auto;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.pager ul {
  font-size: 0;
  text-align: right;
}
.pager ul li {
  vertical-align: middle;
  line-height: 1;
  border: 1px solid transparent;
  position: relative;
  margin-left: 1rem;
  height: 28px;
}
.pager ul li:not(:last-child) {
  margin-right: .7rem;
}
.pager ul li:before {
  content: "-";
  position: absolute;
  left: -12px;
  height: 11px;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pager ul li:first-child:before {
  display: none;
}
.pager ul li.active {
  border-color: #000000;
  padding-left: .7rem;
  padding-right: .7rem;
}
.pager ul li.active a {
  color: #d1b110;
}
.pager ul li span,
.pager ul li a {
  line-height: 1;
  font-size: 1.8rem;
  padding: .5rem 0;
  display: inline-block;
}

.discount {
  border: 2px solid #000000;
  padding: 5.8rem 7.3rem 5rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  max-width: 530px;
}
.sidebar .discount {
  padding: 5.5rem 3.5rem 5.2rem 4.2rem;
}
.discount > span {
  display: block;
}
.discount .discount__title {
  font-size: 3.9rem;
  font-weight: 400;
  margin-bottom: .4rem;
  padding-left: 1.3rem;
}
.discount .discount__txt {
  font-size: 2.3rem;
  line-height: 3.6rem;
  margin-bottom: 1.8rem;
  padding-left: 1.4rem;
  max-width: 70%;
}
.discount .discount__txt > strong {
  font-size: 4.2rem;
  margin-left: 10px;
}
.discount .discount__icon {
  position: absolute;
  top: -25px;
  right: 24px;
}
.discount .link span {
  font-size: 2rem;
}

.tabs {
  padding: 0 .8rem 4rem;
  position: relative;
}
.tabs .tab-content {
  padding: 0 1rem;
}
.tabs:before {
  content: "";
  background: #e5e5e5;
  position: absolute;
  top: 25px;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
}
.tabs .nav-tabs {
  border: 0;
  margin-bottom: 4.7rem;
}
.tabs .nav-tabs .nav-item {
  background-color: #fff;
}
.tabs .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  border: 2px solid #000;
  font-size: 1.5rem;
  padding: 0.8rem 3.06rem;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tabs .nav-tabs .nav-item .nav-link:hover, .tabs .nav-tabs .nav-item .nav-link.active {
  background: #000;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tabs .nav-tabs .nav-item:not(:first-child) .nav-link {
  border-left: 0;
}

.accordion__title {
  font-size: 2.8rem;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 2rem;
}
.accordion__title:before {
  content: "";
  border-top: 20px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

#accordion {
  margin-bottom: 2.5rem;
}
#accordion .card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#accordion .card .card-body {
  padding: 0 0 3.7rem;
}
#accordion .card .card-header {
  background: transparent;
  border: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding: 3rem 0 2rem;
}
#accordion .card .card-header .collapsed {
  opacity: .47;
}
#accordion .card .card-header .collapsed div:before {
  border-left: 20px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
#accordion .card .card-header .collapsed:hover {
  opacity: 1;
  cursor: grab;
}
#accordion .card .card-header button {
  display: block;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding-left: 4.3rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#accordion .card .card-header button span {
  font-size: 2.8rem;
  vertical-align: middle;
  margin-right: 1.2rem;
}
#accordion .card .card-header button:before {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion .card .card-header button.collapsed {
  padding-left: 4rem;
}
#accordion .card .card-header button.collapsed:before {
  border-left: 20px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}

.product #accordion .card {
  border-bottom: none;
}

[data-toggle="datepicker"] {
  background: #ffffff;
  padding: 2rem 3rem;
}

.datepicker-inline {
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.datepicker table {
  margin: auto;
  min-width: 233px;
}

.datepicker td,
.datepicker th {
  width: 44px;
  height: 34px;
  font-size: 1.7rem;
}

.datepicker td,
.datepicker th,
.datepicker table tr td span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: none;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #d1b110;
}

thead tr th {
  text-transform: uppercase;
}

.datepicker-days,
.datepicker-years,
.datepicker-months,
.datepicker-decades,
.datepicker-centuries {
  position: relative;
  padding-top: 40px;
}

.datepicker-days .table-condensed > thead tr:first-child + tr,
.datepicker-years .table-condensed > thead tr:first-child + tr,
.datepicker-decades .table-condensed > thead tr:first-child + tr,
.datepicker-centuries .table-condensed > thead tr:first-child + tr,
.datepicker-months .table-condensed > thead tr:first-child + tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 233px;
  left: 0;
  margin: auto;
}
.datepicker-days .table-condensed > thead tr:first-child + tr th.next,
.datepicker-days .table-condensed > thead tr:first-child + tr th.prev,
.datepicker-years .table-condensed > thead tr:first-child + tr th.next,
.datepicker-years .table-condensed > thead tr:first-child + tr th.prev,
.datepicker-decades .table-condensed > thead tr:first-child + tr th.next,
.datepicker-decades .table-condensed > thead tr:first-child + tr th.prev,
.datepicker-centuries .table-condensed > thead tr:first-child + tr th.next,
.datepicker-centuries .table-condensed > thead tr:first-child + tr th.prev,
.datepicker-months .table-condensed > thead tr:first-child + tr th.next,
.datepicker-months .table-condensed > thead tr:first-child + tr th.prev {
  position: relative;
  color: transparent;
}
.datepicker-days .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-days .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-years .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-years .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-decades .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-decades .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-centuries .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-centuries .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-months .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-months .table-condensed > thead tr:first-child + tr th.prev:before {
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 0;
  left: 18px;
  bottom: 0;
  margin: auto;
}
.datepicker-days .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-years .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-decades .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-centuries .table-condensed > thead tr:first-child + tr th.prev:before,
.datepicker-months .table-condensed > thead tr:first-child + tr th.prev:before {
  border-right: 15px solid #000;
}
.datepicker-days .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-years .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-decades .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-centuries .table-condensed > thead tr:first-child + tr th.next:before,
.datepicker-months .table-condensed > thead tr:first-child + tr th.next:before {
  border-left: 15px solid #000;
}

.datepicker .datepicker-switch {
  font-size: 17px;
}

.clear {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.wc-bookings-booking-form {
  /* border:1px solid #ddd; */
  /* padding:1em 1em 0; */
  /* margin:0 0 1em; */
}

.wc-bookings-booking-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  margin-left: 20px;
  padding: 8px;
  border: 1px solid #eee;
  color: #000;
}

.wc-bookings-booking-form .form-field {
  margin: 0 0 1em;
}

.wc-bookings-booking-form .form-field input[type=number] {
  width: 25%;
}

.wc-bookings-booking-form label {
  display: block;
}

.wc-bookings-booking-form select {
  width: 100%;
}

.wc-bookings-booking-form .block-picker {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}

.wc-bookings-booking-form .block-picker li.block {
  white-space: nowrap;
  text-align: center;
}

.wc-bookings-booking-form .block-picker li {
  float: left;
  margin: 0;
  padding: 0;
  min-width: 33%;
}

.wc-bookings-booking-form .block-picker li a {
  margin: 0;
  border: 0;
  padding: .5em;
  vertical-align: middle;
  text-align: center;
  display: block;
  text-decoration: none;
  box-shadow: none;
}

.wc-bookings-booking-form .block-picker li a .booking-spaces-left {
  display: none;
}

.wc-bookings-booking-form .block-picker li a.selected {
  background: #000 !important;
  color: #fff !important;
}

.wc-bookings-booking-form .block-picker li:nth-child(odd) a {
  background: #fff;
}

.wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus,
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover {
  background: #000;
  color: #fff;
}

.wc-bookings-booking-form .block-picker li:nth-child(even) a {
  background: #f5f5f5;
}

.wc-bookings-booking-form .block-picker li:nth-child(even) a:focus,
.wc-bookings-booking-form .block-picker li:nth-child(even) a:hover {
  background: #239e57;
  color: #fff;
}

.wc-bookings-booking-form fieldset {
  margin: 0 0 1em;
  line-height: 2.25em;
}

.wc-bookings-booking-form fieldset .picker.hasDatepicker {
  /* line-height:1em; */
  /* margin-bottom:1em; */
  background: #ffffff;
  padding: 2rem 3rem;
}

.wc-bookings-booking-form fieldset input {
  width: 100%;
}

.wc-bookings-booking-form fieldset input.error {
  border-color: red;
}

.wc-bookings-booking-form fieldset legend small {
  text-decoration: underline;
  padding-left: 1em;
  color: #999;
  cursor: pointer;
  display: none;
}

.wc-bookings-booking-form fieldset label {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5em;
  width: 25%;
}

.wc-bookings-booking-form fieldset label span {
  display: block;
  font-size: .75em;
  color: #999;
  padding: 0 2px;
}

.wc-bookings-booking-form .wc-bookings-booking-cost {
  background: #eee;
  border-top: 1px solid #ddd;
  position: relative;
  margin: 0 -1em;
  padding: 1em;
}

.wc-bookings-date-picker .ui-datepicker {
  padding: 0;
  width: auto;
}

.wc-bookings-date-picker .ui-widget-content {
  border: none;
  background: #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  /* -webkit-box-shadow:0 1px 3px rgba(0,0,0,.19); */
  /* box-shadow:0 1px 3px rgba(0,0,0,.19) */
}

.wc-bookings-date-picker .ui-datepicker-header {
  padding: 0;
  border-bottom: none;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  background: none;
  background-image: none;
  /* background-image:-webkit-linear-gradient(bottom,#999 0,#aaa 100%); */
  border: 0;
  border-top: none;
  color: #000;
  max-width: 240px;
  margin: auto;
}

.wc-bookings-date-picker .ui-datepicker-header .ui-state-hover {
  background: 0 0;
  border-color: transparent;
  cursor: pointer;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
  /* line-height: 1em; */
  font-weight: 400;
  /* padding: .75em 0; */
  font-size: 1.7rem;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  top: -1px;
  /* background: #999; */
  /* border-radius: 0; */
  /* font-weight: 400; */
  border: none;
  /* height: 2.5em; */
  /* width: 2em; */
  position: static;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  float: right;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  float: left;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next.ui-state-hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  /* background: #aaa */
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span {
  /* margin-top: -4px; */
  /* top: 40%; */
  position: relative;
  margin-top: 0;
  display: block;
  top: 0;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin-left: 0;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span:before {
  border-left: 15px solid #000;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span:before {
  border-right: 15px solid #000;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span:before,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span:before {
  content: "dsfsdf";
  width: 0;
  position: absolute;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  margin-left: -5px;
}

.wc-bookings-date-picker .ui-icon-circle-triangle-e {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
}

.wc-bookings-date-picker .ui-icon-circle-triangle-w {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
  background-position: -96px 0;
  background: none;
}

.wc-bookings-date-picker .ui-datepicker table {
  /* margin:0 */
}

.wc-bookings-date-picker .ui-datepicker th {
  padding: .75em 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  /* border-top:1px solid #e6e6e6; */
  background: #fefefe;
  display: table-cell;
}

.wc-bookings-date-picker .ui-datepicker tr {
  height: 34px;
}

.wc-bookings-date-picker .ui-datepicker td {
  border: none;
  /* border-top:1px solid #e6e6e6; */
  /* border-right:1px solid #e6e6e6; */
  background: #fefefe;
  padding: 0 !important;
  width: 44px;
  height: 100%;
  font-size: 1.7rem;
  color: #000;
  display: table-cell;
}

.wc-bookings-date-picker .ui-datepicker td:last-child {
  border-right: 0;
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  background: 0 0;
  background-image: none !important;
  border: none;
  color: #000;
  margin: 0;
  font-weight: 400;
  text-align: center;
  padding: 0;
}

.wc-bookings-date-picker .ui-datepicker td a.ui-state-active,
.wc-bookings-date-picker .ui-datepicker td a.ui-state-active.ui-state-hover {
  background: #fefefe;
  color: #b2b2b2;
  background-image: none !important;
}

.wc-bookings-date-picker .ui-datepicker td.fully_booked a,
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
  background-color: #c0392b !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #d1b110 !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a {
  background-color: #d1b110 !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  opacity: 1;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.8em solid #000;
  border-right: 2.8em solid transparent;
  z-index: -10;
  opacity: 0.75;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  opacity: .9 !important;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month {
  background: none;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background: #239e57 !important;
  color: #fff;
}

.wc-booking-summary {
  margin: 1em 1em 1em 0;
  border: 2px solid #ddd;
  padding: 1em;
  color: #888;
  border-radius: 4px;
}

.wc-booking-summary .wc-booking-summary-actions {
  margin: 1em 0 0 0;
}

.wc-booking-summary .wc-booking-summary-actions a {
  border-right: 1px solid #ddd;
  margin: 0 3px 0 0;
  padding: 0 4px 0 0;
}

.wc-booking-summary .wc-booking-summary-actions a:last-child {
  border-right: 0;
  margin: 0;
  padding: 0;
}

.wc-booking-summary .wc-booking-summary-number {
  line-height: 1em;
}

.wc-booking-summary .wc-booking-summary-number span {
  color: #fff;
  font-size: .8em;
  background-color: #ccc;
  padding: .4em .8em;
  border-radius: 4px;
  margin-left: 1em;
  margin-top: -.2em;
  float: right;
}

.wc-booking-summary .wc-booking-summary-number .status-incart,
.wc-booking-summary .wc-booking-summary-number .status-unpaid {
  background-color: #ccc;
}

.wc-booking-summary .wc-booking-summary-number .status-pending,
.wc-booking-summary .wc-booking-summary-number .status-pending-confirmation {
  background-color: #ffba00;
}

.wc-booking-summary .wc-booking-summary-number .status-confirmed {
  background-color: #7ad03a;
}

.wc-booking-summary .wc-booking-summary-number .status-paid {
  background-color: #2ea2cc;
}

.wc-booking-summary .wc-booking-summary-number .status-cancelled {
  background-color: #a00;
}

.wc-booking-summary .wc-booking-summary-number .status-complete {
  background-color: #999;
}

.wc-booking-summary .wc-booking-summary-list {
  margin: 1em 0 0 0;
  list-style: none outside;
}

.wc-booking-summary .wc-booking-summary-list li {
  margin: 0 0 0.5em;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month span {
  color: #ddd;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker-prev ui-corner-all ui-state-disabled span {
  opacity: .6;
}

a.ui-datepicker-prev.ui-corner-all.ui-state-disabled,
a.ui-datepicker-next.ui-corner-all.ui-state-disabled {
  opacity: .3;
}

.modal-header {
  border-radius: 0 !important;
  border-bottom: none;
}

.modal-content {
  border-radius: 0;
  background: none;
  border: 0;
}

.modal-dialog {
  max-width: 600px;
}

.type-of-profil {
  display: inline-block;
  vertical-align: top;
  padding-left: 170px;
  position: relative;
  background: url(../img/poins.png) no-repeat 26px 74px;
  max-width: 730px;
  width: 100%;
  text-align: left;
}

.type-of-profil > div {
  border: 2px solid #000;
  margin-bottom: 50px;
  background: #fff;
  height: 160px;
}

.type-of-profil .label {
  font-size: 44px;
  position: absolute;
  left: -53px;
  bottom: 140px;
}

.profil-par img {
  margin-left: 35px;
}

.profil-pro img {
  margin-left: 4.8rem;
}

.profil-par img {
  margin-top: -56px;
  width: 100px;
}

.profil-pro .profil-label {
  margin-top: 4rem;
  margin-left: 4.4rem;
}

.profil-par .profil-label {
  margin-top: 6rem;
  margin-left: 2.5rem;
}

.profil-pro img {
  margin-top: -17px;
  width: 100px;
}

.popin-brush {
  background: url(../img/popin-brush.png) no-repeat;
  position: absolute;
  left: -34px;
  top: 23px;
  height: 584px;
  width: 572px;
  z-index: -1;
  background-size: 420px;
}

.modal-body {
  vertical-align: top;
  padding-top: 60px;
  text-align: center;
}

.modal-header {
  border-radius: 0 !important;
  border-bottom: none;
  text-align: right;
  height: 60px;
}
.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border: none;
}
.modal-header .close > span {
  text-shadow: none;
  font-size: 2rem;
}

.modal-backdrop {
  background-color: #fff;
}

.profil-pro .profil-label {
  margin-top: 4rem;
  margin-left: 4.4rem;
}

.profil-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.2rem;
}
.profil-label .icon-checker {
  font-size: 4.4rem;
  text-shadow: -4px -5px 0px #eccc29;
}
.profil-label span:not(.icon-checker) {
  margin-right: 1rem;
}

@media (max-width: 640px) {
  .popin-brush {
    left: -24px;
    top: 23px;
    background-size: 417px 510px;
  }

  .type-of-profil .label {
    font-size: 24px;
    margin-bottom: 40px;
    display: inline-block;
    position: static;
  }

  .profil-par img {
    margin-top: -56px;
  }

  .profil-par .profil-label {
    margin-top: 6rem;
    margin-left: 2.5rem;
  }

  .profil-label {
    font-size: 1.4rem;
  }

  .type-of-profil {
    padding-left: 0;
    background: transparent;
  }
}
.tinv-wishlist {
  position: relative;
  z-index: 999;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  color: #E84064;
  border: none;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background: none !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before {
  content: '\e909';
  display: inline-block;
  font-family: tinvwl-webfont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: sub;
  margin-right: 5px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: '\e908';
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: relative;
  margin-right: 0 !important;
  font-size: 2.6rem;
  background: white !important;
  background-image: none !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  line-height: 42px;
  text-align: center;
}

.tinv-wishlist .tinvwl-buttons-group button {
  cursor: pointer;
}

.bm-loader {
  position: fixed;
  display: none;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bm-loader__container {
  margin: 30vh auto;
}
.bm-loader__container__text {
  text-align: center;
}
.bm-loader__container__loader {
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #d1b110;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.processing .bm-loader {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bm-bordered {
  border: 2px solid black;
}

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

.bm-uppercased {
  text-transform: uppercase;
}

.slick-dots li button:before {
  font-size: 35px !important;
}

.slick-dots {
  width: 90%;
  bottom: -4rem !important;
}

.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 0.5rem;
  background-color: #000000;
  border: none;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  transform: scale(2);
  transform-origin: center;
  background: #d1b110;
}

.slick-dots li button:before {
  display: none;
}

.wp-block-media-text__content .has-large-font-size {
  line-height: 36px;
}

.woocommerce .site, .woocommerce-active .site {
  overflow-x: hidden;
}
.woocommerce .header-widget-region,
.woocommerce .site-content, .woocommerce-active .header-widget-region,
.woocommerce-active .site-content {
  -webkit-tap-highlight-color: transparent;
}
.woocommerce .site-header, .woocommerce-active .site-header {
  background-color: #2c2d33;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  color: #9aa0a7;
  background-position: center center;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid transparent;
}
.woocommerce .site-header .custom-logo-link,
.woocommerce .site-header .site-logo-anchor,
.woocommerce .site-header .site-logo-link, .woocommerce-active .site-header .custom-logo-link,
.woocommerce-active .site-header .site-logo-anchor,
.woocommerce-active .site-header .site-logo-link {
  display: block;
  margin-bottom: 0;
}
.woocommerce .site-header .custom-logo-link img,
.woocommerce .site-header .site-logo-anchor img,
.woocommerce .site-header .site-logo-link img, .woocommerce-active .site-header .custom-logo-link img,
.woocommerce-active .site-header .site-logo-anchor img,
.woocommerce-active .site-header .site-logo-link img {
  max-width: 210px;
}
.woocommerce .site-header .widget, .woocommerce-active .site-header .widget {
  margin-bottom: 0;
}
.woocommerce .home.blog .site-header,
.woocommerce .home.page:not(.page-template-template-homepage) .site-header,
.woocommerce .home.post-type-archive-product .site-header, .woocommerce-active .home.blog .site-header,
.woocommerce-active .home.page:not(.page-template-template-homepage) .site-header,
.woocommerce-active .home.post-type-archive-product .site-header {
  margin-bottom: 4.2358em;
}
.woocommerce .no-wc-breadcrumb .site-header, .woocommerce-active .no-wc-breadcrumb .site-header {
  margin-bottom: 4.2358em;
}
.woocommerce .no-wc-breadcrumb.page-template-template-homepage .site-header, .woocommerce-active .no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0;
}
.woocommerce .header-widget-region, .woocommerce-active .header-widget-region {
  position: relative;
  z-index: 99;
}
.woocommerce .site-branding, .woocommerce-active .site-branding {
  float: left;
  margin-bottom: 0;
}
.woocommerce .site-branding .site-title, .woocommerce-active .site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}
.woocommerce .site-branding .site-title a, .woocommerce-active .site-branding .site-title a {
  font-weight: 700;
}
.woocommerce .site-branding .site-description, .woocommerce-active .site-branding .site-description {
  font-size: .875em;
  display: none;
}
.woocommerce .site-branding .logo, .woocommerce-active .site-branding .logo {
  margin: 0;
}
.woocommerce .site-main, .woocommerce-active .site-main {
  margin-bottom: 2.61792em;
}
.woocommerce .site-content, .woocommerce-active .site-content {
  outline: 0;
}
.woocommerce .page-template-template-homepage:not(.has-post-thumbnail) .site-main, .woocommerce-active .page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 4.2358em;
}
.woocommerce .page-template-template-homepage .type-page, .woocommerce-active .page-template-template-homepage .type-page {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
  position: relative;
}
.woocommerce .page-template-template-homepage .type-page .storefront-hero__button-edit, .woocommerce-active .page-template-template-homepage .type-page .storefront-hero__button-edit {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 0.875em;
}
.woocommerce .page-template-template-homepage .entry-content, .woocommerce-active .page-template-template-homepage .entry-content {
  font-size: 1.1em;
}
.woocommerce .page-template-template-homepage .entry-content p:last-child, .woocommerce-active .page-template-template-homepage .entry-content p:last-child {
  margin-bottom: 0;
}
.woocommerce .page-template-template-homepage .entry-header h1, .woocommerce-active .page-template-template-homepage .entry-header h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.23608em;
}
.woocommerce .page-template-template-homepage .entry-content,
.woocommerce .page-template-template-homepage .entry-header, .woocommerce-active .page-template-template-homepage .entry-content,
.woocommerce-active .page-template-template-homepage .entry-header {
  max-width: 41.0994671405em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.woocommerce .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail, .woocommerce-active .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 6.8535260698em;
  padding-bottom: 6.85353em;
}
.woocommerce .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
.woocommerce .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title, .woocommerce-active .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
.woocommerce-active .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
  opacity: 0;
  -webkit-transition: all, ease, .5s;
  transition: all, ease, 0.5s;
}
.woocommerce .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,
.woocommerce .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded, .woocommerce-active .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,
.woocommerce-active .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
  opacity: 1;
}
.woocommerce .site-footer, .woocommerce-active .site-footer {
  background-color: #f3f3f3;
  color: #76787e;
  padding: 1.618em 0 3.70633em;
}
.woocommerce .site-footer h1,
.woocommerce .site-footer h2,
.woocommerce .site-footer h3,
.woocommerce .site-footer h4,
.woocommerce .site-footer h5,
.woocommerce .site-footer h6, .woocommerce-active .site-footer h1,
.woocommerce-active .site-footer h2,
.woocommerce-active .site-footer h3,
.woocommerce-active .site-footer h4,
.woocommerce-active .site-footer h5,
.woocommerce-active .site-footer h6 {
  color: #65676d;
}
.woocommerce .site-footer a:not(.button), .woocommerce-active .site-footer a:not(.button) {
  color: #2c2d33;
}
.woocommerce .site-info, .woocommerce-active .site-info {
  padding: 2.61792em 0;
}
.woocommerce .site-info span[role=separator], .woocommerce-active .site-info span[role=separator] {
  padding: 0 0.23608em 0 0.33423em;
}
.woocommerce .site-info span[role=separator]:before, .woocommerce-active .site-info span[role=separator]:before {
  content: "|";
}
.woocommerce .alignleft, .woocommerce-active .alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.woocommerce .alignright, .woocommerce-active .alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.woocommerce .aligncenter, .woocommerce-active .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.woocommerce .screen-reader-text, .woocommerce-active .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 !important;
}
.woocommerce .screen-reader-text:focus, .woocommerce-active .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: 0;
}
.woocommerce .clear:after,
.woocommerce .clear:before,
.woocommerce .comment-content:after,
.woocommerce .comment-content:before,
.woocommerce .entry-content:after,
.woocommerce .entry-content:before,
.woocommerce .site-content:after,
.woocommerce .site-content:before,
.woocommerce .site-footer:after,
.woocommerce .site-footer:before,
.woocommerce .site-header:after,
.woocommerce .site-header:before, .woocommerce-active .clear:after,
.woocommerce-active .clear:before,
.woocommerce-active .comment-content:after,
.woocommerce-active .comment-content:before,
.woocommerce-active .entry-content:after,
.woocommerce-active .entry-content:before,
.woocommerce-active .site-content:after,
.woocommerce-active .site-content:before,
.woocommerce-active .site-footer:after,
.woocommerce-active .site-footer:before,
.woocommerce-active .site-header:after,
.woocommerce-active .site-header:before {
  content: '';
  display: table;
}
.woocommerce .clear:after,
.woocommerce .comment-content:after,
.woocommerce .entry-content:after,
.woocommerce .site-content:after,
.woocommerce .site-footer:after,
.woocommerce .site-header:after, .woocommerce-active .clear:after,
.woocommerce-active .comment-content:after,
.woocommerce-active .entry-content:after,
.woocommerce-active .site-content:after,
.woocommerce-active .site-footer:after,
.woocommerce-active .site-header:after {
  clear: both;
}
.woocommerce table, .woocommerce-active table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}
.woocommerce table caption, .woocommerce-active table caption {
  padding: 1em 0;
  font-weight: 600;
}
.woocommerce table td,
.woocommerce table th, .woocommerce-active table td,
.woocommerce-active table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}
.woocommerce table td p:last-child,
.woocommerce table th p:last-child, .woocommerce-active table td p:last-child,
.woocommerce-active table th p:last-child {
  margin-bottom: 0;
}
.woocommerce table th, .woocommerce-active table th {
  font-weight: 600;
}
.woocommerce table thead th, .woocommerce-active table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}
.woocommerce table tbody h2, .woocommerce-active table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}
.woocommerce table tbody h2 a, .woocommerce-active table tbody h2 a {
  font-weight: 400;
}
.woocommerce .error404 .site-content .widget_product_search, .woocommerce-active .error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce .error404 .site-content .widget_product_search form, .woocommerce-active .error404 .site-content .widget_product_search form {
  margin: 0;
}
.woocommerce .error404.left-sidebar .content-area,
.woocommerce .error404.right-sidebar .content-area, .woocommerce-active .error404.left-sidebar .content-area,
.woocommerce-active .error404.right-sidebar .content-area {
  width: 100%;
}
.woocommerce .error404 .fourohfour-columns-2, .woocommerce-active .error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  margin-bottom: 2.61792em;
}
.woocommerce .error404 .fourohfour-columns-2:after,
.woocommerce .error404 .fourohfour-columns-2:before, .woocommerce-active .error404 .fourohfour-columns-2:after,
.woocommerce-active .error404 .fourohfour-columns-2:before {
  content: '';
  display: table;
}
.woocommerce .error404 .fourohfour-columns-2:after, .woocommerce-active .error404 .fourohfour-columns-2:after {
  clear: both;
}
.woocommerce .error404 .fourohfour-columns-2 .widget,
.woocommerce .error404 .fourohfour-columns-2 ul.products li.product, .woocommerce-active .error404 .fourohfour-columns-2 .widget,
.woocommerce-active .error404 .fourohfour-columns-2 ul.products li.product {
  margin-bottom: 0;
}
.woocommerce .error404 .fourohfour-columns-2 .col-1 ul.products, .woocommerce-active .error404 .fourohfour-columns-2 .col-1 ul.products {
  margin-bottom: 2.29068em;
}
.woocommerce .error404 .fourohfour-columns-2 .col-1 ul.products li.product, .woocommerce-active .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.09091%;
}
.woocommerce .error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child, .woocommerce-active .error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
  margin-right: 0;
}
.woocommerce .error404 .fourohfour-columns-2 .col-2, .woocommerce-active .error404 .fourohfour-columns-2 .col-2 {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce #comments, .woocommerce-active #comments {
  padding-top: 2.61792em;
}
.woocommerce #comments .comments-title, .woocommerce-active #comments .comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: .5407911001em;
  margin-bottom: 1.618em;
}
.woocommerce #comments .comment-list, .woocommerce-active #comments .comment-list {
  list-style: none;
  margin-left: 0;
}
.woocommerce #comments .comment-list .comment-body:after,
.woocommerce #comments .comment-list .comment-body:before, .woocommerce-active #comments .comment-list .comment-body:after,
.woocommerce-active #comments .comment-list .comment-body:before {
  content: '';
  display: table;
}
.woocommerce #comments .comment-list .comment-body:after, .woocommerce-active #comments .comment-list .comment-body:after {
  clear: both;
}
.woocommerce #comments .comment-list .comment-content, .woocommerce-active #comments .comment-list .comment-content {
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}
.woocommerce #comments .comment-list .comment-content .comment-text, .woocommerce-active #comments .comment-list .comment-content .comment-text {
  padding: 1.618em;
  border-radius: 3px;
}
.woocommerce #comments .comment-list .comment-content .comment-text p:last-child, .woocommerce-active #comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.woocommerce #comments .comment-list .comment-meta, .woocommerce-active #comments .comment-list .comment-meta {
  margin-bottom: 1em;
}
.woocommerce #comments .comment-list .comment-meta .avatar, .woocommerce-active #comments .comment-list .comment-meta .avatar {
  margin-bottom: 1em;
  max-width: 64px;
  height: auto;
}
.woocommerce #comments .comment-list .comment-meta a.comment-date, .woocommerce-active #comments .comment-list .comment-meta a.comment-date {
  font-size: 0.875em;
}
.woocommerce #comments .comment-list .comment-meta cite, .woocommerce-active #comments .comment-list .comment-meta cite {
  font-style: normal;
  clear: both;
  display: block;
}
.woocommerce #comments .comment-list .reply, .woocommerce-active #comments .comment-list .reply {
  margin-bottom: 1.618em;
  padding-top: 0.61805em;
}
.woocommerce #comments .comment-list .reply:after,
.woocommerce #comments .comment-list .reply:before, .woocommerce-active #comments .comment-list .reply:after,
.woocommerce-active #comments .comment-list .reply:before {
  content: '';
  display: table;
}
.woocommerce #comments .comment-list .reply:after, .woocommerce-active #comments .comment-list .reply:after {
  clear: both;
}
.woocommerce #comments .comment-list .reply a, .woocommerce-active #comments .comment-list .reply a {
  display: inline-block;
  margin-right: 1em;
}
.woocommerce #comments .comment-list .reply a:last-child, .woocommerce-active #comments .comment-list .reply a:last-child {
  margin-right: 0;
}
.woocommerce #comments .comment-list .children, .woocommerce-active #comments .comment-list .children {
  list-style: none;
}
.woocommerce .comment-content a, .woocommerce-active .comment-content a {
  word-wrap: break-word;
}
.woocommerce #respond, .woocommerce-active #respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.0125);
  position: relative;
}
.woocommerce #respond .comment-form-author input,
.woocommerce #respond .comment-form-email input,
.woocommerce #respond .comment-form-url input, .woocommerce-active #respond .comment-form-author input,
.woocommerce-active #respond .comment-form-email input,
.woocommerce-active #respond .comment-form-url input {
  width: 100%;
}
.woocommerce #respond .form-submit,
.woocommerce #respond form, .woocommerce-active #respond .form-submit,
.woocommerce-active #respond form {
  margin-bottom: 0;
}
.woocommerce #respond #cancel-comment-reply-link, .woocommerce-active #respond #cancel-comment-reply-link {
  position: absolute;
  top: .5407911001em;
  right: .5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  -webkit-transition: ease, .3s, -webkit-transform;
  transition: ease, .3s, -webkit-transform;
  transition: transform, ease, .3s;
  transition: transform, ease, 0.3s, -webkit-transform;
}
.woocommerce #respond #cancel-comment-reply-link:hover, .woocommerce-active #respond #cancel-comment-reply-link:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.woocommerce .hentry, .woocommerce-active .hentry {
  margin: 0 0 4.2358em;
}
.woocommerce .hentry .wp-post-image, .woocommerce-active .hentry .wp-post-image {
  margin-bottom: 1.618em;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .hentry .entry-header, .woocommerce-active .hentry .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .hentry .entry-header .byline,
.woocommerce .hentry .entry-header .posted-on, .woocommerce-active .hentry .entry-header .byline,
.woocommerce-active .hentry .entry-header .posted-on {
  font-size: 0.875em;
}
.woocommerce .hentry .entry-header .byline a,
.woocommerce .hentry .entry-header .posted-on a, .woocommerce-active .hentry .entry-header .byline a,
.woocommerce-active .hentry .entry-header .posted-on a {
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce .hentry .entry-header .byline a:hover,
.woocommerce .hentry .entry-header .posted-on a:hover, .woocommerce-active .hentry .entry-header .byline a:hover,
.woocommerce-active .hentry .entry-header .posted-on a:hover {
  text-decoration: none;
}
.woocommerce .hentry .entry-meta, .woocommerce-active .hentry .entry-meta {
  font-weight: 400;
}
.woocommerce .hentry.type-page .entry-header, .woocommerce-active .hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}
.woocommerce .byline,
.woocommerce .updated:not(.published), .woocommerce-active .byline,
.woocommerce-active .updated:not(.published) {
  display: none;
}
.woocommerce .group-blog .byline,
.woocommerce .single .byline, .woocommerce-active .group-blog .byline,
.woocommerce-active .single .byline {
  display: inline;
}
.woocommerce .page-links, .woocommerce-active .page-links {
  clear: both;
  margin: 0 0 1em;
}
.woocommerce .cat-links,
.woocommerce .comments-link,
.woocommerce .tags-links,
.woocommerce .vcard.author, .woocommerce-active .cat-links,
.woocommerce-active .comments-link,
.woocommerce-active .tags-links,
.woocommerce-active .vcard.author {
  display: block;
  margin-bottom: 1.618em;
}
.woocommerce .vcard.author .avatar, .woocommerce-active .vcard.author .avatar {
  width: 64px;
  margin-bottom: 1em;
}
.woocommerce form, .woocommerce-active form {
  margin-bottom: 1.618em;
}
.woocommerce button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea, .woocommerce-active button,
.woocommerce-active input,
.woocommerce-active select,
.woocommerce-active textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
.woocommerce .added_to_cart,
.woocommerce .button,
.woocommerce button,
.woocommerce input[type=button],
.woocommerce input[type=reset],
.woocommerce input[type=submit], .woocommerce-active .added_to_cart,
.woocommerce-active .button,
.woocommerce-active button,
.woocommerce-active input[type=button],
.woocommerce-active input[type=reset],
.woocommerce-active input[type=submit] {
  background: transparent;
  font-family: "Comfortaa", cursive, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  max-width: 100%;
  border: 1px solid #000000;
  padding: 10.5px 11px;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  white-space: inherit;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce .added_to_cart.alt:hover,
.woocommerce .added_to_cart.cta:hover,
.woocommerce .button.alt:hover,
.woocommerce .button.cta:hover,
.woocommerce .button:hover,
.woocommerce button.alt:hover,
.woocommerce button.cta:hover,
.woocommerce input[type=button].alt:hover,
.woocommerce input[type=button].cta:hover,
.woocommerce input[type=reset].alt:hover,
.woocommerce input[type=reset].cta:hover,
.woocommerce input[type=submit].alt:hover,
.woocommerce input[type=submit].cta:hover, .woocommerce-active .added_to_cart.alt:hover,
.woocommerce-active .added_to_cart.cta:hover,
.woocommerce-active .button.alt:hover,
.woocommerce-active .button.cta:hover,
.woocommerce-active .button:hover,
.woocommerce-active button.alt:hover,
.woocommerce-active button.cta:hover,
.woocommerce-active input[type=button].alt:hover,
.woocommerce-active input[type=button].cta:hover,
.woocommerce-active input[type=reset].alt:hover,
.woocommerce-active input[type=reset].cta:hover,
.woocommerce-active input[type=submit].alt:hover,
.woocommerce-active input[type=submit].cta:hover {
  background-color: #000;
}
.woocommerce .added_to_cart:hover,
.woocommerce .button:hover,
.woocommerce button:hover,
.woocommerce input[type=button]:hover,
.woocommerce input[type=reset]:hover,
.woocommerce input[type=submit]:hover, .woocommerce-active .added_to_cart:hover,
.woocommerce-active .button:hover,
.woocommerce-active button:hover,
.woocommerce-active input[type=button]:hover,
.woocommerce-active input[type=reset]:hover,
.woocommerce-active input[type=submit]:hover {
  color: #fff;
}
.woocommerce .added_to_cart:focus,
.woocommerce .button:focus,
.woocommerce button:focus,
.woocommerce input[type=button]:focus,
.woocommerce input[type=reset]:focus,
.woocommerce input[type=submit]:focus, .woocommerce-active .added_to_cart:focus,
.woocommerce-active .button:focus,
.woocommerce-active button:focus,
.woocommerce-active input[type=button]:focus,
.woocommerce-active input[type=reset]:focus,
.woocommerce-active input[type=submit]:focus {
  outline: 1px dotted #96588a;
}
.woocommerce .added_to_cart.loading,
.woocommerce .button.loading,
.woocommerce button.loading,
.woocommerce input[type=button].loading,
.woocommerce input[type=reset].loading,
.woocommerce input[type=submit].loading, .woocommerce-active .added_to_cart.loading,
.woocommerce-active .button.loading,
.woocommerce-active button.loading,
.woocommerce-active input[type=button].loading,
.woocommerce-active input[type=reset].loading,
.woocommerce-active input[type=submit].loading {
  opacity: 0.5;
}
.woocommerce .added_to_cart.small,
.woocommerce .button.small,
.woocommerce button.small,
.woocommerce input[type=button].small,
.woocommerce input[type=reset].small,
.woocommerce input[type=submit].small, .woocommerce-active .added_to_cart.small,
.woocommerce-active .button.small,
.woocommerce-active button.small,
.woocommerce-active input[type=button].small,
.woocommerce-active input[type=reset].small,
.woocommerce-active input[type=submit].small {
  padding: .5407911001em .875em;
  font-size: 0.875em;
}
.woocommerce .added_to_cart.disabled,
.woocommerce .added_to_cart:disabled,
.woocommerce .button.disabled,
.woocommerce .button:disabled,
.woocommerce button.disabled,
.woocommerce button:disabled,
.woocommerce input[type=button].disabled,
.woocommerce input[type=button]:disabled,
.woocommerce input[type=reset].disabled,
.woocommerce input[type=reset]:disabled,
.woocommerce input[type=submit].disabled,
.woocommerce input[type=submit]:disabled, .woocommerce-active .added_to_cart.disabled,
.woocommerce-active .added_to_cart:disabled,
.woocommerce-active .button.disabled,
.woocommerce-active .button:disabled,
.woocommerce-active button.disabled,
.woocommerce-active button:disabled,
.woocommerce-active input[type=button].disabled,
.woocommerce-active input[type=button]:disabled,
.woocommerce-active input[type=reset].disabled,
.woocommerce-active input[type=reset]:disabled,
.woocommerce-active input[type=submit].disabled,
.woocommerce-active input[type=submit]:disabled {
  opacity: .5 !important;
  cursor: not-allowed;
}
.woocommerce .added_to_cart.disabled:hover,
.woocommerce .added_to_cart:disabled:hover,
.woocommerce .button.disabled:hover,
.woocommerce .button:disabled:hover,
.woocommerce button.disabled:hover,
.woocommerce button:disabled:hover,
.woocommerce input[type=button].disabled:hover,
.woocommerce input[type=button]:disabled:hover,
.woocommerce input[type=reset].disabled:hover,
.woocommerce input[type=reset]:disabled:hover,
.woocommerce input[type=submit].disabled:hover,
.woocommerce input[type=submit]:disabled:hover, .woocommerce-active .added_to_cart.disabled:hover,
.woocommerce-active .added_to_cart:disabled:hover,
.woocommerce-active .button.disabled:hover,
.woocommerce-active .button:disabled:hover,
.woocommerce-active button.disabled:hover,
.woocommerce-active button:disabled:hover,
.woocommerce-active input[type=button].disabled:hover,
.woocommerce-active input[type=button]:disabled:hover,
.woocommerce-active input[type=reset].disabled:hover,
.woocommerce-active input[type=reset]:disabled:hover,
.woocommerce-active input[type=submit].disabled:hover,
.woocommerce-active input[type=submit]:disabled:hover {
  opacity: 0.5 !important;
}
.woocommerce input[type=checkbox],
.woocommerce input[type=radio], .woocommerce-active input[type=checkbox],
.woocommerce-active input[type=radio] {
  padding: 0;
}
.woocommerce input[type=checkbox] + label,
.woocommerce input[type=radio] + label, .woocommerce-active input[type=checkbox] + label,
.woocommerce-active input[type=radio] + label {
  margin: 0 0 0 1.5rem;
}
.woocommerce input[type=search]::-webkit-search-decoration, .woocommerce-active input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.woocommerce input[type=search], .woocommerce-active input[type=search] {
  box-sizing: border-box;
}
.woocommerce input[type=search]::-webkit-input-placeholder, .woocommerce-active input[type=search]::-webkit-input-placeholder {
  color: #616161;
}
.woocommerce input[type=search]::-moz-placeholder, .woocommerce-active input[type=search]::-moz-placeholder {
  color: #616161;
}
.woocommerce input[type=search]:-ms-input-placeholder, .woocommerce-active input[type=search]:-ms-input-placeholder {
  color: #616161;
}
.woocommerce input[type=search]::placeholder, .woocommerce-active input[type=search]::placeholder {
  color: #616161;
}
.woocommerce button::-moz-focus-inner,
.woocommerce input::-moz-focus-inner, .woocommerce-active button::-moz-focus-inner,
.woocommerce-active input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.woocommerce .input-text,
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce textarea, .woocommerce-active .input-text,
.woocommerce-active input[type=email],
.woocommerce-active input[type=password],
.woocommerce-active input[type=search],
.woocommerce-active input[type=tel],
.woocommerce-active input[type=text],
.woocommerce-active input[type=url],
.woocommerce-active textarea {
  padding: .6180469716em;
  color: #43454b;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #eee;
}
.woocommerce .input-text:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=search]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=text]:focus,
.woocommerce input[type=url]:focus,
.woocommerce textarea:focus, .woocommerce-active .input-text:focus,
.woocommerce-active input[type=email]:focus,
.woocommerce-active input[type=password]:focus,
.woocommerce-active input[type=search]:focus,
.woocommerce-active input[type=tel]:focus,
.woocommerce-active input[type=text]:focus,
.woocommerce-active input[type=url]:focus,
.woocommerce-active textarea:focus {
  color: #2b2c30;
}
.woocommerce textarea, .woocommerce-active textarea {
  overflow: auto;
  padding-left: .875em;
  vertical-align: top;
  width: 100%;
}
.woocommerce label, .woocommerce-active label {
  font-weight: 400;
}
.woocommerce label.inline input, .woocommerce-active label.inline input {
  width: auto;
}
.woocommerce fieldset, .woocommerce-active fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
}
.woocommerce fieldset legend, .woocommerce-active fieldset legend {
  font-weight: 600;
  padding: .6180469716em 1em;
  margin-left: -1em;
}
.woocommerce [placeholder]:focus::-webkit-input-placeholder, .woocommerce-active [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0;
}
.woocommerce img, .woocommerce-active img {
  border-radius: 3px;
}
.woocommerce .comment-content img.wp-smiley,
.woocommerce .entry-content img.wp-smiley,
.woocommerce .page-content img.wp-smiley, .woocommerce-active .comment-content img.wp-smiley,
.woocommerce-active .entry-content img.wp-smiley,
.woocommerce-active .page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}
.woocommerce .wp-caption, .woocommerce-active .wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.woocommerce .wp-caption img[class*=wp-image-], .woocommerce-active .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.woocommerce .wp-caption .wp-caption-text, .woocommerce-active .wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 1em 0;
}
.woocommerce .gallery, .woocommerce-active .gallery {
  margin-bottom: 1em;
}
.woocommerce .gallery:after,
.woocommerce .gallery:before, .woocommerce-active .gallery:after,
.woocommerce-active .gallery:before {
  content: '';
  display: table;
}
.woocommerce .gallery:after, .woocommerce-active .gallery:after {
  clear: both;
}
.woocommerce .gallery .gallery-item, .woocommerce-active .gallery .gallery-item {
  float: left;
}
.woocommerce .gallery .gallery-item .gallery-icon a, .woocommerce-active .gallery .gallery-item .gallery-icon a {
  display: block;
}
.woocommerce .gallery .gallery-item .gallery-icon img, .woocommerce-active .gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.woocommerce .gallery .gallery-item .gallery-caption, .woocommerce-active .gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.woocommerce .gallery.gallery-columns-1 .gallery-item, .woocommerce-active .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.woocommerce .gallery.gallery-columns-2 .gallery-item, .woocommerce-active .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.woocommerce .gallery.gallery-columns-3 .gallery-item, .woocommerce-active .gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.woocommerce .gallery.gallery-columns-4 .gallery-item, .woocommerce-active .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.woocommerce .gallery.gallery-columns-5 .gallery-item, .woocommerce-active .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.woocommerce .gallery.gallery-columns-6 .gallery-item, .woocommerce-active .gallery.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}
.woocommerce .gallery.gallery-columns-7 .gallery-item, .woocommerce-active .gallery.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}
.woocommerce .gallery.gallery-columns-8 .gallery-item, .woocommerce-active .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.woocommerce .gallery.gallery-columns-9 .gallery-item, .woocommerce-active .gallery.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}
.woocommerce embed,
.woocommerce iframe,
.woocommerce object,
.woocommerce video, .woocommerce-active embed,
.woocommerce-active iframe,
.woocommerce-active object,
.woocommerce-active video {
  max-width: 100%;
}
.woocommerce .secondary-navigation, .woocommerce-active .secondary-navigation {
  display: none;
}
.woocommerce button.menu-toggle, .woocommerce-active button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: .6180469716em .875em .6180469716em 2.617924em;
  font-size: 0.875em;
}
.woocommerce button.menu-toggle:hover, .woocommerce-active button.menu-toggle:hover {
  background-image: none;
}
.woocommerce button.menu-toggle span:before, .woocommerce-active button.menu-toggle span:before {
  -webkit-transition: all, ease, .2s;
  transition: all, ease, 0.2s;
}
.woocommerce button.menu-toggle span:before,
.woocommerce button.menu-toggle:after,
.woocommerce button.menu-toggle:before, .woocommerce-active button.menu-toggle span:before,
.woocommerce-active button.menu-toggle:after,
.woocommerce-active button.menu-toggle:before {
  content: '';
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  -webkit-transition: all, ease, .2s;
  transition: all, ease, .2s;
  border-radius: 3px;
}
.woocommerce button.menu-toggle:before, .woocommerce-active button.menu-toggle:before {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.woocommerce button.menu-toggle:after, .woocommerce-active button.menu-toggle:after {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.woocommerce .toggled button.menu-toggle:after,
.woocommerce .toggled button.menu-toggle:before, .woocommerce-active .toggled button.menu-toggle:after,
.woocommerce-active .toggled button.menu-toggle:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce .toggled button.menu-toggle:after, .woocommerce-active .toggled button.menu-toggle:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.woocommerce .toggled button.menu-toggle span:before, .woocommerce-active .toggled button.menu-toggle span:before {
  opacity: 0;
}
.woocommerce .primary-navigation, .woocommerce-active .primary-navigation {
  display: none;
}
.woocommerce .main-navigation:after,
.woocommerce .main-navigation:before, .woocommerce-active .main-navigation:after,
.woocommerce-active .main-navigation:before {
  content: '';
  display: table;
}
.woocommerce .main-navigation:after, .woocommerce-active .main-navigation:after {
  clear: both;
}
.woocommerce .main-navigation div.menu, .woocommerce-active .main-navigation div.menu {
  display: none;
}
.woocommerce .main-navigation div.menu:last-child, .woocommerce-active .main-navigation div.menu:last-child {
  display: block;
}
.woocommerce .main-navigation .menu, .woocommerce-active .main-navigation .menu {
  clear: both;
}
.woocommerce .handheld-navigation,
.woocommerce .main-navigation div.menu > ul:not(.nav-menu),
.woocommerce .nav-menu, .woocommerce-active .handheld-navigation,
.woocommerce-active .main-navigation div.menu > ul:not(.nav-menu),
.woocommerce-active .nav-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all, ease, .8s;
  transition: all, ease, 0.8s;
}
.woocommerce .handheld-navigation, .woocommerce-active .handheld-navigation {
  clear: both;
}
.woocommerce .handheld-navigation ul, .woocommerce-active .handheld-navigation ul {
  margin: 0;
}
.woocommerce .handheld-navigation ul.menu li, .woocommerce-active .handheld-navigation ul.menu li {
  position: relative;
}
.woocommerce .handheld-navigation ul.menu li button:after, .woocommerce-active .handheld-navigation ul.menu li button:after {
  -webkit-transition: all, ease, .9s;
  transition: all, ease, 0.9s;
}
.woocommerce .handheld-navigation ul.menu li button.toggled-on:after, .woocommerce-active .handheld-navigation ul.menu li button.toggled-on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woocommerce .handheld-navigation ul.menu .sub-menu, .woocommerce-active .handheld-navigation ul.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all, ease, .9s;
  transition: all, ease, 0.9s;
}
.woocommerce .handheld-navigation ul.menu .sub-menu.toggled-on, .woocommerce-active .handheld-navigation ul.menu .sub-menu.toggled-on {
  visibility: visible;
  max-height: 9999px;
  opacity: 1;
}
.woocommerce .handheld-navigation .dropdown-toggle, .woocommerce-active .handheld-navigation .dropdown-toggle {
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.woocommerce .main-navigation.toggled .handheld-navigation,
.woocommerce .main-navigation.toggled .menu > ul:not(.nav-menu),
.woocommerce .main-navigation.toggled ul[aria-expanded=true], .woocommerce-active .main-navigation.toggled .handheld-navigation,
.woocommerce-active .main-navigation.toggled .menu > ul:not(.nav-menu),
.woocommerce-active .main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}
.woocommerce .main-navigation ul, .woocommerce-active .main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.woocommerce .main-navigation ul ul, .woocommerce-active .main-navigation ul ul {
  display: block;
  margin-left: 1.41575em;
}
.woocommerce .main-navigation ul li a, .woocommerce-active .main-navigation ul li a {
  padding: .875em 0;
  display: block;
}
.woocommerce .main-navigation ul li a:hover, .woocommerce-active .main-navigation ul li a:hover {
  color: #e6e6e6;
}
.woocommerce .site-main nav.navigation, .woocommerce-active .site-main nav.navigation {
  clear: both;
  padding: 2.61792em 0;
}
.woocommerce .site-main nav.navigation:after,
.woocommerce .site-main nav.navigation:before, .woocommerce-active .site-main nav.navigation:after,
.woocommerce-active .site-main nav.navigation:before {
  content: '';
  display: table;
}
.woocommerce .site-main nav.navigation:after, .woocommerce-active .site-main nav.navigation:after {
  clear: both;
}
.woocommerce .site-main nav.navigation .nav-next a,
.woocommerce .site-main nav.navigation .nav-previous a, .woocommerce-active .site-main nav.navigation .nav-next a,
.woocommerce-active .site-main nav.navigation .nav-previous a {
  display: inline-block;
  -webkit-transition: all, ease, .3s;
  transition: all, ease, .3s;
  padding: .6180469716em 1em;
  border-radius: 3px;
}
.woocommerce .site-main nav.navigation .nav-previous, .woocommerce-active .site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}
.woocommerce .site-main nav.navigation .nav-previous a:hover, .woocommerce-active .site-main nav.navigation .nav-previous a:hover {
  -webkit-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}
.woocommerce .site-main nav.navigation .nav-next, .woocommerce-active .site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.woocommerce .site-main nav.navigation .nav-next a:hover, .woocommerce-active .site-main nav.navigation .nav-next a:hover {
  -webkit-transform: translate(1em);
  -ms-transform: translate(1em);
  transform: translate(1em);
}
.woocommerce .pagination,
.woocommerce .woocommerce-pagination, .woocommerce-active .pagination,
.woocommerce-active .woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  text-align: center;
  clear: both;
}
.woocommerce .pagination ul.page-numbers:after,
.woocommerce .pagination ul.page-numbers:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-active .pagination ul.page-numbers:after,
.woocommerce-active .pagination ul.page-numbers:before,
.woocommerce-active .woocommerce-pagination ul.page-numbers:after,
.woocommerce-active .woocommerce-pagination ul.page-numbers:before {
  content: '';
  display: table;
}
.woocommerce .pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-active .pagination ul.page-numbers:after,
.woocommerce-active .woocommerce-pagination ul.page-numbers:after {
  clear: both;
}
.woocommerce .pagination .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers, .woocommerce-active .pagination .page-numbers,
.woocommerce-active .woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
}
.woocommerce .pagination .page-numbers li,
.woocommerce .woocommerce-pagination .page-numbers li, .woocommerce-active .pagination .page-numbers li,
.woocommerce-active .woocommerce-pagination .page-numbers li {
  display: inline-block;
}
.woocommerce .pagination .page-numbers li .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers, .woocommerce-active .pagination .page-numbers li .page-numbers,
.woocommerce-active .woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: .3342343017em .875em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #43454b;
}
.woocommerce .pagination .page-numbers li .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce-active .pagination .page-numbers li .page-numbers.current,
.woocommerce-active .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #2c2d33;
  border-color: #2c2d33;
}
.woocommerce .pagination .page-numbers li .page-numbers.dots,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.dots, .woocommerce-active .pagination .page-numbers li .page-numbers.dots,
.woocommerce-active .woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}
.woocommerce .pagination .page-numbers li .page-numbers.next,
.woocommerce .pagination .page-numbers li .page-numbers.prev,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-active .pagination .page-numbers li .page-numbers.next,
.woocommerce-active .pagination .page-numbers li .page-numbers.prev,
.woocommerce-active .woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-active .woocommerce-pagination .page-numbers li .page-numbers.prev {
  padding-left: 1em;
  padding-right: 1em;
}
.woocommerce .pagination .page-numbers li a.page-numbers:hover,
.woocommerce .woocommerce-pagination .page-numbers li a.page-numbers:hover, .woocommerce-active .pagination .page-numbers li a.page-numbers:hover,
.woocommerce-active .woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce .rtl .pagination a.next,
.woocommerce .rtl .pagination a.prev,
.woocommerce .rtl .woocommerce-pagination a.next,
.woocommerce .rtl .woocommerce-pagination a.prev, .woocommerce-active .rtl .pagination a.next,
.woocommerce-active .rtl .pagination a.prev,
.woocommerce-active .rtl .woocommerce-pagination a.next,
.woocommerce-active .rtl .woocommerce-pagination a.prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.woocommerce .widget, .woocommerce-active .widget {
  margin: 0 0 3.70633em;
}
.woocommerce .widget select, .woocommerce-active .widget select {
  max-width: 100%;
}
.woocommerce .widget .widget-search .search-submit, .woocommerce-active .widget .widget-search .search-submit {
  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 !important;
}
.woocommerce .widget .widget-title,
.woocommerce .widget .widgettitle, .woocommerce-active .widget .widget-title,
.woocommerce-active .widget .widgettitle {
  font-size: 1.41575em;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-weight: 300;
}
.woocommerce .widget ul, .woocommerce-active .widget ul {
  margin-left: 0;
  list-style: none;
}
.woocommerce .widget ul ul, .woocommerce-active .widget ul ul {
  margin-left: 1.618em;
}
.woocommerce .widget-area .widget, .woocommerce-active .widget-area .widget {
  font-weight: 400;
}
.woocommerce .widget-area .widget a.button, .woocommerce-active .widget-area .widget a.button {
  font-weight: 600 !important;
}
.woocommerce .header-widget-region:after,
.woocommerce .header-widget-region:before, .woocommerce-active .header-widget-region:after,
.woocommerce-active .header-widget-region:before {
  content: '';
  display: table;
}
.woocommerce .header-widget-region:after, .woocommerce-active .header-widget-region:after {
  clear: both;
}
.woocommerce .header-widget-region .widget, .woocommerce-active .header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em;
}
.woocommerce .widget_product_search form,
.woocommerce .widget_search form, .woocommerce-active .widget_product_search form,
.woocommerce-active .widget_search form {
  position: relative;
}
.woocommerce .widget_product_search form input[type=search],
.woocommerce .widget_product_search form input[type=text],
.woocommerce .widget_search form input[type=search],
.woocommerce .widget_search form input[type=text], .woocommerce-active .widget_product_search form input[type=search],
.woocommerce-active .widget_product_search form input[type=text],
.woocommerce-active .widget_search form input[type=search],
.woocommerce-active .widget_search form input[type=text] {
  width: 100%;
}
.woocommerce .widget_product_search form button[type=submit],
.woocommerce .widget_product_search form input[type=submit],
.woocommerce .widget_search form button[type=submit],
.woocommerce .widget_search form input[type=submit], .woocommerce-active .widget_product_search form button[type=submit],
.woocommerce-active .widget_product_search form input[type=submit],
.woocommerce-active .widget_search form button[type=submit],
.woocommerce-active .widget_search form input[type=submit] {
  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 !important;
  top: 0;
  left: 0;
}
.woocommerce .widget_archive ul,
.woocommerce .widget_categories ul,
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_layered_nav_filters ul,
.woocommerce .widget_links ul,
.woocommerce .widget_nav_menu ul,
.woocommerce .widget_pages ul,
.woocommerce .widget_product_categories ul,
.woocommerce .widget_recent_comments ul,
.woocommerce .widget_recent_entries ul, .woocommerce-active .widget_archive ul,
.woocommerce-active .widget_categories ul,
.woocommerce-active .widget_layered_nav ul,
.woocommerce-active .widget_layered_nav_filters ul,
.woocommerce-active .widget_links ul,
.woocommerce-active .widget_nav_menu ul,
.woocommerce-active .widget_pages ul,
.woocommerce-active .widget_product_categories ul,
.woocommerce-active .widget_recent_comments ul,
.woocommerce-active .widget_recent_entries ul {
  margin: 0;
}
.woocommerce .widget_archive ul li,
.woocommerce .widget_categories ul li,
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce .widget_links ul li,
.woocommerce .widget_nav_menu ul li,
.woocommerce .widget_pages ul li,
.woocommerce .widget_product_categories ul li,
.woocommerce .widget_recent_comments ul li,
.woocommerce .widget_recent_entries ul li, .woocommerce-active .widget_archive ul li,
.woocommerce-active .widget_categories ul li,
.woocommerce-active .widget_layered_nav ul li,
.woocommerce-active .widget_layered_nav_filters ul li,
.woocommerce-active .widget_links ul li,
.woocommerce-active .widget_nav_menu ul li,
.woocommerce-active .widget_pages ul li,
.woocommerce-active .widget_product_categories ul li,
.woocommerce-active .widget_recent_comments ul li,
.woocommerce-active .widget_recent_entries ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.woocommerce .widget_archive ul .children,
.woocommerce .widget_categories ul .children,
.woocommerce .widget_layered_nav ul .children,
.woocommerce .widget_layered_nav_filters ul .children,
.woocommerce .widget_links ul .children,
.woocommerce .widget_nav_menu ul .children,
.woocommerce .widget_pages ul .children,
.woocommerce .widget_product_categories ul .children,
.woocommerce .widget_recent_comments ul .children,
.woocommerce .widget_recent_entries ul .children, .woocommerce-active .widget_archive ul .children,
.woocommerce-active .widget_categories ul .children,
.woocommerce-active .widget_layered_nav ul .children,
.woocommerce-active .widget_layered_nav_filters ul .children,
.woocommerce-active .widget_links ul .children,
.woocommerce-active .widget_nav_menu ul .children,
.woocommerce-active .widget_pages ul .children,
.woocommerce-active .widget_product_categories ul .children,
.woocommerce-active .widget_recent_comments ul .children,
.woocommerce-active .widget_recent_entries ul .children {
  margin-top: .6180469716em;
  margin-left: 1.618em;
}
.woocommerce .widget_archive ul .children,
.woocommerce .widget_categories ul .children,
.woocommerce .widget_layered_nav ul .children,
.woocommerce .widget_layered_nav_filters ul .children,
.woocommerce .widget_links ul .children,
.woocommerce .widget_nav_menu ul .children,
.woocommerce .widget_pages ul .children,
.woocommerce .widget_product_categories ul .children,
.woocommerce .widget_recent_comments ul .children,
.woocommerce .widget_recent_entries ul .children, .woocommerce-active .widget_archive ul .children,
.woocommerce-active .widget_categories ul .children,
.woocommerce-active .widget_layered_nav ul .children,
.woocommerce-active .widget_layered_nav_filters ul .children,
.woocommerce-active .widget_links ul .children,
.woocommerce-active .widget_nav_menu ul .children,
.woocommerce-active .widget_pages ul .children,
.woocommerce-active .widget_product_categories ul .children,
.woocommerce-active .widget_recent_comments ul .children,
.woocommerce-active .widget_recent_entries ul .children {
  margin-left: 0;
  margin-top: 1em;
}
.woocommerce .footer-widgets #wp-calendar td,
.woocommerce .footer-widgets #wp-calendar th,
.woocommerce .widget-area #wp-calendar td,
.woocommerce .widget-area #wp-calendar th, .woocommerce-active .footer-widgets #wp-calendar td,
.woocommerce-active .footer-widgets #wp-calendar th,
.woocommerce-active .widget-area #wp-calendar td,
.woocommerce-active .widget-area #wp-calendar th {
  padding: .236em;
  text-align: center;
}
.woocommerce .widget_pages ul ul.children,
.woocommerce .widget_recent_entries ul ul.children, .woocommerce-active .widget_pages ul ul.children,
.woocommerce-active .widget_recent_entries ul ul.children {
  margin: 0.61805em 0 0 1.41575em;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating, .woocommerce-active .widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.61805em;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating a, .woocommerce-active .widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating .star-rating, .woocommerce-active .widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
}
.woocommerce .widget-area .widget, .woocommerce-active .widget-area .widget {
  font-size: 0.875em;
}
.woocommerce .widget-area .widget h1.widget-title, .woocommerce-active .widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.woocommerce .widget-area .widget a:not(.button), .woocommerce-active .widget-area .widget a:not(.button) {
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce .widget-area .widget a:not(.button):hover, .woocommerce-active .widget-area .widget a:not(.button):hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .woocommerce table.shop_table_responsive tbody tr td,
  .woocommerce table.shop_table_responsive tbody tr th, .woocommerce-active table.shop_table_responsive tbody tr td,
  .woocommerce-active table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  .woocommerce .site-header, .woocommerce-active .site-header {
    padding-top: 2.617924em;
    padding-bottom: 0;
  }
  .woocommerce .site-header .site-branding, .woocommerce-active .site-header .site-branding {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .woocommerce .site-header .site-branding img, .woocommerce-active .site-header .site-branding img {
    height: auto;
    max-width: 230px;
    max-height: none;
  }
  .woocommerce .woocommerce-active .site-header .site-branding, .woocommerce-active .woocommerce-active .site-header .site-branding {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .woocommerce-active .site-header .site-branding img, .woocommerce-active .woocommerce-active .site-header .site-branding img {
    max-width: 100%;
  }
  .woocommerce .woocommerce-active .site-header .site-search, .woocommerce-active .woocommerce-active .site-header .site-search {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    clear: none;
  }
  .woocommerce .woocommerce-active .site-header .main-navigation, .woocommerce-active .woocommerce-active .site-header .main-navigation {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
    clear: both;
  }
  .woocommerce .woocommerce-active .site-header .site-header-cart, .woocommerce-active .woocommerce-active .site-header .site-header-cart {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
  .woocommerce .storefront-secondary-navigation .site-header .site-branding, .woocommerce-active .storefront-secondary-navigation .site-header .site-branding {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .storefront-secondary-navigation .site-header .secondary-navigation, .woocommerce-active .storefront-secondary-navigation .site-header .secondary-navigation {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .storefront-secondary-navigation.woocommerce-active .site-header .site-branding, .woocommerce-active .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation, .woocommerce-active .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .site-branding .site-description, .woocommerce-active .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }
  .woocommerce .custom-logo-link,
  .woocommerce .site-branding,
  .woocommerce .site-header-cart,
  .woocommerce .site-logo-anchor,
  .woocommerce .site-logo-link,
  .woocommerce .site-search, .woocommerce-active .custom-logo-link,
  .woocommerce-active .site-branding,
  .woocommerce-active .site-header-cart,
  .woocommerce-active .site-logo-anchor,
  .woocommerce-active .site-logo-link,
  .woocommerce-active .site-search {
    margin-bottom: 1.41575em;
  }
  .woocommerce .site-header .subscribe-and-connect-connect, .woocommerce-active .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .woocommerce .site-header .subscribe-and-connect-connect .icons, .woocommerce-active .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .woocommerce .site-header .subscribe-and-connect-connect .icons a, .woocommerce-active .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .woocommerce .site-header .subscribe-and-connect-connect .icons li, .woocommerce-active .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 .5407911001em !important;
    display: inline-block;
  }
  .woocommerce .col-full, .woocommerce-active .col-full {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
  }
  .woocommerce .col-full:after,
  .woocommerce .col-full:before, .woocommerce-active .col-full:after,
  .woocommerce-active .col-full:before {
    content: '';
    display: table;
  }
  .woocommerce .col-full:after, .woocommerce-active .col-full:after {
    clear: both;
  }
  .woocommerce .col-full:after, .woocommerce-active .col-full:after {
    content: " ";
    display: block;
    clear: both;
  }
  .woocommerce .site-content:after,
  .woocommerce .site-content:before, .woocommerce-active .site-content:after,
  .woocommerce-active .site-content:before {
    content: '';
    display: table;
  }
  .woocommerce .site-content:after, .woocommerce-active .site-content:after {
    clear: both;
  }
  .woocommerce .content-area, .woocommerce-active .content-area {
    /*  width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087% */
  }
  .woocommerce .widget-area, .woocommerce-active .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .right-sidebar .content-area, .woocommerce-active .right-sidebar .content-area {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .right-sidebar .widget-area, .woocommerce-active .right-sidebar .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .left-sidebar .content-area, .woocommerce-active .left-sidebar .content-area {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .left-sidebar .widget-area, .woocommerce-active .left-sidebar .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .storefront-full-width-content .content-area, .woocommerce-active .storefront-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .content-area,
  .woocommerce .widget-area, .woocommerce-active .content-area,
  .woocommerce-active .widget-area {
    margin-bottom: 2.61792em;
  }
  .woocommerce .page-template-template-fullwidth-php .content-area,
  .woocommerce .page-template-template-homepage-php .content-area, .woocommerce-active .page-template-template-fullwidth-php .content-area,
  .woocommerce-active .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .footer-widgets, .woocommerce-active .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .woocommerce .footer-widgets:after,
  .woocommerce .footer-widgets:before, .woocommerce-active .footer-widgets:after,
  .woocommerce-active .footer-widgets:before {
    content: '';
    display: table;
  }
  .woocommerce .footer-widgets:after, .woocommerce-active .footer-widgets:after {
    clear: both;
  }
  .woocommerce .footer-widgets.col-2 .block, .woocommerce-active .footer-widgets.col-2 .block {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .footer-widgets.col-2 .block.footer-widget-2, .woocommerce-active .footer-widgets.col-2 .block.footer-widget-2 {
    float: right;
    margin-right: 0;
  }
  .woocommerce .footer-widgets.col-3 .block, .woocommerce-active .footer-widgets.col-3 .block {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .footer-widgets.col-3 .block.footer-widget-3, .woocommerce-active .footer-widgets.col-3 .block.footer-widget-3 {
    float: right;
    margin-right: 0;
  }
  .woocommerce .footer-widgets.col-4 .block, .woocommerce-active .footer-widgets.col-4 .block {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .footer-widgets.col-4 .block.footer-widget-4, .woocommerce-active .footer-widgets.col-4 .block.footer-widget-4 {
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list:after,
  .woocommerce .comment-list:before, .woocommerce-active .comment-list:after,
  .woocommerce-active .comment-list:before {
    content: '';
    display: table;
  }
  .woocommerce .comment-list:after, .woocommerce-active .comment-list:after {
    clear: both;
  }
  .woocommerce .comment-list .comment, .woocommerce-active .comment-list .comment {
    clear: both;
  }
  .woocommerce .comment-list .comment-meta, .woocommerce-active .comment-list .comment-meta {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
    text-align: right;
  }
  .woocommerce .comment-list .comment-meta .avatar, .woocommerce-active .comment-list .comment-meta .avatar {
    float: right;
  }
  .woocommerce .comment-list .comment-content, .woocommerce-active .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.70633em;
  }
  .woocommerce .comment-list #respond,
  .woocommerce .comment-list .comment-content, .woocommerce-active .comment-list #respond,
  .woocommerce-active .comment-list .comment-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list #respond, .woocommerce-active .comment-list #respond {
    float: right;
  }
  .woocommerce .comment-list #respond .comment-form-author,
  .woocommerce .comment-list #respond .comment-form-email,
  .woocommerce .comment-list #respond .comment-form-url, .woocommerce-active .comment-list #respond .comment-form-author,
  .woocommerce-active .comment-list #respond .comment-form-email,
  .woocommerce-active .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce .comment-list .comment-body #respond, .woocommerce-active .comment-list .comment-body #respond {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    margin-top: -1.618em;
  }
  .woocommerce .comment-list .reply, .woocommerce-active .comment-list .reply {
    clear: both;
    text-align: right;
  }
  .woocommerce .comment-list ol.children, .woocommerce-active .comment-list ol.children {
    width: 88.2352941176%;
    float: right;
    margin-right: 0;
    list-style: none;
  }
  .woocommerce .comment-list ol.children .comment-meta, .woocommerce-active .comment-list ol.children .comment-meta {
    width: 20%;
    float: left;
    margin-right: 6.66667%;
  }
  .woocommerce .comment-list ol.children #respond,
  .woocommerce .comment-list ol.children .comment-content, .woocommerce-active .comment-list ol.children #respond,
  .woocommerce-active .comment-list ol.children .comment-content {
    width: 73.3333333333%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list ol.children ol.children, .woocommerce-active .comment-list ol.children ol.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list ol.children ol.children .comment-meta, .woocommerce-active .comment-list ol.children ol.children .comment-meta {
    width: 23.0769230769%;
    float: left;
    margin-right: 7.69231%;
  }
  .woocommerce .comment-list ol.children ol.children #respond,
  .woocommerce .comment-list ol.children ol.children .comment-content, .woocommerce-active .comment-list ol.children ol.children #respond,
  .woocommerce-active .comment-list ol.children ol.children .comment-content {
    width: 69.2307692308%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list ol.children ol.children ol.children, .woocommerce-active .comment-list ol.children ol.children ol.children {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list ol.children ol.children ol.children .comment-meta, .woocommerce-active .comment-list ol.children ol.children ol.children .comment-meta {
    width: 27.2727272727%;
    float: left;
    margin-right: 9.09091%;
  }
  .woocommerce .comment-list ol.children ol.children ol.children #respond,
  .woocommerce .comment-list ol.children ol.children ol.children .comment-content, .woocommerce-active .comment-list ol.children ol.children ol.children #respond,
  .woocommerce-active .comment-list ol.children ol.children ol.children .comment-content {
    width: 63.6363636364%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list ol.children ol.children ol.children ol.children, .woocommerce-active .comment-list ol.children ol.children ol.children ol.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .comment-list ol.children ol.children ol.children ol.children .comment-meta, .woocommerce-active .comment-list ol.children ol.children ol.children ol.children .comment-meta {
    width: 33.3333333333%;
    float: left;
    margin-right: 11.11111%;
  }
  .woocommerce .comment-list ol.children ol.children ol.children ol.children #respond,
  .woocommerce .comment-list ol.children ol.children ol.children ol.children .comment-content, .woocommerce-active .comment-list ol.children ol.children ol.children ol.children #respond,
  .woocommerce-active .comment-list ol.children ol.children ol.children ol.children .comment-content {
    width: 55.5555555556%;
    float: right;
    margin-right: 0;
  }
  .woocommerce #respond, .woocommerce-active #respond {
    padding: 2.61792em;
  }
  .woocommerce #respond .comment-form-author,
  .woocommerce #respond .comment-form-email,
  .woocommerce #respond .comment-form-url, .woocommerce-active #respond .comment-form-author,
  .woocommerce-active #respond .comment-form-email,
  .woocommerce-active #respond .comment-form-url {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce #respond .comment-form-url, .woocommerce-active #respond .comment-form-url {
    float: right;
    margin-right: 0;
  }
  .woocommerce #respond .comment-form-comment, .woocommerce-active #respond .comment-form-comment {
    clear: both;
  }
  .woocommerce .hentry .entry-header, .woocommerce-active .hentry .entry-header {
    margin-bottom: 2.61792em;
  }
  .woocommerce .hentry.type-post:after,
  .woocommerce .hentry.type-post:before, .woocommerce-active .hentry.type-post:after,
  .woocommerce-active .hentry.type-post:before {
    content: '';
    display: table;
  }
  .woocommerce .hentry.type-post:after, .woocommerce-active .hentry.type-post:after {
    clear: both;
  }
  .woocommerce .hentry.type-post .entry-meta, .woocommerce-active .hentry.type-post .entry-meta {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
    font-size: 0.875em;
  }
  .woocommerce .hentry.type-post .entry-content, .woocommerce-active .hentry.type-post .entry-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .handheld-navigation,
  .woocommerce .main-navigation.toggled .handheld-navigation,
  .woocommerce .main-navigation.toggled div.menu,
  .woocommerce .menu-toggle, .woocommerce-active .handheld-navigation,
  .woocommerce-active .main-navigation.toggled .handheld-navigation,
  .woocommerce-active .main-navigation.toggled div.menu,
  .woocommerce-active .menu-toggle {
    display: none;
  }
  .woocommerce .primary-navigation, .woocommerce-active .primary-navigation {
    display: block;
  }
  .woocommerce .main-navigation,
  .woocommerce .secondary-navigation, .woocommerce-active .main-navigation,
  .woocommerce-active .secondary-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .woocommerce .main-navigation ul,
  .woocommerce .secondary-navigation ul, .woocommerce-active .main-navigation ul,
  .woocommerce-active .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .woocommerce .main-navigation ul li,
  .woocommerce .secondary-navigation ul li, .woocommerce-active .main-navigation ul li,
  .woocommerce-active .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .woocommerce .main-navigation ul li a,
  .woocommerce .secondary-navigation ul li a, .woocommerce-active .main-navigation ul li a,
  .woocommerce-active .secondary-navigation ul li a {
    display: block;
  }
  .woocommerce .main-navigation ul li a:before,
  .woocommerce .secondary-navigation ul li a:before, .woocommerce-active .main-navigation ul li a:before,
  .woocommerce-active .secondary-navigation ul li a:before {
    display: none;
  }
  .woocommerce .main-navigation ul li.focus > ul,
  .woocommerce .main-navigation ul li:hover > ul,
  .woocommerce .secondary-navigation ul li.focus > ul,
  .woocommerce .secondary-navigation ul li:hover > ul, .woocommerce-active .main-navigation ul li.focus > ul,
  .woocommerce-active .main-navigation ul li:hover > ul,
  .woocommerce-active .secondary-navigation ul li.focus > ul,
  .woocommerce-active .secondary-navigation ul li:hover > ul {
    left: 0;
    display: block;
  }
  .woocommerce .main-navigation ul li.focus > ul li > ul,
  .woocommerce .main-navigation ul li:hover > ul li > ul,
  .woocommerce .secondary-navigation ul li.focus > ul li > ul,
  .woocommerce .secondary-navigation ul li:hover > ul li > ul, .woocommerce-active .main-navigation ul li.focus > ul li > ul,
  .woocommerce-active .main-navigation ul li:hover > ul li > ul,
  .woocommerce-active .secondary-navigation ul li.focus > ul li > ul,
  .woocommerce-active .secondary-navigation ul li:hover > ul li > ul {
    left: -9999px;
  }
  .woocommerce .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .woocommerce .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
  .woocommerce .secondary-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .woocommerce .secondary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .woocommerce-active .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .woocommerce-active .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
  .woocommerce-active .secondary-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .woocommerce-active .secondary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .woocommerce .main-navigation ul li.focus > ul li.focus > ul,
  .woocommerce .main-navigation ul li.focus > ul li:hover > ul,
  .woocommerce .main-navigation ul li:hover > ul li.focus > ul,
  .woocommerce .main-navigation ul li:hover > ul li:hover > ul,
  .woocommerce .secondary-navigation ul li.focus > ul li.focus > ul,
  .woocommerce .secondary-navigation ul li.focus > ul li:hover > ul,
  .woocommerce .secondary-navigation ul li:hover > ul li.focus > ul,
  .woocommerce .secondary-navigation ul li:hover > ul li:hover > ul, .woocommerce-active .main-navigation ul li.focus > ul li.focus > ul,
  .woocommerce-active .main-navigation ul li.focus > ul li:hover > ul,
  .woocommerce-active .main-navigation ul li:hover > ul li.focus > ul,
  .woocommerce-active .main-navigation ul li:hover > ul li:hover > ul,
  .woocommerce-active .secondary-navigation ul li.focus > ul li.focus > ul,
  .woocommerce-active .secondary-navigation ul li.focus > ul li:hover > ul,
  .woocommerce-active .secondary-navigation ul li:hover > ul li.focus > ul,
  .woocommerce-active .secondary-navigation ul li:hover > ul li:hover > ul {
    left: 100%;
    top: 0;
    display: block;
  }
  .woocommerce .main-navigation ul ul,
  .woocommerce .secondary-navigation ul ul, .woocommerce-active .main-navigation ul ul,
  .woocommerce-active .secondary-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -9999px;
  }
  .woocommerce .main-navigation ul ul.sub-menu--is-touch-device,
  .woocommerce .secondary-navigation ul ul.sub-menu--is-touch-device, .woocommerce-active .main-navigation ul ul.sub-menu--is-touch-device,
  .woocommerce-active .secondary-navigation ul ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .woocommerce .main-navigation ul ul li,
  .woocommerce .secondary-navigation ul ul li, .woocommerce-active .main-navigation ul ul li,
  .woocommerce-active .secondary-navigation ul ul li {
    display: block;
  }
  .woocommerce .main-navigation ul ul li a,
  .woocommerce .secondary-navigation ul ul li a, .woocommerce-active .main-navigation ul ul li a,
  .woocommerce-active .secondary-navigation ul ul li a {
    width: 200px;
  }
  .woocommerce ul.menu li.current-menu-item > a, .woocommerce-active ul.menu li.current-menu-item > a {
    color: #43454b;
  }
  .woocommerce .storefront-primary-navigation, .woocommerce-active .storefront-primary-navigation {
    clear: both;
  }
  .woocommerce .storefront-primary-navigation:after,
  .woocommerce .storefront-primary-navigation:before, .woocommerce-active .storefront-primary-navigation:after,
  .woocommerce-active .storefront-primary-navigation:before {
    content: '';
    display: table;
  }
  .woocommerce .storefront-primary-navigation:after, .woocommerce-active .storefront-primary-navigation:after {
    clear: both;
  }
  .woocommerce .main-navigation div.menu, .woocommerce-active .main-navigation div.menu {
    display: block;
  }
  .woocommerce .main-navigation ul.menu,
  .woocommerce .main-navigation ul.nav-menu, .woocommerce-active .main-navigation ul.menu,
  .woocommerce-active .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
  }
  .woocommerce .main-navigation ul.menu > li > a,
  .woocommerce .main-navigation ul.nav-menu > li > a, .woocommerce-active .main-navigation ul.menu > li > a,
  .woocommerce-active .main-navigation ul.nav-menu > li > a {
    padding: 1.618em 1em;
  }
  .woocommerce .main-navigation ul.menu > li.menu-item-has-children:hover:after,
  .woocommerce .main-navigation ul.menu > li.page_item_has_children:hover:after,
  .woocommerce .main-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
  .woocommerce .main-navigation ul.nav-menu > li.page_item_has_children:hover:after, .woocommerce-active .main-navigation ul.menu > li.menu-item-has-children:hover:after,
  .woocommerce-active .main-navigation ul.menu > li.page_item_has_children:hover:after,
  .woocommerce-active .main-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
  .woocommerce-active .main-navigation ul.nav-menu > li.page_item_has_children:hover:after {
    display: block;
  }
  .woocommerce .main-navigation ul.menu ul,
  .woocommerce .main-navigation ul.nav-menu ul, .woocommerce-active .main-navigation ul.menu ul,
  .woocommerce-active .main-navigation ul.nav-menu ul {
    margin-left: 0;
  }
  .woocommerce .main-navigation ul.menu ul li a,
  .woocommerce .main-navigation ul.nav-menu ul li a, .woocommerce-active .main-navigation ul.menu ul li a,
  .woocommerce-active .main-navigation ul.nav-menu ul li a {
    padding: .875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
  }
  .woocommerce .main-navigation ul.menu ul li:last-child,
  .woocommerce .main-navigation ul.nav-menu ul li:last-child, .woocommerce-active .main-navigation ul.menu ul li:last-child,
  .woocommerce-active .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .woocommerce .main-navigation ul.menu ul ul,
  .woocommerce .main-navigation ul.nav-menu ul ul, .woocommerce-active .main-navigation ul.menu ul ul,
  .woocommerce-active .main-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  .woocommerce .main-navigation ul.menu ul a:hover,
  .woocommerce .main-navigation ul.menu ul li.focus,
  .woocommerce .main-navigation ul.menu ul li:hover > a,
  .woocommerce .main-navigation ul.nav-menu ul a:hover,
  .woocommerce .main-navigation ul.nav-menu ul li.focus,
  .woocommerce .main-navigation ul.nav-menu ul li:hover > a, .woocommerce-active .main-navigation ul.menu ul a:hover,
  .woocommerce-active .main-navigation ul.menu ul li.focus,
  .woocommerce-active .main-navigation ul.menu ul li:hover > a,
  .woocommerce-active .main-navigation ul.nav-menu ul a:hover,
  .woocommerce-active .main-navigation ul.nav-menu ul li.focus,
  .woocommerce-active .main-navigation ul.nav-menu ul li:hover > a {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce .main-navigation a, .woocommerce-active .main-navigation a {
    padding: 0 1em 2.29068em;
  }
  .woocommerce .secondary-navigation, .woocommerce-active .secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
  }
  .woocommerce .secondary-navigation .menu, .woocommerce-active .secondary-navigation .menu {
    font-size: .875em;
    width: auto;
    float: right;
  }
  .woocommerce .secondary-navigation .menu > li:hover > a, .woocommerce-active .secondary-navigation .menu > li:hover > a {
    text-decoration: none;
  }
  .woocommerce .secondary-navigation .menu ul a, .woocommerce-active .secondary-navigation .menu ul a {
    padding: .326em .875em;
    background: rgba(0, 0, 0, 0.05);
  }
  .woocommerce .secondary-navigation .menu ul li:first-child a, .woocommerce-active .secondary-navigation .menu ul li:first-child a {
    padding-top: 1em;
  }
  .woocommerce .secondary-navigation .menu ul li:last-child a, .woocommerce-active .secondary-navigation .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .woocommerce .secondary-navigation .menu ul ul, .woocommerce-active .secondary-navigation .menu ul ul {
    margin-top: -0.61805em;
  }
  .woocommerce .secondary-navigation .menu a, .woocommerce-active .secondary-navigation .menu a {
    padding: 1em .875em;
    color: #737781;
    font-weight: 400;
  }
  .woocommerce .secondary-navigation .menu a:hover, .woocommerce-active .secondary-navigation .menu a:hover {
    text-decoration: none;
  }
  .woocommerce .error404 .fourohfour-columns-2 .col-1, .woocommerce-active .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .error404 .fourohfour-columns-2 .col-1 ul.products, .woocommerce-active .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .woocommerce .error404 .fourohfour-columns-2 .col-2, .woocommerce-active .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 66.49894em) {
  .woocommerce .col-full, .woocommerce-active .col-full {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .woocommerce .col-full, .woocommerce-active .col-full {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
.woocommerce table.cart, .woocommerce-active table.cart {
  margin-bottom: 3.70633em;
}
.woocommerce table.cart .product-quantity .minus,
.woocommerce table.cart .product-quantity .plus, .woocommerce-active table.cart .product-quantity .minus,
.woocommerce-active table.cart .product-quantity .plus {
  display: none;
}
.woocommerce table.cart .product-thumbnail img, .woocommerce-active table.cart .product-thumbnail img {
  margin: 0 auto;
  max-width: 3.706325903em;
  height: auto;
}
.woocommerce table.cart .product-thumbnail:before, .woocommerce-active table.cart .product-thumbnail:before {
  display: none;
}
.woocommerce table.cart tr:first-child td.product-remove, .woocommerce-active table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}
.woocommerce table.cart td.product-remove, .woocommerce-active table.cart td.product-remove {
  padding: 0;
  border-top: 1.618em solid;
  position: relative;
}
.woocommerce table.cart td.product-remove:after,
.woocommerce table.cart td.product-remove:before, .woocommerce-active table.cart td.product-remove:after,
.woocommerce-active table.cart td.product-remove:before {
  content: '';
  display: table;
}
.woocommerce table.cart td.product-remove:after, .woocommerce-active table.cart td.product-remove:after {
  clear: both;
}
.woocommerce table.cart td.product-remove a.remove, .woocommerce-active table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -.6180469716em;
  right: -0.61805em;
}
.woocommerce table.cart td.product-quantity .qty, .woocommerce-active table.cart td.product-quantity .qty {
  padding: .326em;
  width: 3.70633em;
}
.woocommerce table.cart td,
.woocommerce table.cart th, .woocommerce-active table.cart td,
.woocommerce-active table.cart th {
  padding: 0.875em 0.875em 0;
}
.woocommerce table.cart td.product-subtotal, .woocommerce-active table.cart td.product-subtotal {
  padding-bottom: 0.875em;
}
.woocommerce table.cart td.actions, .woocommerce-active table.cart td.actions {
  border-top: 1em solid #fff;
  background-color: transparent;
  padding: 0;
}
.woocommerce table.cart td.actions label, .woocommerce-active table.cart td.actions label {
  display: none;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-active table.cart td.actions .coupon {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce table.cart td.actions input, .woocommerce-active table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.54079em 0;
}
.woocommerce table.cart td.actions input[name=update_cart]:focus, .woocommerce-active table.cart td.actions input[name=update_cart]:focus {
  outline: 0;
}
.woocommerce .wc-proceed-to-checkout, .woocommerce-active .wc-proceed-to-checkout {
  margin-bottom: 1.618em;
}
.woocommerce .wc-proceed-to-checkout:after,
.woocommerce .wc-proceed-to-checkout:before, .woocommerce-active .wc-proceed-to-checkout:after,
.woocommerce-active .wc-proceed-to-checkout:before {
  content: '';
  display: table;
}
.woocommerce .wc-proceed-to-checkout:after, .woocommerce-active .wc-proceed-to-checkout:after {
  clear: both;
}
.woocommerce .wc-proceed-to-checkout .button, .woocommerce-active .wc-proceed-to-checkout .button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.woocommerce .wc-proceed-to-checkout .button.checkout-button, .woocommerce-active .wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.41575em;
}
.woocommerce .woocommerce-shipping-calculator, .woocommerce-active .woocommerce-shipping-calculator {
  margin: 0;
}
.woocommerce .woocommerce-shipping-calculator > p:first-child, .woocommerce-active .woocommerce-shipping-calculator > p:first-child {
  margin: 0;
}
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form, .woocommerce-active .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em;
}
.woocommerce ul#shipping_method, .woocommerce-active ul#shipping_method {
  list-style: none;
  margin-left: 0;
}
.woocommerce ul#shipping_method li, .woocommerce-active ul#shipping_method li {
  margin-bottom: 0.23608em;
}
.woocommerce ul#shipping_method li:last-child, .woocommerce-active ul#shipping_method li:last-child {
  margin-bottom: 0;
}
.woocommerce ul#shipping_method input, .woocommerce-active ul#shipping_method input {
  margin-right: 0.33423em;
}
.woocommerce .woocommerce-checkout ul#shipping_method, .woocommerce-active .woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}
.woocommerce .checkout_coupon, .woocommerce-active .checkout_coupon {
  margin-bottom: 2.61792em;
}
.woocommerce form.checkout, .woocommerce-active form.checkout {
  position: static !important;
}
.woocommerce form.checkout:after,
.woocommerce form.checkout:before, .woocommerce-active form.checkout:after,
.woocommerce-active form.checkout:before {
  content: '';
  display: table;
}
.woocommerce form.checkout:after, .woocommerce-active form.checkout:after {
  clear: both;
}
.woocommerce form.checkout > .blockUI, .woocommerce-active form.checkout > .blockUI {
  position: fixed !important;
}
.woocommerce #payment:after,
.woocommerce #payment:before, .woocommerce-active #payment:after,
.woocommerce-active #payment:before {
  content: '';
  display: table;
}
.woocommerce #payment:after, .woocommerce-active #payment:after {
  clear: both;
}
.woocommerce #payment .create-account, .woocommerce-active #payment .create-account {
  clear: both;
}
.woocommerce #payment .payment_methods, .woocommerce-active #payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce #payment .payment_methods > .wc_payment_method > label,
.woocommerce #payment .payment_methods > .woocommerce-PaymentMethod > label, .woocommerce-active #payment .payment_methods > .wc_payment_method > label,
.woocommerce-active #payment .payment_methods > .woocommerce-PaymentMethod > label {
  display: block;
  padding: 1.41575em;
  cursor: pointer;
}
.woocommerce #payment .payment_methods li, .woocommerce-active #payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}
.woocommerce #payment .payment_methods li img, .woocommerce-active #payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
}
.woocommerce #payment .payment_methods li:last-child:not(.woocommerce-notice), .woocommerce-active #payment .payment_methods li:last-child:not(.woocommerce-notice) {
  padding-bottom: 0;
  border-bottom: 0;
}
.woocommerce #payment .payment_methods li p, .woocommerce-active #payment .payment_methods li p {
  margin: 0;
}
.woocommerce #payment .payment_methods li .payment_box, .woocommerce-active #payment .payment_methods li .payment_box {
  padding: 1.41575em;
}
.woocommerce #payment .payment_methods li .payment_box fieldset, .woocommerce-active #payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}
.woocommerce #payment .payment_methods li .payment_box fieldset label, .woocommerce-active #payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
.woocommerce #payment .payment_methods li .payment_box fieldset .form-row, .woocommerce-active #payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
.woocommerce #payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox], .woocommerce-active #payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}
.woocommerce #payment .payment_methods li .payment_box fieldset #cvv, .woocommerce-active #payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
.woocommerce #payment .payment_methods li .payment_box fieldset .help, .woocommerce-active #payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
.woocommerce #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods, .woocommerce-active #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
.woocommerce #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li, .woocommerce-active #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.61805em;
}
.woocommerce #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio], .woocommerce-active #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}
.woocommerce #payment .payment_methods li .payment_box ul.wc-saved-payment-methods, .woocommerce-active #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,
.woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
.woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  font-size: 1.41575em;
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right .6180469716em center;
  background-size: 31px 20px;
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/unknown.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/visa.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/mastercard.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/laser.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/diners.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/maestro.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/jcb.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/amex.svg);
}
.woocommerce #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover, .woocommerce-active #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(/wp-content/themes/storefront/assets/css/woocommerce/../../../assets/images/credit-cards/discover.svg);
}
.woocommerce #payment .terms, .woocommerce-active #payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}
.woocommerce #payment .terms label, .woocommerce-active #payment .terms label {
  display: block;
  cursor: pointer;
}
.woocommerce #payment .woocommerce-terms-and-conditions, .woocommerce-active #payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce #payment .place-order, .woocommerce-active #payment .place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2.61792em;
}
.woocommerce #payment .place-order .button, .woocommerce-active #payment .place-order .button {
  width: 100%;
  white-space: pre-wrap;
  height: 60px;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-name, .woocommerce-active table.woocommerce-checkout-review-order-table .product-name {
  width: 300px;
  word-wrap: break-word;
}
.woocommerce .admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br, .woocommerce-active .admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}
.woocommerce .woocommerce-password-strength, .woocommerce-active .woocommerce-password-strength {
  font-weight: 600;
  padding: .5407911001em 0;
  text-align: right;
  font-size: 0.875em;
}
.woocommerce .woocommerce-password-strength.strong, .woocommerce-active .woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce .woocommerce-password-strength.short, .woocommerce-active .woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce .woocommerce-password-strength.bad, .woocommerce-active .woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce .woocommerce-password-strength.good, .woocommerce-active .woocommerce-password-strength.good {
  color: #3d9cd2;
}
.woocommerce label.inline, .woocommerce-active label.inline {
  display: inline !important;
  margin-left: 1em;
}
.woocommerce .woocommerce-MyAccount-navigation ul, .woocommerce-active .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-MyAccount-navigation ul li, .woocommerce-active .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce-active .woocommerce-MyAccount-navigation ul li a {
  padding: .875em 0;
  display: block;
}
.woocommerce ul.order_details, .woocommerce-active ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.70633em 0;
}
.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before, .woocommerce-active ul.order_details:after,
.woocommerce-active ul.order_details:before {
  content: '';
  display: table;
}
.woocommerce ul.order_details:after, .woocommerce-active ul.order_details:after {
  clear: both;
}
.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before, .woocommerce-active ul.order_details:after,
.woocommerce-active ul.order_details:before {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}
.woocommerce ul.order_details:after, .woocommerce-active ul.order_details:after {
  top: auto;
  bottom: -16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woocommerce ul.order_details li, .woocommerce-active ul.order_details li {
  padding: 1em 1.618em;
  font-size: .8em;
  text-transform: uppercase;
}
.woocommerce ul.order_details li:first-child, .woocommerce-active ul.order_details li:first-child {
  padding-top: 1.618em;
}
.woocommerce ul.order_details li:last-child, .woocommerce-active ul.order_details li:last-child {
  border: 0;
  padding-bottom: 1.618em;
}
.woocommerce ul.order_details li strong, .woocommerce-active ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
}
.woocommerce .my_account_orders .button,
.woocommerce .woocommerce-MyAccount-downloads .button, .woocommerce-active .my_account_orders .button,
.woocommerce-active .woocommerce-MyAccount-downloads .button {
  padding: .6180469716em .875em;
  font-size: .875em;
  margin-right: 0.236em;
}
.woocommerce .woocommerce-MyAccount-content h2, .woocommerce-active .woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-content #payment .payment_methods, .woocommerce-active .woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}
.woocommerce .woocommerce-form__label-for-checkbox, .woocommerce-active .woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-active .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.33423em;
}
.woocommerce .form-row label, .woocommerce-active .form-row label {
  display: block;
}
.woocommerce .form-row input,
.woocommerce .form-row select,
.woocommerce .form-row textarea, .woocommerce-active .form-row input,
.woocommerce-active .form-row select,
.woocommerce-active .form-row textarea {
  width: 100%;
}
.woocommerce .form-row input[type=checkbox],
.woocommerce .form-row input[type=radio], .woocommerce-active .form-row input[type=checkbox],
.woocommerce-active .form-row input[type=radio] {
  width: auto;
}
.woocommerce .form-row .button, .woocommerce-active .form-row .button {
  width: auto;
}
.woocommerce .form-row.create-account label, .woocommerce-active .form-row.create-account label {
  display: inline-block;
}
.woocommerce .form-row.woocommerce-validated input.input-text, .woocommerce-active .form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.woocommerce .form-row.woocommerce-invalid input.input-text, .woocommerce-active .form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.woocommerce .form-row-last, .woocommerce-active .form-row-last {
  margin-right: 0 !important;
}
.woocommerce .form-row-wide, .woocommerce-active .form-row-wide {
  clear: both;
  width: 100%;
}
.woocommerce .required, .woocommerce-active .required {
  border-bottom: 0 !important;
  color: red;
}
.woocommerce .demo_store, .woocommerce-active .demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9999;
}
.woocommerce .demo_store a, .woocommerce-active .demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.woocommerce .demo_store a:hover, .woocommerce-active .demo_store a:hover {
  text-decoration: none;
}
.woocommerce .demo_store a.woocommerce-store-notice__dismiss-link, .woocommerce-active .demo_store a.woocommerce-store-notice__dismiss-link {
  display: block;
}
.woocommerce .star-rating, .woocommerce-active .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.woocommerce .star-rating:before, .woocommerce-active .star-rating:before {
  content: '\53\53\53\53\53';
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span, .woocommerce-active .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before, .woocommerce-active .star-rating span:before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
  color: #2c2d33;
}
.woocommerce p.stars, .woocommerce-active p.stars {
  display: inline-block;
  margin: 0;
}
.woocommerce p.stars a, .woocommerce-active p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
.woocommerce p.stars a:before, .woocommerce-active p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: '\53';
  color: #43454b;
  text-indent: 0;
  opacity: 0.25;
}
.woocommerce p.stars a:hover ~ a:before, .woocommerce-active p.stars a:hover ~ a:before {
  content: '\53';
  color: #43454b;
  opacity: 0.25;
}
.woocommerce p.stars:hover a:before, .woocommerce-active p.stars:hover a:before {
  content: '\53';
  color: #96588a;
  opacity: 1;
}
.woocommerce p.stars.selected a.active:before, .woocommerce-active p.stars.selected a.active:before {
  content: '\53';
  color: #96588a;
  opacity: 1;
}
.woocommerce p.stars.selected a.active ~ a:before, .woocommerce-active p.stars.selected a.active ~ a:before {
  content: '\53';
  color: #43454b;
  opacity: 0.25;
}
.woocommerce p.stars.selected a:not(.active):before, .woocommerce-active p.stars.selected a:not(.active):before {
  content: '\53';
  color: #96588a;
  opacity: 1;
}
.woocommerce .onsale, .woocommerce-active .onsale {
  border: 1px solid;
  border-color: #43454b;
  color: #43454b;
  padding: .202em .6180469716em;
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
}
.woocommerce .quantity .qty, .woocommerce-active .quantity .qty {
  width: 4.235801032em;
  text-align: center;
}
.woocommerce .storefront-sorting, .woocommerce-active .storefront-sorting {
  font-size: .875em;
  margin-bottom: 2.61792em;
}
.woocommerce .woocommerce-tabs, .woocommerce-active .woocommerce-tabs {
  overflow: hidden;
  padding: 1em 0;
}
.woocommerce .woocommerce-tabs:after,
.woocommerce .woocommerce-tabs:before, .woocommerce-active .woocommerce-tabs:after,
.woocommerce-active .woocommerce-tabs:before {
  content: '';
  display: table;
}
.woocommerce .woocommerce-tabs:after, .woocommerce-active .woocommerce-tabs:after {
  clear: both;
}
.woocommerce .woocommerce-tabs ul.tabs, .woocommerce-active .woocommerce-tabs ul.tabs {
  list-style: none;
  margin-left: 0;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-tabs ul.tabs li, .woocommerce-active .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce .woocommerce-tabs ul.tabs li a, .woocommerce-active .woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce .woocommerce-tabs .panel h2:first-of-type, .woocommerce-active .woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em;
}
.woocommerce .related > h2:first-child,
.woocommerce .upsells > h2:first-child, .woocommerce-active .related > h2:first-child,
.woocommerce-active .upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-noreviews,
.woocommerce p.no-comments, .woocommerce-active .woocommerce-error,
.woocommerce-active .woocommerce-info,
.woocommerce-active .woocommerce-message,
.woocommerce-active .woocommerce-noreviews,
.woocommerce-active p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
  background-color: #000;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.61805em solid rgba(0, 0, 0, 0.15);
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-noreviews:after,
.woocommerce .woocommerce-noreviews:before,
.woocommerce p.no-comments:after,
.woocommerce p.no-comments:before, .woocommerce-active .woocommerce-error:after,
.woocommerce-active .woocommerce-error:before,
.woocommerce-active .woocommerce-info:after,
.woocommerce-active .woocommerce-info:before,
.woocommerce-active .woocommerce-message:after,
.woocommerce-active .woocommerce-message:before,
.woocommerce-active .woocommerce-noreviews:after,
.woocommerce-active .woocommerce-noreviews:before,
.woocommerce-active p.no-comments:after,
.woocommerce-active p.no-comments:before {
  content: '';
  display: table;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-noreviews:after,
.woocommerce p.no-comments:after, .woocommerce-active .woocommerce-error:after,
.woocommerce-active .woocommerce-info:after,
.woocommerce-active .woocommerce-message:after,
.woocommerce-active .woocommerce-noreviews:after,
.woocommerce-active p.no-comments:after {
  clear: both;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-noreviews a,
.woocommerce p.no-comments a, .woocommerce-active .woocommerce-error a,
.woocommerce-active .woocommerce-info a,
.woocommerce-active .woocommerce-message a,
.woocommerce-active .woocommerce-noreviews a,
.woocommerce-active p.no-comments a {
  color: #fff;
}
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-noreviews a:hover,
.woocommerce p.no-comments a:hover, .woocommerce-active .woocommerce-error a:hover,
.woocommerce-active .woocommerce-info a:hover,
.woocommerce-active .woocommerce-message a:hover,
.woocommerce-active .woocommerce-noreviews a:hover,
.woocommerce-active p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-noreviews a.button:hover,
.woocommerce p.no-comments a.button:hover, .woocommerce-active .woocommerce-error a.button:hover,
.woocommerce-active .woocommerce-info a.button:hover,
.woocommerce-active .woocommerce-message a.button:hover,
.woocommerce-active .woocommerce-noreviews a.button:hover,
.woocommerce-active p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-noreviews .button,
.woocommerce p.no-comments .button, .woocommerce-active .woocommerce-error .button,
.woocommerce-active .woocommerce-info .button,
.woocommerce-active .woocommerce-message .button,
.woocommerce-active .woocommerce-noreviews .button,
.woocommerce-active p.no-comments .button {
  float: right;
  padding: 0;
  background: 0 0;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-noreviews .button:hover,
.woocommerce p.no-comments .button:hover, .woocommerce-active .woocommerce-error .button:hover,
.woocommerce-active .woocommerce-info .button:hover,
.woocommerce-active .woocommerce-message .button:hover,
.woocommerce-active .woocommerce-noreviews .button:hover,
.woocommerce-active p.no-comments .button:hover {
  background: 0 0;
  color: #fff;
  opacity: 0.7;
}
.woocommerce .woocommerce-error pre,
.woocommerce .woocommerce-info pre,
.woocommerce .woocommerce-message pre,
.woocommerce .woocommerce-noreviews pre,
.woocommerce p.no-comments pre, .woocommerce-active .woocommerce-error pre,
.woocommerce-active .woocommerce-info pre,
.woocommerce-active .woocommerce-message pre,
.woocommerce-active .woocommerce-noreviews pre,
.woocommerce-active p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .site-content > .col-full > .woocommerce > .woocommerce-error:first-child,
.woocommerce .site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.woocommerce .site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .woocommerce-active .site-content > .col-full > .woocommerce > .woocommerce-error:first-child,
.woocommerce-active .site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.woocommerce-active .site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
  margin-top: 2.61792em;
}
.woocommerce .woocommerce-error, .woocommerce-active .woocommerce-error {
  list-style: none;
}
.woocommerce .woocommerce-error, .woocommerce-active .woocommerce-error {
  background-color: #e2401c;
}
.woocommerce dl.variation, .woocommerce-active dl.variation {
  font-size: 0.875em;
}
.woocommerce dl.variation dd, .woocommerce-active dl.variation dd {
  margin: 0 0 1em;
}
.woocommerce .wc-item-meta, .woocommerce-active .wc-item-meta {
  font-size: .875em;
  margin-left: 0;
  list-style: none;
}
.woocommerce .wc-item-meta li:after,
.woocommerce .wc-item-meta li:before, .woocommerce-active .wc-item-meta li:after,
.woocommerce-active .wc-item-meta li:before {
  content: '';
  display: table;
}
.woocommerce .wc-item-meta li:after, .woocommerce-active .wc-item-meta li:after {
  clear: both;
}
.woocommerce .wc-item-meta li p,
.woocommerce .wc-item-meta li strong, .woocommerce-active .wc-item-meta li p,
.woocommerce-active .wc-item-meta li strong {
  display: inline-block;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination, .woocommerce-active .woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}
.woocommerce .storefront-product-section, .woocommerce-active .storefront-product-section {
  margin-bottom: 1.618em;
}
.woocommerce .storefront-product-section .section-title, .woocommerce-active .storefront-product-section .section-title {
  text-align: center;
  margin-bottom: 1em;
}
.woocommerce .storefront-product-section:last-child, .woocommerce-active .storefront-product-section:last-child {
  margin-bottom: 0;
}
.woocommerce .storefront-product-pagination, .woocommerce-active .storefront-product-pagination {
  display: none;
}
.woocommerce .storefront-sticky-add-to-cart, .woocommerce-active .storefront-sticky-add-to-cart {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce .demo_store, .woocommerce-active .demo_store {
    bottom: 0;
  }
  .woocommerce .demo_store a.woocommerce-store-notice__dismiss-link, .woocommerce-active .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }
  .woocommerce .storefront-handheld-footer-bar, .woocommerce-active .storefront-handheld-footer-bar {
    display: none;
  }
  .woocommerce .storefront-breadcrumb, .woocommerce-active .storefront-breadcrumb {
    padding: 1.41575em 0;
    margin: 0 0 3.70633em;
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce-active table.shop_table_responsive thead {
    display: table-header-group;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-active table.shop_table_responsive tbody th {
    display: table-cell;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-active table.shop_table_responsive tr td {
    display: table-cell;
  }
  .woocommerce table.shop_table_responsive tr td:before, .woocommerce-active table.shop_table_responsive tr td:before {
    display: none;
  }
  .woocommerce .site-header-cart, .woocommerce-active .site-header-cart {
    position: relative;
  }
  .woocommerce .site-header-cart .cart-contents, .woocommerce-active .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
  }
  .woocommerce .site-header-cart .cart-contents .amount, .woocommerce-active .site-header-cart .cart-contents .amount {
    margin-right: 0.327em;
  }
  .woocommerce .site-header-cart .cart-contents .count, .woocommerce-active .site-header-cart .cart-contents .count {
    font-weight: 400;
    opacity: .5;
    font-size: 0.875em;
  }
  .woocommerce .site-header-cart .cart-contents span, .woocommerce-active .site-header-cart .cart-contents span {
    display: inline;
  }
  .woocommerce .site-header-cart .widget_shopping_cart, .woocommerce-active .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    font-size: .875em;
    left: -999em;
    display: block;
  }
  .woocommerce .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device, .woocommerce-active .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .woocommerce .site-header-cart .widget_shopping_cart h2.widgettitle, .woocommerce-active .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .woocommerce .site-header-cart .widget_shopping_cart .product_list_widget li a.remove, .woocommerce-active .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: left;
    top: auto;
  }
  .woocommerce .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before, .woocommerce-active .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
    text-align: left;
  }
  .woocommerce .site-header-cart.focus .widget_shopping_cart,
  .woocommerce .site-header-cart:hover .widget_shopping_cart, .woocommerce-active .site-header-cart.focus .widget_shopping_cart,
  .woocommerce-active .site-header-cart:hover .widget_shopping_cart {
    left: 0;
    display: block;
  }
  .woocommerce .site-search, .woocommerce-active .site-search {
    display: block;
  }
  .woocommerce .site-search form, .woocommerce-active .site-search form {
    margin: 0;
  }
  .woocommerce ul.products li.product, .woocommerce-active ul.products li.product {
    clear: none;
    width: 100%;
    float: left;
    font-size: 0.875em;
  }
  .woocommerce ul.products li.product.first, .woocommerce-active ul.products li.product.first {
    clear: both !important;
  }
  .woocommerce ul.products li.product.last, .woocommerce-active ul.products li.product.last {
    margin-right: 0 !important;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main ul.products.columns-1 li.product,
  .woocommerce .page-template-template-homepage-php .site-main ul.products.columns-1 li.product,
  .woocommerce .storefront-full-width-content .site-main ul.products.columns-1 li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main ul.products.columns-1 li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main ul.products.columns-1 li.product,
  .woocommerce-active .storefront-full-width-content .site-main ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product,
  .woocommerce .page-template-template-homepage-php .site-main ul.products.columns-2 li.product,
  .woocommerce .storefront-full-width-content .site-main ul.products.columns-2 li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main ul.products.columns-2 li.product,
  .woocommerce-active .storefront-full-width-content .site-main ul.products.columns-2 li.product {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
  .woocommerce .page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
  .woocommerce .storefront-full-width-content .site-main ul.products.columns-3 li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
  .woocommerce-active .storefront-full-width-content .site-main ul.products.columns-3 li.product {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
  .woocommerce .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
  .woocommerce .storefront-full-width-content .site-main ul.products.columns-4 li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
  .woocommerce-active .storefront-full-width-content .site-main ul.products.columns-4 li.product {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product,
  .woocommerce .page-template-template-homepage-php .site-main ul.products.columns-5 li.product,
  .woocommerce .storefront-full-width-content .site-main ul.products.columns-5 li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main ul.products.columns-5 li.product,
  .woocommerce-active .storefront-full-width-content .site-main ul.products.columns-5 li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main ul.products.columns-6 li.product,
  .woocommerce .page-template-template-homepage-php .site-main ul.products.columns-6 li.product,
  .woocommerce .storefront-full-width-content .site-main ul.products.columns-6 li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main ul.products.columns-6 li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main ul.products.columns-6 li.product,
  .woocommerce-active .storefront-full-width-content .site-main ul.products.columns-6 li.product {
    width: 13.0434782609%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .site-main ul.products li.product, .woocommerce-active .site-main ul.products li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .site-main ul.products.columns-1 li.product, .woocommerce-active .site-main ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .woocommerce .site-main ul.products.columns-2 li.product, .woocommerce-active .site-main ul.products.columns-2 li.product {
    width: 48%;
    margin-right: 3.8%;
  }
  .woocommerce .site-main ul.products.columns-3 li.product, .woocommerce-active .site-main ul.products.columns-3 li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .site-main ul.products.columns-4 li.product, .woocommerce-active .site-main ul.products.columns-4 li.product {
    width: 22.05%;
    margin-right: 3.8%;
  }
  .woocommerce .site-main ul.products.columns-5 li.product, .woocommerce-active .site-main ul.products.columns-5 li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .woocommerce .site-main ul.products.columns-6 li.product, .woocommerce-active .site-main ul.products.columns-6 li.product {
    width: 11.7647058824%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .single-product div.product .images, .woocommerce-active .single-product div.product .images {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.70633em;
  }
  .woocommerce .single-product div.product .images .thumbnails:after,
  .woocommerce .single-product div.product .images .thumbnails:before, .woocommerce-active .single-product div.product .images .thumbnails:after,
  .woocommerce-active .single-product div.product .images .thumbnails:before {
    content: '';
    display: table;
  }
  .woocommerce .single-product div.product .images .thumbnails:after, .woocommerce-active .single-product div.product .images .thumbnails:after {
    clear: both;
  }
  .woocommerce .single-product div.product .images .thumbnails a.zoom, .woocommerce-active .single-product div.product .images .thumbnails a.zoom {
    width: 14.2857142857%;
    float: left;
    margin-right: 14.28571%;
  }
  .woocommerce .single-product div.product .images .thumbnails a.zoom.last, .woocommerce-active .single-product div.product .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .woocommerce .single-product div.product .woocommerce-product-gallery, .woocommerce-active .single-product div.product .woocommerce-product-gallery {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.70633em;
  }
  .woocommerce .single-product div.product .summary, .woocommerce-active .single-product div.product .summary {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .single-product div.product .woocommerce-tabs, .woocommerce-active .single-product div.product .woocommerce-tabs {
    clear: both;
  }
  .woocommerce #reviews .comment-form-author,
  .woocommerce #reviews .comment-form-email, .woocommerce-active #reviews .comment-form-author,
  .woocommerce-active #reviews .comment-form-email {
    width: 47%;
  }
  .woocommerce #reviews .comment-form-email, .woocommerce-active #reviews .comment-form-email {
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .images, .woocommerce-active .storefront-full-width-content.single-product div.product .images {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.70633em;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom, .woocommerce-active .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom {
    width: 11.1111111111%;
    float: left;
    margin-right: 11.11111%;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last, .woocommerce-active .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery, .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.70633em;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li, .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.11111%;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n), .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li, .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 25.9259259333%;
    float: left;
    margin-right: 11.11111%;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n), .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li, .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 16.6666666667%;
    float: left;
    margin-right: 11.11111%;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n), .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li, .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 11.1111111111%;
    float: left;
    margin-right: 11.11111%;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n), .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .summary, .woocommerce-active .storefront-full-width-content.single-product div.product .summary {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.70633em;
  }
  .woocommerce .storefront-full-width-content.single-product div.product .woocommerce-tabs, .woocommerce-active .storefront-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both;
  }
  .woocommerce .storefront-full-width-content.single-product #reviews .commentlist li .avatar, .woocommerce-active .storefront-full-width-content.single-product #reviews .commentlist li .avatar {
    width: 6.6666666667%;
    float: left;
    margin-right: 6.66667%;
  }
  .woocommerce .storefront-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text, .woocommerce-active .storefront-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product #reviews .commentlist ul.children, .woocommerce-active .storefront-full-width-content.single-product #reviews .commentlist ul.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content.single-product #reviews .commentlist ul.children .avatar, .woocommerce-active .storefront-full-width-content.single-product #reviews .commentlist ul.children .avatar {
    width: 7.6923076923%;
    float: left;
    margin-right: 7.69231%;
  }
  .woocommerce .storefront-full-width-content.single-product #reviews .commentlist ul.children .comment-text, .woocommerce-active .storefront-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content .woocommerce-products-header,
  .woocommerce .storefront-full-width-content.woocommerce-account .entry-header,
  .woocommerce .storefront-full-width-content.woocommerce-cart .entry-header,
  .woocommerce .storefront-full-width-content.woocommerce-checkout .entry-header, .woocommerce-active .storefront-full-width-content .woocommerce-products-header,
  .woocommerce-active .storefront-full-width-content.woocommerce-account .entry-header,
  .woocommerce-active .storefront-full-width-content.woocommerce-cart .entry-header,
  .woocommerce-active .storefront-full-width-content.woocommerce-checkout .entry-header {
    text-align: center;
    padding: 0 0 5.99684em;
  }
  .woocommerce .storefront-full-width-content .woocommerce-products-header h1:last-child,
  .woocommerce .storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
  .woocommerce .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
  .woocommerce .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child, .woocommerce-active .storefront-full-width-content .woocommerce-products-header h1:last-child,
  .woocommerce-active .storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
  .woocommerce-active .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
  .woocommerce-active .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child {
    margin-bottom: 0;
  }
  .woocommerce .storefront-full-width-content .related.products > h2:first-child,
  .woocommerce .storefront-full-width-content .up-sells > h2:first-child, .woocommerce-active .storefront-full-width-content .related.products > h2:first-child,
  .woocommerce-active .storefront-full-width-content .up-sells > h2:first-child {
    text-align: center;
  }
  .woocommerce .woocommerce .page-description, .woocommerce-active .woocommerce .page-description {
    margin-bottom: 1.618em;
  }
  .woocommerce .storefront-sorting, .woocommerce-active .storefront-sorting {
    margin-bottom: 2.61792em;
  }
  .woocommerce .storefront-sorting:after,
  .woocommerce .storefront-sorting:before, .woocommerce-active .storefront-sorting:after,
  .woocommerce-active .storefront-sorting:before {
    content: '';
    display: table;
  }
  .woocommerce .storefront-sorting:after, .woocommerce-active .storefront-sorting:after {
    clear: both;
  }
  .woocommerce .storefront-sorting select, .woocommerce-active .storefront-sorting select {
    width: auto;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-active .woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-active .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce .woocommerce-pagination, .woocommerce-active .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0;
  }
  .woocommerce .woocommerce-cart .hentry,
  .woocommerce .woocommerce-checkout .hentry, .woocommerce-active .woocommerce-cart .hentry,
  .woocommerce-active .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .woocommerce .page-template-template-fullwidth-php table.cart .product-thumbnail, .woocommerce-active .page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell;
  }
  .woocommerce .page-template-template-fullwidth-php table.cart thead, .woocommerce-active .page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0;
  }
  .woocommerce table.cart td,
  .woocommerce table.cart th, .woocommerce-active table.cart td,
  .woocommerce-active table.cart th {
    padding: 1.618em;
  }
  .woocommerce table.cart .qty, .woocommerce-active table.cart .qty {
    padding: .875em;
    max-width: 3.632em;
  }
  .woocommerce table.cart td.product-remove, .woocommerce-active table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0;
  }
  .woocommerce table.cart td.product-remove a.remove, .woocommerce-active table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
  }
  .woocommerce table.cart .product-quantity .minus,
  .woocommerce table.cart .product-quantity .plus, .woocommerce-active table.cart .product-quantity .minus,
  .woocommerce-active table.cart .product-quantity .plus {
    display: inline-block;
  }
  .woocommerce table.cart .quantity .qty, .woocommerce-active table.cart .quantity .qty {
    padding: 0.61805em;
  }
  .woocommerce table.cart td.actions, .woocommerce-active table.cart td.actions {
    text-align: right;
  }
  .woocommerce table.cart td.actions label, .woocommerce-active table.cart td.actions label {
    display: none;
  }
  .woocommerce table.cart td.actions .coupon, .woocommerce-active table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
  }
  .woocommerce table.cart td.actions input, .woocommerce-active table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .woocommerce .cart-collaterals:after,
  .woocommerce .cart-collaterals:before, .woocommerce-active .cart-collaterals:after,
  .woocommerce-active .cart-collaterals:before {
    content: '';
    display: table;
  }
  .woocommerce .cart-collaterals:after, .woocommerce-active .cart-collaterals:after {
    clear: both;
  }
  .woocommerce .cart-collaterals h2, .woocommerce-active .cart-collaterals h2 {
    font-size: 1.618em;
  }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-active .cart-collaterals .cross-sells {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li.product, .woocommerce-active .cart-collaterals .cross-sells ul.products li.product {
    width: 42.8571428571%;
    float: left;
    margin-right: 14.28571%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li.product:nth-child(2n), .woocommerce-active .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-active .cart-collaterals .cart_totals,
  .woocommerce-active .cart-collaterals .shipping_calculator {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
  .woocommerce .cart-collaterals .cart_totals small.includes_tax, .woocommerce-active .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-active .cart-collaterals .shipping_calculator {
    clear: right;
  }
  .woocommerce .page-template-template-fullwidth-php .cart-collaterals .cross-sells, .woocommerce-active .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product, .woocommerce-active .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.09091%;
  }
  .woocommerce .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
  .woocommerce .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator, .woocommerce-active .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
  .woocommerce-active .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .woocommerce #ship-to-different-address, .woocommerce-active #ship-to-different-address {
    position: relative;
  }
  .woocommerce #ship-to-different-address label, .woocommerce-active #ship-to-different-address label {
    font-weight: 300;
  }
  .woocommerce #ship-to-different-address .woocommerce-form__input-checkbox, .woocommerce-active #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
  }
  .woocommerce .col2-set, .woocommerce-active .col2-set {
    width: 52.9411764706%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .col2-set .form-row-first, .woocommerce-active .col2-set .form-row-first {
    width: 33.3333333333%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .woocommerce .col2-set .form-row-last, .woocommerce-active .col2-set .form-row-last {
    width: 55.5555555556%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-active .col2-set .col-1,
  .woocommerce-active .col2-set .col-2 {
    margin-bottom: 1.618em;
    max-width: 100%;
    padding: 0;
  }
  .woocommerce .col2-set + #customer_details, .woocommerce-active .col2-set + #customer_details {
    display: none;
  }
  .woocommerce .col2-set .woocommerce-billing-fields:after,
  .woocommerce .col2-set .woocommerce-billing-fields:before, .woocommerce-active .col2-set .woocommerce-billing-fields:after,
  .woocommerce-active .col2-set .woocommerce-billing-fields:before {
    content: '';
    display: table;
  }
  .woocommerce .col2-set .woocommerce-billing-fields:after, .woocommerce-active .col2-set .woocommerce-billing-fields:after {
    clear: both;
  }
  .woocommerce .col2-set.addresses, .woocommerce-active .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .col2-set.addresses .col-1, .woocommerce-active .col2-set.addresses .col-1 {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .col2-set.addresses .col-2, .woocommerce-active .col2-set.addresses .col-2 {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
  .woocommerce #customer_details + #wc_checkout_add_ons, .woocommerce-active #customer_details + #wc_checkout_add_ons {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
  }
  .woocommerce #wc_checkout_add_ons input[type=radio], .woocommerce-active #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: .5407911001em;
    clear: left;
    margin-top: 0.35em;
  }
  .woocommerce #order_review,
  .woocommerce #order_review_heading, .woocommerce-active #order_review,
  .woocommerce-active #order_review_heading {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
  }
  .woocommerce #order_review, .woocommerce-active #order_review {
    -webkit-transition: box-shadow ease .4s;
    transition: box-shadow ease 0.4s;
  }
  .woocommerce #order_review_heading, .woocommerce-active #order_review_heading {
    margin-bottom: 0;
    padding-bottom: 0.61805em;
  }
  .woocommerce .page-template-template-fullwidth-php.woocommerce-order-pay #order_review,
  .woocommerce .woocommerce-order-pay #order_review, .woocommerce-active .page-template-template-fullwidth-php.woocommerce-order-pay #order_review,
  .woocommerce-active .woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
  .woocommerce .woocommerce-order-pay #order_review #payment h3, .woocommerce-active .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
  .woocommerce-active .woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,
  .woocommerce .woocommerce-order-pay #order_review #payment .form-row, .woocommerce-active .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,
  .woocommerce-active .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row,
  .woocommerce .woocommerce-order-pay #order_review .payment_methods + .form-row, .woocommerce-active .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row,
  .woocommerce-active .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,
  .woocommerce .woocommerce-order-pay #order_review .button#place_order, .woocommerce-active .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,
  .woocommerce-active .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }
  .woocommerce .page-template-template-fullwidth-php .col2-set, .woocommerce-active .page-template-template-fullwidth-php .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .col2-set .form-row-first, .woocommerce-active .page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.09091%;
  }
  .woocommerce .page-template-template-fullwidth-php .col2-set .form-row-last, .woocommerce-active .page-template-template-fullwidth-php .col2-set .form-row-last {
    width: 45.4545454545%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .col2-set.addresses .col-1, .woocommerce-active .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .col2-set.addresses .col-2, .woocommerce-active .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php #order_review,
  .woocommerce .page-template-template-fullwidth-php #order_review_heading, .woocommerce-active .page-template-template-fullwidth-php #order_review,
  .woocommerce-active .page-template-template-fullwidth-php #order_review_heading {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons, .woocommerce-active .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .woocommerce #order_review .shop_table, .woocommerce-active #order_review .shop_table {
    margin-bottom: 2.61792em;
  }
  .woocommerce table + .addresses, .woocommerce-active table + .addresses {
    margin-top: 1.618em;
  }
  .woocommerce .col2-set#customer_login,
  .woocommerce .col2-set.addresses, .woocommerce-active .col2-set#customer_login,
  .woocommerce-active .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .col2-set#customer_login .col-1,
  .woocommerce .col2-set.addresses .col-1, .woocommerce-active .col2-set#customer_login .col-1,
  .woocommerce-active .col2-set.addresses .col-1 {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .col2-set#customer_login .col-2,
  .woocommerce .col2-set.addresses .col-2, .woocommerce-active .col2-set#customer_login .col-2,
  .woocommerce-active .col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation, .woocommerce-active .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .woocommerce-MyAccount-content, .woocommerce-active .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .woocommerce-MyAccount-content .form-row-first, .woocommerce-active .woocommerce-MyAccount-content .form-row-first {
    width: 38.4615384615%;
    float: left;
    margin-right: 7.69231%;
  }
  .woocommerce .woocommerce-MyAccount-content .form-row-last, .woocommerce-active .woocommerce-MyAccount-content .form-row-last {
    width: 53.8461538462%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content, .woocommerce-active .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation, .woocommerce-active .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: right;
    margin-right: 0;
  }
  .woocommerce table.my_account_orders, .woocommerce-active table.my_account_orders {
    font-size: 0.875em;
  }
  .woocommerce .page-template-template-fullwidth-php .col2-set#customer_login .col-1,
  .woocommerce .page-template-template-fullwidth-php .col2-set.addresses .col-1, .woocommerce-active .page-template-template-fullwidth-php .col2-set#customer_login .col-1,
  .woocommerce-active .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .col2-set#customer_login .col-2,
  .woocommerce .page-template-template-fullwidth-php .col2-set.addresses .col-2, .woocommerce-active .page-template-template-fullwidth-php .col2-set#customer_login .col-2,
  .woocommerce-active .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .woocommerce-MyAccount-content, .woocommerce-active .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first, .woocommerce-active .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
    width: 46.6666666667%;
    float: left;
    margin-right: 6.66667%;
  }
  .woocommerce .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last, .woocommerce-active .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
    width: 46.6666666667%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set, .woocommerce-active .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
    width: 100%;
  }
  .woocommerce .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-active .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
    width: 46.6666666667%;
    float: left;
    margin-right: 6.66667%;
  }
  .woocommerce .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce-active .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 46.6666666667%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation, .woocommerce-active .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .addresses header.title:after,
  .woocommerce .addresses header.title:before, .woocommerce-active .addresses header.title:after,
  .woocommerce-active .addresses header.title:before {
    content: '';
    display: table;
  }
  .woocommerce .addresses header.title:after, .woocommerce-active .addresses header.title:after {
    clear: both;
  }
  .woocommerce .addresses header.title a, .woocommerce-active .addresses header.title a {
    float: right;
  }
  .woocommerce .addresses header.title h3, .woocommerce-active .addresses header.title h3 {
    float: left;
  }
  .woocommerce .form-row-first, .woocommerce-active .form-row-first {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
    clear: both;
  }
  .woocommerce .form-row-last, .woocommerce-active .form-row-last {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .form-row-first, .woocommerce-active .page-template-template-fullwidth-php .form-row-first {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .form-row-last, .woocommerce-active .page-template-template-fullwidth-php .form-row-last {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .storefront-full-width-content .woocommerce-tabs ul.tabs, .woocommerce-active .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .storefront-full-width-content .woocommerce-tabs .panel, .woocommerce-active .storefront-full-width-content .woocommerce-tabs .panel {
    width: 65.2173913043%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.70633em;
  }
  .woocommerce .woocommerce-tabs, .woocommerce-active .woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.61792em;
  }
  .woocommerce .woocommerce-tabs ul.tabs, .woocommerce-active .woocommerce-tabs ul.tabs {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .woocommerce-tabs ul.tabs li.active:after, .woocommerce-active .woocommerce-tabs ul.tabs li.active:after {
    right: 1em;
  }
  .woocommerce .woocommerce-tabs .panel, .woocommerce-active .woocommerce-tabs .panel {
    width: 64.7058823529%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
  .woocommerce .storefront-product-pagination, .woocommerce-active .storefront-product-pagination {
    display: block;
  }
  .woocommerce .storefront-product-pagination a, .woocommerce-active .storefront-product-pagination a {
    position: fixed;
    top: 50%;
    width: 500px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .woocommerce .storefront-product-pagination a img, .woocommerce-active .storefront-product-pagination a img {
    max-width: 90px;
    border-radius: 0;
  }
  .woocommerce .storefront-product-pagination a[rel=prev], .woocommerce-active .storefront-product-pagination a[rel=prev] {
    left: -455px;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    padding-left: 1em;
  }
  .woocommerce .storefront-product-pagination a[rel=prev]:hover, .woocommerce-active .storefront-product-pagination a[rel=prev]:hover {
    left: 0;
  }
  .woocommerce .storefront-product-pagination a[rel=prev] img, .woocommerce-active .storefront-product-pagination a[rel=prev] img {
    margin-left: 1.41575em;
  }
  .woocommerce .storefront-product-pagination a[rel=prev] .storefront-product-pagination__title, .woocommerce-active .storefront-product-pagination a[rel=prev] .storefront-product-pagination__title {
    margin-right: auto;
  }
  .woocommerce .storefront-product-pagination a[rel=next], .woocommerce-active .storefront-product-pagination a[rel=next] {
    right: -455px;
    -webkit-transition: right .3s ease-in;
    transition: right .3s ease-in;
    padding-right: 1em;
  }
  .woocommerce .storefront-product-pagination a[rel=next]:hover, .woocommerce-active .storefront-product-pagination a[rel=next]:hover {
    right: 0;
  }
  .woocommerce .storefront-product-pagination a[rel=next] img, .woocommerce-active .storefront-product-pagination a[rel=next] img {
    margin-right: 1.41575em;
  }
  .woocommerce .storefront-product-pagination a[rel=next] .storefront-product-pagination__title, .woocommerce-active .storefront-product-pagination a[rel=next] .storefront-product-pagination__title {
    margin-left: auto;
  }
  .woocommerce .storefront-sticky-add-to-cart, .woocommerce-active .storefront-sticky-add-to-cart {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    padding: 1em;
    overflow: hidden;
    zoom: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .woocommerce .storefront-sticky-add-to-cart--slideInDown, .woocommerce-active .storefront-sticky-add-to-cart--slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .woocommerce .storefront-sticky-add-to-cart--slideOutUp, .woocommerce-active .storefront-sticky-add-to-cart--slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
  .woocommerce .storefront-sticky-add-to-cart__content, .woocommerce-active .storefront-sticky-add-to-cart__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .woocommerce .storefront-sticky-add-to-cart__content-title, .woocommerce-active .storefront-sticky-add-to-cart__content-title {
    display: block;
  }
  .woocommerce .storefront-sticky-add-to-cart__content-price, .woocommerce-active .storefront-sticky-add-to-cart__content-price {
    margin-right: .875em;
    opacity: 0.5;
  }
  .woocommerce .storefront-sticky-add-to-cart__content-button, .woocommerce-active .storefront-sticky-add-to-cart__content-button {
    margin-left: auto;
  }
  .woocommerce .storefront-sticky-add-to-cart img, .woocommerce-active .storefront-sticky-add-to-cart img {
    max-width: 3.706325903em;
    margin: 0 1.41575em 0 0;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce .storefront-sticky-add-to-cart .star-rating, .woocommerce-active .storefront-sticky-add-to-cart .star-rating {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
  }
  .woocommerce .admin-bar .storefront-sticky-add-to-cart--slideInDown, .woocommerce-active .admin-bar .storefront-sticky-add-to-cart--slideInDown {
    top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .woocommerce body:not(.page-template-template-fullwidth-php) table.cart td,
  .woocommerce body:not(.page-template-template-fullwidth-php) table.cart th, .woocommerce-active body:not(.page-template-template-fullwidth-php) table.cart td,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em;
  }
}
@media (min-width: 768px) {
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,
  .woocommerce .page-template-template-homepage-php .site-main .columns-1 ul.products li.product,
  .woocommerce .storefront-full-width-content .site-main .columns-1 ul.products li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-1 ul.products li.product,
  .woocommerce-active .storefront-full-width-content .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,
  .woocommerce .page-template-template-homepage-php .site-main .columns-2 ul.products li.product,
  .woocommerce .storefront-full-width-content .site-main .columns-2 ul.products li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-2 ul.products li.product,
  .woocommerce-active .storefront-full-width-content .site-main .columns-2 ul.products li.product {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,
  .woocommerce .page-template-template-homepage-php .site-main .columns-3 ul.products li.product,
  .woocommerce .storefront-full-width-content .site-main .columns-3 ul.products li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-3 ul.products li.product,
  .woocommerce-active .storefront-full-width-content .site-main .columns-3 ul.products li.product {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,
  .woocommerce .page-template-template-homepage-php .site-main .columns-4 ul.products li.product,
  .woocommerce .storefront-full-width-content .site-main .columns-4 ul.products li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-4 ul.products li.product,
  .woocommerce-active .storefront-full-width-content .site-main .columns-4 ul.products li.product {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,
  .woocommerce .page-template-template-homepage-php .site-main .columns-5 ul.products li.product,
  .woocommerce .storefront-full-width-content .site-main .columns-5 ul.products li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-5 ul.products li.product,
  .woocommerce-active .storefront-full-width-content .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product,
  .woocommerce .page-template-template-homepage-php .site-main .columns-6 ul.products li.product,
  .woocommerce .storefront-full-width-content .site-main .columns-6 ul.products li.product, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-6 ul.products li.product,
  .woocommerce-active .storefront-full-width-content .site-main .columns-6 ul.products li.product {
    width: 13.0434782609%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .site-main .columns-1 ul.products li.product, .woocommerce-active .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .woocommerce .site-main .columns-2 ul.products li.product, .woocommerce-active .site-main .columns-2 ul.products li.product {
    width: 48%;
    margin-right: 3.8%;
  }
  .woocommerce .site-main .columns-3 ul.products li.product, .woocommerce-active .site-main .columns-3 ul.products li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .site-main .columns-4 ul.products li.product, .woocommerce-active .site-main .columns-4 ul.products li.product {
    width: 22.05%;
    margin-right: 3.8%;
  }
  .woocommerce .site-main .columns-5 ul.products li.product, .woocommerce-active .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .woocommerce .site-main .columns-6 ul.products li.product, .woocommerce-active .site-main .columns-6 ul.products li.product {
    width: 11.7647058824%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .site-main ul.products li.product, .woocommerce-active .site-main ul.products li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .storefront-full-width-content.single-product .related ul.products li.product,
  .woocommerce .storefront-full-width-content.single-product .upsells ul.products li.product, .woocommerce-active .storefront-full-width-content.single-product .related ul.products li.product,
  .woocommerce-active .storefront-full-width-content.single-product .upsells ul.products li.product {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
}
.woocommerce .variations-table, .woocommerce-active .variations-table {
  margin: 0;
}
.woocommerce .variations-table th,
.woocommerce .variations-table td, .woocommerce-active .variations-table th,
.woocommerce-active .variations-table td {
  display: block;
  padding: 0;
  background-color: transparent;
}
.woocommerce .variations-table td.label, .woocommerce-active .variations-table td.label {
  margin-bottom: 1em;
}
.woocommerce .variations-table .swatch-wrapper, .woocommerce-active .variations-table .swatch-wrapper {
  padding: .6180469716em;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  display: inline-block;
  margin: 0 0.327em 1em 0;
}
.woocommerce .variations-table .swatch-wrapper img, .woocommerce-active .variations-table .swatch-wrapper img {
  opacity: 0.5;
}
.woocommerce .variations-table .swatch-wrapper .swatch-anchor:focus, .woocommerce-active .variations-table .swatch-wrapper .swatch-anchor:focus {
  outline: none;
}
.woocommerce .variations-table .swatch-wrapper.selected,
.woocommerce .variations-table .swatch-wrapper:hover, .woocommerce-active .variations-table .swatch-wrapper.selected,
.woocommerce-active .variations-table .swatch-wrapper:hover {
  padding: .6180469716em;
  background-color: #fff;
}
.woocommerce .variations-table .swatch-wrapper.selected img,
.woocommerce .variations-table .swatch-wrapper:hover img, .woocommerce-active .variations-table .swatch-wrapper.selected img,
.woocommerce-active .variations-table .swatch-wrapper:hover img {
  opacity: 1;
}
.woocommerce .variations-table .swatch-wrapper.selected, .woocommerce-active .variations-table .swatch-wrapper.selected {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce a#variations_clear, .woocommerce-active a#variations_clear {
  display: block;
  margin: 1em 0 1.618em;
}
.woocommerce .composite_summary .summary_element .summary_element_wrapper, .woocommerce-active .composite_summary .summary_element .summary_element_wrapper {
  box-shadow: 0 0 0 4px transparent;
}
.woocommerce .composite_summary .summary_element .summary_element_wrapper.selected,
.woocommerce .composite_summary .summary_element .summary_element_wrapper.selected:hover, .woocommerce-active .composite_summary .summary_element .summary_element_wrapper.selected,
.woocommerce-active .composite_summary .summary_element .summary_element_wrapper.selected:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}
.woocommerce .composite_summary .summary_element .summary_element_wrapper:hover, .woocommerce-active .composite_summary .summary_element .summary_element_wrapper:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03);
}
.woocommerce .composite_summary .summary_element .summary_element_wrapper.disabled,
.woocommerce .composite_summary .summary_element .summary_element_wrapper.disabled:hover, .woocommerce-active .composite_summary .summary_element .summary_element_wrapper.disabled,
.woocommerce-active .composite_summary .summary_element .summary_element_wrapper.disabled:hover {
  box-shadow: 0 0 0 4px transparent;
}
.woocommerce .widget.widget_composite_summary.widget_position_fixed, .woocommerce-active .widget.widget_composite_summary.widget_position_fixed {
  font-size: 1em;
}
.woocommerce .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_price, .woocommerce-active .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_price {
  font-size: 1.41575em;
}
.woocommerce .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content, .woocommerce-active .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.617924em;
  box-sizing: content-box;
}
.woocommerce .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:before,
.woocommerce .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:after, .woocommerce-active .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:before,
.woocommerce-active .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:after {
  content: '';
  display: table;
}
.woocommerce .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:after, .woocommerce-active .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content:after {
  clear: both;
}
@media (max-width: ms(18)) {
  .woocommerce .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content, .woocommerce-active .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .woocommerce .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content, .woocommerce-active .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
.woocommerce .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper > div, .woocommerce-active .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper > div {
  margin-left: 0;
}
.woocommerce .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper, .woocommerce-active .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
  width: 73.9130434783%;
  float: left;
  margin-right: 4.34783%;
}
.woocommerce .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper, .woocommerce-active .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
  width: 21.7391304348%;
  float: right;
  margin-right: 0;
}
.woocommerce .right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper, .woocommerce-active .right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
  width: 73.9130434783%;
  float: left;
  margin-right: 4.34783%;
}
.woocommerce .right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper, .woocommerce-active .right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
  width: 21.7391304348%;
  float: right;
  margin-right: 0;
}
.woocommerce .left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper, .woocommerce-active .left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
  width: 73.9130434783%;
  float: right;
  margin-right: 0;
}
.woocommerce .left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper, .woocommerce-active .left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
  width: 21.7391304348%;
  float: left;
  margin-right: 4.34783%;
}
.woocommerce .left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .composite_button, .woocommerce-active .left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .composite_button {
  float: left;
}
.woocommerce .single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data, .woocommerce-active .single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .single-product div.product .component_selections .component_summary, .woocommerce-active .single-product div.product .component_selections .component_summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .single-product div.product .component_selections .component_summary .content, .woocommerce-active .single-product div.product .component_selections .component_summary .content {
  margin-bottom: 1.618em;
}
.woocommerce .single-product div.product .component_selections .component_summary .composited_product_details_wrapper, .woocommerce-active .single-product div.product .component_selections .component_summary .composited_product_details_wrapper {
  padding-left: 0;
}
.woocommerce .single-product div.product .component_selections .component_summary .composited_product_images, .woocommerce-active .single-product div.product .component_selections .component_summary .composited_product_images {
  margin-left: 0;
  width: 21.7391304348%;
  float: left;
  margin-right: 4.34783%;
}
.woocommerce .single-product div.product .component_selections .component_summary .composited_product_images a, .woocommerce-active .single-product div.product .component_selections .component_summary .composited_product_images a {
  padding-right: 0;
}
.woocommerce .single-product div.product .component_selections .component_summary .composited_product_images img, .woocommerce-active .single-product div.product .component_selections .component_summary .composited_product_images img {
  width: 100%;
  height: auto;
}
.woocommerce .single-product div.product .component_selections .component_summary .component_data, .woocommerce-active .single-product div.product .component_selections .component_summary .component_data {
  width: 73.9130434783%;
  float: right;
  margin-right: 0;
  margin-left: 0;
}
.woocommerce .single-product div.product .component_selections > div, .woocommerce-active .single-product div.product .component_selections > div {
  padding-left: 0;
}
.woocommerce .single-product div.product .component_selections .select_label, .woocommerce-active .single-product div.product .component_selections .select_label {
  display: block;
  margin-bottom: 1em;
}
.woocommerce .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail, .woocommerce-active .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail {
  margin-left: 5px;
  box-shadow: 0 0 0 4px transparent;
}
.woocommerce .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected,
.woocommerce .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected:hover, .woocommerce-active .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected,
.woocommerce-active .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}
.woocommerce .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail:hover, .woocommerce-active .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03);
}
.woocommerce .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled,
.woocommerce .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled:hover, .woocommerce-active .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled,
.woocommerce-active .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled:hover {
  box-shadow: 0 0 0 4px transparent;
}
.woocommerce .single-product div.product .component.progressive .component_summary, .woocommerce-active .single-product div.product .component.progressive .component_summary {
  border-bottom: none;
}
.woocommerce .storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data, .woocommerce-active .storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images, .woocommerce-active .storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images {
  width: 21.7391304348%;
  float: left;
  margin-right: 4.34783%;
}
.woocommerce .storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a, .woocommerce-active .storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a {
  padding-right: 0;
}
.woocommerce .storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data, .woocommerce-active .storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data {
  width: 73.9130434783%;
  float: right;
  margin-right: 0;
  margin-left: 0;
}
.woocommerce .swc-product-gallery-stacked.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
.woocommerce .swc-product-gallery-hidden.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data, .woocommerce-active .swc-product-gallery-stacked.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
.woocommerce-active .swc-product-gallery-hidden.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images,
.woocommerce .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images, .woocommerce-active .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images,
.woocommerce-active .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images {
  width: 21.7391304348%;
  float: left;
  margin-right: 4.34783%;
}
.woocommerce .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images a,
.woocommerce .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images a, .woocommerce-active .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images a,
.woocommerce-active .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images a {
  padding-right: 0;
}
.woocommerce .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .component_data,
.woocommerce .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .component_data, .woocommerce-active .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .component_data,
.woocommerce-active .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .component_data {
  width: 73.9130434783%;
  float: right;
  margin-right: 0;
}
.woocommerce .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
.woocommerce .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data, .woocommerce-active .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
.woocommerce-active .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
.woocommerce .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images, .woocommerce-active .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
.woocommerce-active .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images {
  width: 21.7391304348%;
  float: left;
  margin-right: 4.34783%;
}
.woocommerce .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
.woocommerce .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a, .woocommerce-active .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
.woocommerce-active .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a {
  padding-right: 0;
}
.woocommerce .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data,
.woocommerce .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data, .woocommerce-active .swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data,
.woocommerce-active .swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data {
  width: 73.9130434783%;
  float: right;
  margin-right: 0;
}
.woocommerce .bundle_form div.bundled_product_summary, .woocommerce-active .bundle_form div.bundled_product_summary {
  padding-bottom: 1.618em !important;
  margin-bottom: 1.618em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .woocommerce .bundle_form div.bundled_product_summary, .woocommerce-active .bundle_form div.bundled_product_summary {
    padding-left: 0;
  }
  .woocommerce .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-active .bundle_form div.bundled_product_summary .bundled_product_images {
    margin-left: 0;
    width: 15.7894736842%;
    float: left;
    margin-right: 5.26316%;
  }
  .woocommerce .bundle_form div.bundled_product_summary .bundled_product_images a, .woocommerce-active .bundle_form div.bundled_product_summary .bundled_product_images a {
    margin: 0 !important;
  }
  .woocommerce .bundle_form div.bundled_product_summary .bundled_product_images img, .woocommerce-active .bundle_form div.bundled_product_summary .bundled_product_images img {
    width: 100% !important;
  }
  .woocommerce .bundle_form div.bundled_product_summary .details, .woocommerce-active .bundle_form div.bundled_product_summary .details {
    width: 78.9473684211%;
    float: right;
    margin-right: 0;
    font-size: 0.875em;
  }
  .woocommerce .bundle_form div.bundled_product_summary.thumbnail_hidden, .woocommerce-active .bundle_form div.bundled_product_summary.thumbnail_hidden {
    padding-left: 0;
  }
  .woocommerce .bundle_form div.bundled_product_summary.thumbnail_hidden .details, .woocommerce-active .bundle_form div.bundled_product_summary.thumbnail_hidden .details {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary,
  .woocommerce .storefront-full-width-content .bundle_form div.bundled_product_summary, .woocommerce-active .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary,
  .woocommerce-active .storefront-full-width-content .bundle_form div.bundled_product_summary {
    padding-left: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .bundled_product_images,
  .woocommerce .storefront-full-width-content .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-active .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .bundled_product_images,
  .woocommerce-active .storefront-full-width-content .bundle_form div.bundled_product_summary .bundled_product_images {
    margin-left: 0;
    width: 20%;
    float: left;
    margin-right: 6.66667%;
  }
  .woocommerce .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .details,
  .woocommerce .storefront-full-width-content .bundle_form div.bundled_product_summary .details, .woocommerce-active .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .details,
  .woocommerce-active .storefront-full-width-content .bundle_form div.bundled_product_summary .details {
    width: 73.3333333333%;
    float: right;
    margin-right: 0;
    font-size: 1em;
  }
  .woocommerce .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden,
  .woocommerce .storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden, .woocommerce-active .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden,
  .woocommerce-active .storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden {
    padding-left: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden .details,
  .woocommerce .storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden .details, .woocommerce-active .page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden .details,
  .woocommerce-active .storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden .details {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce .mnm_table .product-thumbnail,
.woocommerce .mnm_table .product-name,
.woocommerce .mnm_table .product-quantity,
.woocommerce .mnm_table .container-quantity, .woocommerce-active .mnm_table .product-thumbnail,
.woocommerce-active .mnm_table .product-name,
.woocommerce-active .mnm_table .product-quantity,
.woocommerce-active .mnm_table .container-quantity {
  padding: 0.61805em 0.875em !important;
}
.woocommerce .mnm_table .mnm_item img, .woocommerce-active .mnm_table .mnm_item img {
  max-width: 100%;
}
.woocommerce .mnm_table .product-name, .woocommerce-active .mnm_table .product-name {
  vertical-align: middle;
}
.woocommerce .cart .mnm_table_item .product-thumbnail img,
.woocommerce .shop_table .mnm_table_item .product-thumbnail img, .woocommerce-active .cart .mnm_table_item .product-thumbnail img,
.woocommerce-active .shop_table .mnm_table_item .product-thumbnail img {
  max-width: 2.61792em !important;
}
.woocommerce .cart .mnm_table_item .mnm_table_item_indent,
.woocommerce .shop_table .mnm_table_item .mnm_table_item_indent, .woocommerce-active .cart .mnm_table_item .mnm_table_item_indent,
.woocommerce-active .shop_table .mnm_table_item .mnm_table_item_indent {
  padding-left: 0;
}
.woocommerce .cart .mnm_table_item .product-name,
.woocommerce .cart .mnm_table_item .product-price,
.woocommerce .cart .mnm_table_item .product-quantity,
.woocommerce .shop_table .mnm_table_item .product-name,
.woocommerce .shop_table .mnm_table_item .product-price,
.woocommerce .shop_table .mnm_table_item .product-quantity, .woocommerce-active .cart .mnm_table_item .product-name,
.woocommerce-active .cart .mnm_table_item .product-price,
.woocommerce-active .cart .mnm_table_item .product-quantity,
.woocommerce-active .shop_table .mnm_table_item .product-name,
.woocommerce-active .shop_table .mnm_table_item .product-price,
.woocommerce-active .shop_table .mnm_table_item .product-quantity {
  font-size: 1em;
}
.woocommerce .mnm_image, .woocommerce-active .mnm_image {
  max-width: 3.70633em;
}
.woocommerce .bundled_table_item .product-name,
.woocommerce .bundled_table_item .product-price,
.woocommerce .bundled_table_item:not(.order_item) .product-quantity,
.woocommerce .bundled_table_item .product-subtotal,
.woocommerce .bundled_table_item .product-total, .woocommerce-active .bundled_table_item .product-name,
.woocommerce-active .bundled_table_item .product-price,
.woocommerce-active .bundled_table_item:not(.order_item) .product-quantity,
.woocommerce-active .bundled_table_item .product-subtotal,
.woocommerce-active .bundled_table_item .product-total {
  font-size: 0.875em;
}
.woocommerce .bundled_table_item .bundled_table_item_indent, .woocommerce-active .bundled_table_item .bundled_table_item_indent {
  padding-left: 32px;
}
.woocommerce .woocommerce .bundled_table_item td.product-name dl.variation,
.woocommerce .woocommerce-page .bundled_table_item td.product-name dl.variation,
.woocommerce .bundled_table_item td.product-name .wc-item-meta, .woocommerce-active .woocommerce .bundled_table_item td.product-name dl.variation,
.woocommerce-active .woocommerce-page .bundled_table_item td.product-name dl.variation,
.woocommerce-active .bundled_table_item td.product-name .wc-item-meta {
  font-size: 100%;
}
.woocommerce .bundled_table_item,
.woocommerce .bundled_table_item td, .woocommerce-active .bundled_table_item,
.woocommerce-active .bundled_table_item td {
  border-top: none !important;
  border-bottom: none !important;
}
.woocommerce .bundle_table_item,
.woocommerce .bundle_table_item td, .woocommerce-active .bundle_table_item,
.woocommerce-active .bundle_table_item td {
  border-bottom: none !important;
}
.woocommerce dt.bundled_title_meta,
.woocommerce .bundled_notice, .woocommerce-active dt.bundled_title_meta,
.woocommerce-active .bundled_notice {
  margin: 12px 0 5px;
}
.woocommerce a.edit_bundle_in_cart_text, .woocommerce-active a.edit_bundle_in_cart_text {
  color: #888;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .woocommerce .storefront-pricing-table, .woocommerce-active .storefront-pricing-table {
    margin-bottom: 2.618em;
  }
  .woocommerce .storefront-pricing-table:after, .woocommerce-active .storefront-pricing-table:after {
    clear: both;
    content: "";
    display: table;
  }
  .woocommerce .storefront-pricing-table.align-left .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.align-left .storefront-pricing-column {
    text-align: left;
  }
  .woocommerce .storefront-pricing-table.align-right .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.align-right .storefront-pricing-column {
    text-align: right;
  }
  .woocommerce .storefront-pricing-table.align-center .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.align-center .storefront-pricing-column {
    text-align: center;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column.highlight, .woocommerce-active .storefront-pricing-table .storefront-pricing-column.highlight {
    box-shadow: 0 1px 1em 0 rgba(0, 0, 0, 0.2);
    margin-top: -0.65em;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column.highlight .column-title, .woocommerce-active .storefront-pricing-table .storefront-pricing-column.highlight .column-title {
    padding-top: 1em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column.highlight .features li, .woocommerce-active .storefront-pricing-table .storefront-pricing-column.highlight .features li {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column.highlight .features li:nth-child(odd), .woocommerce-active .storefront-pricing-table .storefront-pricing-column.highlight .features li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column:first-child .column-title, .woocommerce-active .storefront-pricing-table .storefront-pricing-column:first-child .column-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column:last-child .column-title, .woocommerce-active .storefront-pricing-table .storefront-pricing-column:last-child .column-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column img, .woocommerce-active .storefront-pricing-table .storefront-pricing-column img {
    margin: 0 auto;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .column-title, .woocommerce-active .storefront-pricing-table .storefront-pricing-column .column-title {
    margin: 0;
    padding: 0.618em 1em;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .features, .woocommerce-active .storefront-pricing-table .storefront-pricing-column .features {
    margin: 0;
    list-style-type: none;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .features li, .woocommerce-active .storefront-pricing-table .storefront-pricing-column .features li {
    padding: 1em 1.387em;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .features li:nth-child(odd), .woocommerce-active .storefront-pricing-table .storefront-pricing-column .features li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .features:first-child, .woocommerce-active .storefront-pricing-table .storefront-pricing-column .features:first-child {
    margin-top: 4.55em;
    background: rgba(0, 0, 0, 0.05);
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline, .woocommerce-active .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline {
    margin: 0;
    border: 0 !important;
    padding: 1.387em !important;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline .amount, .woocommerce-active .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline .amount {
    display: block;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 1.387em;
  }
  .woocommerce .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline .button, .woocommerce-active .storefront-pricing-table .storefront-pricing-column .add_to_cart_inline .button {
    display: block;
    text-align: center;
  }
  .woocommerce .storefront-pricing-table.columns-2 .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.columns-2 .storefront-pricing-column {
    width: 50%;
    float: left;
  }
  .woocommerce .storefront-pricing-table.columns-3 .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.columns-3 .storefront-pricing-column {
    width: 33.3333%;
    float: left;
  }
  .woocommerce .storefront-pricing-table.columns-4 .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.columns-4 .storefront-pricing-column {
    width: 25%;
    float: left;
  }
  .woocommerce .storefront-pricing-table.columns-5 .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.columns-5 .storefront-pricing-column {
    width: 20%;
    float: left;
  }
  .woocommerce .storefront-pricing-table.columns-6 .storefront-pricing-column, .woocommerce-active .storefront-pricing-table.columns-6 .storefront-pricing-column {
    width: 16.666666667%;
    float: left;
  }
}
.woocommerce body,
.woocommerce .site, .woocommerce-active body,
.woocommerce-active .site {
  overflow-x: hidden;
}
.woocommerce .sprh-hero, .woocommerce-active .sprh-hero {
  margin-bottom: 2.618em;
  text-align: center;
  background-position: center center;
  position: relative;
  margin-left: -1.618em;
  margin-right: -1.618em;
}
.woocommerce .sprh-hero .sprh-featured-image img, .woocommerce-active .sprh-hero .sprh-featured-image img {
  margin: 0 auto 1.618em;
  display: block;
}
.woocommerce .sprh-hero .star-rating, .woocommerce-active .sprh-hero .star-rating {
  margin: 0 auto 1.618em;
}
.woocommerce .sprh-hero p.more-details,
.woocommerce .sprh-hero p.add_to_cart_inline, .woocommerce-active .sprh-hero p.more-details,
.woocommerce-active .sprh-hero p.add_to_cart_inline {
  display: block;
}
.woocommerce .sprh-hero p.add_to_cart_inline, .woocommerce-active .sprh-hero p.add_to_cart_inline {
  border: 0 !important;
  padding: 0 !important;
  line-height: 2.618;
}
.woocommerce .sprh-hero p.add_to_cart_inline:before,
.woocommerce .sprh-hero p.add_to_cart_inline:after, .woocommerce-active .sprh-hero p.add_to_cart_inline:before,
.woocommerce-active .sprh-hero p.add_to_cart_inline:after {
  content: "";
  display: table;
}
.woocommerce .sprh-hero p.add_to_cart_inline:after, .woocommerce-active .sprh-hero p.add_to_cart_inline:after {
  clear: both;
}
.woocommerce .sprh-hero p.add_to_cart_inline .amount, .woocommerce-active .sprh-hero p.add_to_cart_inline .amount {
  font-weight: 700;
}
.woocommerce .sprh-hero p.add_to_cart_inline .button, .woocommerce-active .sprh-hero p.add_to_cart_inline .button {
  float: left;
  margin-right: 1em;
  line-height: 1.618;
}
.woocommerce .sprh-hero .overlay, .woocommerce-active .sprh-hero .overlay {
  padding: 2.618em;
}
.woocommerce .sprh-hero .col-full, .woocommerce-active .sprh-hero .col-full {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.woocommerce .sprh-hero.fixed, .woocommerce-active .sprh-hero.fixed {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .sprh-hero h1, .woocommerce-active .sprh-hero h1 {
  font-weight: 700;
}
.woocommerce .sprh-hero p:last-child, .woocommerce-active .sprh-hero p:last-child {
  margin-bottom: 0;
}
.woocommerce .page-template-template-homepage .site-main .sprh-hero:first-child, .woocommerce-active .page-template-template-homepage .site-main .sprh-hero:first-child {
  margin-top: -4.236em;
}
.woocommerce .woocommerce + #primary #main .sprh-hero:first-child, .woocommerce-active .woocommerce + #primary #main .sprh-hero:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce .sprh-hero, .woocommerce-active .sprh-hero {
    margin-bottom: 4.236em;
    margin-left: -2.618em;
    margin-right: -2.618em;
  }
  .woocommerce .sprh-hero .overlay, .woocommerce-active .sprh-hero .overlay {
    padding: 9.505em;
  }
  .woocommerce .sprh-hero.left p,
  .woocommerce .sprh-hero.left h1, .woocommerce-active .sprh-hero.left p,
  .woocommerce-active .sprh-hero.left h1 {
    margin-left: 0;
    margin-right: 40%;
  }
  .woocommerce .sprh-hero.right p,
  .woocommerce .sprh-hero.right h1, .woocommerce-active .sprh-hero.right p,
  .woocommerce-active .sprh-hero.right h1 {
    margin-right: 0;
    margin-left: 40%;
  }
  .woocommerce .sprh-hero p,
  .woocommerce .sprh-hero h1, .woocommerce-active .sprh-hero p,
  .woocommerce-active .sprh-hero h1 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .woocommerce .sprh-hero.sprh-layout-left,
  .woocommerce .sprh-hero.sprh-layout-right, .woocommerce-active .sprh-hero.sprh-layout-left,
  .woocommerce-active .sprh-hero.sprh-layout-right {
    text-align: left;
  }
  .woocommerce .sprh-hero.sprh-layout-left .col-full:before,
  .woocommerce .sprh-hero.sprh-layout-left .col-full:after,
  .woocommerce .sprh-hero.sprh-layout-right .col-full:before,
  .woocommerce .sprh-hero.sprh-layout-right .col-full:after, .woocommerce-active .sprh-hero.sprh-layout-left .col-full:before,
  .woocommerce-active .sprh-hero.sprh-layout-left .col-full:after,
  .woocommerce-active .sprh-hero.sprh-layout-right .col-full:before,
  .woocommerce-active .sprh-hero.sprh-layout-right .col-full:after {
    content: "";
    display: table;
  }
  .woocommerce .sprh-hero.sprh-layout-left .col-full:after,
  .woocommerce .sprh-hero.sprh-layout-right .col-full:after, .woocommerce-active .sprh-hero.sprh-layout-left .col-full:after,
  .woocommerce-active .sprh-hero.sprh-layout-right .col-full:after {
    clear: both;
  }
  .woocommerce .sprh-hero.sprh-layout-left p,
  .woocommerce .sprh-hero.sprh-layout-left h1,
  .woocommerce .sprh-hero.sprh-layout-left .sprh-featured-image img,
  .woocommerce .sprh-hero.sprh-layout-left .star-rating,
  .woocommerce .sprh-hero.sprh-layout-right p,
  .woocommerce .sprh-hero.sprh-layout-right h1,
  .woocommerce .sprh-hero.sprh-layout-right .sprh-featured-image img,
  .woocommerce .sprh-hero.sprh-layout-right .star-rating, .woocommerce-active .sprh-hero.sprh-layout-left p,
  .woocommerce-active .sprh-hero.sprh-layout-left h1,
  .woocommerce-active .sprh-hero.sprh-layout-left .sprh-featured-image img,
  .woocommerce-active .sprh-hero.sprh-layout-left .star-rating,
  .woocommerce-active .sprh-hero.sprh-layout-right p,
  .woocommerce-active .sprh-hero.sprh-layout-right h1,
  .woocommerce-active .sprh-hero.sprh-layout-right .sprh-featured-image img,
  .woocommerce-active .sprh-hero.sprh-layout-right .star-rating {
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .sprh-hero.sprh-layout-left .sprh-featured-image, .woocommerce-active .sprh-hero.sprh-layout-left .sprh-featured-image {
    width: 39.13043%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .sprh-hero.sprh-layout-left .sprh-hero-content-wrapper, .woocommerce-active .sprh-hero.sprh-layout-left .sprh-hero-content-wrapper {
    width: 56.52174%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .sprh-hero.sprh-layout-right .sprh-featured-image, .woocommerce-active .sprh-hero.sprh-layout-right .sprh-featured-image {
    width: 39.13043%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .sprh-hero.sprh-layout-right .sprh-hero-content-wrapper, .woocommerce-active .sprh-hero.sprh-layout-right .sprh-hero-content-wrapper {
    width: 56.52174%;
    float: right;
    margin-right: 0;
  }
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce .textwidget .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce .textwidget .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce .textwidget .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce .textwidget .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce .textwidget .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce .textwidget .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce .page-description .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce .page-description .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce .page-description .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce .page-description .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce .page-description .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce .page-description .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce .term-description .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce .term-description .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce .term-description .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce .term-description .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce .term-description .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce .term-description .sprh-hero.sprh-layout-center.full .overlay, .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-center.full .overlay,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-left.fixed .overlay,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-left.full .overlay,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-right.fixed .overlay,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-right.full .overlay,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-center.fixed .overlay,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-center.full .overlay {
    padding: 2.618em;
  }
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.full,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.full,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.full,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.full,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.full,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.full,
  .woocommerce .textwidget .sprh-hero.sprh-layout-left.full,
  .woocommerce .textwidget .sprh-hero.sprh-layout-right.full,
  .woocommerce .textwidget .sprh-hero.sprh-layout-center.full,
  .woocommerce .page-description .sprh-hero.sprh-layout-left.full,
  .woocommerce .page-description .sprh-hero.sprh-layout-right.full,
  .woocommerce .page-description .sprh-hero.sprh-layout-center.full,
  .woocommerce .term-description .sprh-hero.sprh-layout-left.full,
  .woocommerce .term-description .sprh-hero.sprh-layout-right.full,
  .woocommerce .term-description .sprh-hero.sprh-layout-center.full, .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left.full,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right.full,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center.full,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left.full,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right.full,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center.full,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-left.full,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-right.full,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-center.full,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-left.full,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-right.full,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-center.full,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-left.full,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-right.full,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-center.full {
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left p,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left h1,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right p,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right h1,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center p,
  .woocommerce body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center h1,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left p,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left h1,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right p,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right h1,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center p,
  .woocommerce body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center h1,
  .woocommerce .textwidget .sprh-hero.sprh-layout-left p,
  .woocommerce .textwidget .sprh-hero.sprh-layout-left h1,
  .woocommerce .textwidget .sprh-hero.sprh-layout-right p,
  .woocommerce .textwidget .sprh-hero.sprh-layout-right h1,
  .woocommerce .textwidget .sprh-hero.sprh-layout-center p,
  .woocommerce .textwidget .sprh-hero.sprh-layout-center h1,
  .woocommerce .page-description .sprh-hero.sprh-layout-left p,
  .woocommerce .page-description .sprh-hero.sprh-layout-left h1,
  .woocommerce .page-description .sprh-hero.sprh-layout-right p,
  .woocommerce .page-description .sprh-hero.sprh-layout-right h1,
  .woocommerce .page-description .sprh-hero.sprh-layout-center p,
  .woocommerce .page-description .sprh-hero.sprh-layout-center h1,
  .woocommerce .term-description .sprh-hero.sprh-layout-left p,
  .woocommerce .term-description .sprh-hero.sprh-layout-left h1,
  .woocommerce .term-description .sprh-hero.sprh-layout-right p,
  .woocommerce .term-description .sprh-hero.sprh-layout-right h1,
  .woocommerce .term-description .sprh-hero.sprh-layout-center p,
  .woocommerce .term-description .sprh-hero.sprh-layout-center h1, .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left p,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-left h1,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right p,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-right h1,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center p,
  .woocommerce-active body:not(.page-template-template-fullwidth-php) .entry-content .sprh-hero.sprh-layout-center h1,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left p,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-left h1,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right p,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-right h1,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center p,
  .woocommerce-active body:not(.storefront-full-width-content) .entry-content .sprh-hero.sprh-layout-center h1,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-left p,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-left h1,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-right p,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-right h1,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-center p,
  .woocommerce-active .textwidget .sprh-hero.sprh-layout-center h1,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-left p,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-left h1,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-right p,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-right h1,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-center p,
  .woocommerce-active .page-description .sprh-hero.sprh-layout-center h1,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-left p,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-left h1,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-right p,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-right h1,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-center p,
  .woocommerce-active .term-description .sprh-hero.sprh-layout-center h1 {
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .sd-fixed-width .sprh-hero, .woocommerce-active .sd-fixed-width .sprh-hero {
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .sd-fixed-width .sprh-hero.full, .woocommerce-active .sd-fixed-width .sprh-hero.full {
    margin-left: -5.4285em;
    margin-right: -5.4285em;
  }
  .woocommerce .page-template-template-homepage .sprh-hero.fixed .overlay, .woocommerce-active .page-template-template-homepage .sprh-hero.fixed .overlay {
    padding: 4.236em;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce .sprh-hero, .woocommerce-active .sprh-hero {
    margin-left: -55em;
    margin-right: -55em;
  }
}
.woocommerce ul.product-reviews, .woocommerce-active ul.product-reviews {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.woocommerce ul.product-reviews:after, .woocommerce-active ul.product-reviews:after {
  clear: both;
  content: "";
  display: table;
}
.woocommerce ul.product-reviews .owl-item, .woocommerce-active ul.product-reviews .owl-item {
  padding: 0 1.618em;
}
.woocommerce ul.product-reviews .owl-item li.product-review, .woocommerce-active ul.product-reviews .owl-item li.product-review {
  width: 100% !important;
}
.woocommerce ul.product-reviews li.product-review, .woocommerce-active ul.product-reviews li.product-review {
  margin-bottom: 4.236em;
}
.woocommerce ul.product-reviews li.product-review.first, .woocommerce-active ul.product-reviews li.product-review.first {
  clear: both;
}
.woocommerce ul.product-reviews li.product-review.last, .woocommerce-active ul.product-reviews li.product-review.last {
  margin-right: 0 !important;
}
.woocommerce ul.product-reviews li.product-review .sr-images, .woocommerce-active ul.product-reviews li.product-review .sr-images {
  display: block;
}
.woocommerce ul.product-reviews li.product-review .sr-view-product, .woocommerce-active ul.product-reviews li.product-review .sr-view-product {
  -webkit-transition: all, ease, .2s;
  -moz-transition: all, ease, .2s;
  transition: all, ease, 0.2s;
}
.woocommerce ul.product-reviews li.product-review .sr-view-product:hover, .woocommerce-active ul.product-reviews li.product-review .sr-view-product:hover {
  margin-left: 0.327em;
}
.woocommerce ul.product-reviews li.product-review.style-1 .sr-images, .woocommerce-active ul.product-reviews li.product-review.style-1 .sr-images {
  position: relative;
  margin-bottom: 2.618em;
}
.woocommerce ul.product-reviews li.product-review.style-1 .sr-images .avatar, .woocommerce-active ul.product-reviews li.product-review.style-1 .sr-images .avatar {
  position: absolute;
  top: .618em;
  right: .618em;
  width: 3em;
  height: 3em;
  border-radius: 100%;
}
.woocommerce ul.product-reviews li.product-review.style-1 .star-rating, .woocommerce-active ul.product-reviews li.product-review.style-1 .star-rating {
  margin-bottom: 1em;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-content, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-content {
  padding: 2.618em;
  border-radius: 6px;
  margin-bottom: 1.618em;
  position: relative;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-content p:last-child, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-content p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-content:after, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-content:after {
  content: "";
  display: block;
  border: 1em solid transparent;
  position: absolute;
  top: 100%;
  left: 0.857em;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-content h3, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-content h3 {
  clear: none;
  margin: 0;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-content .star-rating, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-content .star-rating {
  margin-bottom: 1em;
}
.woocommerce ul.product-reviews li.product-review.style-2 .wp-post-image, .woocommerce-active ul.product-reviews li.product-review.style-2 .wp-post-image {
  float: right;
  max-width: 3.631em;
  height: auto;
  margin: 0 0 1em 1em;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-meta .avatar, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-meta .avatar {
  float: left;
  max-width: 3.631em;
  height: auto;
  margin: 0 1em 1em 0;
  border-radius: 100%;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-meta date, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-meta date {
  font-size: 0.857em;
}
.woocommerce ul.product-reviews li.product-review.style-2 .sr-review-meta date:before, .woocommerce-active ul.product-reviews li.product-review.style-2 .sr-review-meta date:before {
  font-family: "FontAwesome";
  content: "\f017";
  margin-right: 0.53em;
}
.woocommerce ul.product-reviews li.product-review.style-3, .woocommerce-active ul.product-reviews li.product-review.style-3 {
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.product-reviews li.product-review.style-3 .wp-post-image, .woocommerce-active ul.product-reviews li.product-review.style-3 .wp-post-image {
  float: right;
  max-height: 4.236em;
  width: auto;
  margin: 0 0 1em 1em;
}
.woocommerce ul.product-reviews li.product-review.style-3 .star-rating, .woocommerce-active ul.product-reviews li.product-review.style-3 .star-rating {
  font-size: 1.618em;
  margin-bottom: 0.53em;
}
.woocommerce ul.product-reviews li.product-review.style-3 .inner, .woocommerce-active ul.product-reviews li.product-review.style-3 .inner {
  padding: 2.618em;
}
@media screen and (min-width: 768px) {
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review,
  .woocommerce .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review,
  .woocommerce .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review,
  .woocommerce-active .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review {
    width: 100%;
    margin-right: 0;
    float: none;
    clear: both;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce-active .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-images {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce-active .storefront-full-width-content .site-main .columns-1 ul.product-reviews li.product-review.style-1 .sr-review-content {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review,
  .woocommerce .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review,
  .woocommerce .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review,
  .woocommerce-active .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce-active .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images {
    width: 27.2727272727%;
    float: left;
    margin-right: 9.09091%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce-active .storefront-full-width-content .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content {
    width: 63.6363636364%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review,
  .woocommerce .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review,
  .woocommerce .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review,
  .woocommerce-active .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images,
  .woocommerce-active .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images {
    width: 14.2857142857%;
    float: left;
    margin-right: 14.28571%;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content,
  .woocommerce-active .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content {
    width: 71.4285714286%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-2,
  .woocommerce .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-2,
  .woocommerce .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-2, .woocommerce-active .page-template-template-fullwidth-php .site-main .columns-3 ul.product-reviews li.product-review.style-2,
  .woocommerce-active .page-template-template-homepage-php .site-main .columns-3 ul.product-reviews li.product-review.style-2,
  .woocommerce-active .storefront-full-width-content .site-main .columns-3 ul.product-reviews li.product-review.style-2 {
    font-size: 0.857em;
  }
  .woocommerce .site-main .columns-1 ul.product-reviews li.product-review, .woocommerce-active .site-main .columns-1 ul.product-reviews li.product-review {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .woocommerce .site-main .columns-2 ul.product-reviews li.product-review, .woocommerce-active .site-main .columns-2 ul.product-reviews li.product-review {
    width: 48%;
    margin-right: 3.8%;
  }
  .woocommerce .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images, .woocommerce-active .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-images {
    width: 46.5%;
    float: left;
  }
  .woocommerce .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content, .woocommerce-active .site-main .columns-2 ul.product-reviews li.product-review.style-1 .sr-review-content {
    width: 46.5%;
    float: right;
  }
  .woocommerce .site-main .columns-3 ul.product-reviews li.product-review, .woocommerce-active .site-main .columns-3 ul.product-reviews li.product-review {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images, .woocommerce-active .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-images {
    width: 100%;
  }
  .woocommerce .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content, .woocommerce-active .site-main .columns-3 ul.product-reviews li.product-review.style-1 .sr-review-content {
    width: 100%;
  }
  .woocommerce .site-main .columns-3 ul.product-reviews li.product-review.style-2, .woocommerce-active .site-main .columns-3 ul.product-reviews li.product-review.style-2 {
    font-size: 0.857em;
  }
  .woocommerce .site-main .columns-3 ul.product-reviews li.product-review.style-2 .sr-review-content, .woocommerce-active .site-main .columns-3 ul.product-reviews li.product-review.style-2 .sr-review-content {
    padding: 1.618em;
  }
  .woocommerce .site-main ul.product-reviews li.product-review, .woocommerce-active .site-main ul.product-reviews li.product-review {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.88235%;
  }
  .woocommerce .site-main ul.product-reviews li.product-review.style-1 .sr-images, .woocommerce-active .site-main ul.product-reviews li.product-review.style-1 .sr-images {
    width: 100%;
  }
  .woocommerce .site-main ul.product-reviews li.product-review.style-1 .sr-review-content, .woocommerce-active .site-main ul.product-reviews li.product-review.style-1 .sr-review-content {
    width: 100%;
  }
}
.woocommerce .owl-carousel, .woocommerce-active .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.woocommerce .owl-carousel .owl-wrapper, .woocommerce-active .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.woocommerce .owl-carousel .owl-wrapper:after, .woocommerce-active .owl-carousel .owl-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.woocommerce .owl-carousel .owl-wrapper-outer, .woocommerce-active .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.woocommerce .owl-carousel .owl-wrapper-outer.autoHeight, .woocommerce-active .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.woocommerce .owl-carousel .owl-item, .woocommerce-active .owl-carousel .owl-item {
  float: left;
}
.woocommerce .owl-carousel .owl-controls, .woocommerce-active .owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.woocommerce .owl-carousel .owl-controls .owl-page,
.woocommerce .owl-carousel .owl-controls .owl-buttons div, .woocommerce-active .owl-carousel .owl-controls .owl-page,
.woocommerce-active .owl-carousel .owl-controls .owl-buttons div {
  cursor: pointer;
}
.woocommerce .owl-carousel .owl-wrapper,
.woocommerce .owl-carousel .owl-item, .woocommerce-active .owl-carousel .owl-wrapper,
.woocommerce-active .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.woocommerce .grabbing, .woocommerce-active .grabbing {
  cursor: url(/wp-content/plugins/storefront-reviews/assets/css/grabbing.png) 8 8, move;
}
.woocommerce .sr-carousel .owl-controls, .woocommerce-active .sr-carousel .owl-controls {
  text-align: center;
}
.woocommerce .sr-carousel .owl-controls .owl-page, .woocommerce-active .sr-carousel .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.woocommerce .sr-carousel .owl-controls .owl-page span, .woocommerce-active .sr-carousel .owl-controls .owl-page span {
  display: block;
  width: .857em;
  height: .857em;
  margin: 0 .53em;
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #96588a;
}
.woocommerce .sr-carousel .owl-controls .owl-page.active span,
.woocommerce .sr-carousel .owl-controls .owl-page:hover span, .woocommerce-active .sr-carousel .owl-controls .owl-page.active span,
.woocommerce-active .sr-carousel .owl-controls .owl-page:hover span {
  opacity: 1;
}
.woocommerce .sr-carousel .owl-prev,
.woocommerce .sr-carousel .owl-next, .woocommerce-active .sr-carousel .owl-prev,
.woocommerce-active .sr-carousel .owl-next {
  position: absolute;
  top: 0;
  left: -1.618em;
  display: block;
  height: 100%;
  width: 1em;
  text-indent: -9999px;
  font-size: 1.618em;
}
.woocommerce .sr-carousel .owl-prev:before,
.woocommerce .sr-carousel .owl-next:before, .woocommerce-active .sr-carousel .owl-prev:before,
.woocommerce-active .sr-carousel .owl-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  height: 100%;
  width: 100%;
  margin-top: -.5em;
  line-height: 1;
  text-align: center;
  display: block;
  font-family: "FontAwesome";
  content: "\f053";
  text-indent: 0;
  color: #96588a;
  opacity: 0.5;
}
.woocommerce .sr-carousel .owl-prev:hover:before,
.woocommerce .sr-carousel .owl-next:hover:before, .woocommerce-active .sr-carousel .owl-prev:hover:before,
.woocommerce-active .sr-carousel .owl-next:hover:before {
  opacity: 1;
}
.woocommerce .sr-carousel .owl-next, .woocommerce-active .sr-carousel .owl-next {
  left: auto;
  right: -1.618em;
}
.woocommerce .sr-carousel .owl-next:before, .woocommerce-active .sr-carousel .owl-next:before {
  content: "";
}
@media screen and (min-width: 768px) {
  .woocommerce .main-navigation ul li.smm-active, .woocommerce-active .main-navigation ul li.smm-active {
    position: static;
  }
  .woocommerce .main-navigation ul li.smm-active.smm-doing-preview ul.sub-menu, .woocommerce-active .main-navigation ul li.smm-active.smm-doing-preview ul.sub-menu {
    display: block;
  }
  .woocommerce .main-navigation ul li.smm-active ul.sub-menu, .woocommerce-active .main-navigation ul li.smm-active ul.sub-menu {
    position: absolute;
    width: 100%;
    z-index: 9999999999;
    border: 0;
    top: auto;
  }
  .woocommerce .main-navigation ul li.smm-active ul.sub-menu li, .woocommerce-active .main-navigation ul li.smm-active ul.sub-menu li {
    display: inline;
  }
  .woocommerce .main-navigation ul li.smm-active ul.sub-menu li a:not(.button), .woocommerce-active .main-navigation ul li.smm-active ul.sub-menu li a:not(.button) {
    width: auto;
    padding: 0;
  }
  .woocommerce .main-navigation ul li.smm-active .widget, .woocommerce-active .main-navigation ul li.smm-active .widget {
    margin-bottom: 3.631em;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products), .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) {
    position: static;
    left: auto;
    display: block;
    float: none;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products) li, .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) li {
    display: list-item;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    text-transform: none;
    display: inherit;
    width: auto;
    font-weight: 400;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products) li:before,
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products) li:after, .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) li:before,
  .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) li:after {
    display: none;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products) li a, .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) li a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    text-transform: none;
    display: inherit;
    width: auto;
    font-weight: 400;
    display: inline;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products) li a:after, .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) li a:after {
    display: none;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products) li a:hover, .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) li a:hover {
    background-color: transparent;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul:not(.products) li ul.children, .woocommerce-active .main-navigation ul li.smm-active .widget ul:not(.products) li ul.children {
    margin-top: 0;
    margin-left: 1em;
    font-size: .857em;
    box-shadow: none;
    background-color: transparent;
  }
  .woocommerce .main-navigation ul li.smm-active .widget h3.widget-title, .woocommerce-active .main-navigation ul li.smm-active .widget h3.widget-title {
    font-size: 1em;
    border: 0;
    padding: 0;
  }
  .woocommerce .main-navigation ul li.smm-active .widget table thead th, .woocommerce-active .main-navigation ul li.smm-active .widget table thead th {
    padding: 0.618em;
  }
  .woocommerce .main-navigation ul li.smm-active .widget table td,
  .woocommerce .main-navigation ul li.smm-active .widget table th, .woocommerce-active .main-navigation ul li.smm-active .widget table td,
  .woocommerce-active .main-navigation ul li.smm-active .widget table th {
    padding: 0.618em;
  }
  .woocommerce .main-navigation ul li.smm-active .widget table td a,
  .woocommerce .main-navigation ul li.smm-active .widget table th a, .woocommerce-active .main-navigation ul li.smm-active .widget table td a,
  .woocommerce-active .main-navigation ul li.smm-active .widget table th a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    text-transform: none;
    display: inherit;
    width: auto;
    font-weight: 400;
  }
  .woocommerce .main-navigation ul li.smm-active .widget .tagcloud a, .woocommerce-active .main-navigation ul li.smm-active .widget .tagcloud a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    text-transform: none;
    display: inherit;
    width: auto;
    font-weight: 400;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul.product_list_widget li, .woocommerce-active .main-navigation ul li.smm-active .widget ul.product_list_widget li {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0.618em;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul.products, .woocommerce-active .main-navigation ul li.smm-active .widget ul.products {
    position: static;
    left: auto;
    display: block;
    float: none;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul.products li, .woocommerce-active .main-navigation ul li.smm-active .widget ul.products li {
    margin: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 2.618em;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul.products li:hover,
  .woocommerce .main-navigation ul li.smm-active .widget ul.products li:hover a:first-of-type, .woocommerce-active .main-navigation ul li.smm-active .widget ul.products li:hover,
  .woocommerce-active .main-navigation ul li.smm-active .widget ul.products li:hover a:first-of-type {
    background-color: transparent;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul.products li a:first-of-type:hover, .woocommerce-active .main-navigation ul li.smm-active .widget ul.products li a:first-of-type:hover {
    background-color: transparent;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul.products li a, .woocommerce-active .main-navigation ul li.smm-active .widget ul.products li a {
    width: auto;
  }
  .woocommerce .main-navigation ul li.smm-active .widget ul.products li a:first-of-type, .woocommerce-active .main-navigation ul li.smm-active .widget ul.products li a:first-of-type {
    padding: 0;
  }
  .woocommerce .main-navigation ul li.smm-active .widget a.button,
  .woocommerce .main-navigation ul li.smm-active .widget a.added_to_cart, .woocommerce-active .main-navigation ul li.smm-active .widget a.button,
  .woocommerce-active .main-navigation ul li.smm-active .widget a.added_to_cart {
    width: auto;
    display: inline-block;
  }
  .woocommerce .main-navigation ul li.smm-active .widget .columns-1 ul.products li.product, .woocommerce-active .main-navigation ul li.smm-active .widget .columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .woocommerce .main-navigation ul li.smm-active .widget .columns-2 ul.products li.product, .woocommerce-active .main-navigation ul li.smm-active .widget .columns-2 ul.products li.product {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .main-navigation ul li.smm-active .widget .columns-3 ul.products li.product, .woocommerce-active .main-navigation ul li.smm-active .widget .columns-3 ul.products li.product {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .main-navigation ul li.smm-active .widget .columns-4 ul.products li.product, .woocommerce-active .main-navigation ul li.smm-active .widget .columns-4 ul.products li.product {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .main-navigation ul li.smm-active .widget .columns-5 ul.products li.product, .woocommerce-active .main-navigation ul li.smm-active .widget .columns-5 ul.products li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .woocommerce .main-navigation ul li.smm-active .smm-row:last-child > div .widget:last-of-type, .woocommerce-active .main-navigation ul li.smm-active .smm-row:last-child > div .widget:last-of-type {
    margin-bottom: 0;
  }
  .woocommerce .main-navigation ul li.smm-active:hover a.button,
  .woocommerce .main-navigation ul li.smm-active:hover a.added_to_cart, .woocommerce-active .main-navigation ul li.smm-active:hover a.button,
  .woocommerce-active .main-navigation ul li.smm-active:hover a.added_to_cart {
    background-color: inherit;
  }
  .woocommerce .smm-span-1, .woocommerce-active .smm-span-1 {
    width: 4.347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-1, .woocommerce-active .smm-pre-1 {
    margin-left: 8.69565%;
  }
  .woocommerce .smm-post-1, .woocommerce-active .smm-post-1 {
    margin-right: 8.69565%;
  }
  .woocommerce .smm-span-2, .woocommerce-active .smm-span-2 {
    width: 13.0434782609%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-2, .woocommerce-active .smm-pre-2 {
    margin-left: 17.3913%;
  }
  .woocommerce .smm-post-2, .woocommerce-active .smm-post-2 {
    margin-right: 17.3913%;
  }
  .woocommerce .smm-span-3, .woocommerce-active .smm-span-3 {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-3, .woocommerce-active .smm-pre-3 {
    margin-left: 26.08696%;
  }
  .woocommerce .smm-post-3, .woocommerce-active .smm-post-3 {
    margin-right: 26.08696%;
  }
  .woocommerce .smm-span-4, .woocommerce-active .smm-span-4 {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-4, .woocommerce-active .smm-pre-4 {
    margin-left: 34.78261%;
  }
  .woocommerce .smm-post-4, .woocommerce-active .smm-post-4 {
    margin-right: 34.78261%;
  }
  .woocommerce .smm-span-5, .woocommerce-active .smm-span-5 {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-5, .woocommerce-active .smm-pre-5 {
    margin-left: 43.47826%;
  }
  .woocommerce .smm-post-5, .woocommerce-active .smm-post-5 {
    margin-right: 43.47826%;
  }
  .woocommerce .smm-span-6, .woocommerce-active .smm-span-6 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-6, .woocommerce-active .smm-pre-6 {
    margin-left: 52.17391%;
  }
  .woocommerce .smm-post-6, .woocommerce-active .smm-post-6 {
    margin-right: 52.17391%;
  }
  .woocommerce .smm-span-7, .woocommerce-active .smm-span-7 {
    width: 56.5217391304%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-7, .woocommerce-active .smm-pre-7 {
    margin-left: 60.86957%;
  }
  .woocommerce .smm-post-7, .woocommerce-active .smm-post-7 {
    margin-right: 60.86957%;
  }
  .woocommerce .smm-span-8, .woocommerce-active .smm-span-8 {
    width: 65.2173913043%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-8, .woocommerce-active .smm-pre-8 {
    margin-left: 69.56522%;
  }
  .woocommerce .smm-post-8, .woocommerce-active .smm-post-8 {
    margin-right: 69.56522%;
  }
  .woocommerce .smm-span-9, .woocommerce-active .smm-span-9 {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-9, .woocommerce-active .smm-pre-9 {
    margin-left: 78.26087%;
  }
  .woocommerce .smm-post-9, .woocommerce-active .smm-post-9 {
    margin-right: 78.26087%;
  }
  .woocommerce .smm-span-10, .woocommerce-active .smm-span-10 {
    width: 82.6086956522%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-10, .woocommerce-active .smm-pre-10 {
    margin-left: 86.95652%;
  }
  .woocommerce .smm-post-10, .woocommerce-active .smm-post-10 {
    margin-right: 86.95652%;
  }
  .woocommerce .smm-span-11, .woocommerce-active .smm-span-11 {
    width: 91.3043478261%;
    float: left;
    margin-right: 4.34783%;
  }
  .woocommerce .smm-pre-11, .woocommerce-active .smm-pre-11 {
    margin-left: 95.65217%;
  }
  .woocommerce .smm-post-11, .woocommerce-active .smm-post-11 {
    margin-right: 95.65217%;
  }
  .woocommerce .smm-span-12, .woocommerce-active .smm-span-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .smm-pre-12, .woocommerce-active .smm-pre-12 {
    margin-left: 104.34783%;
  }
  .woocommerce .smm-post-12, .woocommerce-active .smm-post-12 {
    margin-right: 104.34783%;
  }
  .woocommerce .smm-last, .woocommerce-active .smm-last {
    float: right;
    margin-right: 0;
  }
  .woocommerce .smm-mega-menu, .woocommerce-active .smm-mega-menu {
    padding: 2.618em;
  }
  .woocommerce .storefront-legacy .smm-mega-menu, .woocommerce-active .storefront-legacy .smm-mega-menu {
    margin-left: -2.618em;
    margin-right: -2.618em;
  }
  .woocommerce .smm-row:before,
  .woocommerce .smm-row:after, .woocommerce-active .smm-row:before,
  .woocommerce-active .smm-row:after {
    content: "";
    display: table;
  }
  .woocommerce .smm-row:after, .woocommerce-active .smm-row:after {
    clear: both;
  }
}
.woocommerce span.woocommerce-input-wrapper, .woocommerce-active span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce li.wc_payment_method input,
.woocommerce .checkbox input, .woocommerce-active li.wc_payment_method input,
.woocommerce-active .checkbox input {
  display: none;
}
.woocommerce li.wc_payment_method label:after,
.woocommerce li.wc_payment_method label:before, .woocommerce-active li.wc_payment_method label:after,
.woocommerce-active li.wc_payment_method label:before {
  border-radius: 100%;
}
.woocommerce li.wc_payment_method label:after,
.woocommerce .checkbox .woocommerce-terms-and-conditions-checkbox-text:after, .woocommerce-active li.wc_payment_method label:after,
.woocommerce-active .checkbox .woocommerce-terms-and-conditions-checkbox-text:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
}
.woocommerce li.wc_payment_method label:before,
.woocommerce .checkbox .woocommerce-terms-and-conditions-checkbox-text:before, .woocommerce-active li.wc_payment_method label:before,
.woocommerce-active .checkbox .woocommerce-terms-and-conditions-checkbox-text:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.woocommerce li.wc_payment_method label,
.woocommerce .checkbox .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-active li.wc_payment_method label,
.woocommerce-active .checkbox .woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  padding-left: 30px !important;
  display: inline-block;
}
.woocommerce .checkbox .woocommerce-terms-and-conditions-checkbox-text, .woocommerce-active .checkbox .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1.1rem;
}
.woocommerce li.wc_payment_method input:checked + label:after,
.woocommerce .checkbox input:checked + .woocommerce-terms-and-conditions-checkbox-text:after, .woocommerce-active li.wc_payment_method input:checked + label:after,
.woocommerce-active .checkbox input:checked + .woocommerce-terms-and-conditions-checkbox-text:after {
  background: #000;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-active .col2-set .col-1,
.woocommerce-active .col2-set .col-2 {
  max-width: 100%;
  padding: 0;
}
.woocommerce table th, .woocommerce-active table th {
  background-color: #f8f8f8;
}
.woocommerce #payment .payment_methods > li:not(.woocommerce-notice), .woocommerce-active #payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: #f5f5f5;
}
.woocommerce #payment .payment_methods > li .payment_box,
.woocommerce #payment .place-order, .woocommerce-active #payment .payment_methods > li .payment_box,
.woocommerce-active #payment .place-order {
  background-color: #fafafa;
}
.woocommerce .woocommerce-form-register label, .woocommerce-active .woocommerce-form-register label {
  display: block;
  width: 100%;
}

.woocommerce-account .woocommerce-form-register .radio {
  position: absolute;
  left: 15px;
  width: 100%;
  right: 15px;
  bottom: 0;
}

.woocommerce-account .woocommerce-form-register label {
  padding-bottom: 2.5rem;
}

.woocommerce-form__label-for-checkbox {
  margin-top: 0.8rem;
}

.form-gender span,
.form-gender label {
  flex: 1;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce select {
  padding: .6180469716em;
  color: #43454b;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #eee;
}

.woocommerce-message .button {
  margin-left: 1em !important;
}

.woocommerce-checkout.woocommerce-order-received #primary #main,
.woocommerce-checkout.woocommerce-order-pay #primary #main {
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-checkout.woocommerce-order-received #primary #main ul.order_details,
.woocommerce-checkout.woocommerce-order-pay #primary #main ul.order_details {
  text-align: center;
}
.woocommerce-checkout.woocommerce-order-received #primary #main ul.order_details li,
.woocommerce-checkout.woocommerce-order-pay #primary #main ul.order_details li {
  display: inline-block;
}
.woocommerce-checkout.woocommerce-order-received #primary #main .entry-content,
.woocommerce-checkout.woocommerce-order-pay #primary #main .entry-content {
  text-align: center;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
  display: none;
}

@media (max-width: 639px) {
  h1, .h1 {
    font-size: 2.8rem;
  }

  h3, .h3 {
    font-size: 2rem;
  }

  .title-has--border {
    padding: 1.5rem;
    text-align: left;
  }

  .prev-arrow-news img, .next-arrow-news img {
    display: none;
  }

  .header .header__top {
    margin-bottom: 3rem;
  }
  .header .header__top .nav-controls a {
    font-size: .8rem;
  }
  .header .header__top .nav-controls a [class*='icon-'] {
    font-size: 1.5rem;
  }
  .header .header__top .nav-controls a [class*='icon-'] + span {
    margin-left: .6rem;
  }
  .header .header__top .nav-controls .icon-sp-controls {
    font-size: 1.5rem;
    margin-left: .8rem;
    margin-right: .7rem;
  }
  .header .header__top .nav-controls .icon-sp-controls li {
    line-height: 1.2rem;
  }
  .header .header__center .logo {
    width: 161px;
  }
  .header nav > ul > li > a + .mega-sub-menu {
    top: 0;
  }
  .header nav > ul > li > a + .mega-sub-menu .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .header nav > ul > li > a + .mega-sub-menu > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header nav > ul > li > a + .mega-sub-menu > .row > div:first-child {
    order: 1;
  }

  .products .products__title {
    padding-top: 15px;
  }

  #main {
    padding-bottom: 4rem;
  }
  .about #main {
    padding-bottom: 4rem;
  }

  .push .push__title > h2 {
    font-size: 2.2rem;
    line-height: 2.3rem;
  }

  .coin-prof .link.link--big-size [class*="icon-"] {
    font-size: 6rem;
    right: -60px;
    left: auto;
    top: -15px;
  }
  .coin-prof .link.link--big-size span {
    margin-left: 0;
    line-height: 1.4;
  }
  .coin-prof .link:not(.btn) span {
    min-width: auto;
  }

  .how-it-works .link {
    position: relative;
  }
  .how-it-works .link.h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .how-it-works .link .d-inline-block span {
    font-size: 1rem !important;
    margin-left: 0 !important;
  }
  .how-it-works .link .d-inline-block > span + [class*="icon-"] {
    right: -10px;
    top: 25px;
    left: inherit;
    font-size: 5rem;
    margin-left: 0;
  }

  .filters label {
    padding-left: 2.3rem;
  }
  .filters span {
    padding: 0.5rem 1rem 0.3rem;
    font-size: 1.1rem;
  }
  .filters span:before {
    width: 14px;
    height: 14px;
  }

  .home .kit {
    margin-bottom: 4rem;
  }

  .home .boxs {
    margin-bottom: 4rem;
  }

  .contact-us > img {
    top: -22px;
    max-width: 45px;
    left: -5px;
  }
  .contact-us > span {
    height: 58px;
    width: 84px;
  }
  .contact-us > span > i {
    font-size: 30px;
    margin-top: 0.7rem;
  }

  .footer_bottom {
    padding-bottom: 2rem;
  }

  .footer_center > div .col:nth-child(2) > .controls {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header #mega-menu-wrap-menu-1 > ul > li > a,
  .header nav > ul > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header #mega-menu-wrap-menu-1 > ul .mega-block-title,
  .header nav > ul .mega-block-title {
    font-size: 1.5rem;
  }
  .header #mega-menu-wrap-menu-1 > ul .mega-block-title:before,
  .header nav > ul .mega-block-title:before {
    margin-right: 0.5rem;
  }

  .post .post_content {
    margin-top: 137px;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  .col-left,
  .col-right {
    max-width: 50% !important;
  }

  .header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog {
    background: url(../images/bulle-blog.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    right: -75px;
    top: 0;
    z-index: 0;
    background-size: 100%;
  }
  .header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog a span {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 1em !important;
    transform: rotate(3deg);
    line-height: 2.5em !important;
    padding-left: 20px;
  }
  .header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog a span:before {
    content: none !important;
  }
}
@media (min-width: 992px) {
  .menu-mobile,
  .btn-close {
    display: none;
  }
}
@media (max-width: 639px) {
  .header .header__top .nav-controls .icon-sp-controls {
    font-size: 1.5rem;
    margin-left: .8rem;
    margin-right: .7rem;
  }
}
@media (max-width: 1199px) {
  .header nav > ul > li > a {
    padding: 1.5rem 1.11rem;
  }

  .header nav > ul .submenu .h5, .header nav > ul .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title, .header #mega-menu-wrap-menu-1 > ul nav > ul .submenu .mega-block-title,
  .header nav > ul .submenu .mega-block-title {
    font-size: 1.6rem;
  }

  ol .icon-arrow-right,
  ul .icon-arrow-right {
    font-size: 3rem;
  }

  .home .title-has-brush .empty-tag {
    display: none;
  }

  .home .title-has-brush .lead {
    text-align: center;
  }

  .home .product .product__city,
  .product .product__date {
    font-size: 1.2rem;
  }

  .home .product .product__title {
    font-size: 2rem;
  }

  .home .product .product__title span {
    font-size: 1.5rem;
  }

  .home .product .product__infos {
    padding: 1.2rem 1rem 4.5rem 1rem;
  }

  #abonnement_ateliers_tab .product .product__desc .link span {
    margin-left: 30px;
  }

  .home .product .product__desc .link span {
    font-size: 1.1rem;
    padding-left: 30px;
  }

  .product .product__desc .link .icon-arrow2 {
    font-size: 2.5rem;
  }

  .product .product__desc {
    max-height: 123px;
    overflow: hidden;
  }

  .product .link {
    position: relative;
  }

  .post.post--has-symb .symbol {
    width: 105px;
    height: 120px;
  }

  .kit .post.post--has-symb .link span {
    font-size: 1.5rem;
  }

  .kit .post.post--has-symb .link i {
    font-size: 2.5rem;
  }

  .boxs ul {
    max-width: 632px;
    margin: 0 auto;
  }

  .boxs .box {
    margin-bottom: 2rem;
  }

  .advert > div:first-child p {
    padding-left: 2.8rem;
    padding-right: 3.8rem;
  }

  .post .post__with-border:before {
    width: 93%;
  }

  .col-right,
  .col-left,
  .reverse .col-left,
  .reverse .col-right {
    max-width: 100%;
  }

  .empty-tag {
    display: none;
  }

  .advert {
    display: table;
    width: 100%;
  }

  .advert > div:first-child {
    display: table-footer-group;
    float: none;
  }

  .advert > div:first-child + div {
    display: table-footer-group;
  }

  .advert > div:first-child + div figure img {
    width: 100%;
    margin-bottom: 3rem;
  }

  .advert > div:first-child .advert__title {
    text-align: center;
  }

  .header .header__center .newsletter {
    display: none;
  }

  .header__brush-2 {
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    transform: rotate(8deg);
    top: -291px;
    right: -101px;
  }

  .header__brush-3 {
    top: 224px;
    left: -32px;
  }

  button.menu-mobile {
    padding: 0.5rem 1.9rem;
    width: 161px;
    height: 50px;
    background: #000;
    color: #fff;
    border: 0;
    font-size: 2rem;
    text-transform: uppercase;
  }

  button.menu-mobile .humb > span {
    height: 2px;
    width: 35px;
    background: #fff;
    display: block;
    margin-bottom: .5rem;
    float: right;
    clear: both;
  }

  button.menu-mobile .humb > span:last-child {
    width: 24px;
  }

  button.menu-mobile > span:not(.humb) {
    display: inline-block;
    margin-left: 1.7rem;
    vertical-align: middle;
  }

  .home .title-has-brush .empty-tag {
    display: none;
  }

  .home .col-right .empty-tag,
  .home .col-left .empty-tag {
    display: none;
  }

  .kit .products {
    margin-bottom: 8rem;
  }

  .footer .newsletter .d-inline-block:first-child {
    margin: 0 0 3.5rem;
    text-align: left;
    width: 336px;
  }

  .footer {
    text-align: center;
  }

  .footer .row > .col:first-child {
    max-width: 100%;
    -webkit-box-flex: 100%;
    flex: 0 0 100%;
  }

  .footer_center > div:not(.no-gutters) {
    display: table;
    width: 100%;
    margin: 0 !important;
    table-layout: fixed;
  }

  .footer_center > div .col:nth-child(2) {
    display: table-header-group;
    width: 100%;
  }

  .footer_center > div .col:nth-child(2) > .controls {
    margin-bottom: 155px;
    padding: 0;
  }

  .footer_center > div .col:nth-child(1) {
    display: table-footer-group;
  }

  .footer_center > div .col:nth-child(3) {
    text-align: left;
  }

  .footer_center > div .col:nth-child(1) .footer_links {
    max-width: 100%;
    padding-top: 0;
  }

  .footer .footer__brush-2 {
    display: none;
  }

  .row:not(.no-gutters) {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .post .post__with-border:before {
    width: 93%;
  }

  .col-left .post .post__with-border .post__title {
    right: -3% !important;
  }

  .col-right .post .post__with-border .post__title {
    left: -3.5% !important;
  }

  .post.post--has-symb .symbol img {
    width: 105px;
    height: 120px;
  }

  .post.post--has-symb .symbol {
    margin-top: -85px;
    margin-left: -5px;
  }

  .home .title-has-brush h1 {
    font-size: 3rem;
  }

  .home .title-has-brush .lead {
    font-size: 1.8rem;
  }

  .home .title-has-brush .icon-brush-content {
    font-size: 6.6rem;
    bottom: 0;
  }

  .home .title-has-brush {
    padding-bottom: 4.5rem;
    margin-bottom: 4rem;
  }

  .boxs .box-with-cta:not(:last-child) {
    margin-bottom: 6.5rem;
  }

  .workshops .filters {
    margin-bottom: 1.2rem;
  }

  .workshops .title-has--border {
    padding-left: 1.5rem;
    padding-right: 2rem;
  }

  .workshops #main {
    padding-bottom: 10rem;
  }

  .footer .footer__top {
    padding-top: 0;
  }

  .footer .newsletter .newsletter__txt {
    text-transform: none;
  }

  .footer .address {
    padding-left: 0;
    margin-bottom: 65px;
  }

  .footer .footer__brush-1 {
    right: 0;
    left: 0;
    margin: auto;
  }

  .discount {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 462px;
    padding-left: 4rem;
    padding-right: 1rem;
  }

  .products > .row.has-equal-height > [class*="col-"],
  .products > .row.has-equal-height > .col {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header__brush-1 {
    top: -49px;
    left: -69px;
  }
}
@media (min-width: 479px) and (max-width: 1199px) {
  .footer .footer__brush-1 {
    height: 460px;
    right: 0;
    top: 520px;
    width: 518px;
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    left: 0;
    margin: auto;
  }

  span.footer__brush-1:before {
    position: absolute;
    content: '';
    border-top: 170px solid transparent;
    border-right: 524px solid #fff;
    width: 0;
    height: 198px;
    right: -2px;
    bottom: -1px;
  }

  .footer .address {
    width: 462px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 105px;
  }
  .footer .address address {
    padding-left: 9rem;
  }

  .footer .address .address__title {
    text-align: right;
  }

  .footer .address span.icon-footer-brush {
    left: 65px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .products > .row.has-equal-height > [class*="col-"],
  .products > .row.has-equal-height > .col {
    flex-basis: auto;
    margin-bottom: 3.7rem;
  }

  .boxs .box-with-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .footer .footer__brush-1 {
    height: 490px;
    right: 40px;
    top: 477px;
    width: 298px;
    transform: rotate(18deg);
  }

  span.footer__brush-1:before {
    position: absolute;
    content: '';
    border-top: 120px solid transparent;
    border-right: 334px solid #fff;
    width: 0;
    height: 266px;
    right: 0;
    bottom: 0;
  }

  .footer .address .address__title {
    font-size: 3rem;
  }

  .boxs .box-with-cta {
    width: 100%;
  }

  .header__bottom > .contact-us {
    display: block;
    top: -17px;
    right: 29px;
  }

  .is-sticky .header__bottom > .contact-us {
    display: none;
  }

  h1 .contact-us {
    display: none;
  }

  .title-has-brush .icon-brush-content {
    right: -15px;
  }

  .workshops h1 .title-has-brush {
    margin-bottom: 0;
  }

  .header .header__top .nav-controls a {
    font-size: 1.2rem;
  }

  .header .header__center .logo {
    width: 290px !important;
  }

  .header__brush-2 {
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    transform: rotate(8deg);
    height: 309px;
    width: 288px;
    top: -251px;
    right: -41px;
  }

  .header__brush-1 {
    width: 140px;
    height: 138px;
    left: -55px;
    background-size: 142px 140px;
  }

  .header__brush-3 {
    width: 50px;
    height: 70px;
  }

  .header__brush-3:before {
    width: 90px;
    height: 133px;
  }

  .header__brush-3:after {
    border-top: 47px solid transparent;
    border-right: 92px solid #fff;
    bottom: -64px;
    left: 0px;
  }

  .home .title-has-brush h1 {
    font-size: 1.8rem;
  }

  .home .title-has-brush .lead {
    font-size: 1.4rem;
  }

  .home .title-has-brush .icon-brush-content {
    font-size: 4rem;
  }

  .post .post__with-border {
    padding-left: 2.5rem;
    padding-top: 4rem;
  }

  .post .post__with-border .post__title {
    font-size: 1.7rem;
    padding: 0.8rem 2.2rem !important;
    min-width: auto !important;
    min-height: auto !important;
    right: -12px;
    top: 32px;
  }

  body {
    font-size: 1.2rem;
  }

  .link:not(.btn) span {
    font-size: 1.2rem;
    margin-left: 80px;
  }

  .link [class*="icon-"] {
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    top: -2px;
  }

  .product .product__desc .link span {
    padding-left: 30px;
  }

  .wc-bookings-booking-form-button .icon-arrow2 {
    top: 0;
    left: 10px;
    line-height: 85px;
    font-size: 4.5rem;
  }

  .products > .row > [class*="col-"],
  .products > .row > .col {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

  .link {
    position: relative;
  }

  button.menu-mobile {
    height: 30px;
    padding: 0.1rem 0.9rem;
    width: auto;
  }

  button.menu-mobile .humb > span {
    width: 30px;
    margin-bottom: 0.3rem;
  }

  button.menu-mobile .humb > span:last-child {
    width: 20px;
  }

  button.menu-mobile > span:not(.humb) {
    font-size: 1.4rem;
    margin-left: 1rem;
  }

  .col-right .post .post__with-border {
    padding-right: 2.5rem;
  }

  .boxs .box {
    margin-left: 0 !important;
  }

  .boxs .box.box--like {
    width: 286px;
  }

  .boxs .box span {
    font-size: 2rem;
  }

  .boxs .box.box--like span > small {
    font-size: 1.5rem;
  }

  .boxs .box.box--like:before {
    width: 280px;
  }

  .boxs .box.box--like i {
    left: -4px;
  }

  .advert > div:first-child p {
    padding: 1rem 1.5rem 0;
    font-size: 1.4rem;
  }

  .footer .socialbar .icon-fb {
    font-size: 4rem;
  }

  .footer .socialbar .icon-tw {
    font-size: 4rem;
  }

  .footer .socialbar .icon-inst {
    font-size: 4rem;
  }

  .footer .socialbar {
    padding-top: 3rem;
    margin-bottom: 6rem;
  }

  .footer .socialbar > li {
    margin-left: 4rem;
  }

  .newsletter .newsletter__form .form-control {
    width: 227px;
  }

  .newsletter .newsletter__form .form-group {
    margin-bottom: 0;
  }

  .discount {
    padding-left: 2rem;
  }

  .footer .address .address__title {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .title-has-brush span {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li.mega-menu-item-has-children .mega-indicator {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: inline-block;
    margin-left: 1rem;
    transition: all 0.2s ease-in;
  }

  .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li.mega-menu-item-has-children.mega-toggle-on .mega-indicator {
    border-bottom: 6px solid #FFF;
    border-top: none;
  }

  .header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu,
  .header nav > ul > li > a + .mega-sub-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header #mega-menu-wrap-menu-1 > ul .mega-block-title:before,
  .header nav > ul .mega-block-title:before {
    font-size: 2rem;
    margin-right: 0;
  }

  .header .mega-menu-wrap .mega-sub-menu .mega-menu-row > ul > li {
    padding-left: 0;
    padding-right: 0;
  }

  .header .mega-menu-wrap .mega-sub-menu .mega-menu-row > ul {
    margin-left: 0;
    margin-right: 0;
  }

  .header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu,
  .header nav > ul > li > a + .mega-sub-menu {
    position: static;
  }

  .mega-menu-toggle {
    background: #000;
    color: #fff;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    overflow: hidden;
    text-transform: uppercase;
  }
  .mega-menu-toggle.showing .btn-close {
    display: block !important;
  }

  .mega-menu-toggle > div {
    height: 2px;
    width: 18px;
    background: #fff;
    display: block;
    margin-bottom: .3rem;
    float: right;
    clear: both;
  }

  .mega-menu-toggle > div:last-child {
    width: 13px;
  }

  .mega-menu-toggle > div .mega-toggle-block {
    position: absolute;
    left: 35px;
  }

  .mega-menu-toggle > div .mega-toggle-block mega {
    position: absolute;
    left: 25px;
  }

  .mega-menu-toggle > div .mega-toggle-block .mega-toggle-label-closed {
    display: none;
  }

  button.menu-mobile {
    padding: 0.5rem 1rem;
    background: #000;
    color: #fff;
    border: 0;
    font-size: 1rem;
    text-transform: uppercase;
  }

  button.menu-mobile .humb > span {
    height: 2px;
    width: 18px;
    background: #fff;
    display: block;
    margin-bottom: .3rem;
    float: right;
    clear: both;
  }

  button.menu-mobile .humb > span:last-child {
    width: 13px;
  }

  button.menu-mobile .humb {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }

  button.menu-mobile > span:not(.humb) {
    display: inline-block;
    margin-left: 0.7rem;
    vertical-align: middle;
  }

  .header .mega-sub-menu .mega-menu-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .header #mega-menu-menu-1 {
    flex-direction: column;
    justify-content: center;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 .btn-close {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
    position: fixed;
    top: 10px;
    padding: 1.5rem;
    left: 0;
    font-weight: 700;
    z-index: 1200;
    display: none;
  }

  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul,
  .header nav {
    position: fixed;
    top: 0;
    width: 70%;
    height: 100vh;
    left: 0;
    background: #000;
    z-index: 99;
    display: none;
    /*****/
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > ul,
  .header nav > ul {
    width: 100%;
    padding-right: 2.2rem;
    padding-left: .8rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > ul li,
  .header nav > ul li {
    display: list-item;
    line-height: 2rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > ul li a,
  .header nav > ul li a {
    padding: 0.7rem 1rem !important;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > ul li a > span,
  .header nav > ul li a > span {
    font-size: 1.2rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .icon-home,
  .header nav .icon-home {
    font-size: 4rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li,
  .header nav > li {
    display: list-item;
    line-height: 2rem;
    text-align: left;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li > a,
  .header nav > li > a {
    padding: 1.7rem 1rem !important;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li > a > span,
  .header nav > li > a > span {
    font-size: 3rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li.has-submenu.show .submenu,
  .header nav > li.has-submenu.show .submenu {
    opacity: 1;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li .submenu > div,
  .header nav > li .submenu > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .h5, .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .mega-block-title,
  .header nav .submenu .h5,
  .header nav .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title,
  .header #mega-menu-wrap-menu-1 > ul nav .submenu .mega-block-title,
  .header nav > ul .submenu .mega-block-title {
    font-size: 1rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .h5 .icon-arrow-right, .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .mega-block-title .icon-arrow-right,
  .header nav .submenu .h5 .icon-arrow-right,
  .header nav .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title .icon-arrow-right,
  .header #mega-menu-wrap-menu-1 > ul nav .submenu .mega-block-title .icon-arrow-right,
  .header nav > ul .submenu .mega-block-title .icon-arrow-right {
    font-size: 1.5rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li .submenu > div > div:first-child,
  .header nav > li .submenu > div > div:first-child {
    display: table-footer-group;
    text-align: center;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .list-inline li,
  .header nav .submenu .list-inline li {
    font-size: 1rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .list-inline,
  .header nav .submenu .list-inline {
    padding-left: 2.2rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li .submenu > div > div,
  .header nav > li .submenu > div > div {
    margin: 0 auto 3rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li .submenu > div > div:first-child img,
  .header nav > li .submenu > div > div:first-child img {
    width: 133px;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .h5 .icon-arrow-right, .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .mega-block-title .icon-arrow-right,
  .header nav .submenu .h5 .icon-arrow-right,
  .header nav .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title .icon-arrow-right,
  .header #mega-menu-wrap-menu-1 > ul nav .submenu .mega-block-title .icon-arrow-right,
  .header nav > ul .submenu .mega-block-title .icon-arrow-right {
    margin-right: 0rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li .submenu .btn-close,
  .header nav > li .submenu .btn-close {
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    padding: 0.5rem 1.1rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li > a,
  .header nav > li > a {
    padding: 1.5rem 1.11rem;
  }
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .h5, .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .mega-block-title,
  .header nav .submenu .h5,
  .header nav .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title,
  .header #mega-menu-wrap-menu-1 > ul nav .submenu .mega-block-title,
  .header nav > ul .submenu .mega-block-title {
    font-size: 1.6rem;
  }
  .header .header__center .logo {
    margin: 74px auto 0;
    width: 320px;
  }
  .header .header__center .newsletter {
    display: none;
  }

  .header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog {
    display: list-item;
    line-height: 2rem;
    text-align: left;
    background: none;
    position: relative;
    right: 0;
    top: 0;
  }
  .header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog a span {
    font-size: 3rem !important;
    color: #fff !important;
    text-transform: none;
    transform: rotate(0deg);
    line-height: 1 !important;
    padding: 0;
  }

  .header nav > ul {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
  }

  .header nav > ul > li {
    text-align: center;
  }

  .header nav > ul > li .submenu {
    top: 0;
    height: auto !important;
    text-align: left;
    padding: 4.6rem 0 2.6rem !important;
    display: none;
  }

  .header nav > ul > li.has-submenu.show .submenu {
    opacity: 1;
  }

  .header nav > ul > li .submenu > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .header nav > ul .submenu .h5, .header nav > ul .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title, .header #mega-menu-wrap-menu-1 > ul nav > ul .submenu .mega-block-title,
  .header nav > ul .submenu .mega-block-title {
    font-size: 1rem;
  }

  .header nav > ul .submenu .h5 .icon-arrow-right, .header nav > ul .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title .icon-arrow-right, .header #mega-menu-wrap-menu-1 > ul nav > ul .submenu .mega-block-title .icon-arrow-right,
  .header nav > ul .submenu .mega-block-title .icon-arrow-right {
    font-size: 1.5rem;
  }

  .header nav > ul > li .submenu > div > div:first-child {
    display: table-footer-group;
    text-align: center;
  }

  .header nav > ul .submenu .list-inline li {
    font-size: 1rem;
  }

  .header nav > ul .submenu .list-inline {
    padding-left: 2.2rem;
  }

  .header nav > ul > li .submenu > div > div {
    margin: 0 auto 3rem;
  }

  .header nav > ul > li .submenu > div > div:first-child img {
    width: 133px;
  }

  .header nav > ul .submenu .h5 .icon-arrow-right, .header nav > ul .submenu #mega-menu-wrap-menu-1 > ul .mega-block-title .icon-arrow-right, .header #mega-menu-wrap-menu-1 > ul nav > ul .submenu .mega-block-title .icon-arrow-right,
  .header nav > ul .submenu .mega-block-title .icon-arrow-right {
    margin-right: 0rem;
  }

  .header nav > ul > li .submenu .btn-close {
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 11px;
    line-height: 1;
    padding: 1.1rem;
  }

  .header nav > .btn-close {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 10px;
    padding: 1.5rem;
    right: 0;
    font-weight: 700;
  }

  .discount-symb {
    margin: 0 0 75px !important;
  }

  .discount .discount__icon {
    width: 66px;
  }

  .discount .discount__title {
    font-size: 2.5rem;
  }

  .discount .discount__txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
    max-width: inherit;
  }
  .discount .discount__txt > strong {
    font-size: 3.6rem;
  }

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

  .post .post__with-border .post__title {
    right: 0;
    top: -29px;
  }
}
@media (max-width: 767px) {
  .header #mega-menu-wrap-menu-1 > ul > li.mega-bm_blog a span {
    font-size: 1.4rem !important;
  }

  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .icon-home,
  .header nav .icon-home {
    font-size: 4rem;
  }

  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul .submenu .mega-block-title,
  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li a,
  .header nav > li a,
  .header nav > li.mega-block-title {
    padding: .7rem !important;
    display: inline-block;
    font-size: 1.2rem;
  }

  .header .mega-menu-wrap #mega-menu-wrap-menu-1 > ul > li > a > span,
  .header nav > li > a > span {
    font-size: 1.4rem;
  }

  .header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu .mega-menu-item > div {
    padding-left: 0;
  }

  .header #mega-menu-wrap-menu-1 > ul > li > a + .mega-sub-menu .mega-menu-item > div li {
    line-height: initial;
  }

  .tabs .nav-tabs .nav-item:not(:first-child) .nav-link {
    border-left: 2px solid #000000;
  }
}
@media (max-width: 320px) {
  .post.post--has-symb .symbol {
    display: none;
  }
}
/* ------------------ */
/* == Print           */
/* ------------------ */
@media print {
  header, footer, aside {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
