*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: CeraPro, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #f7f9fa;
}
[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: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #000;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #0bbbef;
}
a:not([href]):not([tabindex]),
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: Menlo, Monaco, Consolas, Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container,
.woocommerce {
  width: 100%;
  padding-right: 15px;
  padding-right: calc(var(--gutter-width) / 2);
  padding-left: 15px;
  padding-left: calc(var(--gutter-width) / 2);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .woocommerce {
    max-width: 540px;
  }
}
@media (min-width: 748px) {
  .container,
  .woocommerce {
    max-width: 708px;
  }
}
@media (min-width: 1004px) {
  .container,
  .woocommerce {
    max-width: 974px;
  }
}
@media (min-width: 1336px) {
  .container,
  .woocommerce {
    max-width: 1286px;
  }
}
@media (min-width: 1790px) {
  .container,
  .woocommerce {
    max-width: 1750px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-right: calc(var(--gutter-width) / 2);
  padding-left: 15px;
  padding-left: calc(var(--gutter-width) / 2);
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-right: calc(var(--gutter-width) / -2);
  margin-left: -15px;
  margin-left: calc(var(--gutter-width) / -2);
}
.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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-cb,
.col-cb-1,
.col-cb-2,
.col-cb-3,
.col-cb-4,
.col-cb-5,
.col-cb-6,
.col-cb-7,
.col-cb-8,
.col-cb-9,
.col-cb-10,
.col-cb-11,
.col-cb-12,
.col-cb-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-right: calc(var(--gutter-width) / 2);
  padding-left: 15px;
  padding-left: calc(var(--gutter-width) / 2);
}
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-cb {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-cb-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-cb-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-cb-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-cb-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-cb-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-cb-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-cb-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-cb-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-cb-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-cb-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-cb-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-cb-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-cb-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-cb-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-cb-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-cb-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-cb-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-cb-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-cb-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-cb-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-cb-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-cb-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-cb-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-cb-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-cb-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-cb-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-cb-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-cb-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-cb-0 {
    margin-left: 0;
  }
  .offset-cb-1 {
    margin-left: 8.33333%;
  }
  .offset-cb-2 {
    margin-left: 16.66667%;
  }
  .offset-cb-3 {
    margin-left: 25%;
  }
  .offset-cb-4 {
    margin-left: 33.33333%;
  }
  .offset-cb-5 {
    margin-left: 41.66667%;
  }
  .offset-cb-6 {
    margin-left: 50%;
  }
  .offset-cb-7 {
    margin-left: 58.33333%;
  }
  .offset-cb-8 {
    margin-left: 66.66667%;
  }
  .offset-cb-9 {
    margin-left: 75%;
  }
  .offset-cb-10 {
    margin-left: 83.33333%;
  }
  .offset-cb-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 748px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1004px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1336px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1790px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.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: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-cb-none {
    display: none !important;
  }
  .d-cb-inline {
    display: inline !important;
  }
  .d-cb-inline-block {
    display: inline-block !important;
  }
  .d-cb-block {
    display: block !important;
  }
  .d-cb-table {
    display: table !important;
  }
  .d-cb-table-row {
    display: table-row !important;
  }
  .d-cb-table-cell {
    display: table-cell !important;
  }
  .d-cb-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-cb-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 748px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1004px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1336px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1790px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !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: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.text-monospace {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !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-cb-left {
    text-align: left !important;
  }
  .text-cb-right {
    text-align: right !important;
  }
  .text-cb-center {
    text-align: center !important;
  }
}
@media (min-width: 748px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1004px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1336px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1790px) {
  .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-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-family: CeraPro, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.h1,
h1 {
  font-size: 3.75rem;
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: calc(1.5rem + 3vw);
  }
}
.h2,
h2 {
  font-size: 3.75rem;
}
@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: calc(1.5rem + 3vw);
  }
}
.h3,
h3 {
  font-size: 2.75rem;
}
@media (max-width: 1200px) {
  .h3,
  h3 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
.h4,
h4 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .h4,
  h4 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.h5,
h5 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .h5,
  h5 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.h6,
.lead,
h6 {
  font-size: 1.25rem;
}
.display-1,
.lead {
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
.h1,
h1 {
  margin-bottom: 30px;
  font-size: 60px;
}
@media (max-width: 1789.98px) {
  .h1,
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1335.98px) {
  .h1,
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 1003.98px) {
  .h1,
  h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .h1,
  h1 {
    font-size: 24px;
  }
}
.h2,
h2 {
  font-size: 60px;
}
@media (max-width: 1789.98px) {
  .h2,
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1335.98px) {
  .h2,
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1003.98px) {
  .h2,
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}
.h3,
h3 {
  font-size: 44px;
}
@media (max-width: 1789.98px) {
  .h3,
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 1335.98px) {
  .h3,
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1003.98px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .h3,
  h3 {
    font-size: 22px;
  }
}
.h4,
h4 {
  font-size: 32px;
}
@media (max-width: 1789.98px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1003.98px) {
  .h4,
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
.h5,
h5 {
  font-size: 24px;
}
@media (max-width: 1789.98px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}
.h6,
h6 {
  font-size: 20px;
}
@media (max-width: 1789.98px) {
  .h6,
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 1003.98px) {
  .h6,
  h6 {
    font-size: 16px;
  }
}
.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 5px;
}
ul {
  padding-left: 20px;
}
ul li {
  margin-bottom: 5px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
.drop-block {
  height: 50px;
  position: relative;
  line-height: normal;
}
@media (max-width: 1789.98px) {
  .drop-block {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .drop-block {
    font-size: 12px;
  }
}
.drop-block.open .drop-btn .icon,
.drop-block:not(.no-hover):hover .drop-btn .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drop-block.open .drop-list,
.drop-block:not(.no-hover):hover .drop-list {
  border-color: rgba(0, 0, 0, 0.06);
}
.drop-block.open .drop-menu,
.drop-block:not(.no-hover):hover .drop-menu {
  opacity: 1;
  pointer-events: auto;
}
.drop-block.right .drop-menu {
  left: auto;
  right: -30px;
}
@media (max-width: 1003.98px) {
  .drop-block.right .drop-menu {
    right: -20px;
  }
}
.drop-block .drop-btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.drop-block .drop-btn .icon {
  font-size: 4px;
  margin-left: 8px;
  margin-top: 2px;
}
.drop-block .drop-menu {
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 1;
  padding-top: 50px;
  min-width: 260px;
  pointer-events: none;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1003.98px) {
  .drop-block .drop-menu {
    left: -20px;
  }
}
.drop-block .drop-list {
  list-style: none;
  margin: 0;
  padding: 30px;
  border-top: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
@media (max-width: 1003.98px) {
  .drop-block .drop-list {
    padding: 25px 20px;
  }
}
.drop-block .drop-list li {
  line-height: normal;
  margin-bottom: 15px;
}
.drop-block .drop-list li:last-of-type {
  margin-bottom: 0;
}
@font-face {
  font-family: CeraPro;
  src: url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Light-525b31542561a5d0f3e5a7201f97534f.woff)
      format("woff"),
    url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Light-2538c4bab1b64c8ca208c08456bed8a7.woff2)
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CeraPro;
  src: url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Regular-c318cb7dd63a20ad71259a6d9a7e2ff9.woff)
      format("woff"),
    url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Regular-361ebae0cf881faabd8da06c3b73cae3.woff2)
      format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CeraPro;
  src: url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Medium-0f51ad7dc77ad9ec298f268677e4be13.woff)
      format("woff"),
    url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Medium-1a24bc3014cabf71a596ffd827c0abd8.woff2)
      format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CeraPro;
  src: url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Bold-0596296b1b59dfc0d02b319eebd88956.woff)
      format("woff"),
    url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Bold-414dfb7823822710d43914ddcf3e482f.woff2)
      format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CeraPro;
  src: url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Black-4dc547935825a4b6db5a819abd0b225a.woff)
      format("woff"),
    url(/cloudfresh/wp-content/themes/techsvit/cloudshop/assets/dist/fonts/CeraPro-Black-021582d5b80176f9ac348f995838e332.woff2)
      format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --gutter-width: 30px;
}
@media (max-width: 1789.98px) {
  :root {
    --gutter-width: 20px;
  }
}
@media (max-width: 1003.98px) {
  :root {
    --gutter-width: 10px;
  }
}
html {
  font-size: 16px;
}
body,
html {
  height: 100%;
}
body {
  min-width: 320px;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
body.no-animation *,
body.no-animation :after,
body.no-animation :before {
  -webkit-transition: none !important;
  transition: none !important;
}
.wrapper {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 160px 0;
  overflow: hidden;
}
@media (max-width: 1789.98px) {
  .wrapper {
    padding: 140px 0 80px;
  }
}
@media (max-width: 575.98px) {
  .wrapper {
    padding: 100px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .container,
  .woocommerce {
    padding-left: 20px;
    padding-right: 20px;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.img-wrapper {
  display: block;
  position: relative;
  padding-top: 75%;
  background: transparent;
  overflow: hidden;
}
.img-wrapper img,
.img-wrapper picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
p {
  padding: 0;
  margin: 0 0 20px;
}
p a {
  color: #0bbbef;
}
p a:hover {
  color: rgba(11, 187, 239, 0.5);
}
p a:active {
  color: rgba(0, 0, 0, 0.3);
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:active {
  color: rgba(0, 0, 0, 0.5);
}
.category-description {
  /* margin-bottom: -20px; */
}
@media (max-width: 1789.98px) {
  .category-description {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .category-description {
    font-size: 10px;
  }
}
.category-description p {
  line-height: 1.7;
  /* max-width: 625px; */
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icon-arrow-down {
  font-size: 0.36rem;
  width: 1.58333em;
}
.icon-arrow-next,
.icon-arrow-prev {
  font-size: 1.07rem;
  width: 0.57009em;
}
.icon-cart {
  font-size: 1.9rem;
  width: 0.82105em;
}
.icon-check {
  font-size: 0.73rem;
  width: 1.43836em;
}
.icon-close {
  font-size: 1.07rem;
  width: 1em;
}
.icon-search {
  font-size: 1.65rem;
  width: 1em;
}
.icon-sort {
  font-size: 1.14rem;
  width: 0.64912em;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 80px;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .header {
    height: 60px;
    font-size: 10px;
  }
}
.header .container,
.header .row,
.header .woocommerce {
  height: 100%;
}
.header .row {
  -webkit-box-align: center;
  align-items: center;
}
.header .logo {
  width: 150px;
  display: block;
}
@media (max-width: 1335.98px) {
  .header .logo {
    width: 132px;
  }
}
@media (max-width: 575.98px) {
  .header .logo {
    width: 96px;
  }
}
.header .header-wrap,
.header .main-menu-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.header .main-menu-wrap {
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header .main-menu-wrap,
.header .main-menu-wrap.search-show .main-menu-search {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.header .main-menu-wrap.search-show .search-input {
  opacity: 1;
  pointer-events: auto;
}
.header .main-menu-wrap.search-show .tel-link {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.header .main-menu-wrap.search-show .search-close-btn {
  opacity: 0.5;
  pointer-events: auto;
}
.header .main-menu-search {
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: flex-grow 0.2s ease-in-out,
    -webkit-box-flex 0.2s ease-in-out;
  transition: flex-grow 0.2s ease-in-out, -webkit-box-flex 0.2s ease-in-out;
  transition: flex-grow 0.2s ease-in-out;
}
.header .main-menu,
.header .main-menu-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.header .main-menu .drop-block {
  margin-right: 35px;
  z-index: 2;
  font-size: 15px;
}
@media (max-width: 1335.98px) {
  .header .main-menu .drop-block {
    display: none;
  }
}
.header .main-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.header .main-menu .menu-list li {
  margin-right: 35px;
  margin-bottom: 0;
}
.header .main-menu .menu-list li:last-of-type {
  margin-right: 0;
}
@media (max-width: 1335.98px) {
  .header .main-menu .menu-list li:first-of-type {
    margin-left: 30px;
    margin-right: 0;
  }
  .header .main-menu .menu-list li:first-of-type ~ li {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header .main-menu .menu-list li:first-of-type {
    margin-left: 0;
    font-size: 0;
  }
}
.header .main-menu .menu-list a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.header .main-menu .menu-list .cart-icon {
  font-size: 17px;
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .header .main-menu .menu-list .cart-icon {
    margin-left: -10px;
  }
}
.header .main-menu .menu-list .count {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  margin-top: -9px;
  margin-left: -8px;
  background: #0bbbef;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  padding: 0 2px 1px;
  font-size: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
.header .main-menu .menu-list a:hover .count {
  color: #000;
  background: #fff;
  box-shadow: 0 4px 5px rgba(5, 41, 69, 0.25);
}
.header .main-menu .menu-list a:active .count {
  color: #fff;
  background: #052945;
  box-shadow: 0 0 0 transparent;
}
.header .tel-link {
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
.header .language-drop-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 80px;
  z-index: 1;
}
@media (max-width: 1789.98px) {
  .header .language-drop-wrap {
    margin-left: 45px;
  }
}
@media (max-width: 1335.98px) {
  .header .language-drop-wrap {
    display: none;
  }
}
.header .language-drop-wrap .arrow-down {
  font-size: 4px;
}
.header .lang-drop-wrap {
  height: 50px;
}
.header .lang-drop {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 13px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.header .lang-drop:hover {
  height: 150px;
}
.header .lang-drop .drop-item {
  text-align: center;
  margin-bottom: 10px;
}
.header .lang-drop .drop-item.active {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}
.header .search-wrapper {
  margin-left: 35px;
  z-index: 2;
}
@media (max-width: 1335.98px) {
  .header .search-wrapper {
    display: none;
  }
}
.header .search-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header .search-input .form-control {
  padding-right: 50px;
}
.header .search-btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-right: 5px;
}
.header .search-btn .icon {
  font-size: 20px;
  display: block;
}
.header .search-close-btn {
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -7px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header .search-close-btn .icon {
  font-size: 14px;
  display: block;
}
.header .burger-btn {
  background: #0bbbef;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (min-width: 1336px) {
  .header .burger-btn {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header .burger-btn {
    width: 25px;
    height: 25px;
    margin-left: 15px;
  }
}
.header .burger-btn .line {
  width: 10px;
  height: 1px;
  background: #fff;
  position: relative;
}
@media (max-width: 575.98px) {
  .header .burger-btn .line {
    width: 8px;
  }
}
.header .burger-btn .line:after,
.header .burger-btn .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 160%;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.header .burger-btn .line:before {
  top: -5px;
}
@media (max-width: 575.98px) {
  .header .burger-btn .line:before {
    top: -4px;
  }
}
.header .burger-btn .line:after {
  bottom: -5px;
}
@media (max-width: 575.98px) {
  .header .burger-btn .line:after {
    bottom: -4px;
  }
}
.sort-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1003.98px) {
  .sort-container {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (min-width: 1004px) {
  .sort-container .breadcrumbs-container {
    margin-bottom: 0;
  }
}
@media (max-width: 1003.98px) {
  .sort-container .breadcrumbs-container {
    width: 100%;
  }
}
.sort-container .drop-block {
  margin: -15px 0;
}
@media (min-width: 1004px) {
  .sort-container .drop-block.category,
  .sort-container .drop-block.filters {
    display: none;
  }
}
.sort-container .drop-block.category.open .drop-btn,
.sort-container .drop-block.filters.open .drop-btn {
  z-index: 152;
}
.sort-container .drop-block.category.open .drop-menu,
.sort-container .drop-block.filters.open .drop-menu {
  z-index: 151;
}
.sort-container .drop-block.category.open .drop-backdrop,
.sort-container .drop-block.filters.open .drop-backdrop {
  opacity: 1;
  pointer-events: auto;
}
.sort-container .drop-block.category .drop-backdrop,
.sort-container .drop-block.filters .drop-backdrop {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 150;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.sort-container .drop-block.category .close-btn,
.sort-container .drop-block.filters .close-btn {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575.98px) {
  .sort-container .drop-block.category .close-btn,
  .sort-container .drop-block.filters .close-btn {
    right: 20px;
  }
}
.sort-container .drop-block.category .close-btn .icon,
.sort-container .drop-block.filters .close-btn .icon {
  font-size: 10px;
  color: #000;
  opacity: 0.3;
}
.sort-container .drop-block.filters .drop-menu {
  min-width: 380px;
  background: #f7f9fa;
  left: -40px;
}
@media (max-width: 575.98px) {
  .sort-container .drop-block.filters .drop-menu {
    min-width: auto;
    width: 100vw;
    left: -20px;
    border-radius: 0;
  }
}
.sort-container .drop-block.filters .filter-container {
  padding: 30px 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 575.98px) {
  .sort-container .drop-block.filters .filter-container {
    padding: 30px 20px;
  }
}
.sort-container .drop-block.category .drop-menu {
  min-width: 380px;
  font-weight: 700;
  background: #f7f9fa;
  left: -40px;
}
@media (max-width: 575.98px) {
  .sort-container .drop-block.category .drop-menu {
    min-width: auto;
    width: 100vw;
    left: -20px;
    border-radius: 0;
    font-size: 14px;
  }
}
.sort-container .drop-block.category .drop-menu .drop-list {
  padding-left: 40px;
  padding-right: 120px;
}
@media (max-width: 575.98px) {
  .sort-container .drop-block.category .drop-menu .drop-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sort-container .drop-block.category .drop-menu li {
  margin-bottom: 2px;
}
.sort-container .drop-block.category .drop-menu li:last-of-type {
  margin-bottom: 0;
}
.sort-container .drop-block.category .drop-menu a {
  display: block;
  padding: 9px 20px;
  margin-left: -20px;
  color: #000;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .sort-container .drop-block.category .drop-menu a {
    margin-right: -20px;
    border-radius: 0;
  }
}
.sort-container .drop-block.category .drop-menu a.active,
.sort-container .drop-block.category .drop-menu a:active {
  color: #0bbbef;
  background: #fff;
}
.sort-container .drop-block.sort .drop-btn .icon {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transform: none !important;
  transform: none !important;
}
.sort-container .drop-block.sort .drop-menu {
  min-width: 230px;
}
@media (max-width: 1789.98px) {
  .sort-container .drop-block.sort .drop-menu {
    min-width: 210px;
  }
}
@media (max-width: 1003.98px) {
  .sort-container .drop-block.sort .drop-menu {
    min-width: 190px;
  }
}
.sort-container .drop-block.sort .drop-menu a {
  white-space: nowrap;
}
.sort-container .drop-block.sort .drop-menu a.active {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs-container {
  margin-bottom: 45px;
}
@media (max-width: 1335.98px) {
  .breadcrumbs-container {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumbs-container {
    margin-bottom: 30px;
  }
}
.breadcrumbs-container .breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
}
@media (max-width: 1789.98px) {
  .breadcrumbs-container .breadcrumbs-list {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumbs-container .breadcrumbs-list {
    font-size: 12px;
  }
}
.breadcrumbs-container .breadcrumbs-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.breadcrumbs-container .breadcrumbs-list li:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: #000;
  opacity: 0.3;
}
.breadcrumbs-container .breadcrumbs-list li:last-of-type:after {
  display: none;
}
.breadcrumbs-container .breadcrumbs-list a {
  color: rgba(0, 0, 0, 0.3);
}
.breadcrumbs-container .breadcrumbs-list a:hover {
  color: #0bbbef;
}
.breadcrumbs-container .breadcrumbs-list a:active {
  color: #000;
}
.body-modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-overflow-scrolling: touch;
}
.modal.modal-open {
  opacity: 1;
  pointer-events: auto;
}
.modal.modal-open .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
  pointer-events: auto;
}
.modal .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.modal .modal-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.modal .modal-dialog {
  width: 555px;
  align-self: center;
  margin: 30px auto;
  padding: 0;
  background: #fff;
  position: relative;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 747.98px) {
  .modal .modal-dialog {
    width: 520px;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-dialog {
    width: 280px;
  }
}
.modal .close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.modal .close .icon {
  font-size: 10px;
  color: #000;
  opacity: 0.3;
}
.modal .content {
  display: -webkit-box;
  display: flex;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .modal .content {
    padding: 15px 20px 20px;
    flex-wrap: wrap;
  }
}
.modal .content .image-wrap {
  flex-shrink: 0;
  width: 180px;
  margin-right: 55px;
}
@media (max-width: 575.98px) {
  .modal .content .image-wrap {
    margin: 0 auto 35px;
  }
}
.modal .content .img-wrapper {
  padding-top: 82.23684%;
}
.modal .content h5 {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .modal .content h5 {
    margin-bottom: 15px;
  }
}
.modal .content p {
  font-size: 14px;
  margin-bottom: 0;
}
.modal .buttons-block {
  border-top: 1px solid #f2f2f2;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
}
@media (max-width: 575.98px) {
  .modal .buttons-block {
    border: none;
    display: block;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .modal .buttons-block a {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-top: 1px solid #f2f2f2;
  }
}
.products-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-left: calc(var(--gutter-width) / -2);
  margin-right: -15px;
  margin-right: calc(var(--gutter-width) / -2);
}
.product-item {
  width: 33.33333%;
  padding: 0 15px 30px;
  padding: 0 calc(var(--gutter-width) / 2) var(--gutter-width);
}
@media (max-width: 1335.98px) {
  .product-item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .product-item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.product-item .product-item-wrap {
  height: 100%;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.product-item .product-item-wrap:hover {
  box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.05);
}
.product-item .product-item-wrap:active {
  box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.05);
}
.product-item .img-wrapper {
  padding-top: 82.23684%;
}
.product-item .product-info {
  padding: 20px 30px 30px;
}
@media (max-width: 1789.98px) {
  .product-item .product-info {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 1003.98px) {
  .product-item .product-info {
    padding-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .product-item .product-info {
    padding: 15px 20px 30px;
  }
}
.product-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1003.98px) {
  .product-item .title {
    font-size: 18px;
  }
}
.product-item .info-list {
  padding-left: 20px;
  margin: 0;
}
@media (max-width: 1789.98px) {
  .product-item .info-list {
    font-size: 14px;
  }
}
.product-item .info-list li {
  margin-bottom: 10px;
}
@media (max-width: 1789.98px) {
  .product-item .info-list li {
    margin-bottom: 5px;
  }
}
.product-item .info-list li:last-of-type {
  margin-bottom: 0;
}
.product-item .price-block {
  height: 50px;
  line-height: normal;
  padding: 0 30px;
  border-top: 1px solid #f7f9fa;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .product-item .price-block {
    height: 40px;
  }
}
.product-item .price-block .price {
  color: #0bbbef;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1789.98px) {
  .product-item .price-block .price {
    font-size: 20px;
  }
}
@media (max-width: 1003.98px) {
  .product-item .price-block .price {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .product-item .price-block .price {
    font-size: 16px;
  }
}
.product-item .price-block .cart-link {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .product-item .price-block .cart-link {
    font-size: 12px;
  }
}
#mobile-menu:not(.mm-menu),
#sprite,
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-message {
  padding: 10px;
  background: #63d4dd;
  margin-bottom: 50px;
}
.preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.preloader-enabled .preloader {
  display: -webkit-box;
  display: flex;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0bbbef;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
}
.lds-ellipsis div:nth-child(2),
.lds-ellipsis div:nth-child(3) {
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(24px);
    transform: translate(24px);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(24px);
    transform: translate(24px);
  }
}

/* Це старі стилі */