@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap"); /*!
 * 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: #ffd12d;
  --secondary: #6c757d;
  --success: #257d50;
  --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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #faf9f6;
}

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

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

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

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

abbr[title],
abbr[data-original-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;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ffd12d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #e0af00;
  text-decoration: underline;
}

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

pre,
code,
kbd,
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: 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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.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, .h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .woocommerce .woocommerce-MyAccount-content .u-columns {
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .woocommerce .woocommerce-MyAccount-content .col-1,
.woocommerce .woocommerce-MyAccount-content .col-2, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.col-6, .woocommerce .woocommerce-MyAccount-content .col-1,
.woocommerce .woocommerce-MyAccount-content .col-2 {
  -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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.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: #faf9f6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  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 > th,
.table-primary > td {
  background-color: #fff2c4;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  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 > th,
.table-success > td {
  background-color: #c2dbce;
}

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

.table-info,
.table-info > th,
.table-info > td {
  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 > th,
.table-warning > td {
  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 > th,
.table-danger > td {
  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 > th,
.table-light > td {
  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 > th,
.table-dark > td {
  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 > th,
.table-active > td {
  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: #faf9f6;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #faf9f6;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.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, .woocommerce .woocommerce-MyAccount-content .input-text, input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=tel],
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand, .woocommerce .woocommerce-MyAccount-content .input-text::-ms-expand, input[type=text]::-ms-expand,
input[type=date]::-ms-expand,
input[type=datetime]::-ms-expand,
input[type=datetime-local]::-ms-expand,
input[type=email]::-ms-expand,
input[type=month]::-ms-expand,
input[type=number]::-ms-expand,
input[type=password]::-ms-expand,
input[type=range]::-ms-expand,
input[type=tel]::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .woocommerce .woocommerce-MyAccount-content .input-text:focus, input[type=text]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffedad;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
}
.form-control::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content .input-text::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content .input-text::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content .input-text:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content .input-text::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .woocommerce .woocommerce-MyAccount-content .input-text::placeholder, input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=range]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .woocommerce .woocommerce-MyAccount-content .input-text:disabled, input[type=text]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=range]:disabled,
input[type=tel]:disabled,
textarea:disabled, .form-control[readonly], .woocommerce .woocommerce-MyAccount-content [readonly].input-text, input[readonly][type=text],
input[readonly][type=date],
input[readonly][type=datetime],
input[readonly][type=datetime-local],
input[readonly][type=email],
input[readonly][type=month],
input[readonly][type=number],
input[readonly][type=password],
input[readonly][type=range],
input[readonly][type=tel],
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), .woocommerce .woocommerce-MyAccount-content select.input-text:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value, .woocommerce .woocommerce-MyAccount-content select.input-text:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

.form-text {
  display: block;
  margin-top: 0.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: 0.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: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #257d50;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(37, 125, 80, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .was-validated .woocommerce .woocommerce-MyAccount-content .input-text:valid, .woocommerce .woocommerce-MyAccount-content .was-validated .input-text:valid, .was-validated input[type=text]:valid,
.was-validated input[type=date]:valid,
.was-validated input[type=datetime]:valid,
.was-validated input[type=datetime-local]:valid,
.was-validated input[type=email]:valid,
.was-validated input[type=month]:valid,
.was-validated input[type=number]:valid,
.was-validated input[type=password]:valid,
.was-validated input[type=range]:valid,
.was-validated input[type=tel]:valid,
.was-validated textarea:valid, .form-control.is-valid, .woocommerce .woocommerce-MyAccount-content .is-valid.input-text, input.is-valid[type=text],
input.is-valid[type=date],
input.is-valid[type=datetime],
input.is-valid[type=datetime-local],
input.is-valid[type=email],
input.is-valid[type=month],
input.is-valid[type=number],
input.is-valid[type=password],
input.is-valid[type=range],
input.is-valid[type=tel],
textarea.is-valid,
.was-validated .custom-select:valid,
.was-validated select:valid,
.custom-select.is-valid,
select.is-valid {
  border-color: #257d50;
}
.was-validated .form-control:valid:focus, .was-validated .woocommerce .woocommerce-MyAccount-content .input-text:valid:focus, .woocommerce .woocommerce-MyAccount-content .was-validated .input-text:valid:focus, .was-validated input[type=text]:valid:focus,
.was-validated input[type=date]:valid:focus,
.was-validated input[type=datetime]:valid:focus,
.was-validated input[type=datetime-local]:valid:focus,
.was-validated input[type=email]:valid:focus,
.was-validated input[type=month]:valid:focus,
.was-validated input[type=number]:valid:focus,
.was-validated input[type=password]:valid:focus,
.was-validated input[type=range]:valid:focus,
.was-validated input[type=tel]:valid:focus,
.was-validated textarea:valid:focus, .form-control.is-valid:focus, .woocommerce .woocommerce-MyAccount-content .is-valid.input-text:focus, input.is-valid[type=text]:focus,
input.is-valid[type=date]:focus,
input.is-valid[type=datetime]:focus,
input.is-valid[type=datetime-local]:focus,
input.is-valid[type=email]:focus,
input.is-valid[type=month]:focus,
input.is-valid[type=number]:focus,
input.is-valid[type=password]:focus,
input.is-valid[type=range]:focus,
input.is-valid[type=tel]:focus,
textarea.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated select:valid:focus,
.custom-select.is-valid:focus,
select.is-valid:focus {
  border-color: #257d50;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .woocommerce .woocommerce-MyAccount-content .input-text:valid ~ .valid-feedback, .woocommerce .woocommerce-MyAccount-content .was-validated .input-text:valid ~ .valid-feedback, .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated input[type=date]:valid ~ .valid-feedback,
.was-validated input[type=datetime]:valid ~ .valid-feedback,
.was-validated input[type=datetime-local]:valid ~ .valid-feedback,
.was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated input[type=month]:valid ~ .valid-feedback,
.was-validated input[type=number]:valid ~ .valid-feedback,
.was-validated input[type=password]:valid ~ .valid-feedback,
.was-validated input[type=range]:valid ~ .valid-feedback,
.was-validated input[type=tel]:valid ~ .valid-feedback,
.was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .woocommerce .woocommerce-MyAccount-content .input-text:valid ~ .valid-tooltip,
.woocommerce .woocommerce-MyAccount-content .was-validated .input-text:valid ~ .valid-tooltip,
.was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated input[type=date]:valid ~ .valid-tooltip,
.was-validated input[type=datetime]:valid ~ .valid-tooltip,
.was-validated input[type=datetime-local]:valid ~ .valid-tooltip,
.was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated input[type=month]:valid ~ .valid-tooltip,
.was-validated input[type=number]:valid ~ .valid-tooltip,
.was-validated input[type=password]:valid ~ .valid-tooltip,
.was-validated input[type=range]:valid ~ .valid-tooltip,
.was-validated input[type=tel]:valid ~ .valid-tooltip,
.was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .woocommerce .woocommerce-MyAccount-content .is-valid.input-text ~ .valid-feedback, input.is-valid[type=text] ~ .valid-feedback,
input.is-valid[type=date] ~ .valid-feedback,
input.is-valid[type=datetime] ~ .valid-feedback,
input.is-valid[type=datetime-local] ~ .valid-feedback,
input.is-valid[type=email] ~ .valid-feedback,
input.is-valid[type=month] ~ .valid-feedback,
input.is-valid[type=number] ~ .valid-feedback,
input.is-valid[type=password] ~ .valid-feedback,
input.is-valid[type=range] ~ .valid-feedback,
input.is-valid[type=tel] ~ .valid-feedback,
textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.woocommerce .woocommerce-MyAccount-content .is-valid.input-text ~ .valid-tooltip,
input.is-valid[type=text] ~ .valid-tooltip,
input.is-valid[type=date] ~ .valid-tooltip,
input.is-valid[type=datetime] ~ .valid-tooltip,
input.is-valid[type=datetime-local] ~ .valid-tooltip,
input.is-valid[type=email] ~ .valid-tooltip,
input.is-valid[type=month] ~ .valid-tooltip,
input.is-valid[type=number] ~ .valid-tooltip,
input.is-valid[type=password] ~ .valid-tooltip,
input.is-valid[type=range] ~ .valid-tooltip,
input.is-valid[type=tel] ~ .valid-tooltip,
textarea.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #257d50;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #257d50;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #55cd8f;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #31a469;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #faf9f6, 0 0 0 0.2rem rgba(37, 125, 80, 0.25);
          box-shadow: 0 0 0 1px #faf9f6, 0 0 0 0.2rem rgba(37, 125, 80, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #257d50;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.25);
}

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

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

.was-validated .form-control:invalid, .was-validated .woocommerce .woocommerce-MyAccount-content .input-text:invalid, .woocommerce .woocommerce-MyAccount-content .was-validated .input-text:invalid, .was-validated input[type=text]:invalid,
.was-validated input[type=date]:invalid,
.was-validated input[type=datetime]:invalid,
.was-validated input[type=datetime-local]:invalid,
.was-validated input[type=email]:invalid,
.was-validated input[type=month]:invalid,
.was-validated input[type=number]:invalid,
.was-validated input[type=password]:invalid,
.was-validated input[type=range]:invalid,
.was-validated input[type=tel]:invalid,
.was-validated textarea:invalid, .form-control.is-invalid, .woocommerce .woocommerce-MyAccount-content .is-invalid.input-text, input.is-invalid[type=text],
input.is-invalid[type=date],
input.is-invalid[type=datetime],
input.is-invalid[type=datetime-local],
input.is-invalid[type=email],
input.is-invalid[type=month],
input.is-invalid[type=number],
input.is-invalid[type=password],
input.is-invalid[type=range],
input.is-invalid[type=tel],
textarea.is-invalid,
.was-validated .custom-select:invalid,
.was-validated select:invalid,
.custom-select.is-invalid,
select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .woocommerce .woocommerce-MyAccount-content .input-text:invalid:focus, .woocommerce .woocommerce-MyAccount-content .was-validated .input-text:invalid:focus, .was-validated input[type=text]:invalid:focus,
.was-validated input[type=date]:invalid:focus,
.was-validated input[type=datetime]:invalid:focus,
.was-validated input[type=datetime-local]:invalid:focus,
.was-validated input[type=email]:invalid:focus,
.was-validated input[type=month]:invalid:focus,
.was-validated input[type=number]:invalid:focus,
.was-validated input[type=password]:invalid:focus,
.was-validated input[type=range]:invalid:focus,
.was-validated input[type=tel]:invalid:focus,
.was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .woocommerce .woocommerce-MyAccount-content .is-invalid.input-text:focus, input.is-invalid[type=text]:focus,
input.is-invalid[type=date]:focus,
input.is-invalid[type=datetime]:focus,
input.is-invalid[type=datetime-local]:focus,
input.is-invalid[type=email]:focus,
input.is-invalid[type=month]:focus,
input.is-invalid[type=number]:focus,
input.is-invalid[type=password]:focus,
input.is-invalid[type=range]:focus,
input.is-invalid[type=tel]:focus,
textarea.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated select:invalid:focus,
.custom-select.is-invalid:focus,
select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .woocommerce .woocommerce-MyAccount-content .input-text:invalid ~ .invalid-feedback, .woocommerce .woocommerce-MyAccount-content .was-validated .input-text:invalid ~ .invalid-feedback, .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated input[type=date]:invalid ~ .invalid-feedback,
.was-validated input[type=datetime]:invalid ~ .invalid-feedback,
.was-validated input[type=datetime-local]:invalid ~ .invalid-feedback,
.was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated input[type=month]:invalid ~ .invalid-feedback,
.was-validated input[type=number]:invalid ~ .invalid-feedback,
.was-validated input[type=password]:invalid ~ .invalid-feedback,
.was-validated input[type=range]:invalid ~ .invalid-feedback,
.was-validated input[type=tel]:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .woocommerce .woocommerce-MyAccount-content .input-text:invalid ~ .invalid-tooltip,
.woocommerce .woocommerce-MyAccount-content .was-validated .input-text:invalid ~ .invalid-tooltip,
.was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated input[type=date]:invalid ~ .invalid-tooltip,
.was-validated input[type=datetime]:invalid ~ .invalid-tooltip,
.was-validated input[type=datetime-local]:invalid ~ .invalid-tooltip,
.was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated input[type=month]:invalid ~ .invalid-tooltip,
.was-validated input[type=number]:invalid ~ .invalid-tooltip,
.was-validated input[type=password]:invalid ~ .invalid-tooltip,
.was-validated input[type=range]:invalid ~ .invalid-tooltip,
.was-validated input[type=tel]:invalid ~ .invalid-tooltip,
.was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .woocommerce .woocommerce-MyAccount-content .is-invalid.input-text ~ .invalid-feedback, input.is-invalid[type=text] ~ .invalid-feedback,
input.is-invalid[type=date] ~ .invalid-feedback,
input.is-invalid[type=datetime] ~ .invalid-feedback,
input.is-invalid[type=datetime-local] ~ .invalid-feedback,
input.is-invalid[type=email] ~ .invalid-feedback,
input.is-invalid[type=month] ~ .invalid-feedback,
input.is-invalid[type=number] ~ .invalid-feedback,
input.is-invalid[type=password] ~ .invalid-feedback,
input.is-invalid[type=range] ~ .invalid-feedback,
input.is-invalid[type=tel] ~ .invalid-feedback,
textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.woocommerce .woocommerce-MyAccount-content .is-invalid.input-text ~ .invalid-tooltip,
input.is-invalid[type=text] ~ .invalid-tooltip,
input.is-invalid[type=date] ~ .invalid-tooltip,
input.is-invalid[type=datetime] ~ .invalid-tooltip,
input.is-invalid[type=datetime-local] ~ .invalid-tooltip,
input.is-invalid[type=email] ~ .invalid-tooltip,
input.is-invalid[type=month] ~ .invalid-tooltip,
input.is-invalid[type=number] ~ .invalid-tooltip,
input.is-invalid[type=password] ~ .invalid-tooltip,
input.is-invalid[type=range] ~ .invalid-tooltip,
input.is-invalid[type=tel] ~ .invalid-tooltip,
textarea.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #faf9f6, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #faf9f6, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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, .form-inline .woocommerce .woocommerce-MyAccount-content .input-text, .woocommerce .woocommerce-MyAccount-content .form-inline .input-text, .form-inline input[type=text],
  .form-inline input[type=date],
  .form-inline input[type=datetime],
  .form-inline input[type=datetime-local],
  .form-inline input[type=email],
  .form-inline input[type=month],
  .form-inline input[type=number],
  .form-inline input[type=password],
  .form-inline input[type=range],
  .form-inline input[type=tel],
  .form-inline textarea {
    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: 0.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, .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .group_table .button, .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-form-login button, .woocommerce .checkout_coupon button, .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .price_slider_amount .button, .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  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: 0.8rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover, .woocommerce .product-page .right .cart .button:hover, .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce .woocommerce-MyAccount-content .title .edit:hover, .woocommerce .woocommerce-form-login button:hover, .woocommerce .checkout_coupon button:hover, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:hover, .woocommerce-sidebar .widget_shopping_cart .button:hover, .woocommerce-sidebar .price_slider_amount .button:hover, .woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover, .btn:focus, .woocommerce .product-page .right .cart .button:focus, .woocommerce .woocommerce-MyAccount-content .button:focus, .woocommerce .woocommerce-MyAccount-content .title .edit:focus, .woocommerce .woocommerce-form-login button:focus, .woocommerce .checkout_coupon button:focus, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:focus, .woocommerce-sidebar .widget_shopping_cart .button:focus, .woocommerce-sidebar .price_slider_amount .button:focus, .woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus {
  text-decoration: none;
}
.btn:focus, .woocommerce .product-page .right .cart .button:focus, .woocommerce .woocommerce-MyAccount-content .button:focus, .woocommerce .woocommerce-MyAccount-content .title .edit:focus, .woocommerce .woocommerce-form-login button:focus, .woocommerce .checkout_coupon button:focus, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:focus, .woocommerce-sidebar .widget_shopping_cart .button:focus, .woocommerce-sidebar .price_slider_amount .button:focus, .woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus, .btn.focus, .woocommerce .product-page .right .cart .focus.button, .woocommerce .woocommerce-MyAccount-content .focus.button, .woocommerce .woocommerce-MyAccount-content .title .focus.edit, .woocommerce .woocommerce-form-login button.focus, .woocommerce .checkout_coupon button.focus, .woocommerce .woocommerce-checkout-payment#payment button.focus[type=submit], .woocommerce-sidebar .widget_shopping_cart .focus.button, .woocommerce-sidebar .price_slider_amount .focus.button, .woocommerce .woocommerce-message .focus.button,
.woocommerce .woocommerce-error .focus.button,
.woocommerce .woocommerce-info .focus.button {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
}
.btn.disabled, .woocommerce .product-page .right .cart .disabled.button, .woocommerce .woocommerce-MyAccount-content .disabled.button, .woocommerce .woocommerce-MyAccount-content .title .disabled.edit, .woocommerce .woocommerce-form-login button.disabled, .woocommerce .checkout_coupon button.disabled, .woocommerce .woocommerce-checkout-payment#payment button.disabled[type=submit], .woocommerce-sidebar .widget_shopping_cart .disabled.button, .woocommerce-sidebar .price_slider_amount .disabled.button, .woocommerce .woocommerce-message .disabled.button,
.woocommerce .woocommerce-error .disabled.button,
.woocommerce .woocommerce-info .disabled.button, .btn:disabled, .woocommerce .product-page .right .cart .button:disabled, .woocommerce .woocommerce-MyAccount-content .button:disabled, .woocommerce .woocommerce-MyAccount-content .title .edit:disabled, .woocommerce .woocommerce-form-login button:disabled, .woocommerce .checkout_coupon button:disabled, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:disabled, .woocommerce-sidebar .widget_shopping_cart .button:disabled, .woocommerce-sidebar .price_slider_amount .button:disabled, .woocommerce .woocommerce-message .button:disabled,
.woocommerce .woocommerce-error .button:disabled,
.woocommerce .woocommerce-info .button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .woocommerce .product-page .right .cart .button:not(:disabled):not(.disabled), .woocommerce .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled), .woocommerce .woocommerce-MyAccount-content .title .edit:not(:disabled):not(.disabled), .woocommerce .woocommerce-form-login button:not(:disabled):not(.disabled), .woocommerce .checkout_coupon button:not(:disabled):not(.disabled), .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:not(:disabled):not(.disabled), .woocommerce-sidebar .widget_shopping_cart .button:not(:disabled):not(.disabled), .woocommerce-sidebar .price_slider_amount .button:not(:disabled):not(.disabled), .woocommerce .woocommerce-message .button:not(:disabled):not(.disabled),
.woocommerce .woocommerce-error .button:not(:disabled):not(.disabled),
.woocommerce .woocommerce-info .button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .woocommerce .product-page .right .cart .button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-MyAccount-content .title .edit:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-form-login button:not(:disabled):not(.disabled):active, .woocommerce .checkout_coupon button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:not(:disabled):not(.disabled):active, .woocommerce-sidebar .widget_shopping_cart .button:not(:disabled):not(.disabled):active, .woocommerce-sidebar .price_slider_amount .button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-message .button:not(:disabled):not(.disabled):active,
.woocommerce .woocommerce-error .button:not(:disabled):not(.disabled):active,
.woocommerce .woocommerce-info .button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .woocommerce .product-page .right .cart .button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-MyAccount-content .title .edit:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-form-login button:not(:disabled):not(.disabled).active, .woocommerce .checkout_coupon button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:not(:disabled):not(.disabled).active, .woocommerce-sidebar .widget_shopping_cart .button:not(:disabled):not(.disabled).active, .woocommerce-sidebar .price_slider_amount .button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-message .button:not(:disabled):not(.disabled).active,
.woocommerce .woocommerce-error .button:not(:disabled):not(.disabled).active,
.woocommerce .woocommerce-info .button:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled, .woocommerce .product-page .right .cart a.disabled.button, .woocommerce .woocommerce-MyAccount-content a.disabled.button, .woocommerce .woocommerce-MyAccount-content .title a.disabled.edit, .woocommerce-sidebar .widget_shopping_cart a.disabled.button, .woocommerce-sidebar .price_slider_amount a.disabled.button, .woocommerce .woocommerce-message a.disabled.button,
.woocommerce .woocommerce-error a.disabled.button,
.woocommerce .woocommerce-info a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled .woocommerce .product-page .right .cart a.button,
.woocommerce .product-page .right .cart fieldset:disabled a.button,
fieldset:disabled .woocommerce .woocommerce-MyAccount-content a.button,
.woocommerce .woocommerce-MyAccount-content fieldset:disabled a.button,
fieldset:disabled .woocommerce .woocommerce-MyAccount-content .title a.edit,
.woocommerce .woocommerce-MyAccount-content .title fieldset:disabled a.edit,
fieldset:disabled .woocommerce-sidebar .widget_shopping_cart a.button,
.woocommerce-sidebar .widget_shopping_cart fieldset:disabled a.button,
fieldset:disabled .woocommerce-sidebar .price_slider_amount a.button,
.woocommerce-sidebar .price_slider_amount fieldset:disabled a.button,
fieldset:disabled .woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message fieldset:disabled a.button,
fieldset:disabled .woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-error fieldset:disabled a.button,
fieldset:disabled .woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-info fieldset:disabled a.button {
  pointer-events: none;
}

.btn-primary, .woocommerce .product-page .right .cart .button, .woocommerce .woocommerce-checkout-payment#payment button[type=submit] {
  color: #212529;
  background-color: #ffd12d;
  border-color: #ffd12d;
}
.btn-primary:hover, .woocommerce .product-page .right .cart .button:hover, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:hover {
  color: #212529;
  background-color: #ffc907;
  border-color: #f9c200;
}
.btn-primary:focus, .woocommerce .product-page .right .cart .button:focus, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:focus, .btn-primary.focus, .woocommerce .product-page .right .cart .focus.button, .woocommerce .woocommerce-checkout-payment#payment button.focus[type=submit] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}
.btn-primary.disabled, .woocommerce .product-page .right .cart .disabled.button, .woocommerce .woocommerce-checkout-payment#payment button.disabled[type=submit], .btn-primary:disabled, .woocommerce .product-page .right .cart .button:disabled, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:disabled {
  color: #212529;
  background-color: #ffd12d;
  border-color: #ffd12d;
}
.btn-primary:not(:disabled):not(.disabled):active, .woocommerce .product-page .right .cart .button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .woocommerce .product-page .right .cart .button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .woocommerce .product-page .right .cart .show > .dropdown-toggle.button, .woocommerce .woocommerce-checkout-payment#payment .show > button.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #f9c200;
  border-color: #ecb900;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .woocommerce .product-page .right .cart .button:not(:disabled):not(.disabled):active:focus, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .woocommerce .product-page .right .cart .button:not(:disabled):not(.disabled).active:focus, .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .woocommerce .product-page .right .cart .show > .dropdown-toggle.button:focus, .woocommerce .woocommerce-checkout-payment#payment .show > button.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #257d50;
  border-color: #257d50;
}
.btn-success:hover {
  color: #fff;
  background-color: #1c5f3d;
  border-color: #195637;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #257d50;
  border-color: #257d50;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #195637;
  border-color: #164c31;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light, .woocommerce .product-page .right .cart .group_table .button, .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-form-login button, .woocommerce .checkout_coupon button, .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .price_slider_amount .button, .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover, .woocommerce .product-page .right .cart .group_table .button:hover, .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce .woocommerce-form-login button:hover, .woocommerce .checkout_coupon button:hover, .woocommerce-sidebar .widget_shopping_cart .button:hover, .woocommerce-sidebar .price_slider_amount .button:hover, .woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .woocommerce .product-page .right .cart .group_table .button:focus, .woocommerce .woocommerce-MyAccount-content .button:focus, .woocommerce .woocommerce-form-login button:focus, .woocommerce .checkout_coupon button:focus, .woocommerce-sidebar .widget_shopping_cart .button:focus, .woocommerce-sidebar .price_slider_amount .button:focus, .woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus, .btn-light.focus, .woocommerce .product-page .right .cart .group_table .focus.button, .woocommerce .woocommerce-MyAccount-content .focus.button, .woocommerce .woocommerce-form-login button.focus, .woocommerce .checkout_coupon button.focus, .woocommerce-sidebar .widget_shopping_cart .focus.button, .woocommerce-sidebar .price_slider_amount .focus.button, .woocommerce .woocommerce-message .focus.button,
.woocommerce .woocommerce-error .focus.button,
.woocommerce .woocommerce-info .focus.button {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .woocommerce .product-page .right .cart .group_table .disabled.button, .woocommerce .woocommerce-MyAccount-content .disabled.button, .woocommerce .woocommerce-form-login button.disabled, .woocommerce .checkout_coupon button.disabled, .woocommerce-sidebar .widget_shopping_cart .disabled.button, .woocommerce-sidebar .price_slider_amount .disabled.button, .woocommerce .woocommerce-message .disabled.button,
.woocommerce .woocommerce-error .disabled.button,
.woocommerce .woocommerce-info .disabled.button, .btn-light:disabled, .woocommerce .product-page .right .cart .group_table .button:disabled, .woocommerce .woocommerce-MyAccount-content .button:disabled, .woocommerce .woocommerce-form-login button:disabled, .woocommerce .checkout_coupon button:disabled, .woocommerce-sidebar .widget_shopping_cart .button:disabled, .woocommerce-sidebar .price_slider_amount .button:disabled, .woocommerce .woocommerce-message .button:disabled,
.woocommerce .woocommerce-error .button:disabled,
.woocommerce .woocommerce-info .button:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .woocommerce .product-page .right .cart .group_table .button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-form-login button:not(:disabled):not(.disabled):active, .woocommerce .checkout_coupon button:not(:disabled):not(.disabled):active, .woocommerce-sidebar .widget_shopping_cart .button:not(:disabled):not(.disabled):active, .woocommerce-sidebar .price_slider_amount .button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-message .button:not(:disabled):not(.disabled):active,
.woocommerce .woocommerce-error .button:not(:disabled):not(.disabled):active,
.woocommerce .woocommerce-info .button:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .woocommerce .product-page .right .cart .group_table .button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-form-login button:not(:disabled):not(.disabled).active, .woocommerce .checkout_coupon button:not(:disabled):not(.disabled).active, .woocommerce-sidebar .widget_shopping_cart .button:not(:disabled):not(.disabled).active, .woocommerce-sidebar .price_slider_amount .button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-message .button:not(:disabled):not(.disabled).active,
.woocommerce .woocommerce-error .button:not(:disabled):not(.disabled).active,
.woocommerce .woocommerce-info .button:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .woocommerce .product-page .right .cart .group_table .show > .dropdown-toggle.button, .woocommerce .woocommerce-MyAccount-content .show > .dropdown-toggle.button, .woocommerce .woocommerce-form-login .show > button.dropdown-toggle, .woocommerce .checkout_coupon .show > button.dropdown-toggle, .woocommerce-sidebar .widget_shopping_cart .show > .dropdown-toggle.button, .woocommerce-sidebar .price_slider_amount .show > .dropdown-toggle.button, .woocommerce .woocommerce-message .show > .dropdown-toggle.button,
.woocommerce .woocommerce-error .show > .dropdown-toggle.button,
.woocommerce .woocommerce-info .show > .dropdown-toggle.button {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .woocommerce .product-page .right .cart .group_table .button:not(:disabled):not(.disabled):active:focus, .woocommerce .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active:focus, .woocommerce .woocommerce-form-login button:not(:disabled):not(.disabled):active:focus, .woocommerce .checkout_coupon button:not(:disabled):not(.disabled):active:focus, .woocommerce-sidebar .widget_shopping_cart .button:not(:disabled):not(.disabled):active:focus, .woocommerce-sidebar .price_slider_amount .button:not(:disabled):not(.disabled):active:focus, .woocommerce .woocommerce-message .button:not(:disabled):not(.disabled):active:focus,
.woocommerce .woocommerce-error .button:not(:disabled):not(.disabled):active:focus,
.woocommerce .woocommerce-info .button:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .woocommerce .product-page .right .cart .group_table .button:not(:disabled):not(.disabled).active:focus, .woocommerce .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active:focus, .woocommerce .woocommerce-form-login button:not(:disabled):not(.disabled).active:focus, .woocommerce .checkout_coupon button:not(:disabled):not(.disabled).active:focus, .woocommerce-sidebar .widget_shopping_cart .button:not(:disabled):not(.disabled).active:focus, .woocommerce-sidebar .price_slider_amount .button:not(:disabled):not(.disabled).active:focus, .woocommerce .woocommerce-message .button:not(:disabled):not(.disabled).active:focus,
.woocommerce .woocommerce-error .button:not(:disabled):not(.disabled).active:focus,
.woocommerce .woocommerce-info .button:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus, .woocommerce .product-page .right .cart .group_table .show > .dropdown-toggle.button:focus, .woocommerce .woocommerce-MyAccount-content .show > .dropdown-toggle.button:focus, .woocommerce .woocommerce-form-login .show > button.dropdown-toggle:focus, .woocommerce .checkout_coupon .show > button.dropdown-toggle:focus, .woocommerce-sidebar .widget_shopping_cart .show > .dropdown-toggle.button:focus, .woocommerce-sidebar .price_slider_amount .show > .dropdown-toggle.button:focus, .woocommerce .woocommerce-message .show > .dropdown-toggle.button:focus,
.woocommerce .woocommerce-error .show > .dropdown-toggle.button:focus,
.woocommerce .woocommerce-info .show > .dropdown-toggle.button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #ffd12d;
  background-color: transparent;
  background-image: none;
  border-color: #ffd12d;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #ffd12d;
  border-color: #ffd12d;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ffd12d;
  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: #212529;
  background-color: #ffd12d;
  border-color: #ffd12d;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #257d50;
  background-color: transparent;
  background-image: none;
  border-color: #257d50;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #257d50;
  border-color: #257d50;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #257d50;
  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: #257d50;
  border-color: #257d50;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 125, 80, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger, .woocommerce .woocommerce-MyAccount-content .title .edit {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover, .woocommerce .woocommerce-MyAccount-content .title .edit:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .woocommerce .woocommerce-MyAccount-content .title .edit:focus, .btn-outline-danger.focus, .woocommerce .woocommerce-MyAccount-content .title .focus.edit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .woocommerce .woocommerce-MyAccount-content .title .disabled.edit, .btn-outline-danger:disabled, .woocommerce .woocommerce-MyAccount-content .title .edit:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-MyAccount-content .title .edit:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-MyAccount-content .title .edit:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle, .woocommerce .woocommerce-MyAccount-content .title .show > .dropdown-toggle.edit {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .woocommerce .woocommerce-MyAccount-content .title .edit:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .woocommerce .woocommerce-MyAccount-content .title .edit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus, .woocommerce .woocommerce-MyAccount-content .title .show > .dropdown-toggle.edit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ffd12d;
  background-color: transparent;
}
.btn-link:hover {
  color: #e0af00;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .woocommerce .product-page .right .cart .btn-group-lg > .button, .woocommerce .woocommerce-MyAccount-content .btn-group-lg > .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group-lg > .edit, .woocommerce .woocommerce-form-login .btn-group-lg > button, .woocommerce .checkout_coupon .btn-group-lg > button, .woocommerce .woocommerce-checkout-payment#payment .btn-group-lg > button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group-lg > .button, .woocommerce-sidebar .price_slider_amount .btn-group-lg > .button, .woocommerce .woocommerce-message .btn-group-lg > .button,
.woocommerce .woocommerce-error .btn-group-lg > .button,
.woocommerce .woocommerce-info .btn-group-lg > .button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .woocommerce .product-page .right .cart .btn-group-sm > .button, .woocommerce .woocommerce-MyAccount-content .btn-group-sm > .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group-sm > .edit, .woocommerce .woocommerce-form-login .btn-group-sm > button, .woocommerce .checkout_coupon .btn-group-sm > button, .woocommerce .woocommerce-checkout-payment#payment .btn-group-sm > button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group-sm > .button, .woocommerce-sidebar .price_slider_amount .btn-group-sm > .button, .woocommerce .woocommerce-message .btn-group-sm > .button,
.woocommerce .woocommerce-error .btn-group-sm > .button,
.woocommerce .woocommerce-info .btn-group-sm > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block, .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .price_slider_amount .button {
  display: block;
  width: 100%;
}
.btn-block + .btn-block, .woocommerce-sidebar .widget_shopping_cart .button + .btn-block, .woocommerce-sidebar .widget_shopping_cart .btn-block + .button, .woocommerce-sidebar .widget_shopping_cart .button + .button, .woocommerce-sidebar .price_slider_amount .button + .btn-block, .woocommerce-sidebar .price_slider_amount .btn-block + .button, .woocommerce-sidebar .price_slider_amount .button + .button {
  margin-top: 0.5rem;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .woocommerce .product-page .right .cart .btn-group > .button, .woocommerce .woocommerce-MyAccount-content .btn-group > .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group > .edit, .woocommerce .woocommerce-form-login .btn-group > button, .woocommerce .checkout_coupon .btn-group > button, .woocommerce .woocommerce-checkout-payment#payment .btn-group > button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group > .button, .woocommerce-sidebar .price_slider_amount .btn-group > .button, .woocommerce .woocommerce-message .btn-group > .button,
.woocommerce .woocommerce-error .btn-group > .button,
.woocommerce .woocommerce-info .btn-group > .button,
.btn-group-vertical > .btn,
.woocommerce .product-page .right .cart .btn-group-vertical > .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit,
.woocommerce .woocommerce-form-login .btn-group-vertical > button,
.woocommerce .checkout_coupon .btn-group-vertical > button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button,
.woocommerce .woocommerce-message .btn-group-vertical > .button,
.woocommerce .woocommerce-error .btn-group-vertical > .button,
.woocommerce .woocommerce-info .btn-group-vertical > .button {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.btn-group > .btn:hover, .woocommerce .product-page .right .cart .btn-group > .button:hover, .woocommerce .woocommerce-MyAccount-content .btn-group > .button:hover, .woocommerce .woocommerce-MyAccount-content .title .btn-group > .edit:hover, .woocommerce .woocommerce-form-login .btn-group > button:hover, .woocommerce .checkout_coupon .btn-group > button:hover, .woocommerce .woocommerce-checkout-payment#payment .btn-group > button[type=submit]:hover, .woocommerce-sidebar .widget_shopping_cart .btn-group > .button:hover, .woocommerce-sidebar .price_slider_amount .btn-group > .button:hover, .woocommerce .woocommerce-message .btn-group > .button:hover,
.woocommerce .woocommerce-error .btn-group > .button:hover,
.woocommerce .woocommerce-info .btn-group > .button:hover,
.btn-group-vertical > .btn:hover,
.woocommerce .product-page .right .cart .btn-group-vertical > .button:hover,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button:hover,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit:hover,
.woocommerce .woocommerce-form-login .btn-group-vertical > button:hover,
.woocommerce .checkout_coupon .btn-group-vertical > button:hover,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit]:hover,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button:hover,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button:hover,
.woocommerce .woocommerce-message .btn-group-vertical > .button:hover,
.woocommerce .woocommerce-error .btn-group-vertical > .button:hover,
.woocommerce .woocommerce-info .btn-group-vertical > .button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .woocommerce .product-page .right .cart .btn-group > .button:focus, .woocommerce .woocommerce-MyAccount-content .btn-group > .button:focus, .woocommerce .woocommerce-MyAccount-content .title .btn-group > .edit:focus, .woocommerce .woocommerce-form-login .btn-group > button:focus, .woocommerce .checkout_coupon .btn-group > button:focus, .woocommerce .woocommerce-checkout-payment#payment .btn-group > button[type=submit]:focus, .woocommerce-sidebar .widget_shopping_cart .btn-group > .button:focus, .woocommerce-sidebar .price_slider_amount .btn-group > .button:focus, .woocommerce .woocommerce-message .btn-group > .button:focus,
.woocommerce .woocommerce-error .btn-group > .button:focus,
.woocommerce .woocommerce-info .btn-group > .button:focus, .btn-group > .btn:active, .woocommerce .product-page .right .cart .btn-group > .button:active, .woocommerce .woocommerce-MyAccount-content .btn-group > .button:active, .woocommerce .woocommerce-MyAccount-content .title .btn-group > .edit:active, .woocommerce .woocommerce-form-login .btn-group > button:active, .woocommerce .checkout_coupon .btn-group > button:active, .woocommerce .woocommerce-checkout-payment#payment .btn-group > button[type=submit]:active, .woocommerce-sidebar .widget_shopping_cart .btn-group > .button:active, .woocommerce-sidebar .price_slider_amount .btn-group > .button:active, .woocommerce .woocommerce-message .btn-group > .button:active,
.woocommerce .woocommerce-error .btn-group > .button:active,
.woocommerce .woocommerce-info .btn-group > .button:active, .btn-group > .btn.active, .woocommerce .product-page .right .cart .btn-group > .active.button, .woocommerce .woocommerce-MyAccount-content .btn-group > .active.button, .woocommerce .woocommerce-MyAccount-content .title .btn-group > .active.edit, .woocommerce .woocommerce-form-login .btn-group > button.active, .woocommerce .checkout_coupon .btn-group > button.active, .woocommerce .woocommerce-checkout-payment#payment .btn-group > button.active[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group > .active.button, .woocommerce-sidebar .price_slider_amount .btn-group > .active.button, .woocommerce .woocommerce-message .btn-group > .active.button,
.woocommerce .woocommerce-error .btn-group > .active.button,
.woocommerce .woocommerce-info .btn-group > .active.button,
.btn-group-vertical > .btn:focus,
.woocommerce .product-page .right .cart .btn-group-vertical > .button:focus,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button:focus,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit:focus,
.woocommerce .woocommerce-form-login .btn-group-vertical > button:focus,
.woocommerce .checkout_coupon .btn-group-vertical > button:focus,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit]:focus,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button:focus,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button:focus,
.woocommerce .woocommerce-message .btn-group-vertical > .button:focus,
.woocommerce .woocommerce-error .btn-group-vertical > .button:focus,
.woocommerce .woocommerce-info .btn-group-vertical > .button:focus,
.btn-group-vertical > .btn:active,
.woocommerce .product-page .right .cart .btn-group-vertical > .button:active,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button:active,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit:active,
.woocommerce .woocommerce-form-login .btn-group-vertical > button:active,
.woocommerce .checkout_coupon .btn-group-vertical > button:active,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit]:active,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button:active,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button:active,
.woocommerce .woocommerce-message .btn-group-vertical > .button:active,
.woocommerce .woocommerce-error .btn-group-vertical > .button:active,
.woocommerce .woocommerce-info .btn-group-vertical > .button:active,
.btn-group-vertical > .btn.active,
.woocommerce .product-page .right .cart .btn-group-vertical > .active.button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .active.button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .active.edit,
.woocommerce .woocommerce-form-login .btn-group-vertical > button.active,
.woocommerce .checkout_coupon .btn-group-vertical > button.active,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button.active[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .active.button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .active.button,
.woocommerce .woocommerce-message .btn-group-vertical > .active.button,
.woocommerce .woocommerce-error .btn-group-vertical > .active.button,
.woocommerce .woocommerce-info .btn-group-vertical > .active.button {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .woocommerce .product-page .right .cart .button + .btn, .woocommerce .product-page .right .cart .btn-group .button + .btn, .btn-group .woocommerce .product-page .right .cart .btn + .button, .woocommerce .product-page .right .cart .btn-group .btn + .button, .btn-group .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .btn-group .button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .button + .btn, .btn-group .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group .button + .btn, .woocommerce .product-page .right .cart .group_table .btn-group .button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .btn + .button, .btn-group .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group .btn + .button, .woocommerce .product-page .right .cart .group_table .btn-group .button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .button + .btn, .btn-group .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .button + .button, .btn-group .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .group_table .button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .button + .btn, .woocommerce .woocommerce-MyAccount-content .btn-group .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .btn-group .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .btn-group .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .btn + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .button + .button, .btn-group .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .group_table .button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .btn + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .btn-group .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .btn-group .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .title .edit + .btn, .btn-group .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .edit + .button, .btn-group .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .edit + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .group_table .edit + .button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .edit + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .title .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group .edit + .btn, .woocommerce .woocommerce-MyAccount-content .title .btn-group .product-page .right .cart .edit + .button, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .btn-group .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group .product-page .right .cart .group_table .edit + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .btn-group .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group .edit + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .title .btn + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .button + .edit, .btn-group .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .button + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .group_table .button + .edit, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .button + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group .btn + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group .product-page .right .cart .button + .edit, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .btn-group .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group .product-page .right .cart .group_table .button + .edit, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .btn-group .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group .button + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .edit + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group .edit + .edit, .btn-group .woocommerce .woocommerce-form-login button + .btn, .btn-group .woocommerce .woocommerce-form-login .product-page .right .cart button + .button, .btn-group .woocommerce .product-page .right .cart .woocommerce-form-login button + .button, .btn-group .woocommerce .woocommerce-form-login .product-page .right .cart .group_table button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-form-login button + .button, .btn-group .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login button + .button, .btn-group .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .title button + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login button + .edit, .woocommerce .woocommerce-form-login .btn-group button + .btn, .woocommerce .woocommerce-form-login .btn-group .product-page .right .cart button + .button, .woocommerce .product-page .right .cart .woocommerce-form-login .btn-group button + .button, .woocommerce .woocommerce-form-login .btn-group .product-page .right .cart .group_table button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-form-login .btn-group button + .button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-MyAccount-content button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .btn-group button + .button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-MyAccount-content .title button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .btn-group button + .edit, .btn-group .woocommerce .woocommerce-form-login .btn + button, .btn-group .woocommerce .woocommerce-form-login .product-page .right .cart .button + button, .btn-group .woocommerce .product-page .right .cart .woocommerce-form-login .button + button, .btn-group .woocommerce .woocommerce-form-login .product-page .right .cart .group_table .button + button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-form-login .button + button, .btn-group .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .button + button, .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .button + button, .btn-group .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .title .edit + button, .btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .edit + button, .woocommerce .woocommerce-form-login .btn-group .btn + button, .woocommerce .woocommerce-form-login .btn-group .product-page .right .cart .button + button, .woocommerce .product-page .right .cart .woocommerce-form-login .btn-group .button + button, .woocommerce .woocommerce-form-login .btn-group .product-page .right .cart .group_table .button + button, .woocommerce .product-page .right .cart .group_table .woocommerce-form-login .btn-group .button + button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-MyAccount-content .button + button, .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .btn-group .button + button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-MyAccount-content .title .edit + button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .btn-group .edit + button, .btn-group .woocommerce .woocommerce-form-login button + button, .woocommerce .woocommerce-form-login .btn-group button + button, .btn-group .woocommerce .checkout_coupon button + .btn, .btn-group .woocommerce .checkout_coupon .product-page .right .cart button + .button, .btn-group .woocommerce .product-page .right .cart .checkout_coupon button + .button, .btn-group .woocommerce .checkout_coupon .product-page .right .cart .group_table button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .checkout_coupon button + .button, .btn-group .woocommerce .checkout_coupon .woocommerce-MyAccount-content button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .checkout_coupon button + .button, .btn-group .woocommerce .checkout_coupon .woocommerce-MyAccount-content .title button + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon button + .edit, .btn-group .woocommerce .checkout_coupon .woocommerce-form-login button + button, .btn-group .woocommerce .woocommerce-form-login .checkout_coupon button + button, .woocommerce .checkout_coupon .btn-group button + .btn, .woocommerce .checkout_coupon .btn-group .product-page .right .cart button + .button, .woocommerce .product-page .right .cart .checkout_coupon .btn-group button + .button, .woocommerce .checkout_coupon .btn-group .product-page .right .cart .group_table button + .button, .woocommerce .product-page .right .cart .group_table .checkout_coupon .btn-group button + .button, .woocommerce .checkout_coupon .btn-group .woocommerce-MyAccount-content button + .button, .woocommerce .woocommerce-MyAccount-content .checkout_coupon .btn-group button + .button, .woocommerce .checkout_coupon .btn-group .woocommerce-MyAccount-content .title button + .edit, .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .btn-group button + .edit, .woocommerce .checkout_coupon .btn-group .woocommerce-form-login button + button, .woocommerce .woocommerce-form-login .checkout_coupon .btn-group button + button, .btn-group .woocommerce .checkout_coupon .btn + button, .btn-group .woocommerce .checkout_coupon .product-page .right .cart .button + button, .btn-group .woocommerce .product-page .right .cart .checkout_coupon .button + button, .btn-group .woocommerce .checkout_coupon .product-page .right .cart .group_table .button + button, .btn-group .woocommerce .product-page .right .cart .group_table .checkout_coupon .button + button, .btn-group .woocommerce .checkout_coupon .woocommerce-MyAccount-content .button + button, .btn-group .woocommerce .woocommerce-MyAccount-content .checkout_coupon .button + button, .btn-group .woocommerce .checkout_coupon .woocommerce-MyAccount-content .title .edit + button, .btn-group .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .edit + button, .btn-group .woocommerce .checkout_coupon .woocommerce-form-login button + button, .btn-group .woocommerce .woocommerce-form-login .checkout_coupon button + button, .woocommerce .checkout_coupon .btn-group .btn + button, .woocommerce .checkout_coupon .btn-group .product-page .right .cart .button + button, .woocommerce .product-page .right .cart .checkout_coupon .btn-group .button + button, .woocommerce .checkout_coupon .btn-group .product-page .right .cart .group_table .button + button, .woocommerce .product-page .right .cart .group_table .checkout_coupon .btn-group .button + button, .woocommerce .checkout_coupon .btn-group .woocommerce-MyAccount-content .button + button, .woocommerce .woocommerce-MyAccount-content .checkout_coupon .btn-group .button + button, .woocommerce .checkout_coupon .btn-group .woocommerce-MyAccount-content .title .edit + button, .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .btn-group .edit + button, .woocommerce .checkout_coupon .btn-group .woocommerce-form-login button + button, .woocommerce .woocommerce-form-login .checkout_coupon .btn-group button + button, .btn-group .woocommerce .checkout_coupon button + button, .woocommerce .checkout_coupon .btn-group button + button, .btn-group .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .btn, .btn-group .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart button[type=submit] + .button, .btn-group .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment button[type=submit] + .button, .btn-group .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .group_table button[type=submit] + .button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment button[type=submit] + .button, .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content button[type=submit] + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment button[type=submit] + .button, .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .title button[type=submit] + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment button[type=submit] + .edit, .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-form-login button[type=submit] + button, .btn-group .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment button[type=submit] + button, .btn-group .woocommerce .woocommerce-checkout-payment#payment .checkout_coupon button[type=submit] + button, .btn-group .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment button[type=submit] + button, .woocommerce .woocommerce-checkout-payment#payment .btn-group button[type=submit] + .btn, .woocommerce .woocommerce-checkout-payment#payment .btn-group .product-page .right .cart button[type=submit] + .button, .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .btn-group button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .btn-group .product-page .right .cart .group_table button[type=submit] + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .btn-group button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-MyAccount-content button[type=submit] + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .btn-group button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-MyAccount-content .title button[type=submit] + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .btn-group button[type=submit] + .edit, .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-form-login button[type=submit] + button, .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment .btn-group button[type=submit] + button, .woocommerce .woocommerce-checkout-payment#payment .btn-group .checkout_coupon button[type=submit] + button, .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment .btn-group button[type=submit] + button, .btn-group .woocommerce .woocommerce-checkout-payment#payment .btn + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .button + button[type=submit], .btn-group .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .button + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .group_table .button + button[type=submit], .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .button + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .button + button[type=submit], .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .button + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .title .edit + button[type=submit], .btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .edit + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-form-login button + button[type=submit], .btn-group .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment button + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment .checkout_coupon button + button[type=submit], .btn-group .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .btn + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .product-page .right .cart .button + button[type=submit], .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .btn-group .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .product-page .right .cart .group_table .button + button[type=submit], .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .btn-group .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-MyAccount-content .button + button[type=submit], .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .btn-group .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-MyAccount-content .title .edit + button[type=submit], .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .btn-group .edit + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-form-login button + button[type=submit], .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment .btn-group button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .checkout_coupon button + button[type=submit], .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment .btn-group button + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group button[type=submit] + button[type=submit], .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .btn, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .title .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .edit, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-form-login .button + button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-sidebar .widget_shopping_cart .button + button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .checkout_coupon .button + button, .woocommerce .checkout_coupon .btn-group .woocommerce-sidebar .widget_shopping_cart .button + button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-sidebar .widget_shopping_cart .button + button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .btn, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-MyAccount-content .title .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .edit, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-form-login .button + button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .widget_shopping_cart .btn-group .button + button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .checkout_coupon .button + button, .woocommerce .checkout_coupon .woocommerce-sidebar .widget_shopping_cart .btn-group .button + button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .widget_shopping_cart .btn-group .button + button[type=submit], .btn-group .woocommerce-sidebar .widget_shopping_cart .btn + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .title .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group .woocommerce-sidebar .widget_shopping_cart .edit + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-form-login button + .button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-sidebar .widget_shopping_cart button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .checkout_coupon button + .button, .woocommerce .checkout_coupon .btn-group .woocommerce-sidebar .widget_shopping_cart button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-sidebar .widget_shopping_cart button[type=submit] + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .btn + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-MyAccount-content .title .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .widget_shopping_cart .btn-group .edit + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-form-login button + .button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .widget_shopping_cart .btn-group button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .checkout_coupon button + .button, .woocommerce .checkout_coupon .woocommerce-sidebar .widget_shopping_cart .btn-group button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .widget_shopping_cart .btn-group button[type=submit] + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .button + .btn, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .title .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group .woocommerce-sidebar .price_slider_amount .button + .edit, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-form-login .button + button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-sidebar .price_slider_amount .button + button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .checkout_coupon .button + button, .woocommerce .checkout_coupon .btn-group .woocommerce-sidebar .price_slider_amount .button + button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-sidebar .price_slider_amount .button + button[type=submit], .btn-group .woocommerce-sidebar .price_slider_amount .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .price_slider_amount .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .button + .btn, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .price_slider_amount .btn-group .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .price_slider_amount .btn-group .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .price_slider_amount .btn-group .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-MyAccount-content .title .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .price_slider_amount .btn-group .button + .edit, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-form-login .button + button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .price_slider_amount .btn-group .button + button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .checkout_coupon .button + button, .woocommerce .checkout_coupon .woocommerce-sidebar .price_slider_amount .btn-group .button + button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .price_slider_amount .btn-group .button + button[type=submit], .woocommerce-sidebar .price_slider_amount .btn-group .widget_shopping_cart .button + .button, .woocommerce-sidebar .widget_shopping_cart .price_slider_amount .btn-group .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .btn + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .title .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group .woocommerce-sidebar .price_slider_amount .edit + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-form-login button + .button, .woocommerce .woocommerce-form-login .btn-group .woocommerce-sidebar .price_slider_amount button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .checkout_coupon button + .button, .woocommerce .checkout_coupon .btn-group .woocommerce-sidebar .price_slider_amount button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .btn-group .woocommerce-sidebar .price_slider_amount button[type=submit] + .button, .btn-group .woocommerce-sidebar .price_slider_amount .widget_shopping_cart .button + .button, .btn-group .woocommerce-sidebar .widget_shopping_cart .price_slider_amount .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .btn + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .price_slider_amount .btn-group .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .price_slider_amount .btn-group .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .price_slider_amount .btn-group .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-MyAccount-content .title .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .price_slider_amount .btn-group .edit + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-form-login button + .button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .price_slider_amount .btn-group button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .checkout_coupon button + .button, .woocommerce .checkout_coupon .woocommerce-sidebar .price_slider_amount .btn-group button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .price_slider_amount .btn-group button[type=submit] + .button, .woocommerce-sidebar .price_slider_amount .btn-group .widget_shopping_cart .button + .button, .woocommerce-sidebar .widget_shopping_cart .price_slider_amount .btn-group .button + .button, .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .button + .button, .btn-group .woocommerce .woocommerce-message .button + .btn, .btn-group .woocommerce .woocommerce-message .product-page .right .cart .button + .button, .btn-group .woocommerce .product-page .right .cart .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .product-page .right .cart .group_table .button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-MyAccount-content .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-MyAccount-content .title .button + .edit, .btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .button + .edit, .btn-group .woocommerce .woocommerce-message .woocommerce-form-login .button + button, .btn-group .woocommerce .woocommerce-form-login .woocommerce-message .button + button, .btn-group .woocommerce .woocommerce-message .checkout_coupon .button + button, .btn-group .woocommerce .checkout_coupon .woocommerce-message .button + button, .btn-group .woocommerce .woocommerce-message .woocommerce-checkout-payment#payment .button + button[type=submit], .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .button + button[type=submit], .btn-group .woocommerce .woocommerce-message .woocommerce-sidebar .widget_shopping_cart .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-sidebar .price_slider_amount .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-message .button + .button, .woocommerce .woocommerce-message .btn-group .button + .btn, .woocommerce .woocommerce-message .btn-group .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-MyAccount-content .title .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .btn-group .button + .edit, .woocommerce .woocommerce-message .btn-group .woocommerce-form-login .button + button, .woocommerce .woocommerce-form-login .woocommerce-message .btn-group .button + button, .woocommerce .woocommerce-message .btn-group .checkout_coupon .button + button, .woocommerce .checkout_coupon .woocommerce-message .btn-group .button + button, .woocommerce .woocommerce-message .btn-group .woocommerce-checkout-payment#payment .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .btn-group .button + button[type=submit], .woocommerce .woocommerce-message .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-message .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-error .button + .btn,
.btn-group .woocommerce .woocommerce-error .product-page .right .cart .button + .button,
.btn-group .woocommerce .product-page .right .cart .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .product-page .right .cart .group_table .button + .button,
.btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-MyAccount-content .title .button + .edit,
.btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .button + .edit,
.btn-group .woocommerce .woocommerce-error .woocommerce-form-login .button + button,
.btn-group .woocommerce .woocommerce-form-login .woocommerce-error .button + button,
.btn-group .woocommerce .woocommerce-error .checkout_coupon .button + button,
.btn-group .woocommerce .checkout_coupon .woocommerce-error .button + button,
.btn-group .woocommerce .woocommerce-error .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .button + button[type=submit],
.btn-group .woocommerce .woocommerce-error .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group .button + .btn,
.woocommerce .woocommerce-error .btn-group .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .btn-group .button + .edit,
.woocommerce .woocommerce-error .btn-group .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .woocommerce-error .btn-group .button + button,
.woocommerce .woocommerce-error .btn-group .checkout_coupon .button + button,
.woocommerce .checkout_coupon .woocommerce-error .btn-group .button + button,
.woocommerce .woocommerce-error .btn-group .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .btn-group .button + button[type=submit],
.woocommerce .woocommerce-error .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-error .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-info .button + .btn,
.btn-group .woocommerce .woocommerce-info .product-page .right .cart .button + .button,
.btn-group .woocommerce .product-page .right .cart .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .product-page .right .cart .group_table .button + .button,
.btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-MyAccount-content .title .button + .edit,
.btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .button + .edit,
.btn-group .woocommerce .woocommerce-info .woocommerce-form-login .button + button,
.btn-group .woocommerce .woocommerce-form-login .woocommerce-info .button + button,
.btn-group .woocommerce .woocommerce-info .checkout_coupon .button + button,
.btn-group .woocommerce .checkout_coupon .woocommerce-info .button + button,
.btn-group .woocommerce .woocommerce-info .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .button + button[type=submit],
.btn-group .woocommerce .woocommerce-info .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group .button + .btn,
.woocommerce .woocommerce-info .btn-group .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .btn-group .button + .edit,
.woocommerce .woocommerce-info .btn-group .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .woocommerce-info .btn-group .button + button,
.woocommerce .woocommerce-info .btn-group .checkout_coupon .button + button,
.woocommerce .checkout_coupon .woocommerce-info .btn-group .button + button,
.woocommerce .woocommerce-info .btn-group .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .btn-group .button + button[type=submit],
.woocommerce .woocommerce-info .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-info .btn-group .button + .button, .btn-group .woocommerce .woocommerce-message .btn + .button, .btn-group .woocommerce .woocommerce-message .product-page .right .cart .button + .button, .btn-group .woocommerce .product-page .right .cart .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .product-page .right .cart .group_table .button + .button, .btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-MyAccount-content .button + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-MyAccount-content .title .edit + .button, .btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .edit + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-form-login button + .button, .btn-group .woocommerce .woocommerce-form-login .woocommerce-message button + .button, .btn-group .woocommerce .woocommerce-message .checkout_coupon button + .button, .btn-group .woocommerce .checkout_coupon .woocommerce-message button + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-checkout-payment#payment button[type=submit] + .button, .btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message button[type=submit] + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-sidebar .widget_shopping_cart .button + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-message .button + .button, .btn-group .woocommerce .woocommerce-message .woocommerce-sidebar .price_slider_amount .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-message .button + .button, .woocommerce .woocommerce-message .btn-group .btn + .button, .woocommerce .woocommerce-message .btn-group .product-page .right .cart .button + .button, .woocommerce .product-page .right .cart .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .product-page .right .cart .group_table .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-MyAccount-content .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-MyAccount-content .title .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .btn-group .edit + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-form-login button + .button, .woocommerce .woocommerce-form-login .woocommerce-message .btn-group button + .button, .woocommerce .woocommerce-message .btn-group .checkout_coupon button + .button, .woocommerce .checkout_coupon .woocommerce-message .btn-group button + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-checkout-payment#payment button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .btn-group button[type=submit] + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-message .btn-group .button + .button, .woocommerce .woocommerce-message .btn-group .woocommerce-sidebar .price_slider_amount .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-message .btn-group .button + .button, .btn-group .woocommerce .woocommerce-message .button + .button, .woocommerce .woocommerce-message .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-message .button + .button,
.btn-group .woocommerce .woocommerce-message .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .woocommerce-error .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-message .button + .button,
.btn-group .woocommerce .woocommerce-message .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .woocommerce-info .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-error .btn + .button,
.btn-group .woocommerce .woocommerce-error .product-page .right .cart .button + .button,
.btn-group .woocommerce .product-page .right .cart .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .product-page .right .cart .group_table .button + .button,
.btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-MyAccount-content .title .edit + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .edit + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-form-login button + .button,
.btn-group .woocommerce .woocommerce-form-login .woocommerce-error button + .button,
.btn-group .woocommerce .woocommerce-error .checkout_coupon button + .button,
.btn-group .woocommerce .checkout_coupon .woocommerce-error button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-error button[type=submit] + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group .btn + .button,
.woocommerce .woocommerce-error .btn-group .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .btn-group .edit + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .woocommerce-error .btn-group button + .button,
.woocommerce .woocommerce-error .btn-group .checkout_coupon button + .button,
.woocommerce .checkout_coupon .woocommerce-error .btn-group button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .btn-group button[type=submit] + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-error .btn-group .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-error .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-message .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .btn-group .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .woocommerce-message .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-error .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .woocommerce-info .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-info .btn + .button,
.btn-group .woocommerce .woocommerce-info .product-page .right .cart .button + .button,
.btn-group .woocommerce .product-page .right .cart .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .product-page .right .cart .group_table .button + .button,
.btn-group .woocommerce .product-page .right .cart .group_table .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-MyAccount-content .title .edit + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .edit + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-form-login button + .button,
.btn-group .woocommerce .woocommerce-form-login .woocommerce-info button + .button,
.btn-group .woocommerce .woocommerce-info .checkout_coupon button + .button,
.btn-group .woocommerce .checkout_coupon .woocommerce-info button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group .woocommerce .woocommerce-checkout-payment#payment .woocommerce-info button[type=submit] + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group .woocommerce .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group .woocommerce .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group .btn + .button,
.woocommerce .woocommerce-info .btn-group .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .btn-group .edit + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .woocommerce-info .btn-group button + .button,
.woocommerce .woocommerce-info .btn-group .checkout_coupon button + .button,
.woocommerce .checkout_coupon .woocommerce-info .btn-group button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .btn-group button[type=submit] + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-info .btn-group .button + .button,
.woocommerce .woocommerce-info .btn-group .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-info .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-message .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .btn-group .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .woocommerce-message .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-error .woocommerce-info .button + .button,
.btn-group .woocommerce .woocommerce-info .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .woocommerce-error .btn-group .button + .button,
.btn-group .woocommerce .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .woocommerce .product-page .right .cart .button + .btn-group,
.woocommerce .product-page .right .cart .btn-group .button + .btn-group,
.btn-group .woocommerce .product-page .right .cart .group_table .button + .btn-group,
.woocommerce .product-page .right .cart .group_table .btn-group .button + .btn-group,
.btn-group .woocommerce .woocommerce-MyAccount-content .button + .btn-group,
.woocommerce .woocommerce-MyAccount-content .btn-group .button + .btn-group,
.btn-group .woocommerce .woocommerce-MyAccount-content .title .edit + .btn-group,
.woocommerce .woocommerce-MyAccount-content .title .btn-group .edit + .btn-group,
.btn-group .woocommerce .woocommerce-form-login button + .btn-group,
.woocommerce .woocommerce-form-login .btn-group button + .btn-group,
.btn-group .woocommerce .checkout_coupon button + .btn-group,
.woocommerce .checkout_coupon .btn-group button + .btn-group,
.btn-group .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .btn-group,
.woocommerce .woocommerce-checkout-payment#payment .btn-group button[type=submit] + .btn-group,
.btn-group .woocommerce-sidebar .widget_shopping_cart .button + .btn-group,
.woocommerce-sidebar .widget_shopping_cart .btn-group .button + .btn-group,
.btn-group .woocommerce-sidebar .price_slider_amount .button + .btn-group,
.woocommerce-sidebar .price_slider_amount .btn-group .button + .btn-group,
.btn-group .woocommerce .woocommerce-message .button + .btn-group,
.woocommerce .woocommerce-message .btn-group .button + .btn-group,
.btn-group .woocommerce .woocommerce-error .button + .btn-group,
.woocommerce .woocommerce-error .btn-group .button + .btn-group,
.btn-group .woocommerce .woocommerce-info .button + .btn-group,
.woocommerce .woocommerce-info .btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .woocommerce .product-page .right .cart .btn-group + .button,
.woocommerce .product-page .right .cart .btn-group .btn-group + .button,
.btn-group .woocommerce .product-page .right .cart .group_table .btn-group + .button,
.woocommerce .product-page .right .cart .group_table .btn-group .btn-group + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .btn-group + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group .btn-group + .button,
.btn-group .woocommerce .woocommerce-MyAccount-content .title .btn-group + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group .btn-group + .edit,
.btn-group .woocommerce .woocommerce-form-login .btn-group + button,
.woocommerce .woocommerce-form-login .btn-group .btn-group + button,
.btn-group .woocommerce .checkout_coupon .btn-group + button,
.woocommerce .checkout_coupon .btn-group .btn-group + button,
.btn-group .woocommerce .woocommerce-checkout-payment#payment .btn-group + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group .btn-group + button[type=submit],
.btn-group .woocommerce-sidebar .widget_shopping_cart .btn-group + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group .btn-group + .button,
.btn-group .woocommerce-sidebar .price_slider_amount .btn-group + .button,
.woocommerce-sidebar .price_slider_amount .btn-group .btn-group + .button,
.btn-group .woocommerce .woocommerce-message .btn-group + .button,
.woocommerce .woocommerce-message .btn-group .btn-group + .button,
.btn-group .woocommerce .woocommerce-error .btn-group + .button,
.woocommerce .woocommerce-error .btn-group .btn-group + .button,
.btn-group .woocommerce .woocommerce-info .btn-group + .button,
.woocommerce .woocommerce-info .btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .woocommerce .product-page .right .cart .button + .btn,
.woocommerce .product-page .right .cart .btn-group-vertical .button + .btn,
.btn-group-vertical .woocommerce .product-page .right .cart .btn + .button,
.woocommerce .product-page .right .cart .btn-group-vertical .btn + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .btn,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .button + .btn,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .btn + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .btn + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button + .btn,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .button + .btn,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .btn + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .btn + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .edit + .btn,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .edit + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .group_table .edit + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .edit + .btn,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .product-page .right .cart .edit + .button,
.woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .btn-group-vertical .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .product-page .right .cart .group_table .edit + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .btn-group-vertical .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .btn + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .button + .edit,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .group_table .button + .edit,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .btn + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .product-page .right .cart .button + .edit,
.woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .btn-group-vertical .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .product-page .right .cart .group_table .button + .edit,
.woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .btn-group-vertical .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .edit + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .edit + .edit,
.btn-group-vertical .woocommerce .woocommerce-form-login button + .btn,
.btn-group-vertical .woocommerce .woocommerce-form-login .product-page .right .cart button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-form-login button + .button,
.btn-group-vertical .woocommerce .woocommerce-form-login .product-page .right .cart .group_table button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-form-login button + .button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login button + .button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .title button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login button + .edit,
.woocommerce .woocommerce-form-login .btn-group-vertical button + .btn,
.woocommerce .woocommerce-form-login .btn-group-vertical .product-page .right .cart button + .button,
.woocommerce .product-page .right .cart .woocommerce-form-login .btn-group-vertical button + .button,
.woocommerce .woocommerce-form-login .btn-group-vertical .product-page .right .cart .group_table button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-form-login .btn-group-vertical button + .button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-MyAccount-content button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .btn-group-vertical button + .button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-MyAccount-content .title button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .btn-group-vertical button + .edit,
.btn-group-vertical .woocommerce .woocommerce-form-login .btn + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .product-page .right .cart .button + button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-form-login .button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .product-page .right .cart .group_table .button + button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-form-login .button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .button + button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .title .edit + button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .edit + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .btn + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .product-page .right .cart .button + button,
.woocommerce .product-page .right .cart .woocommerce-form-login .btn-group-vertical .button + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .product-page .right .cart .group_table .button + button,
.woocommerce .product-page .right .cart .group_table .woocommerce-form-login .btn-group-vertical .button + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-MyAccount-content .button + button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .btn-group-vertical .button + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-MyAccount-content .title .edit + button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .btn-group-vertical .edit + button,
.btn-group-vertical .woocommerce .woocommerce-form-login button + button,
.woocommerce .woocommerce-form-login .btn-group-vertical button + button,
.btn-group-vertical .woocommerce .checkout_coupon button + .btn,
.btn-group-vertical .woocommerce .checkout_coupon .product-page .right .cart button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .checkout_coupon button + .button,
.btn-group-vertical .woocommerce .checkout_coupon .product-page .right .cart .group_table button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .checkout_coupon button + .button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-MyAccount-content button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .checkout_coupon button + .button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-MyAccount-content .title button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon button + .edit,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-form-login button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .checkout_coupon button + button,
.woocommerce .checkout_coupon .btn-group-vertical button + .btn,
.woocommerce .checkout_coupon .btn-group-vertical .product-page .right .cart button + .button,
.woocommerce .product-page .right .cart .checkout_coupon .btn-group-vertical button + .button,
.woocommerce .checkout_coupon .btn-group-vertical .product-page .right .cart .group_table button + .button,
.woocommerce .product-page .right .cart .group_table .checkout_coupon .btn-group-vertical button + .button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-MyAccount-content button + .button,
.woocommerce .woocommerce-MyAccount-content .checkout_coupon .btn-group-vertical button + .button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-MyAccount-content .title button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .btn-group-vertical button + .edit,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-form-login button + button,
.woocommerce .woocommerce-form-login .checkout_coupon .btn-group-vertical button + button,
.btn-group-vertical .woocommerce .checkout_coupon .btn + button,
.btn-group-vertical .woocommerce .checkout_coupon .product-page .right .cart .button + button,
.btn-group-vertical .woocommerce .product-page .right .cart .checkout_coupon .button + button,
.btn-group-vertical .woocommerce .checkout_coupon .product-page .right .cart .group_table .button + button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .checkout_coupon .button + button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-MyAccount-content .button + button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .checkout_coupon .button + button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-MyAccount-content .title .edit + button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .edit + button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-form-login button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .checkout_coupon button + button,
.woocommerce .checkout_coupon .btn-group-vertical .btn + button,
.woocommerce .checkout_coupon .btn-group-vertical .product-page .right .cart .button + button,
.woocommerce .product-page .right .cart .checkout_coupon .btn-group-vertical .button + button,
.woocommerce .checkout_coupon .btn-group-vertical .product-page .right .cart .group_table .button + button,
.woocommerce .product-page .right .cart .group_table .checkout_coupon .btn-group-vertical .button + button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-MyAccount-content .button + button,
.woocommerce .woocommerce-MyAccount-content .checkout_coupon .btn-group-vertical .button + button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-MyAccount-content .title .edit + button,
.woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .btn-group-vertical .edit + button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-form-login button + button,
.woocommerce .woocommerce-form-login .checkout_coupon .btn-group-vertical button + button,
.btn-group-vertical .woocommerce .checkout_coupon button + button,
.woocommerce .checkout_coupon .btn-group-vertical button + button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .btn,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart button[type=submit] + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .group_table button[type=submit] + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .title button[type=submit] + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment button[type=submit] + .edit,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-form-login button[type=submit] + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment button[type=submit] + button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .checkout_coupon button[type=submit] + button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment button[type=submit] + button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + .btn,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .product-page .right .cart button[type=submit] + .button,
.woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .product-page .right .cart .group_table button[type=submit] + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-MyAccount-content button[type=submit] + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-MyAccount-content .title button[type=submit] + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + .edit,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-form-login button[type=submit] + button,
.woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .checkout_coupon button[type=submit] + button,
.woocommerce .checkout_coupon .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .btn + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .button + button[type=submit],
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .group_table .button + button[type=submit],
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .title .edit + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .edit + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-form-login button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .checkout_coupon button + button[type=submit],
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .btn + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .product-page .right .cart .button + button[type=submit],
.woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .btn-group-vertical .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .product-page .right .cart .group_table .button + button[type=submit],
.woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .btn-group-vertical .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-MyAccount-content .button + button[type=submit],
.woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .btn-group-vertical .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-MyAccount-content .title .edit + button[type=submit],
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .btn-group-vertical .edit + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-form-login button + button[type=submit],
.woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment .btn-group-vertical button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .checkout_coupon button + button[type=submit],
.woocommerce .checkout_coupon .woocommerce-checkout-payment#payment .btn-group-vertical button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + button[type=submit],
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .btn,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .edit,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .checkout_coupon .button + button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .btn,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .edit,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .checkout_coupon .button + button,
.woocommerce .checkout_coupon .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + button[type=submit],
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .btn + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .edit + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .checkout_coupon button + .button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart button[type=submit] + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .btn + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .edit + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .checkout_coupon button + .button,
.woocommerce .checkout_coupon .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical button[type=submit] + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .btn,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .edit,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .checkout_coupon .button + button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + button[type=submit],
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .btn,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .edit,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .checkout_coupon .button + button,
.woocommerce .checkout_coupon .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + button[type=submit],
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .price_slider_amount .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .btn + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .woocommerce-sidebar .price_slider_amount .edit + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .btn-group-vertical .woocommerce-sidebar .price_slider_amount button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .checkout_coupon button + .button,
.woocommerce .checkout_coupon .btn-group-vertical .woocommerce-sidebar .price_slider_amount button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .woocommerce-sidebar .price_slider_amount button[type=submit] + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .widget_shopping_cart .button + .button,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .btn + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .price_slider_amount .btn-group-vertical .edit + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .woocommerce-sidebar .price_slider_amount .btn-group-vertical button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .checkout_coupon button + .button,
.woocommerce .checkout_coupon .woocommerce-sidebar .price_slider_amount .btn-group-vertical button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .price_slider_amount .btn-group-vertical button[type=submit] + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .price_slider_amount .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .button + .btn,
.btn-group-vertical .woocommerce .woocommerce-message .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-MyAccount-content .title .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-form-login .button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-message .button + button,
.btn-group-vertical .woocommerce .woocommerce-message .checkout_coupon .button + button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-message .button + button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .button + .btn,
.woocommerce .woocommerce-message .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .btn-group-vertical .button + .edit,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .woocommerce-message .btn-group-vertical .button + button,
.woocommerce .woocommerce-message .btn-group-vertical .checkout_coupon .button + button,
.woocommerce .checkout_coupon .woocommerce-message .btn-group-vertical .button + button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .btn-group-vertical .button + button[type=submit],
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .button + .btn,
.btn-group-vertical .woocommerce .woocommerce-error .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-MyAccount-content .title .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-form-login .button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-error .button + button,
.btn-group-vertical .woocommerce .woocommerce-error .checkout_coupon .button + button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-error .button + button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .button + .btn,
.woocommerce .woocommerce-error .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .btn-group-vertical .button + .edit,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .woocommerce-error .btn-group-vertical .button + button,
.woocommerce .woocommerce-error .btn-group-vertical .checkout_coupon .button + button,
.woocommerce .checkout_coupon .woocommerce-error .btn-group-vertical .button + button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .btn-group-vertical .button + button[type=submit],
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .button + .btn,
.btn-group-vertical .woocommerce .woocommerce-info .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-MyAccount-content .title .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .button + .edit,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-form-login .button + button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-info .button + button,
.btn-group-vertical .woocommerce .woocommerce-info .checkout_coupon .button + button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-info .button + button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-checkout-payment#payment .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .button + button[type=submit],
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .button + .btn,
.woocommerce .woocommerce-info .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-MyAccount-content .title .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .btn-group-vertical .button + .edit,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-form-login .button + button,
.woocommerce .woocommerce-form-login .woocommerce-info .btn-group-vertical .button + button,
.woocommerce .woocommerce-info .btn-group-vertical .checkout_coupon .button + button,
.woocommerce .checkout_coupon .woocommerce-info .btn-group-vertical .button + button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-checkout-payment#payment .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .btn-group-vertical .button + button[type=submit],
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-info .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .btn + .button,
.btn-group-vertical .woocommerce .woocommerce-message .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-MyAccount-content .title .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-form-login button + .button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-message button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .checkout_coupon button + .button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-message button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .btn + .button,
.woocommerce .woocommerce-message .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .btn-group-vertical .edit + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .woocommerce-message .btn-group-vertical button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .checkout_coupon button + .button,
.woocommerce .checkout_coupon .woocommerce-message .btn-group-vertical button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .btn-group-vertical button[type=submit] + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-message .btn-group-vertical .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-message .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .woocommerce-info .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .btn + .button,
.btn-group-vertical .woocommerce .woocommerce-error .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-MyAccount-content .title .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-form-login button + .button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-error button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .checkout_coupon button + .button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-error button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-error button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .btn + .button,
.woocommerce .woocommerce-error .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .btn-group-vertical .edit + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .woocommerce-error .btn-group-vertical button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .checkout_coupon button + .button,
.woocommerce .checkout_coupon .woocommerce-error .btn-group-vertical button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .btn-group-vertical button[type=submit] + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-error .btn-group-vertical .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-error .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .woocommerce-info .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .btn + .button,
.btn-group-vertical .woocommerce .woocommerce-info .product-page .right .cart .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .product-page .right .cart .group_table .button + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-MyAccount-content .title .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .edit + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-form-login button + .button,
.btn-group-vertical .woocommerce .woocommerce-form-login .woocommerce-info button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .checkout_coupon button + .button,
.btn-group-vertical .woocommerce .checkout_coupon .woocommerce-info button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-checkout-payment#payment button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .woocommerce-info button[type=submit] + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .woocommerce .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .woocommerce .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .btn + .button,
.woocommerce .woocommerce-info .btn-group-vertical .product-page .right .cart .button + .button,
.woocommerce .product-page .right .cart .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .product-page .right .cart .group_table .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-MyAccount-content .title .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .btn-group-vertical .edit + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-form-login button + .button,
.woocommerce .woocommerce-form-login .woocommerce-info .btn-group-vertical button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .checkout_coupon button + .button,
.woocommerce .checkout_coupon .woocommerce-info .btn-group-vertical button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-checkout-payment#payment button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .btn-group-vertical button[type=submit] + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .button,
.woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-info .btn-group-vertical .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .button,
.woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-info .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-message .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-message .button + .button,
.woocommerce .woocommerce-message .btn-group-vertical .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-error .woocommerce-info .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .woocommerce-error .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce .woocommerce-info .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical .button + .button,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .woocommerce .product-page .right .cart .button + .btn-group,
.woocommerce .product-page .right .cart .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .button + .btn-group,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button + .btn-group,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .edit + .btn-group,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .edit + .btn-group,
.btn-group-vertical .woocommerce .woocommerce-form-login button + .btn-group,
.woocommerce .woocommerce-form-login .btn-group-vertical button + .btn-group,
.btn-group-vertical .woocommerce .checkout_coupon button + .btn-group,
.woocommerce .checkout_coupon .btn-group-vertical button + .btn-group,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment button[type=submit] + .btn-group,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit] + .btn-group,
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button + .btn-group,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .button + .btn-group,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce .woocommerce-message .button + .btn-group,
.woocommerce .woocommerce-message .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce .woocommerce-error .button + .btn-group,
.woocommerce .woocommerce-error .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce .woocommerce-info .button + .btn-group,
.woocommerce .woocommerce-info .btn-group-vertical .button + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .woocommerce .product-page .right .cart .btn-group + .button,
.woocommerce .product-page .right .cart .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce .product-page .right .cart .group_table .btn-group + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .btn-group + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .btn-group + .edit,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .btn-group + .edit,
.btn-group-vertical .woocommerce .woocommerce-form-login .btn-group + button,
.woocommerce .woocommerce-form-login .btn-group-vertical .btn-group + button,
.btn-group-vertical .woocommerce .checkout_coupon .btn-group + button,
.woocommerce .checkout_coupon .btn-group-vertical .btn-group + button,
.btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment .btn-group + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical .btn-group + button[type=submit],
.btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .btn-group + .button,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce-sidebar .price_slider_amount .btn-group + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce .woocommerce-message .btn-group + .button,
.woocommerce .woocommerce-message .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce .woocommerce-error .btn-group + .button,
.woocommerce .woocommerce-error .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce .woocommerce-info .btn-group + .button,
.woocommerce .woocommerce-info .btn-group-vertical .btn-group + .button,
.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, .woocommerce .product-page .right .cart .btn-group > .button:first-child, .woocommerce .woocommerce-MyAccount-content .btn-group > .button:first-child, .woocommerce .woocommerce-MyAccount-content .title .btn-group > .edit:first-child, .woocommerce .woocommerce-form-login .btn-group > button:first-child, .woocommerce .checkout_coupon .btn-group > button:first-child, .woocommerce .woocommerce-checkout-payment#payment .btn-group > button[type=submit]:first-child, .woocommerce-sidebar .widget_shopping_cart .btn-group > .button:first-child, .woocommerce-sidebar .price_slider_amount .btn-group > .button:first-child, .woocommerce .woocommerce-message .btn-group > .button:first-child,
.woocommerce .woocommerce-error .btn-group > .button:first-child,
.woocommerce .woocommerce-info .btn-group > .button:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce .product-page .right .cart .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-MyAccount-content .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-MyAccount-content .title .btn-group > .edit:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-form-login .btn-group > button:not(:last-child):not(.dropdown-toggle), .woocommerce .checkout_coupon .btn-group > button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-checkout-payment#payment .btn-group > button[type=submit]:not(:last-child):not(.dropdown-toggle), .woocommerce-sidebar .widget_shopping_cart .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-sidebar .price_slider_amount .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-message .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce .woocommerce-error .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce .woocommerce-info .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.woocommerce .product-page .right .cart .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-MyAccount-content .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group > .btn-group:not(:last-child) > .edit,
.woocommerce .woocommerce-form-login .btn-group > .btn-group:not(:last-child) > button,
.woocommerce .checkout_coupon .btn-group > .btn-group:not(:last-child) > button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group > .btn-group:not(:last-child) > button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-sidebar .price_slider_amount .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-message .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-error .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-info .btn-group > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .woocommerce .product-page .right .cart .btn-group > .button:not(:first-child), .woocommerce .woocommerce-MyAccount-content .btn-group > .button:not(:first-child), .woocommerce .woocommerce-MyAccount-content .title .btn-group > .edit:not(:first-child), .woocommerce .woocommerce-form-login .btn-group > button:not(:first-child), .woocommerce .checkout_coupon .btn-group > button:not(:first-child), .woocommerce .woocommerce-checkout-payment#payment .btn-group > button[type=submit]:not(:first-child), .woocommerce-sidebar .widget_shopping_cart .btn-group > .button:not(:first-child), .woocommerce-sidebar .price_slider_amount .btn-group > .button:not(:first-child), .woocommerce .woocommerce-message .btn-group > .button:not(:first-child),
.woocommerce .woocommerce-error .btn-group > .button:not(:first-child),
.woocommerce .woocommerce-info .btn-group > .button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.woocommerce .product-page .right .cart .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-MyAccount-content .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group > .btn-group:not(:first-child) > .edit,
.woocommerce .woocommerce-form-login .btn-group > .btn-group:not(:first-child) > button,
.woocommerce .checkout_coupon .btn-group > .btn-group:not(:first-child) > button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group > .btn-group:not(:first-child) > button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-sidebar .price_slider_amount .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-message .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-error .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-info .btn-group > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .woocommerce .product-page .right .cart .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce .woocommerce-MyAccount-content .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce .woocommerce-MyAccount-content .title .btn-group-sm > .edit + .dropdown-toggle-split, .woocommerce .woocommerce-form-login .btn-group-sm > button + .dropdown-toggle-split, .woocommerce .checkout_coupon .btn-group-sm > button + .dropdown-toggle-split, .woocommerce .woocommerce-checkout-payment#payment .btn-group-sm > button[type=submit] + .dropdown-toggle-split, .woocommerce-sidebar .widget_shopping_cart .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce-sidebar .price_slider_amount .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce .woocommerce-message .btn-group-sm > .button + .dropdown-toggle-split,
.woocommerce .woocommerce-error .btn-group-sm > .button + .dropdown-toggle-split,
.woocommerce .woocommerce-info .btn-group-sm > .button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .woocommerce .product-page .right .cart .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce .woocommerce-MyAccount-content .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce .woocommerce-MyAccount-content .title .btn-group-lg > .edit + .dropdown-toggle-split, .woocommerce .woocommerce-form-login .btn-group-lg > button + .dropdown-toggle-split, .woocommerce .checkout_coupon .btn-group-lg > button + .dropdown-toggle-split, .woocommerce .woocommerce-checkout-payment#payment .btn-group-lg > button[type=submit] + .dropdown-toggle-split, .woocommerce-sidebar .widget_shopping_cart .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce-sidebar .price_slider_amount .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce .woocommerce-message .btn-group-lg > .button + .dropdown-toggle-split,
.woocommerce .woocommerce-error .btn-group-lg > .button + .dropdown-toggle-split,
.woocommerce .woocommerce-info .btn-group-lg > .button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.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 .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .btn-group-vertical .button, .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .btn-group-vertical .button, .btn-group-vertical .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical .edit, .btn-group-vertical .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .btn-group-vertical button, .btn-group-vertical .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .btn-group-vertical button, .btn-group-vertical .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical button[type=submit], .btn-group-vertical .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical .button, .btn-group-vertical .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .btn-group-vertical .button, .btn-group-vertical .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .btn-group-vertical .button,
.btn-group-vertical .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .btn-group-vertical .button,
.btn-group-vertical .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .btn-group-vertical .button,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .woocommerce .product-page .right .cart .btn-group-vertical > .button + .btn, .woocommerce .product-page .right .cart .btn-group-vertical > .btn + .button, .woocommerce .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .btn, .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .btn + .button, .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button + .btn, .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .btn + .button, .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .btn, .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .btn-group-vertical > .edit + .button, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .group_table .btn-group-vertical > .edit + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .btn + .edit, .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .btn-group-vertical > .button + .edit, .woocommerce .product-page .right .cart .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .product-page .right .cart .group_table .btn-group-vertical > .button + .edit, .woocommerce .product-page .right .cart .group_table .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .edit, .woocommerce .woocommerce-form-login .btn-group-vertical > button + .btn, .woocommerce .woocommerce-form-login .product-page .right .cart .btn-group-vertical > button + .button, .woocommerce .product-page .right .cart .woocommerce-form-login .btn-group-vertical > button + .button, .woocommerce .woocommerce-form-login .product-page .right .cart .group_table .btn-group-vertical > button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-form-login .btn-group-vertical > button + .button, .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .btn-group-vertical > button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .btn-group-vertical > button + .button, .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .title .btn-group-vertical > button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .btn-group-vertical > button + .edit, .woocommerce .woocommerce-form-login .btn-group-vertical > .btn + button, .woocommerce .woocommerce-form-login .product-page .right .cart .btn-group-vertical > .button + button, .woocommerce .product-page .right .cart .woocommerce-form-login .btn-group-vertical > .button + button, .woocommerce .woocommerce-form-login .product-page .right .cart .group_table .btn-group-vertical > .button + button, .woocommerce .product-page .right .cart .group_table .woocommerce-form-login .btn-group-vertical > .button + button, .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .btn-group-vertical > .button + button, .woocommerce .woocommerce-MyAccount-content .woocommerce-form-login .btn-group-vertical > .button + button, .woocommerce .woocommerce-form-login .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-form-login .btn-group-vertical > .edit + button, .woocommerce .woocommerce-form-login .btn-group-vertical > button + button, .woocommerce .checkout_coupon .btn-group-vertical > button + .btn, .woocommerce .checkout_coupon .product-page .right .cart .btn-group-vertical > button + .button, .woocommerce .product-page .right .cart .checkout_coupon .btn-group-vertical > button + .button, .woocommerce .checkout_coupon .product-page .right .cart .group_table .btn-group-vertical > button + .button, .woocommerce .product-page .right .cart .group_table .checkout_coupon .btn-group-vertical > button + .button, .woocommerce .checkout_coupon .woocommerce-MyAccount-content .btn-group-vertical > button + .button, .woocommerce .woocommerce-MyAccount-content .checkout_coupon .btn-group-vertical > button + .button, .woocommerce .checkout_coupon .woocommerce-MyAccount-content .title .btn-group-vertical > button + .edit, .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .btn-group-vertical > button + .edit, .woocommerce .checkout_coupon .woocommerce-form-login .btn-group-vertical > button + button, .woocommerce .woocommerce-form-login .checkout_coupon .btn-group-vertical > button + button, .woocommerce .checkout_coupon .btn-group-vertical > .btn + button, .woocommerce .checkout_coupon .product-page .right .cart .btn-group-vertical > .button + button, .woocommerce .product-page .right .cart .checkout_coupon .btn-group-vertical > .button + button, .woocommerce .checkout_coupon .product-page .right .cart .group_table .btn-group-vertical > .button + button, .woocommerce .product-page .right .cart .group_table .checkout_coupon .btn-group-vertical > .button + button, .woocommerce .checkout_coupon .woocommerce-MyAccount-content .btn-group-vertical > .button + button, .woocommerce .woocommerce-MyAccount-content .checkout_coupon .btn-group-vertical > .button + button, .woocommerce .checkout_coupon .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + button, .woocommerce .woocommerce-MyAccount-content .title .checkout_coupon .btn-group-vertical > .edit + button, .woocommerce .checkout_coupon .woocommerce-form-login .btn-group-vertical > button + button, .woocommerce .woocommerce-form-login .checkout_coupon .btn-group-vertical > button + button, .woocommerce .checkout_coupon .btn-group-vertical > button + button, .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .btn, .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .btn-group-vertical > button[type=submit] + .button, .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .group_table .btn-group-vertical > button[type=submit] + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .title .btn-group-vertical > button[type=submit] + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .edit, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-form-login .btn-group-vertical > button[type=submit] + button, .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + button, .woocommerce .woocommerce-checkout-payment#payment .checkout_coupon .btn-group-vertical > button[type=submit] + button, .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + button, .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > .btn + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .btn-group-vertical > .button + button[type=submit], .woocommerce .product-page .right .cart .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .product-page .right .cart .group_table .btn-group-vertical > .button + button[type=submit], .woocommerce .product-page .right .cart .group_table .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-MyAccount-content .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + button[type=submit], .woocommerce .woocommerce-MyAccount-content .title .woocommerce-checkout-payment#payment .btn-group-vertical > .edit + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-form-login .btn-group-vertical > button + button[type=submit], .woocommerce .woocommerce-form-login .woocommerce-checkout-payment#payment .btn-group-vertical > button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .checkout_coupon .btn-group-vertical > button + button[type=submit], .woocommerce .checkout_coupon .woocommerce-checkout-payment#payment .btn-group-vertical > button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .btn, .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .edit, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-form-login .btn-group-vertical > .button + button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .checkout_coupon .btn-group-vertical > .button + button, .woocommerce .checkout_coupon .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .btn + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .edit + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-form-login .btn-group-vertical > button + .button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .checkout_coupon .btn-group-vertical > button + .button, .woocommerce .checkout_coupon .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > button + .button, .woocommerce-sidebar .widget_shopping_cart .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > button[type=submit] + .button, .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .button, .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .btn, .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .edit, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-form-login .btn-group-vertical > .button + button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + button, .woocommerce-sidebar .price_slider_amount .woocommerce .checkout_coupon .btn-group-vertical > .button + button, .woocommerce .checkout_coupon .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + button[type=submit], .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .btn + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .edit + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-form-login .btn-group-vertical > button + .button, .woocommerce .woocommerce-form-login .woocommerce-sidebar .price_slider_amount .btn-group-vertical > button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .checkout_coupon .btn-group-vertical > button + .button, .woocommerce .checkout_coupon .woocommerce-sidebar .price_slider_amount .btn-group-vertical > button + .button, .woocommerce-sidebar .price_slider_amount .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-sidebar .price_slider_amount .btn-group-vertical > button[type=submit] + .button, .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .button, .woocommerce .woocommerce-message .btn-group-vertical > .button + .btn, .woocommerce .woocommerce-message .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-message .btn-group-vertical > .button + .button, .woocommerce .woocommerce-message .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-message .btn-group-vertical > .button + .button, .woocommerce .woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical > .button + .button, .woocommerce .woocommerce-message .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .btn-group-vertical > .button + .edit, .woocommerce .woocommerce-message .woocommerce-form-login .btn-group-vertical > .button + button, .woocommerce .woocommerce-form-login .woocommerce-message .btn-group-vertical > .button + button, .woocommerce .woocommerce-message .checkout_coupon .btn-group-vertical > .button + button, .woocommerce .checkout_coupon .woocommerce-message .btn-group-vertical > .button + button, .woocommerce .woocommerce-message .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .btn-group-vertical > .button + button[type=submit],
.woocommerce .woocommerce-error .btn-group-vertical > .button + .btn,
.woocommerce .woocommerce-error .product-page .right .cart .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-error .product-page .right .cart .group_table .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-error .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .btn-group-vertical > .button + .edit,
.woocommerce .woocommerce-error .woocommerce-form-login .btn-group-vertical > .button + button,
.woocommerce .woocommerce-form-login .woocommerce-error .btn-group-vertical > .button + button,
.woocommerce .woocommerce-error .checkout_coupon .btn-group-vertical > .button + button,
.woocommerce .checkout_coupon .woocommerce-error .btn-group-vertical > .button + button,
.woocommerce .woocommerce-error .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .btn-group-vertical > .button + button[type=submit],
.woocommerce .woocommerce-info .btn-group-vertical > .button + .btn,
.woocommerce .woocommerce-info .product-page .right .cart .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .woocommerce-info .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-info .product-page .right .cart .group_table .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-info .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-info .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-info .woocommerce-MyAccount-content .title .btn-group-vertical > .button + .edit,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .btn-group-vertical > .button + .edit,
.woocommerce .woocommerce-info .woocommerce-form-login .btn-group-vertical > .button + button,
.woocommerce .woocommerce-form-login .woocommerce-info .btn-group-vertical > .button + button,
.woocommerce .woocommerce-info .checkout_coupon .btn-group-vertical > .button + button,
.woocommerce .checkout_coupon .woocommerce-info .btn-group-vertical > .button + button,
.woocommerce .woocommerce-info .woocommerce-checkout-payment#payment .btn-group-vertical > .button + button[type=submit],
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .btn-group-vertical > .button + button[type=submit], .woocommerce .woocommerce-message .btn-group-vertical > .btn + .button, .woocommerce .woocommerce-message .product-page .right .cart .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .woocommerce-message .btn-group-vertical > .button + .button, .woocommerce .woocommerce-message .product-page .right .cart .group_table .btn-group-vertical > .button + .button, .woocommerce .product-page .right .cart .group_table .woocommerce-message .btn-group-vertical > .button + .button, .woocommerce .woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical > .button + .button, .woocommerce .woocommerce-message .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button, .woocommerce .woocommerce-MyAccount-content .title .woocommerce-message .btn-group-vertical > .edit + .button, .woocommerce .woocommerce-message .woocommerce-form-login .btn-group-vertical > button + .button, .woocommerce .woocommerce-form-login .woocommerce-message .btn-group-vertical > button + .button, .woocommerce .woocommerce-message .checkout_coupon .btn-group-vertical > button + .button, .woocommerce .checkout_coupon .woocommerce-message .btn-group-vertical > button + .button, .woocommerce .woocommerce-message .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-checkout-payment#payment .woocommerce-message .btn-group-vertical > button[type=submit] + .button, .woocommerce .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-error .btn-group-vertical > .btn + .button,
.woocommerce .woocommerce-error .product-page .right .cart .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-error .product-page .right .cart .group_table .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-error .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-error .btn-group-vertical > .edit + .button,
.woocommerce .woocommerce-error .woocommerce-form-login .btn-group-vertical > button + .button,
.woocommerce .woocommerce-form-login .woocommerce-error .btn-group-vertical > button + .button,
.woocommerce .woocommerce-error .checkout_coupon .btn-group-vertical > button + .button,
.woocommerce .checkout_coupon .woocommerce-error .btn-group-vertical > button + .button,
.woocommerce .woocommerce-error .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-error .btn-group-vertical > button[type=submit] + .button,
.woocommerce .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-info .btn-group-vertical > .btn + .button,
.woocommerce .woocommerce-info .product-page .right .cart .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .woocommerce-info .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-info .product-page .right .cart .group_table .btn-group-vertical > .button + .button,
.woocommerce .product-page .right .cart .group_table .woocommerce-info .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-info .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .btn-group-vertical > .button + .button,
.woocommerce .woocommerce-info .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .button,
.woocommerce .woocommerce-MyAccount-content .title .woocommerce-info .btn-group-vertical > .edit + .button,
.woocommerce .woocommerce-info .woocommerce-form-login .btn-group-vertical > button + .button,
.woocommerce .woocommerce-form-login .woocommerce-info .btn-group-vertical > button + .button,
.woocommerce .woocommerce-info .checkout_coupon .btn-group-vertical > button + .button,
.woocommerce .checkout_coupon .woocommerce-info .btn-group-vertical > button + .button,
.woocommerce .woocommerce-info .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .button,
.woocommerce .woocommerce-checkout-payment#payment .woocommerce-info .btn-group-vertical > button[type=submit] + .button,
.woocommerce .woocommerce-info .btn-group-vertical > .button + .button,
.btn-group-vertical > .btn + .btn-group,
.woocommerce .product-page .right .cart .btn-group-vertical > .button + .btn-group,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical > .button + .btn-group,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button + .btn-group,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit + .btn-group,
.woocommerce .woocommerce-form-login .btn-group-vertical > button + .btn-group,
.woocommerce .checkout_coupon .btn-group-vertical > button + .btn-group,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit] + .btn-group,
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button + .btn-group,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button + .btn-group,
.woocommerce .woocommerce-message .btn-group-vertical > .button + .btn-group,
.woocommerce .woocommerce-error .btn-group-vertical > .button + .btn-group,
.woocommerce .woocommerce-info .btn-group-vertical > .button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.woocommerce .product-page .right .cart .btn-group-vertical > .btn-group + .button,
.woocommerce .product-page .right .cart .group_table .btn-group-vertical > .btn-group + .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .btn-group + .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .btn-group + .edit,
.woocommerce .woocommerce-form-login .btn-group-vertical > .btn-group + button,
.woocommerce .checkout_coupon .btn-group-vertical > .btn-group + button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > .btn-group + button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .btn-group + .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .btn-group + .button,
.woocommerce .woocommerce-message .btn-group-vertical > .btn-group + .button,
.woocommerce .woocommerce-error .btn-group-vertical > .btn-group + .button,
.woocommerce .woocommerce-info .btn-group-vertical > .btn-group + .button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce .product-page .right .cart .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-form-login .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .woocommerce .checkout_coupon .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit]:not(:last-child):not(.dropdown-toggle), .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce .woocommerce-message .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce .woocommerce-error .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce .woocommerce-info .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.woocommerce .product-page .right .cart .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .btn-group:not(:last-child) > .edit,
.woocommerce .woocommerce-form-login .btn-group-vertical > .btn-group:not(:last-child) > button,
.woocommerce .checkout_coupon .btn-group-vertical > .btn-group:not(:last-child) > button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > .btn-group:not(:last-child) > button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-message .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-error .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce .woocommerce-info .btn-group-vertical > .btn-group:not(:last-child) > .button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .woocommerce .product-page .right .cart .btn-group-vertical > .button:not(:first-child), .woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .button:not(:first-child), .woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .edit:not(:first-child), .woocommerce .woocommerce-form-login .btn-group-vertical > button:not(:first-child), .woocommerce .checkout_coupon .btn-group-vertical > button:not(:first-child), .woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > button[type=submit]:not(:first-child), .woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .button:not(:first-child), .woocommerce-sidebar .price_slider_amount .btn-group-vertical > .button:not(:first-child), .woocommerce .woocommerce-message .btn-group-vertical > .button:not(:first-child),
.woocommerce .woocommerce-error .btn-group-vertical > .button:not(:first-child),
.woocommerce .woocommerce-info .btn-group-vertical > .button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.woocommerce .product-page .right .cart .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-vertical > .btn-group:not(:first-child) > .edit,
.woocommerce .woocommerce-form-login .btn-group-vertical > .btn-group:not(:first-child) > button,
.woocommerce .checkout_coupon .btn-group-vertical > .btn-group:not(:first-child) > button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-vertical > .btn-group:not(:first-child) > button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-sidebar .price_slider_amount .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-message .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-error .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce .woocommerce-info .btn-group-vertical > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .woocommerce .product-page .right .cart .btn-group-toggle > .button, .woocommerce .woocommerce-MyAccount-content .btn-group-toggle > .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group-toggle > .edit, .woocommerce .woocommerce-form-login .btn-group-toggle > button, .woocommerce .checkout_coupon .btn-group-toggle > button, .woocommerce .woocommerce-checkout-payment#payment .btn-group-toggle > button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group-toggle > .button, .woocommerce-sidebar .price_slider_amount .btn-group-toggle > .button, .woocommerce .woocommerce-message .btn-group-toggle > .button,
.woocommerce .woocommerce-error .btn-group-toggle > .button,
.woocommerce .woocommerce-info .btn-group-toggle > .button,
.btn-group-toggle > .btn-group > .btn,
.woocommerce .product-page .right .cart .btn-group-toggle > .btn-group > .button,
.woocommerce .woocommerce-MyAccount-content .btn-group-toggle > .btn-group > .button,
.woocommerce .woocommerce-MyAccount-content .title .btn-group-toggle > .btn-group > .edit,
.woocommerce .woocommerce-form-login .btn-group-toggle > .btn-group > button,
.woocommerce .checkout_coupon .btn-group-toggle > .btn-group > button,
.woocommerce .woocommerce-checkout-payment#payment .btn-group-toggle > .btn-group > button[type=submit],
.woocommerce-sidebar .widget_shopping_cart .btn-group-toggle > .btn-group > .button,
.woocommerce-sidebar .price_slider_amount .btn-group-toggle > .btn-group > .button,
.woocommerce .woocommerce-message .btn-group-toggle > .btn-group > .button,
.woocommerce .woocommerce-error .btn-group-toggle > .btn-group > .button,
.woocommerce .woocommerce-info .btn-group-toggle > .btn-group > .button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .woocommerce .product-page .right .cart .btn-group-toggle > .button input[type=radio], .woocommerce .woocommerce-MyAccount-content .btn-group-toggle > .button input[type=radio], .woocommerce .woocommerce-MyAccount-content .title .btn-group-toggle > .edit input[type=radio], .woocommerce .woocommerce-form-login .btn-group-toggle > button input[type=radio], .woocommerce .checkout_coupon .btn-group-toggle > button input[type=radio], .woocommerce .woocommerce-checkout-payment#payment .btn-group-toggle > button[type=submit] input[type=radio], .woocommerce-sidebar .widget_shopping_cart .btn-group-toggle > .button input[type=radio], .woocommerce-sidebar .price_slider_amount .btn-group-toggle > .button input[type=radio], .woocommerce .woocommerce-message .btn-group-toggle > .button input[type=radio],
.woocommerce .woocommerce-error .btn-group-toggle > .button input[type=radio],
.woocommerce .woocommerce-info .btn-group-toggle > .button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.woocommerce .product-page .right .cart .btn-group-toggle > .button input[type=checkbox],
.woocommerce .woocommerce-MyAccount-content .btn-group-toggle > .button input[type=checkbox],
.woocommerce .woocommerce-MyAccount-content .title .btn-group-toggle > .edit input[type=checkbox],
.woocommerce .woocommerce-form-login .btn-group-toggle > button input[type=checkbox],
.woocommerce .checkout_coupon .btn-group-toggle > button input[type=checkbox],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-toggle > button[type=submit] input[type=checkbox],
.woocommerce-sidebar .widget_shopping_cart .btn-group-toggle > .button input[type=checkbox],
.woocommerce-sidebar .price_slider_amount .btn-group-toggle > .button input[type=checkbox],
.woocommerce .woocommerce-message .btn-group-toggle > .button input[type=checkbox],
.woocommerce .woocommerce-error .btn-group-toggle > .button input[type=checkbox],
.woocommerce .woocommerce-info .btn-group-toggle > .button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.woocommerce .product-page .right .cart .btn-group-toggle > .btn-group > .button input[type=radio],
.woocommerce .woocommerce-MyAccount-content .btn-group-toggle > .btn-group > .button input[type=radio],
.woocommerce .woocommerce-MyAccount-content .title .btn-group-toggle > .btn-group > .edit input[type=radio],
.woocommerce .woocommerce-form-login .btn-group-toggle > .btn-group > button input[type=radio],
.woocommerce .checkout_coupon .btn-group-toggle > .btn-group > button input[type=radio],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-toggle > .btn-group > button[type=submit] input[type=radio],
.woocommerce-sidebar .widget_shopping_cart .btn-group-toggle > .btn-group > .button input[type=radio],
.woocommerce-sidebar .price_slider_amount .btn-group-toggle > .btn-group > .button input[type=radio],
.woocommerce .woocommerce-message .btn-group-toggle > .btn-group > .button input[type=radio],
.woocommerce .woocommerce-error .btn-group-toggle > .btn-group > .button input[type=radio],
.woocommerce .woocommerce-info .btn-group-toggle > .btn-group > .button input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.woocommerce .product-page .right .cart .btn-group-toggle > .btn-group > .button input[type=checkbox],
.woocommerce .woocommerce-MyAccount-content .btn-group-toggle > .btn-group > .button input[type=checkbox],
.woocommerce .woocommerce-MyAccount-content .title .btn-group-toggle > .btn-group > .edit input[type=checkbox],
.woocommerce .woocommerce-form-login .btn-group-toggle > .btn-group > button input[type=checkbox],
.woocommerce .checkout_coupon .btn-group-toggle > .btn-group > button input[type=checkbox],
.woocommerce .woocommerce-checkout-payment#payment .btn-group-toggle > .btn-group > button[type=submit] input[type=checkbox],
.woocommerce-sidebar .widget_shopping_cart .btn-group-toggle > .btn-group > .button input[type=checkbox],
.woocommerce-sidebar .price_slider_amount .btn-group-toggle > .btn-group > .button input[type=checkbox],
.woocommerce .woocommerce-message .btn-group-toggle > .btn-group > .button input[type=checkbox],
.woocommerce .woocommerce-error .btn-group-toggle > .btn-group > .button input[type=checkbox],
.woocommerce .woocommerce-info .btn-group-toggle > .btn-group > .button input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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: #ffd12d;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #faf9f6, 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
          box-shadow: 0 0 0 1px #faf9f6, 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff8e0;
}
.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: 0.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: 0.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: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffd12d;
}
.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: #ffd12d;
}
.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(255, 209, 45, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 209, 45, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffd12d;
}
.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(255, 209, 45, 0.5);
}

.custom-select, select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.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: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus, select:focus {
  border-color: #ffedad;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 237, 173, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 237, 173, 0.5);
}
.custom-select:focus::-ms-value, select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], select[multiple], .custom-select[size]:not([size="1"]), select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled, select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand, select::-ms-expand {
  opacity: 0;
}

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

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.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: #ffedad;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #ffedad;
}
.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: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.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: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.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: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffd12d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #e0af00;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ffd12d;
  border-color: #ffd12d;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.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: #ffd12d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #f9c200 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #257d50 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #195637 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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: #ffd12d !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #257d50 !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 iframe,
.embed-responsive embed,
.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.8571428571%;
}

.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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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: 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: sticky) {
  .sticky-top {
    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: #ffd12d !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #f9c200 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #257d50 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #195637 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  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;
}

td,
th {
  padding: 5px;
}

iframe {
  border: none;
}

a:active,
a:focus,
img {
  outline: 0;
}

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

textarea {
  max-width: 100%;
  min-width: 100%;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bg-img__green {
  background-image: url(../../prod-theme/flexible-content/blocks/products/img/product-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.bg-img__cloud {
  background-image: url("/wp-content/uploads/2021/11/dapple.png");
  background-repeat: no-repeat;
  background-position: 85% 30%;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .logo__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.logo__link:hover {
  text-decoration: none;
}
.logo__icon {
  height: 60px;
  width: 124px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .logo__icon {
    height: 50px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .logo__icon {
    height: 30px;
    width: auto;
    margin-right: 5px;
  }
}
.logo__slogan {
  padding-left: 20px;
  font-size: 12px;
  line-height: 15px;
  color: #6c6f84;
}
@media (max-width: 991px) {
  .logo__slogan {
    display: none;
  }
}

.shadow-lg {
  -webkit-box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07) !important;
          box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07) !important;
}

.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(164, 174, 198, 0.2);
  border-radius: 0.4rem;
}

.block-wrapper {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .block-wrapper {
    margin: 50px 0;
  }
}
@media (max-width: 575px) {
  .block-wrapper {
    margin: 25px 0;
  }
}

.block-wrapper-inside {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .block-wrapper-inside {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .block-wrapper-inside {
    padding: 25px 0;
  }
}

.block-title {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
  color: #2e363e;
}
@media (max-width: 991px) {
  .block-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .block-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.block-title span {
  color: #ffa800;
}

.block-desc {
  color: #6c6f84;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 575px) {
  .block-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #wpadminbar {
    overflow: hidden;
  }
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px !important;
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.gallery .gallery-item {
  margin: 0;
  padding: 0;
  text-align: center;
}

.gallery .gallery-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.gallery .gallery-item {
  margin-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .gallery .gallery-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 450px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}
.gallery .gallery-item a {
  display: block;
  margin: 0 auto;
  width: auto;
  position: relative;
}
.gallery .gallery-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/plus.svg);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .gallery-item a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gallery .gallery-item img {
  border: none !important;
}

.btn, .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .group_table .button, .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-form-login button, .woocommerce .checkout_coupon button, .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .price_slider_amount .button, .woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.btn.btn-lg, .woocommerce .product-page .right .cart .btn-lg.button, .woocommerce .woocommerce-MyAccount-content .btn-lg.button, .woocommerce .woocommerce-MyAccount-content .title .btn-lg.edit, .woocommerce .woocommerce-form-login button.btn-lg, .woocommerce .checkout_coupon button.btn-lg, .woocommerce .woocommerce-checkout-payment#payment button.btn-lg[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-lg.button, .woocommerce-sidebar .price_slider_amount .btn-lg.button, .woocommerce .woocommerce-message .btn-lg.button,
.woocommerce .woocommerce-error .btn-lg.button,
.woocommerce .woocommerce-info .btn-lg.button, .btn-group-lg > .btn, .woocommerce .product-page .right .cart .btn-group-lg > .button, .woocommerce .woocommerce-MyAccount-content .btn-group-lg > .button, .woocommerce .woocommerce-MyAccount-content .title .btn-group-lg > .edit, .woocommerce .woocommerce-form-login .btn-group-lg > button, .woocommerce .checkout_coupon .btn-group-lg > button, .woocommerce .woocommerce-checkout-payment#payment .btn-group-lg > button[type=submit], .woocommerce-sidebar .widget_shopping_cart .btn-group-lg > .button, .woocommerce-sidebar .price_slider_amount .btn-group-lg > .button, .woocommerce .woocommerce-message .btn-group-lg > .button,
.woocommerce .woocommerce-error .btn-group-lg > .button,
.woocommerce .woocommerce-info .btn-group-lg > .button {
  font-size: 13px;
  text-transform: uppercase;
}

.btn-success {
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2fa066;
  background: #2fa066;
  -webkit-box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
          box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
}
.btn-success:hover {
  border: 1px solid #257d50;
  background-color: #257d50;
}
@media (max-width: 767px) {
  .btn-success {
    margin-left: 0;
  }
}

.more-link {
  line-height: 12px;
  text-transform: uppercase;
  font-size: 12px;
}

.fancybox-close-small:focus:after {
  outline: none;
}

.pagination-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acf-map {
  width: 100%;
  height: 500px;
  border: none;
  margin: 0;
  position: relative;
  z-index: 2;
}
.acf-map img {
  max-width: inherit !important;
}

form em.error {
  font-size: 0.7rem;
}
form input.error {
  border: 1px solid red;
}

.modal-window {
  position: relative;
  max-width: 400px;
}
.modal-window .form-inner {
  position: relative;
  background-color: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
}
.modal-window .form-title {
  font-weight: bold;
  font-size: 25px;
  color: #2e363e;
}
.modal-window .form-desc {
  color: #6c6f84;
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-window .form-input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
          box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
  border-radius: 5px;
  margin-bottom: 10px;
}
.modal-window .form-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-window .btn, .modal-window .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .modal-window .button, .modal-window .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .modal-window .button, .modal-window .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .modal-window .edit, .modal-window .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .modal-window button, .modal-window .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .modal-window button, .modal-window .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .modal-window button[type=submit], .modal-window .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .modal-window .button, .modal-window .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .modal-window .button, .modal-window .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .modal-window .button,
.modal-window .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .modal-window .button,
.modal-window .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .modal-window .button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.modal-window .form-message {
  text-align: center;
  color: #6c6f84;
  margin-top: 15px;
  font-size: 12px;
}
.modal-window .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.modal-window .advantages__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 11px;
  color: #6c6f84;
  background-color: #eef5ec;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
  padding: 10px 15px;
}

form input.input-checkbox.form-control, form .woocommerce .woocommerce-MyAccount-content input.input-checkbox.input-text, .woocommerce .woocommerce-MyAccount-content form input.input-checkbox.input-text, form input.input-checkbox[type=text],
form input.input-checkbox[type=date],
form input.input-checkbox[type=datetime],
form input.input-checkbox[type=datetime-local],
form input.input-checkbox[type=email],
form input.input-checkbox[type=month],
form input.input-checkbox[type=number],
form input.input-checkbox[type=password],
form input.input-checkbox[type=range],
form input.input-checkbox[type=tel] {
  width: auto;
}

label {
  width: 100%;
}

.tabs-pane {
  display: none;
}
.tabs-pane.active {
  display: block;
}

@-webkit-keyframes transform-rotate-in {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes transform-rotate-in {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
.slick-slider ul.slick-dots {
  text-align: center;
  list-style: none;
  margin: 15px 0 15px 0;
  padding: 0;
}
.slick-slider ul.slick-dots li {
  display: inline-block;
  padding: 3px;
}
.slick-slider ul.slick-dots li:hover, .slick-slider ul.slick-dots li.slick-active {
  cursor: pointer;
}
.slick-slider ul.slick-dots li:hover button, .slick-slider ul.slick-dots li.slick-active button {
  background: #ffd12d;
  cursor: pointer;
}
.slick-slider ul.slick-dots li button {
  outline: none;
  border: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  background: #343a40;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: static;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.pro-vmenu,
.pro-vmenu ul,
.product-categories,
.product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
}

.pro-vmenu .sub-menu,
.pro-vmenu .children,
.product-categories .sub-menu,
.product-categories .children {
  display: none;
}
.pro-vmenu ul,
.product-categories ul {
  background: #e9ecef;
  padding-left: 15px;
}
.pro-vmenu ul .current-menu-item,
.pro-vmenu ul .current-menu-ancestor,
.product-categories ul .current-menu-item,
.product-categories ul .current-menu-ancestor {
  text-decoration: underline;
}
.pro-vmenu > li,
.product-categories > li {
  border-bottom: 1px solid #e9ecef;
}
.pro-vmenu > li.current-menu-item > a, .pro-vmenu > li.current-menu-ancestor > a, .pro-vmenu > li.current-cat > a, .pro-vmenu > li.current-cat-parent > a, .pro-vmenu > li:hover > a,
.product-categories > li.current-menu-item > a,
.product-categories > li.current-menu-ancestor > a,
.product-categories > li.current-cat > a,
.product-categories > li.current-cat-parent > a,
.product-categories > li:hover > a {
  text-decoration: none;
}
.pro-vmenu > li li.current-menu-item > a, .pro-vmenu > li li.current-menu-ancestor > a, .pro-vmenu > li li.current-cat > a, .pro-vmenu > li li.current-cat-parent > a, .pro-vmenu > li li:hover > a,
.product-categories > li li.current-menu-item > a,
.product-categories > li li.current-menu-ancestor > a,
.product-categories > li li.current-cat > a,
.product-categories > li li.current-cat-parent > a,
.product-categories > li li:hover > a {
  text-decoration: underline;
}
.pro-vmenu li,
.product-categories li {
  display: block;
  position: relative;
}
.pro-vmenu li a,
.product-categories li a {
  display: block;
  position: relative;
  padding: 10px 60px 10px 20px;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pro-vmenu li.menu-item-has-children > a > span,
.product-categories li.cat-parent > a > span {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro-vmenu li.menu-item-has-children > a > span:hover,
.product-categories li.cat-parent > a > span:hover {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.pro-vmenu li.menu-item-has-children > a > span:after,
.product-categories li.cat-parent > a > span:after {
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 19px;
  top: 11px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffd12d;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.pro-vmenu li.menu-item-has-children > a > span:before,
.product-categories li.cat-parent > a > span:before {
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 9px;
  top: 15px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffd12d;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.pro-vmenu li.menu-item-has-children.current-menu-item > a span:after,
.pro-vmenu li.menu-item-has-children.current-menu-item > a span:before,
.pro-vmenu li.menu-item-has-children.current-menu-ancestor > a span:after,
.pro-vmenu li.menu-item-has-children.current-menu-ancestor > a span:before,
.product-categories li.current-cat.cat-parent > a span:after,
.product-categories li.current-cat.cat-parent > a span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comments-area .comments-title {
  font-size: 22px;
  line-height: 25px;
}
.comments-area .commentlist {
  margin: 10px 0px;
  padding: 0;
}
.comments-area .commentlist ol {
  padding: 0 0 0 30px;
}
.comments-area .commentlist .comment-body {
  padding: 10px 0;
  background: #fff;
  margin: 5px 0;
  position: relative;
}
@media (max-width: 767px) {
  .comments-area .commentlist .comment-body {
    padding-top: 35px;
  }
}
.comments-area .commentlist .comment-body a.comment-reply-link {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #888;
}
.comments-area .commentlist .comment-body cite.fn {
  font-size: 16px;
  font-style: normal;
}
.comments-area .commentlist .comment-body .comment-author.vcard {
  margin: 0;
}
.comments-area .commentlist li {
  list-style: none;
}
.comments-area .commentlist img.avatar {
  padding: 0;
  background: #DEDEDE;
  border: solid thin #CECECE;
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.comments-area .commentmetadata a {
  margin: 0;
  font-size: 11px;
  color: #999;
}
.comments-area .navigation .screen-reader-text {
  display: none;
}
.comments-area .navigation .nav-links {
  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-top: 20px;
  margin-bottom: 20px;
}
.comments-area .navigation .nav-links .page-numbers {
  display: inline-block;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #d70100;
  background-color: #fff;
  border: 1px solid #ddd;
}
.comments-area .navigation .nav-links .page-numbers.current {
  color: #fff;
}
.comments-area .navigation .nav-links .page-numbers:hover, .comments-area .navigation .nav-links .page-numbers:active, .comments-area .navigation .nav-links .page-numbers:focus {
  background-color: #eceeef;
  text-decoration: none;
}
.comments-area .comment-respond {
  background: #fff;
}
@media (max-width: 767px) {
  .comments-area .comment-respond {
    padding: 30px 15px;
  }
}
.comments-area .comment-respond .comment-reply-title {
  font-weight: bold;
  font-size: 18px;
}
.comments-area .comment-respond form label {
  margin-bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.comments-area .comment-respond form textarea, .comments-area .comment-respond form input {
  max-width: 100%;
  width: 100%;
  padding: 0 5px;
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.comments-area .comment-respond form input {
  height: 34px;
}
.comments-area .comment-respond form textarea {
  max-height: 150px;
}
.comments-area .comment-respond .comment-form-author {
  display: block;
  width: 50%;
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.comments-area .comment-respond .comment-form-email {
  display: block;
  width: 50%;
  float: left;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.comments-area .comment-respond .comment-form-url {
  display: none;
}
.comments-area .comment-respond .submit {
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  color: #fff;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  margin: 10px 0 0 0;
  background-color: #ffd12d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.comments-area .comment-respond .submit:hover, .comments-area .comment-respond .submit:active, .comments-area .comment-respond .submit:focus {
  background-color: #f9c200;
}

.reviews-container .comment-reply-title,
.reviews-container .comments-title {
  display: none;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pagination-woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-woocommerce ul {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination-woocommerce ul li {
  border: none;
}
.pagination-woocommerce ul li span,
.pagination-woocommerce ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #343a40;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination-woocommerce ul li span.current {
  background: #ffd12d;
  color: #fff;
  border-color: #ffd12d;
}
.pagination-woocommerce ul li a:hover {
  background-color: #e9ecef;
  text-decoration: none;
  color: #f9c200;
}

.archive-product-container {
  margin: 40px auto;
}

.woocommerce-sidebar .widget {
  margin-bottom: 30px;
}
.woocommerce-sidebar .woocommerce-product-search {
  position: relative;
}
.woocommerce-sidebar .woocommerce-product-search .screen-reader-text {
  display: none;
}
.woocommerce-sidebar .woocommerce-product-search .search-field {
  width: 100%;
  outline: none;
  border: 1px solid #dee2e6;
  font-size: 14px;
  padding: 0 30px 0 5px;
  height: 30px;
}
.woocommerce-sidebar .woocommerce-product-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url(../img/search-icon-light.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px 13px;
}
.woocommerce-sidebar .woocommerce-product-search button:hover {
  background-image: url(../img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px 13px;
  cursor: pointer;
}
.woocommerce-sidebar .price_slider_wrapper .price_slider {
  margin: 15px 0 5px;
}
.woocommerce-sidebar .price_slider_wrapper .price_slider.ui-widget-content {
  background: #dee2e6;
  height: 4px;
}
.woocommerce-sidebar .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  top: -0.4em;
}
.woocommerce-sidebar .price_slider_wrapper .price_slider .ui-slider-range {
  background-color: #ffd12d;
}
.woocommerce-sidebar .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-sidebar .price_slider_amount .price_label {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.woocommerce-sidebar .price_slider_amount .price_label span {
  font-weight: bold;
}
.woocommerce-sidebar .price_slider_amount .button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce-sidebar .wc-layered-nav-term {
  padding-left: 5px;
}
.woocommerce-sidebar .wc-layered-nav-term.chosen a::before {
  color: #dc3545;
}
.woocommerce-sidebar .wc-layered-nav-term a {
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
.woocommerce-sidebar .wc-layered-nav-term a:hover {
  text-decoration: none;
}
.woocommerce-sidebar .wc-layered-nav-term .count {
  font-size: 12px;
  font-weight: bold;
}
.woocommerce-sidebar .dropdown_layered_nav_pol {
  width: 100%;
}
.woocommerce-sidebar .widget_shopping_cart {
  font-size: 14px;
}
.woocommerce-sidebar .widget_shopping_cart .remove {
  width: 20px;
  height: 20px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.woocommerce-cart-form table.shop_table {
  border-radius: 0;
  border-color: #dee2e6;
}
.woocommerce-cart-form table.shop_table .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart-form table.shop_table .coupon input {
  line-height: 1.5;
}
.woocommerce-cart-form table.shop_table .coupon input[type=text] {
  max-width: 150px;
  display: inline-block;
  margin-right: 5px;
}
.woocommerce-cart-form table.shop_table .product-remove .remove {
  width: 20px;
  height: 20px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.woocommerce-cart-form table.shop_table .product-thumbnail img {
  width: 80px;
  height: 80px;
}

.quantity {
  text-align: center;
  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;
}
@media (max-width: 767px) {
  .quantity {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.quantity label {
  display: none;
}
.quantity .minus,
.quantity .plus {
  display: inline-block;
  text-align: center;
  line-height: 38px;
  width: 30px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #dee2e6;
  background: #dee2e6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quantity .minus.minus,
.quantity .plus.minus {
  border-radius: 5px 0 0 5px;
}
.quantity .minus.plus,
.quantity .plus.plus {
  border-radius: 0 5px 5px 0;
}
.quantity .minus:hover,
.quantity .plus:hover {
  border-color: #adb5bd;
  background-color: #adb5bd;
  cursor: pointer;
}
.quantity input.qty {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  line-height: 38px;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 1rem;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  position: relative;
  z-index: 2;
}

.woocommerce .cart-collaterals .cross-sells {
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce .cart-collaterals .product.woocommerce-product-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.woocommerce .woocommerce-checkout-payment#payment {
  background-color: #f8f9fa;
}
.woocommerce .woocommerce-checkout-payment#payment div.payment_box {
  background-color: #e9ecef;
}
.woocommerce .woocommerce-checkout-payment#payment div.payment_box:before {
  border-bottom: 1em solid #e9ecef;
}
.woocommerce .checkout_coupon .form-row {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-form-login button {
  margin-right: 15px;
}

.woocommerce .woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  float: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation ul {
    text-align: center;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: block;
    width: 100%;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
  padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 0;
    line-height: 30px;
  }
}

.woocommerce .woocommerce-MyAccount-content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
}
.woocommerce .woocommerce-MyAccount-content .u-columns:before, .woocommerce .woocommerce-MyAccount-content .u-columns:after {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content .title h3 {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .title .edit {
  float: none;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-order-details table {
    font-size: 12px;
  }
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-customer-details .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce .woocommerce-customer-details .col:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .woocommerce .woocommerce-Addresses .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce .woocommerce-Addresses .col:first-child {
    margin-bottom: 30px;
  }
}

.woocommerce .woocommerce-address-fields .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-address-fields label {
  margin-bottom: 5px;
}

.woocommerce .woocommerce-EditAccountForm .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-EditAccountForm label {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .woocommerce .woo-my-account-login .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce .woo-my-account-login .col:first-child {
    margin-bottom: 30px;
  }
}
.woocommerce .woo-my-account-login form {
  margin: 0;
  background: #fff;
}
.woocommerce .woo-my-account-login form .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce .woo-my-account-login form label {
  margin-bottom: 5px;
}

.woocommerce .woocommerce-ResetPassword {
  background: #fff;
  padding: 30px;
}
.woocommerce .woocommerce-ResetPassword .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-ResetPassword label {
  margin-bottom: 5px;
}

.woocommerce-order .woocommerce-order-overview {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-order-overview li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}

.woocommerce .product-page .left {
  position: relative;
}
@media (max-width: 991px) {
  .woocommerce .product-page .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  .woocommerce .product-page .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.woocommerce .product-page .left span.onsale {
  position: absolute;
  top: 23px;
  left: 42px;
  display: inline-block;
  background-color: #ffd12d;
  color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  font-size: 18px;
  font-weight: bold;
  min-height: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.woocommerce .product-page .left span.onsale:before, .woocommerce .product-page .left span.onsale:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.woocommerce .product-page .left span.onsale:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.woocommerce .product-page .left .slider-cat-big .slide {
  padding: 10px;
  border: 1px solid #e9ecef;
  background-color: #fff;
  margin: 0;
}
.woocommerce .product-page .left .slider-cat-big .slide img {
  width: 100%;
}
.woocommerce .product-page .left .slider-cat-big:hover .slick-prev,
.woocommerce .product-page .left .slider-cat-big:hover .slick-next {
  opacity: 1;
}
.woocommerce .product-page .left .slider-cat-small .slick-list {
  margin: 0 -5px;
}
.woocommerce .product-page .left .slider-cat-small .slick-slide {
  margin: 5px;
}
.woocommerce .product-page .left .slider-cat-small .slide {
  padding: 6px;
  margin: 0;
  border: 1px solid #e9ecef;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product-page .left .slider-cat-small .slide:hover {
  cursor: pointer;
}
.woocommerce .product-page .left .slider-cat-small .slide img {
  width: 100%;
}
.woocommerce .product-page .left .slick-prev,
.woocommerce .product-page .left .slick-next {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product-page .left .slick-prev:after,
.woocommerce .product-page .left .slick-next:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #bbb;
  border-left: 2px solid #bbb;
  top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .product-page .left .slick-prev.slick-prev,
.woocommerce .product-page .left .slick-next.slick-prev {
  left: 10px;
}
.woocommerce .product-page .left .slick-prev.slick-prev:after,
.woocommerce .product-page .left .slick-next.slick-prev:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 14px;
}
.woocommerce .product-page .left .slick-prev.slick-next,
.woocommerce .product-page .left .slick-next.slick-next {
  right: 10px;
}
.woocommerce .product-page .left .slick-prev.slick-next:after,
.woocommerce .product-page .left .slick-next.slick-next:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 14px;
}
.woocommerce .product-page .right {
  text-align: left;
}
@media (max-width: 991px) {
  .woocommerce .product-page .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
.woocommerce .product-page .right .product_title {
  font-size: 1.5em;
}
.woocommerce .product-page .right .woocommerce-product-rating .woocommerce-review-link {
  font-size: 0.7em;
  color: #000;
}
.woocommerce .product-page .right .price {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.woocommerce .product-page .right .price del,
.woocommerce .product-page .right .price ins {
  display: inline-block;
  margin: 0 5px 0 0;
  opacity: 1;
}
.woocommerce .product-page .right .price del .amount,
.woocommerce .product-page .right .price del {
  color: red;
  font-size: 16px;
  font-weight: normal;
}
.woocommerce .product-page .right .price ins,
.woocommerce .product-page .right .price .amount {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.woocommerce .product-page .right .desc,
.woocommerce .product-page .right .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}
.woocommerce .product-page .right .stock {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce .product-page .right .stock.in-stock {
  color: #28a745;
}
.woocommerce .product-page .right .stock.out-of-stock {
  color: #dc3545;
}
.woocommerce .product-page .right form.cart {
  margin-bottom: 15px;
}
.woocommerce .product-page .right .cart {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .product-page .right .cart.variations_form {
  display: block;
}
.woocommerce .product-page .right .cart .quantity {
  padding-right: 10px;
}
.woocommerce .product-page .right .cart select {
  width: auto;
}
.woocommerce .product-page .right .cart .group_table {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce .product-page .right .cart .group_table .price {
  margin: 0;
}
.woocommerce .product-page .right .cart .group_table tr {
  padding: 3px 0;
}
.woocommerce .product-page .right .cart .group_table tr:nth-child(2n) {
  background: #f6f6f6;
}
.woocommerce .product-page .right .cart .group_table td {
  padding: 0.5em;
}
@media (max-width: 767px) {
  .woocommerce .product-page .right .cart .group_table td {
    padding: 5px;
  }
}
.woocommerce .product-page .right .cart .group_table label {
  margin: 0;
}
.woocommerce .product-page .right .cart .group_table a {
  display: block;
  font-size: 14px;
  line-height: 15px;
}
.woocommerce .product-page .right .cart .button {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  padding-left: 30px;
}
.woocommerce .product-page .right .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .product-page .right .product_meta {
  margin-top: 15px;
  font-size: 14px;
}
.woocommerce .product-page .right .product_meta > span {
  margin-right: 5px;
}
.woocommerce .product-page .right .cost {
  margin-bottom: 15px;
  font-size: 18px;
}
.woocommerce .product-page .right .cost span {
  font-weight: bold;
}
.woocommerce .product-page .right .variations {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}
.woocommerce .product-page .right .variations .label {
  padding: 5px;
  line-height: 24px;
  vertical-align: middle;
}
.woocommerce .product-page .right .variations .label label {
  margin: 0;
}
.woocommerce .product-page .right .variations .value {
  padding: 5px;
}
.woocommerce .product-page .right .reset_variations {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
}
.woocommerce .product-page .right .single_variation_wrap {
  width: 100%;
}
.woocommerce .product-page .right .cart-btn,
.woocommerce .product-page .right .single_add_to_cart_button {
  display: none;
  padding-left: 30px;
  border-radius: 0;
}
.woocommerce .product-page .right .cart-btn.button.alt.disabled,
.woocommerce .product-page .right .single_add_to_cart_button.button.alt.disabled {
  background-color: #dee2e6;
  border-color: #dee2e6;
  padding-left: 30px;
}

.woocommerce .product-page .product-summary {
  margin-top: 30px;
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li {
  display: inline-block;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  margin: 0;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs > li {
    display: block;
    width: 100%;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:before, .woocommerce div.product .woocommerce-tabs ul.tabs > li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:last-child {
  border-right: 1px solid #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active {
  background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li > a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  color: #000;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs > li > a {
    display: block;
    width: 100%;
  }
}

.woocommerce div.product .woocommerce-tabs .panel {
  text-align: left;
  padding: 30px;
  border: 1px solid #f4f4f4;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px 10px;
  }
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 1.7em;
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(even) th,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(even) td {
  background: #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs .panel .commentlist {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border: none;
  width: 40px;
  border-radius: 50%;
}
.woocommerce div.product .woocommerce-tabs .panel .comment-reply-title {
  font-weight: bold;
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel .comment-notes {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel textarea,
.woocommerce div.product .woocommerce-tabs .panel input {
  border: 1px solid #f4f4f4;
  width: 100%;
  padding: 0 5px;
}
.woocommerce div.product .woocommerce-tabs .panel input {
  height: 36px;
}
.woocommerce div.product .woocommerce-tabs .panel #respond input#submit {
  border-radius: 0;
  width: auto;
  height: auto;
  font-weight: normal;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0.8rem 1rem;
  color: #fff;
  background-color: #ffd12d;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.woocommerce div.product .woocommerce-tabs .panel #respond input#submit:hover, .woocommerce div.product .woocommerce-tabs .panel #respond input#submit:focus, .woocommerce div.product .woocommerce-tabs .panel #respond input#submit:active {
  background-color: #f9c200;
}

.woocommerce .cross-sells .product.woocommerce-product-container,
.blocks-woocommerce-products > .slider .product.woocommerce-product-container,
.woocommerce .related .product.woocommerce-product-container,
.woocommerce .upsells .product.woocommerce-product-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.woocommerce .cross-sells .slick-slide,
.blocks-woocommerce-products > .slider .slick-slide,
.woocommerce .related .slick-slide,
.woocommerce .upsells .slick-slide {
  padding: 5px 0;
}

.woocommerce form .form-row input.input-text {
  line-height: 1.5;
}

.breadcrumbs {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.breadcrumbs .breadcrumbs-inner {
  padding: 15px 0;
}
.breadcrumbs .breadcrumbs-inner span {
  font-size: 13px;
  color: #8c8c8c;
}
.breadcrumbs .breadcrumbs-inner span a {
  color: #2e363e;
}

.scroll-to-top-1 {
  position: fixed;
  display: none;
  z-index: 9;
  right: 30px;
  bottom: 50px;
  border-radius: 5px;
  width: 63px;
  height: 63px;
  border: 1px solid #2fa066;
  background: #2fa066;
  -webkit-box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
          box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .scroll-to-top-1 {
    right: 23px;
    bottom: 140px;
    width: 50px;
    height: 50px;
  }
}
.scroll-to-top-1:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 28px;
  left: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .scroll-to-top-1:after {
    top: 21px;
    left: 16px;
  }
}
.scroll-to-top-1:hover {
  cursor: pointer;
}

.news-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-item:hover .news-title {
  color: #ffd12d;
}
.news-item .news-img {
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.news-item .news-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-item .news-title {
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  color: #2e363e;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-item .news-desc {
  color: #2e363e;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.callback-widget-v {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --main-color: #2fa066;
  --main-hover-color: rgb(44, 175, 88);
  --aditional-color: #4e9fff;
  --alert-color: rgb(238, 11, 11);
  --sec-color: #fff;
  --fade-color: #c2c2c2;
  --main-dark-color: #000;
  --chat-box-bg: #2fa066;
  --main-btn-color: linear-gradient(to bottom, #fdcf31 0%, #fbb62d 100%);
  --main-hover-btn-color: linear-gradient(to bottom, #f0bf1d 0%, #eba519 100%);
  --main-btn-gradient: linear-gradient(to bottom, #ffffff 0%, #fefad0 100%);
  --widget-icon-trans-color: rgba(49, 164, 87, 0.582);
  border-radius: 5px;
  max-width: 375px;
  width: 100%;
  position: fixed;
  right: 120px;
  bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation: widget-show 0.5s forwards;
  animation: widget-show 0.5s forwards;
  z-index: 99;
}
@media (max-width: 767px) {
  .callback-widget-v {
    z-index: 200;
  }
}

.callback-widget-v p {
  margin-top: 0;
}

.callback-widget-v *,
.callback-widget-v *::before,
.callback-widget-v *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.callback-widget-v hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.callback-widget-v h1,
.callback-widget-v h2,
.callback-widget-v h3,
.callback-widget-v h4,
.callback-widget-v h5,
.callback-widget-v h6 {
  margin-top: 0;
}

.callback-widget-v p {
  margin-top: 0;
}

.callback-widget-v a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

.callback-widget-v a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.callback-widget-v img {
  vertical-align: middle;
  border-style: none;
}

.callback-widget-v svg:not(:root) {
  overflow: hidden;
}

.callback-widget-v caption {
  text-align: left;
  caption-side: bottom;
}

.callback-widget-v label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.callback-widget-v button {
  border-radius: 0;
}

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

.callback-widget-v input {
  max-width: auto !important;
  min-height: auto;
}

.callback-widget-v input,
.callback-widget-v button,
.callback-widget-v select,
.callback-widget-v optgroup,
.callback-widget-v textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000;
}

.callback-widget-v button,
.callback-widget-v input {
  overflow: visible;
}

.callback-widget-v button,
.callback-widget-v select {
  text-transform: none;
}

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

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

.callback-widget-v textarea {
  overflow: auto;
  resize: vertical;
}

.callback-widget-v fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

.callback-widget-v ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.callback-widget-v [hidden] {
  display: none !important;
}

.callback-widget-v button {
  cursor: pointer;
}

@media (max-width: 767px) {
  .callback-widget-v {
    background: var(--sec-color);
    width: 80px;
    height: 80px;
    background: transparent !important;
    max-width: auto;
    bottom: 0;
    right: auto;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}
@-webkit-keyframes widget-show {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes widget-show {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .callback-widget-v {
    max-width: none;
    right: 0;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.callback-widget-v__container .order-call-v {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: inline-block;
  background: var(--main-color);
  padding: 10px 5px;
  border-radius: 5px;
  z-index: -1;
}

@media (max-width: 767px) {
  .callback-widget-v__container .order-call-v {
    display: none;
  }
}
.callback-widget-v__container .order-call-v .header-w {
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 10;
}

.callback-widget-v__container .order-call-v .header-w .close-ic {
  z-index: 99;
  display: none;
  width: 320px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
}

.callback-widget-v__container .order-call-v .header-w .close-ic .icon {
  z-index: -5 !important;
  position: absolute;
  top: 5px;
  right: 0;
  background: var(--sec-color);
  width: 18px;
  height: 2px;
}

.callback-widget-v__container .order-call-v .header-w .img-cont {
  margin-right: 15px;
  width: 48px;
  height: 48px;
}

.callback-widget-v__container .order-call-v .header-w .img-cont img {
  border-radius: 50%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.callback-widget-v__container .order-call-v .body {
  height: 380px;
  display: none;
  margin-top: 10px;
  background: var(--sec-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .order-call-v .body .content {
  padding: 30px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
}

@-webkit-keyframes show-block-anim {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes show-block-anim {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.callback-widget-v__container .order-call-v .body .content .header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .order-call-v .body .content .header-block .order-call-v-ic-cont {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.callback-widget-v__container .order-call-v .body .content .header-block .order-call-v-ic-cont svg {
  width: 50px;
}

.callback-widget-v__container .order-call-v .body .content .header-block .title {
  padding: 0px 7px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.callback-widget-v__container .order-call-v .body .content .header-block .title svg {
  width: 20px;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .cont-data-section {
  margin-top: 20px;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .cont-data-section .input-container {
  height: 43px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
          box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .cont-data-section .input-container em.error {
  position: absolute;
  top: -21px;
  padding: 0px 10px;
  margin: 0;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .cont-data-section .input-container .v-ic-cont {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .cont-data-section .input-container .v-ic-cont svg {
  width: 20px;
  fill: var(--fade-color);
}

.callback-widget-v__container .order-call-v .body .content .form-group form .cont-data-section .input-container input {
  cursor: pointer;
  border: none;
  width: 100%;
  height: 35px;
  font-size: 12px;
  color: var(--fade-color);
  background: #fff;
  margin: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .cont-data-section .input-container:nth-child(2) {
  margin-top: 10px;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .main-widget-btn {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2fa066;
  background: #2fa066;
  -webkit-box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
          box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
  border-radius: 5px;
  padding: 15px 25px;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .main-widget-btn:before {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 120%;
  left: 0;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, #ffffff), color-stop(60%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
  -webkit-transform: rotate(120deg) translateY(600px);
  transform: rotate(120deg) translateY(600px);
  -webkit-animation: ava-blick-btn 2s linear infinite;
  animation: ava-blick-btn 2s linear infinite;
}

@-webkit-keyframes ava-blick-btn {
  100% {
    -webkit-transform: rotate(120deg) translateY(-200px);
    transform: rotate(120deg) translateY(-200px);
  }
}
@keyframes ava-blick-btn {
  100% {
    -webkit-transform: rotate(120deg) translateY(-200px);
    transform: rotate(120deg) translateY(-200px);
  }
}
.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .main-widget-btn:hover {
  border: 1px solid #257d50;
  background-color: #257d50;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .return-btn {
  background: transparent;
  border: none;
  position: relative !important;
  width: 300px !important;
  height: 30px !important;
  z-index: 10 !important;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .return-btn .v-ic-cont {
  position: relative !important;
  z-index: -5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .return-btn .v-ic-cont svg {
  width: 15px;
  fill: var(--fade-color);
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .return-btn .text {
  position: relative !important;
  z-index: -5 !important;
  color: var(--fade-color);
  font-size: 14px;
  text-decoration: underline;
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .return-btn:hover .v-ic-cont svg {
  fill: var(--main-dark-color);
}

.callback-widget-v__container .order-call-v .body .content .form-group form .btn-container .return-btn:hover .text {
  color: var(--main-dark-color);
  text-decoration: none;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--alt .content .header-cont--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--alt .content .header-cont--alt .order-call-v-img--alt {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--alt .content .header-cont--alt .order-call-v-img--alt svg {
  width: 50px;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--alt .content .header-cont--alt .text-cont {
  padding: 0px 7px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--thank {
  display: none;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--thank .content {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--thank .content .img-cont {
  width: 100px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--thank .content .img-cont .timer-thank-svg-el {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation: timer-thank-svg-el-anim 0.5s forwards;
  animation: timer-thank-svg-el-anim 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--thank .content .text-cont {
  margin-top: 15px;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--thank .content .text-cont .title {
  font-size: 20px;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content--thank .content .text-cont .subtitle {
  font-size: 20px;
  font-weight: 500;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer {
  display: none;
  background: var(--sec-color);
  height: 380px;
  width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .widget-progress-bar {
  height: 100%;
  z-index: 1;
  left: 0;
  background: rgba(49, 164, 101, 0.062745098);
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  position: absolute;
  z-index: 0;
}

@keyframes show-block-anim {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont {
  position: relative;
  z-index: 5;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .timer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .timer-img svg {
  width: 100px;
  border-radius: 50%;
  -webkit-animation: pulse-timer 2s infinite;
  animation: pulse-timer 2s infinite;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .timer-thank-img {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .timer-thank-img svg {
  width: 100px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .timer-thank-img svg .timer-thank-svg-el {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation: timer-thank-svg-el-anim 0.5s forwards;
  animation: timer-thank-svg-el-anim 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes timer-thank-svg-el-anim {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes timer-thank-svg-el-anim {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .text-block {
  text-align: center;
  margin-top: 20px;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .text-block .title {
  font-size: 20px;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .text-block .timer-desc-value {
  font-size: 18px;
  font-weight: 500;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .text-block .timer-desc-value .final-timer-message {
  font-size: 18px;
  font-weight: 500;
}

.callback-widget-v__container .order-call-v .body .order-call-v-content-timer .cont .text-block .final-timer-message-desc {
  display: none;
  font-size: 18px;
  font-weight: 500;
}

.callback-widget-v__container .order-call-v .descr {
  color: var(--sec-color);
  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;
}

.callback-widget-v__container .order-call-v .descr .order {
  font-weight: 500;
}

.callback-widget-v__container .order-call-v .descr .help {
  margin-top: 3px;
  font-size: 13px;
}

.callback-widget-v__container .manager {
  margin: 0;
  width: 100%;
  z-index: 5;
  display: inline-block;
  background: var(--main-color);
  padding: 10px 5px 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
          box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
}

@media (max-width: 767px) {
  .callback-widget-v__container .manager {
    display: none;
  }
}
.callback-widget-v__container .manager .header-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 10;
}

.callback-widget-v__container .manager .header-w .close-ic {
  z-index: 99;
  display: none;
  width: 320px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
}

.callback-widget-v__container .manager .header-w .close-ic .icon {
  z-index: -5 !important;
  position: absolute;
  top: 5px;
  right: 0;
  background: var(--sec-color);
  width: 18px;
  height: 2px;
}

.callback-widget-v__container .manager .header-w .img-cont {
  margin-right: 15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.callback-widget-v__container .manager .header-w .img-cont:before {
  content: "";
  display: block;
  position: absolute;
  width: 140%;
  height: 100%;
  top: 120%;
  left: -20%;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, #ffffff), color-stop(60%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
  -webkit-transform: rotate(20deg) translateY(0px);
  transform: rotate(20deg) translateY(0px);
  -webkit-animation: ava-blick-w 1s infinite ease-in-out;
  animation: ava-blick-w 1s infinite ease-in-out;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes ava-blick-w {
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes ava-blick-w {
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.callback-widget-v__container .manager .header-w .img-cont img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: 100%;
}

.callback-widget-v__container .manager .header-w .descr {
  color: var(--sec-color);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callback-widget-v__container .manager .header-w .descr .name {
  font-weight: 500;
}

.callback-widget-v__container .manager .header-w .descr .help {
  margin-top: 3px;
  font-size: 13px;
}

.callback-widget-v__container .manager .header-w .descr .notif-item {
  background: var(--main-hover-color);
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: 7px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: notif-show 0.3s forwards;
  animation: notif-show 0.3s forwards;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

@-webkit-keyframes notif-show {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes notif-show {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.callback-widget-v__container .manager .header-w .descr .notif-item:after {
  content: "1";
  width: 15px;
  height: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  border-radius: 50%;
  right: -2px;
  top: -2px;
  font-size: 10px;
  background: var(--alert-color);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: notif-prop-after 0.3s forwards;
  animation: notif-prop-after 0.3s forwards;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@-webkit-keyframes notif-prop-after {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes notif-prop-after {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.callback-widget-v__container .manager .header-w .descr .notif-item svg {
  fill: rgba(255, 255, 255, 0.774);
  width: 20px;
  position: relative;
}

.callback-widget-v__container .manager .body--manager {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.2s forwards;
  animation: show-block-anim 0.2s forwards;
}

@keyframes show-block-anim {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.callback-widget-v__container .manager .body {
  margin-top: 10px;
  background: var(--sec-color);
}

@media (max-width: 768px) {
  .callback-widget-v__container .manager .body {
    display: none;
  }
}
.callback-widget-v__container .manager .body .conversation {
  padding: 30px 10px;
  height: 350px;
  overflow-y: scroll;
}

.callback-widget-v__container .manager .body .conversation::-webkit-scrollbar {
  width: 7px;
}

.callback-widget-v__container .manager .body .conversation::-webkit-scrollbar-thumb {
  background: var(--fade-color);
  border-radius: 30px;
}

.callback-widget-v__container .manager .body .conversation::-webkit-scrollbar-track {
  background: transparent;
}

.callback-widget-v__container .manager .body .conversation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #000;
  font-weight: 400;
}

.callback-widget-v__container .manager .body .conversation .content .final-form-manager {
  display: none;
}

.callback-widget-v__container .manager .body .conversation .content .final-form-manager .error {
  margin: 0 !important;
  padding: 0 10px !important;
  top: -7px !important;
}

.callback-widget-v__container .manager .body .conversation .content .loading-cont,
.callback-widget-v__container .manager .body .conversation .content .f-loading-cont,
.callback-widget-v__container .manager .body .conversation .content .s-loading-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .manager .body .conversation .content .loading-cont .loading,
.callback-widget-v__container .manager .body .conversation .content .f-loading-cont .loading,
.callback-widget-v__container .manager .body .conversation .content .s-loading-cont .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.callback-widget-v__container .manager .body .conversation .content .loading-cont .loading .first-dot,
.callback-widget-v__container .manager .body .conversation .content .f-loading-cont .loading .first-dot,
.callback-widget-v__container .manager .body .conversation .content .s-loading-cont .loading .first-dot {
  margin: 5px;
  width: 10px;
  height: 10px;
  background: var(--sec-color);
  border-radius: 50%;
  -webkit-animation: bouncedelay 1.5s infinite ease-in-out;
  animation: bouncedelay 1.5s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.callback-widget-v__container .manager .body .conversation .content .loading-cont .loading .sec-dot,
.callback-widget-v__container .manager .body .conversation .content .f-loading-cont .loading .sec-dot,
.callback-widget-v__container .manager .body .conversation .content .s-loading-cont .loading .sec-dot {
  margin: 5px;
  width: 10px;
  height: 10px;
  background: var(--sec-color);
  border-radius: 50%;
  -webkit-animation: bouncedelay 1.5s infinite ease-in-out;
  animation: bouncedelay 1.5s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.callback-widget-v__container .manager .body .conversation .content .loading-cont .loading .third-dot,
.callback-widget-v__container .manager .body .conversation .content .f-loading-cont .loading .third-dot,
.callback-widget-v__container .manager .body .conversation .content .s-loading-cont .loading .third-dot {
  margin: 5px;
  width: 10px;
  height: 10px;
  background: var(--sec-color);
  border-radius: 50%;
  -webkit-animation: bouncedelay 1.5s infinite ease-in-out;
  animation: bouncedelay 1.5s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes bouncedelay {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 0.2;
  }
  40% {
    -webkit-transform: scale(1) translateY(5px);
    transform: scale(1) translateY(5px);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(0) translateY(2px);
    transform: scale(0) translateY(2px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
    opacity: 1;
  }
}
@keyframes bouncedelay {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 0.2;
  }
  40% {
    -webkit-transform: scale(1) translateY(5px);
    transform: scale(1) translateY(5px);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(0) translateY(2px);
    transform: scale(0) translateY(2px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
    opacity: 1;
  }
}
.callback-widget-v__container .manager .body .conversation .content .loading-cont .prop,
.callback-widget-v__container .manager .body .conversation .content .f-loading-cont .prop,
.callback-widget-v__container .manager .body .conversation .content .s-loading-cont .prop {
  font-size: 12px;
}

.callback-widget-v__container .manager .body .conversation .content .w-time {
  margin-top: 7px;
  font-size: 10px;
}

.callback-widget-v__container .manager .body .conversation .content .conv-answer {
  margin-top: 15px;
  font-size: 14px;
  padding: 12px 15px;
  background-color: #ebecf1;
  color: #484848;
  border: 1px solid #ddd;
  max-width: 275px;
  font-size: 13px;
  border-radius: 5px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  z-index: 5;
  -webkit-animation: chatbox-conv-anim 0.5s forwards;
  animation: chatbox-conv-anim 0.5s forwards;
}

@-webkit-keyframes chatbox-conv-anim {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes chatbox-conv-anim {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.callback-widget-v__container .manager .body .conversation .content .conv-answer p {
  opacity: 0;
  -webkit-animation: text-show 0.5s forwards;
  animation: text-show 0.5s forwards;
}

@-webkit-keyframes text-show {
  100% {
    opacity: 1;
  }
}
@keyframes text-show {
  100% {
    opacity: 1;
  }
}
.callback-widget-v__container .manager .body .conversation .content .conv-answer:before {
  content: "";
  position: absolute;
  border: 13px solid transparent;
  border-top: 13px solid #eaecf0;
  border-left: none;
  bottom: -22px;
  left: 7px;
  z-index: -1;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer {
  max-width: 275px;
  padding: 12px 12px;
  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;
  font-size: 13px;
  border-radius: 5px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: form-show 0.5s forwards;
  animation: form-show 0.5s forwards;
}

@-webkit-keyframes form-show {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes form-show {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.callback-widget-v__container .manager .body .conversation .content .form-answer form {
  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;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer form em.error {
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background: var(--sec-color);
  color: red !important;
  left: 0;
  text-align: center;
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer form input {
  min-width: 100%;
  margin-top: 10px;
  border: 1px solid var(--fade-color);
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
  outline: none;
  background: #fff;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer form button {
  max-height: 43px;
  color: #fff;
  min-width: 100%;
  outline: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer form button:hover {
  border: 1px solid #257d50;
  background-color: #257d50;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer-thank {
  width: 100%;
  height: 100%;
  display: none;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
  border-radius: 5px;
  background: var(--sec-color);
  padding: 15px 15px;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer-thank .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer-thank .content .answer-thank-img svg {
  width: 100px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer-thank .content .answer-thank-img svg .timer-thank-svg-el {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation: timer-thank-svg-el-anim 0.5s forwards;
  animation: timer-thank-svg-el-anim 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer-thank .content .text-block {
  text-align: center;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer-thank .content .text-block .title {
  font-size: 18px;
  font-weight: 500;
}

.callback-widget-v__container .manager .body .conversation .content .form-answer-thank .content .text-block .subtitle {
  font-size: 16px;
}

.callback-widget-v__container .manager .body .conversation .content .your-answer {
  max-width: 250px;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 13px;
  padding: 12px 15px;
  color: var(--sec-color);
  word-wrap: break-word;
  border: 1px solid var(--main-color);
  background: var(--chat-box-bg);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-animation: chatbox-conv-anim 0.5s forwards;
  animation: chatbox-conv-anim 0.5s forwards;
}

.callback-widget-v__container .manager .body .conversation .content .your-answer .inner-text-ans {
  outline: none;
  word-wrap: break-word;
  background: var(--main-color);
  color: var(--sec-color);
  width: 100% !important;
  height: 100% !important;
  resize: none;
  border: none;
}

@keyframes chatbox-conv-anim {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.callback-widget-v__container .manager .body .conversation .content .your-answer:before {
  content: "";
  position: absolute;
  border: 13px solid transparent;
  border-top: 13px solid var(--chat-box-bg);
  border-right: none;
  bottom: -22px;
  right: 7px;
}

.callback-widget-v__container .manager .body .convert-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.callback-widget-v__container .manager .body .convert-form input {
  overflow: hidden;
  padding: 5px 30px 5px 10px;
  width: 90%;
  height: 35px;
  border: 1px solid var(--fade-color);
  outline: none;
  max-width: 100% !important;
  background: #fff;
  margin: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
          box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
  border-radius: 5px;
  border: 1px solid #e9ecef;
  height: 50px;
  font-size: 14px;
}

.callback-widget-v__container .manager .body .convert-form .w-send-btn {
  max-height: 22px;
  max-width: 22px;
  padding: 5px;
  background: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  outline: none;
  position: absolute;
  right: 23px;
}

.callback-widget-v__container .manager .body .convert-form .w-send-btn svg {
  width: 12px;
  fill: var(--sec-color);
}

.callback-widget-v:hover .callback-widget-v__container .order-call-v {
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
  border-radius: 5px 5px 0 0;
  padding: 10px 5px;
}

.callback-widget-v:hover .callback-widget-v__container .order-call-v:hover {
  background: var(--main-hover-color);
}

.callback-widget-v:hover .callback-widget-v__container .order-call-v:hover .header-w {
  cursor: pointer;
}

.callback-widget-v:hover .callback-widget-v__container .order-call-v:hover .header-w .img-cont img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.callback-widget-v:hover .callback-widget-v__container .manager:hover {
  background: var(--main-hover-color);
}

.callback-widget-v:hover .callback-widget-v__container .manager:hover .header-w {
  cursor: pointer;
}

.callback-widget-v:hover .callback-widget-v__container .manager:hover .header-w .img-cont img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.callback-widget-v .mob-widget {
  display: none;
  background: transparent;
}

@media (max-width: 767px) {
  .callback-widget-v .mob-widget {
    display: block;
  }
}
.callback-widget-v .mob-widget .v-ic-cont {
  max-width: 77px;
  max-height: 77px;
  padding: 25px 26px;
  border-radius: 50%;
  background: var(--main-color);
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: pulse-v 2s infinite;
  animation: pulse-v 2s infinite;
}
@media (max-width: 767px) {
  .callback-widget-v .mob-widget .v-ic-cont {
    max-width: 60px;
    max-height: 60px;
    padding: 20px 23px;
  }
}

.callback-widget-v .mob-widget .v-ic-cont:after {
  content: "1";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: var(--alert-color);
  color: var(--sec-color);
  font-weight: 500;
  font-size: 16px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation: newMessShow 0.5s forwards;
  animation: newMessShow 0.5s forwards;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@-webkit-keyframes newMessShow {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes newMessShow {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes pulse-v {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--widget-icon-trans-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px var(--widget-icon-trans-color);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 var(--widget-icon-trans-color);
  }
}
@keyframes pulse-v {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--widget-icon-trans-color);
    box-shadow: 0 0 0 0 var(--widget-icon-trans-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px var(--widget-icon-trans-color);
    box-shadow: 0 0 0 10px var(--widget-icon-trans-color);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 var(--widget-icon-trans-color);
    box-shadow: 0 0 0 0 var(--widget-icon-trans-color);
  }
}
.callback-widget-v .mob-widget .v-ic-cont svg {
  width: 25px;
  fill: var(--sec-color);
}
@media (max-width: 767px) {
  .callback-widget-v .mob-widget .v-ic-cont svg {
    width: 20px;
  }
}

.callback-widget-v .mob-widget .v-ic-cont:hover {
  cursor: pointer;
  -webkit-animation: none;
  animation: none;
  background: var(--main-hover-color);
}

.callback-widget-v .mob-widget .widget-frame {
  display: none;
  position: relative;
  width: 100%;
}

.callback-widget-v .mob-widget .widget-frame .navigation {
  padding: 20px 0px;
  width: 100%;
}

.callback-widget-v .mob-widget .widget-frame .navigation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
}

.callback-widget-v .mob-widget .widget-frame .navigation .content .back-cont svg {
  width: 20px;
  fill: var(--fade-color);
}

.callback-widget-v .mob-widget .widget-frame .navigation .content .close-cont svg {
  width: 20px;
  fill: var(--fade-color);
}

.callback-widget-v .mob-widget .widget-frame .content {
  padding: 30px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 375px) {
  .callback-widget-v .mob-widget .widget-frame .content {
    padding: 0px 30px;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .manager-photo-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 110px;
  margin: 0px auto 0px auto;
}

@media (max-width: 370px) {
  .callback-widget-v .mob-widget .widget-frame .content .manager-photo-w {
    margin: 0 auto;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .manager-photo-w img {
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 370px) {
  .callback-widget-v .mob-widget .widget-frame .content .manager-photo-w img {
    width: 80%;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .start-body {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
}

.callback-widget-v .mob-widget .widget-frame .content .start-body .title {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.callback-widget-v .mob-widget .widget-frame .content .start-body .subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.callback-widget-v .mob-widget .widget-frame .content .start-body .question-btn {
  margin-top: 20px;
  border-radius: 65px;
  border: none;
  width: 100%;
  padding: 10px 0px;
  background: var(--aditional-color);
  color: var(--sec-color);
  outline: none;
}

.callback-widget-v .mob-widget .widget-frame .content .start-body .call-btn {
  margin-top: 10px;
  border-radius: 65px;
  border: none;
  width: 100%;
  padding: 10px 0px;
  background: var(--main-color);
  color: var(--sec-color);
  outline: none;
}

.callback-widget-v .mob-widget .widget-frame .content .question-body {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
}

.callback-widget-v .mob-widget .widget-frame .content .question-body .title {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 320px) {
  .callback-widget-v .mob-widget .widget-frame .content .question-body .title {
    margin-top: 0px;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .question-body form {
  margin-top: 20px;
}

@media (max-width: 320px) {
  .callback-widget-v .mob-widget .widget-frame .content .question-body form {
    margin-top: 5px;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .question-body form .input-text {
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  padding: 10px;
  border: 1px solid var(--fade-color);
  border-radius: 5px;
  outline: none;
  resize: none;
}

@media (max-width: 370px) {
  .callback-widget-v .mob-widget .widget-frame .content .question-body form .input-text {
    min-height: 110px;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .question-body form .q-input {
  margin-top: 10px;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 10px;
  border: 1px solid var(--fade-color);
  border-radius: 5px;
  outline: none;
}

.callback-widget-v .mob-widget .widget-frame .content .question-body form .prop-info {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callback-widget-v .mob-widget .widget-frame .content .question-body form .prop-info .icon-cont svg {
  width: 20px;
  fill: var(--main-color);
}

.callback-widget-v .mob-widget .widget-frame .content .question-body form .prop-info .text {
  margin-left: 10px;
  font-size: 14px;
}

@media (max-width: 320px) {
  .callback-widget-v .mob-widget .widget-frame .content .question-body form .prop-info .text {
    font-size: 13px;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .question-body .question-btn {
  margin-top: 10px;
  border-radius: 65px;
  border: none;
  width: 100%;
  padding: 10px 0px;
  background: var(--aditional-color);
  color: var(--sec-color);
  outline: none;
}

@media (max-width: 320px) {
  .callback-widget-v .mob-widget .widget-frame .content .question-body .question-btn {
    margin-top: 0px;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .thank-body-mob {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.5s forwards;
  animation: show-block-anim 0.5s forwards;
}

.callback-widget-v .mob-widget .widget-frame .content .thank-body-mob .content {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.callback-widget-v .mob-widget .widget-frame .content .thank-body-mob .content .thank-ic-cont svg {
  border-radius: 50%;
  width: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: thank-pulse 2s infinite;
  animation: thank-pulse 2s infinite;
}

@-webkit-keyframes thank-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 67, 83, 0.6431372549);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(233, 67, 83, 0.6431372549);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 67, 83, 0.6431372549);
  }
}
@keyframes thank-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 67, 83, 0.6431372549);
    box-shadow: 0 0 0 0 rgba(233, 67, 83, 0.6431372549);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(233, 67, 83, 0.6431372549);
    box-shadow: 0 0 0 10px rgba(233, 67, 83, 0.6431372549);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 67, 83, 0.6431372549);
    box-shadow: 0 0 0 0 rgba(233, 67, 83, 0.6431372549);
  }
}
.callback-widget-v .mob-widget .widget-frame .content .thank-body-mob .content .main-block {
  margin-top: 20px;
  text-align: center;
  margin-top: 20px;
}

.callback-widget-v .mob-widget .widget-frame .content .thank-body-mob .content .main-block .title {
  font-size: 23px;
  font-weight: 500;
}

.callback-widget-v .mob-widget .widget-frame .content .thank-body-mob .content .main-block .subtitle {
  margin-top: 15px;
  font-size: 18px;
}

.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
}

.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .timer-img svg {
  width: 120px;
  border-radius: 50%;
  -webkit-animation: pulse-timer 2s infinite;
  animation: pulse-timer 2s infinite;
}

@-webkit-keyframes pulse-timer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f060f8;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #ee8df3;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #f060f8;
  }
}
@keyframes pulse-timer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f279f8;
    box-shadow: 0 0 0 0 #f279f8;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #f060f8;
    box-shadow: 0 0 0 10px #f060f8;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #f060f8;
    box-shadow: 0 0 0 0 #f060f8;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .timer-thank-img {
  display: none;
}

.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .timer-thank-img svg {
  width: 120px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
}

.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .timer-thank-img svg .timer-thank-svg-el {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-animation: timer-thank-svg-el-anim 0.5s forwards;
  animation: timer-thank-svg-el-anim 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@keyframes timer-thank-svg-el-anim {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .title--timer {
  font-size: 23px;
  margin-top: 15px;
}

.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .mob-timer-status {
  display: none;
  font-size: 23px;
  font-weight: 500;
}

.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .timer {
  font-size: 23px;
  margin-top: 15px;
  font-weight: bolder;
}

.callback-widget-v .mob-widget .widget-frame .content .timer-body-mob .content .timer .final-timer-message {
  font-size: 18px;
  font-weight: 500;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: show-block-anim 0.3s forwards;
  animation: show-block-anim 0.3s forwards;
}

@keyframes show-block-anim {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .title {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .tel-input-cont {
  position: relative;
  margin: 20px auto auto auto;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px !important;
  border: 1px solid var(--fade-color);
  border-radius: 28px;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .tel-input-cont em.error {
  position: absolute;
  padding: 0;
  top: -20px;
  left: 0;
  right: 0;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .tel-input-cont .icon-cont {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .tel-input-cont .icon-cont svg {
  width: 20px;
  fill: var(--fade-color);
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .tel-input-cont input {
  border: none;
  outline: none;
  padding: 0px 10px 0px 0px;
  background: #fff;
  border-radius: 28px;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .prop-info {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: var(--fade-color);
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body .call-btn {
  margin-top: 10px;
  border-radius: 65px;
  border: none;
  width: 100%;
  padding: 10px 0px;
  background: var(--main-color);
  color: var(--sec-color);
  outline: none;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt {
  display: none;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content {
  padding: 0;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content .title {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content .subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form {
  width: 320px;
}

@media (max-width: 320px) {
  .callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form {
    width: 260px;
  }
}
.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form .tel-input-cont {
  position: relative;
  margin: 20px auto auto auto;
  max-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border: 1px solid var(--fade-color);
  border-radius: 28px;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form .tel-input-cont em.error {
  position: absolute;
  padding: 0;
  top: -32px;
  left: 0;
  right: 0;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form .tel-input-cont .icon-cont {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form .tel-input-cont .icon-cont svg {
  width: 20px;
  fill: var(--fade-color);
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form .tel-input-cont input {
  border: none;
  outline: none;
  padding: 0px 10px 0px 0px;
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form .prop-info {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: var(--fade-color);
}

.callback-widget-v .mob-widget .widget-frame .content .order-call-v-body-mob--alt .content form .call-btn {
  margin-top: 10px;
  border-radius: 65px;
  border: none;
  width: 100%;
  padding: 10px 0px;
  background: var(--main-color);
  color: var(--sec-color);
  outline: none;
}

.form-tel {
  width: 320px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .form-tel {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.calc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgba(68, 68, 68, 0.2666666667);
  box-shadow: 0 5px 20px rgba(68, 68, 68, 0.2666666667);
}

.header-items {
  background-color: #fff;
  color: #444;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgba(68, 68, 68, 0.2666666667);
  box-shadow: 0 5px 20px rgba(68, 68, 68, 0.2666666667);
}

@media (max-width: 767px) {
  .header-items {
    margin-bottom: 0;
  }
}
.header-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.header-items .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .header-items .item {
    font-size: 13px;
  }
}
.header-items .item-img {
  margin-right: 15px;
  width: 35px;
}

.em-text {
  color: #d2d2d2;
  font-size: 11px;
}

.em-text a {
  color: #d2d2d2;
}

.test-btm-1 {
  width: 100%;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.lh-4 {
  line-height: 15px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .em-text {
    font-size: 10px;
  }
}
.customize-support .header__nav.fixed {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .customize-support .header__nav.fixed {
    margin-top: 0;
  }
}

.header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
}
.header__top {
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 991px) {
  .header__top {
    padding: 0;
  }
}
.header .logo__link {
  padding-right: 20px;
  border-right: 1px solid #ebecf1;
}
.header .manager {
  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;
}
.header .manager__photo {
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header .manager__photo {
    display: none;
  }
}
.header .manager__head {
  position: relative;
  font-size: 12px;
  color: #6c6f84;
  padding-left: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header .manager__head {
    display: none;
  }
}
.header .manager__head::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #257d50;
  border-radius: 50%;
  -webkit-animation: transform-rotate-in 1500ms linear 0ms infinite normal both;
          animation: transform-rotate-in 1500ms linear 0ms infinite normal both;
}
.header .manager__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .header .manager__phone {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header .manager .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.header .phone__number {
  font-size: 16px;
  color: #2e363e;
  font-weight: 600;
  line-height: 1;
}
.header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .header .navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header .navigation__menu {
    width: 100%;
  }
}
.header .navigation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 1199px) {
  .header .navigation__items {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .header .navigation__items {
    display: none;
  }
}
.header .navigation__items > li {
  display: inline-block;
}
@media (max-width: 991px) {
  .header .navigation__items > li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
  }
  .header .navigation__items > li:first-child {
    border-top: 1px solid #e9ecef;
  }
  .header .navigation__items > li:last-child {
    border-bottom: 0;
  }
}
.header .navigation__items > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 70px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2e363e;
}
@media (max-width: 1199px) {
  .header .navigation__items > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header .navigation__items > li > a {
    line-height: 15px;
    display: block;
    padding: 20px 15px;
  }
}
.header .navigation__items > li .menu-item-desc {
  position: absolute;
  font-size: 11px;
  top: -14px;
  right: 10px;
  font-weight: 300;
  color: #2e363e;
}
@media (max-width: 991px) {
  .header .navigation__items > li .menu-item-desc {
    top: 5px;
    right: 44%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.header .navigation__items li:hover > a, .header .navigation__items li.current-menu-item > a, .header .navigation__items li.current-item-ancestor > a, .header .navigation__items li.current_page_parent > a, .header .navigation__items li.current-menu-parent > a {
  color: #ffd12d;
}
@media (max-width: 991px) {
  .header .navigation__items li.alignright, .header .navigation__items li.alignleft {
    float: none;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header .navigation__items li:hover > .sub-menu {
    display: -ms-grid;
    display: grid;
    opacity: 1;
  }
}
.header .navigation__items li a img {
  display: inline-block;
  position: relative;
  max-height: 16px;
  margin-right: 5px;
  margin-top: -5px;
}
.header .navigation__items > .menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .header .navigation__items > .menu-item-has-children > a {
    padding-right: 15px;
  }
}
.header .navigation__items > .menu-item-has-children > a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #2e363e;
  border-bottom: 1px solid #2e363e;
  right: 7%;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .header .navigation__items > .menu-item-has-children > a:after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #2e363e;
    border-bottom: 2px solid #2e363e;
    margin-top: -8px;
  }
}
.header .navigation__items .menu-item-267 .menu-item-desc {
  color: #519969;
}
.header .navigation .menu-item-has-children > a {
  font-weight: 600;
}
.header .navigation .menu-item-has-children .sub-menu {
  display: none;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  z-index: 3;
  position: absolute;
  padding: 0;
  margin: 0;
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 991px) {
  .header .navigation .menu-item-has-children .sub-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
    overflow: scroll;
    background-color: #f8f9fa;
    padding: 0;
  }
}
.header .navigation .menu-item-has-children .sub-menu .menu-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .header .navigation .menu-item-has-children .sub-menu .menu-item {
    margin-right: 0;
  }
}
.header .navigation .menu-item-has-children .sub-menu .menu-item:last-child {
  margin-right: 0;
}
.header .navigation .menu-item-has-children .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  line-height: 1rem;
  padding: 7px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2e363e;
}
@media (max-width: 991px) {
  .header .navigation .menu-item-has-children .sub-menu .menu-item a {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
  }
}
.header .navigation .menu-item-has-children .sub-menu .menu-item a:hover {
  color: #ffd12d;
}
.header .navigation .menu-item-has-children .sub-menu .sub-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.header .navigation .menu-item-has-children .sub-menu .sub-menu .current-menu-item a {
  color: #ffd12d;
}
.header__callback {
  position: relative;
}
@media (max-width: 991px) {
  .header__callback {
    position: absolute;
    left: 15px;
    top: 9px;
  }
}
.header__callback .btn, .header__callback .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .header__callback .button,
.header__callback .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .header__callback .button,
.header__callback .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .header__callback .button, .header__callback .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .header__callback .button, .header__callback .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .header__callback .button, .header__callback .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .header__callback button[type=submit], .header__callback .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .header__callback button, .header__callback .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .header__callback button, .header__callback .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .header__callback .edit, .header__callback .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .header__callback .button, .header__callback .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .header__callback .button {
  font-size: 12px;
  padding: 0.7rem 2rem;
}
@media (max-width: 991px) {
  .header__callback .btn, .header__callback .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .header__callback .button,
  .header__callback .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-error .header__callback .button,
  .header__callback .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-info .header__callback .button, .header__callback .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .header__callback .button, .header__callback .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .header__callback .button, .header__callback .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .header__callback button[type=submit], .header__callback .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .header__callback button, .header__callback .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .header__callback button, .header__callback .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .header__callback .edit, .header__callback .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .header__callback .button, .header__callback .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .header__callback .button {
    padding: 0.4rem 1rem;
  }
}
.header__nav.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 991px) {
  .header__nav .menu-container {
    min-height: 50px;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
.header__nav .menu-container .burger-menu {
  display: none;
  position: absolute;
  float: right;
  right: 15px;
  top: 13px;
  width: 39px;
  height: 24px;
  cursor: pointer;
  z-index: 9;
}
.header__nav .menu-container .burger-menu span {
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 5px;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #2e363e;
}
.header__nav .menu-container .burger-menu span:nth-child(2) {
  top: 10px;
}
.header__nav .menu-container .burger-menu span:nth-child(3) {
  top: 20px;
  width: 30px;
}
.header__nav .menu-container .burger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header__nav .menu-container .burger-menu.active span:nth-child(2) {
  right: 50%;
  width: 0;
}
.header__nav .menu-container .burger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  width: 40px;
}
@media (max-width: 991px) {
  .header__nav .menu-container .burger-menu {
    display: block;
  }
}

.footer {
  background-color: #faf9f6;
  color: #2e363e;
}
.footer .footer-container {
  padding: 50px 15px;
}
.footer .title {
  color: #2e363e;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer .title {
    margin-bottom: 0;
  }
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  display: block;
}
.footer ul li a {
  color: #2e363e;
  display: block;
  font-size: 13px;
  line-height: 15px;
  padding: 3px 0;
}
.footer .logo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .logo {
    text-align: center;
  }
}
.footer .logo .logo-link {
  display: inline-block;
  max-width: 203px;
}
@media (max-width: 767px) {
  .footer .logo .logo__img {
    margin: 0 auto;
  }
}
.footer .desc {
  font-size: 13px;
  color: #6c6f84;
}
@media (max-width: 767px) {
  .footer .desc {
    text-align: center;
  }
}
.footer .desc .copyright {
  margin-top: 10px;
}
.footer .desc .privacy {
  margin-top: 10px;
}
.footer .manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  background-color: #fbf5e2;
  border-radius: 5px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .footer .manager {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .manager__photo {
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer .manager__photo {
    display: none;
  }
}
.footer .manager__head {
  position: relative;
  font-size: 12px;
  color: #6c6f84;
  padding-left: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .footer .manager__head {
    display: none;
  }
}
.footer .manager__head::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #257d50;
  border-radius: 50%;
  -webkit-animation: transform-rotate-in 1500ms linear 0ms infinite normal both;
          animation: transform-rotate-in 1500ms linear 0ms infinite normal both;
}
.footer .manager__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer .manager__phone {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .manager__phone .phone__number {
  font-size: 20px;
  font-weight: 600;
  color: #2e363e;
}
.footer .socials {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer .socials {
    text-align: center;
  }
}
.footer .socials a {
  padding: 10px;
  display: inline-block;
}
.footer .socials a:first-child {
  padding-left: 0;
}
.footer .socials a img {
  height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .socials a:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer-advantages {
  background-color: #ffd12d;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .footer-advantages {
    padding: 20px 0;
  }
}
.footer-advantages .advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 991px) {
  .footer-advantages .advantages-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-advantages .advantages-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
@media (max-width: 767px) {
  .footer-advantages .advantages-items .item {
    width: 170px;
  }
}
.footer-advantages .advantages-items .item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.footer-advantages .advantages-items .item-text {
  font-size: 14px;
}

.block-83 p {
  color: #6c6f84;
}
@media (max-width: 767px) {
  .block-83 .col-6, .block-83 .woocommerce .woocommerce-MyAccount-content .col-1, .woocommerce .woocommerce-MyAccount-content .block-83 .col-1,
  .block-83 .woocommerce .woocommerce-MyAccount-content .col-2,
  .woocommerce .woocommerce-MyAccount-content .block-83 .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .block-83 .col-6:last-child, .block-83 .woocommerce .woocommerce-MyAccount-content .col-1:last-child, .woocommerce .woocommerce-MyAccount-content .block-83 .col-1:last-child,
  .block-83 .woocommerce .woocommerce-MyAccount-content .col-2:last-child,
  .woocommerce .woocommerce-MyAccount-content .block-83 .col-2:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .block-83 .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .block-83 .col-4:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .block-83 .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .block-83 .col-3:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-83 .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.hero {
  position: relative;
  background-color: #eef5ec;
  background-image: url("/wp-content/uploads/2021/11/dapple.png");
  background-repeat: no-repeat;
  background-position: 85% 30%;
  padding-top: 115px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.hero .white-line {
  position: absolute;
  bottom: -7px;
  width: 100%;
}
.hero__title {
  font-size: 40px;
  text-transform: uppercase;
  color: #2e363e;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .hero__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 25px;
  }
}
@media (max-width: 320px) {
  .hero__title {
    font-size: 20px;
  }
}
.hero__title span {
  padding: 0 10px;
  border-radius: 3px;
  background-color: #ffe592;
}
.hero__desc {
  position: relative;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #2e363e;
}
.hero__desc::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 50px;
  height: 10px;
  background-color: #ffd12d;
  border-radius: 5px;
}
.hero__banner {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .hero__banner {
    margin-top: 15px;
  }
}
.hero__banner-mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero__banner-mobile {
    display: block;
  }
}
.hero .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.hero .advantages__item {
  font-size: 13px;
  color: #6c6f84;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
  padding: 10px 15px;
}
@media (max-width: 320px) {
  .hero .advantages__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.hero .form {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
  padding: 40px 30px;
}
.hero .form__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 15px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.hero .form__group > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.hero .form__group > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.hero .form__group > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.hero .form__group > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 991px) {
  .hero .form__group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hero .form__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .form__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hero .form__title {
    display: none;
  }
}
.hero .form__input {
  border-radius: 5px;
  border: 1px solid #e9ecef;
}
.hero .form__input--phone {
  height: 53px;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
          box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
}
.hero .form__input--small {
  width: 65px;
  height: 34px;
  font-size: 13px;
  padding-right: 5px;
}
.hero .form__number {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .hero .form__number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero .form__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2fa066;
  background: #2fa066;
  -webkit-box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
          box-shadow: 0px 5px 15px rgba(47, 160, 102, 0.4), 0px 4px 0px #257d50;
  border-radius: 5px;
  padding: 15px 25px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .hero .form__btn {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.hero .form__subtext {
  position: absolute;
  bottom: -20%;
  right: -30%;
  font-size: 13px;
  color: #6c6f84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .hero .form__subtext {
    display: none;
  }
}
.hero .form__subtext .arrow {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .hero .banner {
    display: none;
  }
}
.hero .banner__img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.hero .rating {
  top: 75px;
  left: -20px;
}
@media (max-width: 1199px) {
  .hero .rating {
    left: -10px;
  }
}
.hero .projects {
  position: absolute;
  z-index: 1;
  bottom: -50px;
  right: -50px;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  background-color: #fff;
  border-radius: 15px;
  padding: 13px;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero .projects {
    right: 0;
  }
}
@media (max-width: 991px) {
  .hero .projects {
    display: none;
  }
}
.hero .projects__img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.hero .projects__title {
  color: #2e363e;
}

.rating {
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 1199px) {
  .rating {
    left: auto;
  }
}
@media (max-width: 991px) {
  .rating {
    display: none;
  }
}
.rating__avatar {
  border-radius: 50%;
  overflow: hidden;
}
.rating__text {
  font-size: 12px;
  color: #6c6f84;
}
.rating__stars {
  display: inline-block;
  font-size: 0;
}
.rating__stars span {
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
}
.rating__stars span:last-child {
  margin-right: 0;
}
.rating__stars span svg path {
  fill: #c4c4c4;
}
.rating__stars span.active svg path {
  fill: #ffa800;
}

.tabs .tab-title {
  font-weight: bold;
  font-size: 30px;
  color: #2e363e;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .tabs .tab-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .tabs .block-title {
    margin-bottom: 20px;
  }
}
.tabs .tab-content {
  color: #6c6f84;
}
.tabs .tab-image {
  position: relative;
}
@media (max-width: 767px) {
  .tabs .tab-image {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.tabs .tab-image.decor-bg::after {
  position: absolute;
  content: "";
  z-index: 0;
  width: 260px;
  height: 290px;
  bottom: -15px;
  left: -15px;
  background-color: #ffd12d;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .tabs .tab-image.decor-bg::after {
    width: 150px;
    height: 160px;
    bottom: -10px;
    left: -10px;
  }
}
.tabs .tab-image img {
  position: relative;
  z-index: 1;
}
.tabs .tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 45px;
  padding: 0;
}
@media (max-width: 991px) {
  .tabs .tabs-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .tabs .tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
.tabs .tabs-menu li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .tabs .tabs-menu li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.tabs .tabs-menu li a {
  display: block;
  font-size: 14px;
  color: #2e363e;
  text-align: center;
  padding: 14px;
  font-weight: 500;
  background-color: #ebecf1;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 991px) {
  .tabs .tabs-menu li a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.tabs .tabs-menu li.active a, .tabs .tabs-menu li:hover a {
  text-decoration: none;
  background-color: #ffd12d;
}

.lead-form {
  position: relative;
}
.lead-form .block-title {
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.lead-form.standart-form {
  background-color: #fbf5e2;
  padding: 80px 0;
}
.lead-form.standart-form .block-form::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 270px;
  top: -50px;
  left: -50px;
  background-color: #ffd12d;
  border-radius: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .lead-form.standart-form .block-form::before {
    top: -20px;
  }
}
.lead-form.installment-plan .lead-form-block {
  background-color: #fbf5e2;
  border-radius: 20px;
  padding: 30px 30px 40px;
}
@media (max-width: 1199px) {
  .lead-form.installment-plan .lead-form-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .lead-form.installment-plan .lead-form-block {
    padding: 30px 10px;
  }
}
.lead-form.installment-plan .block-form .form-inner {
  margin-top: -80px;
}
@media (max-width: 1199px) {
  .lead-form.installment-plan .block-form .form-inner {
    margin-top: 0;
  }
}
.lead-form.installment-plan .block-form .decor-dots {
  position: absolute;
  z-index: -1;
  bottom: -25px;
  left: -25px;
}
@media (max-width: 767px) {
  .lead-form.installment-plan .block-form .decor-dots {
    display: none;
  }
}
@media (max-width: 1199px) {
  .lead-form.installment-plan .block-form .installement-cards {
    display: none;
  }
}
.lead-form.installment-plan .block-form .installement-cards img:first-child {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -100px;
}
.lead-form.installment-plan .block-form .installement-cards img:last-child {
  position: absolute;
  z-index: -1;
  top: 60px;
  right: -120px;
}
@media (max-width: 767px) {
  .lead-form .form-text {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .lead-form .form-text {
    padding: 0 15px;
  }
}
.lead-form .form-advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .lead-form .form-advantages {
    padding: 0 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 320px) {
  .lead-form .form-advantages {
    padding: 0 15px;
  }
}
.lead-form .form-advantages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
}
@media (max-width: 1199px) {
  .lead-form .form-advantages .item {
    max-width: 100%;
  }
}
.lead-form .form-advantages .item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.lead-form .form-advantages .item-text {
  font-size: 14px;
}
.lead-form .block-form {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .lead-form .block-form {
    margin-top: 30px;
  }
}
.lead-form .block-form::after {
  position: absolute;
  content: "";
  border-radius: 5px;
  width: 96%;
  height: 30px;
  background-color: #fff;
  left: 2%;
  bottom: -7px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  z-index: -1;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 3px;
}
.lead-form .block-form .form-inner {
  position: relative;
  background-color: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
}
.lead-form .block-form .form-title {
  font-weight: bold;
  font-size: 25px;
  color: #2e363e;
}
.lead-form .block-form .form-desc {
  color: #6c6f84;
  font-size: 14px;
  margin-bottom: 30px;
}
.lead-form .block-form .form-input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e9ecef;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
          box-shadow: 0px 1px 2px rgba(50, 50, 71, 0.08), 0px 0px 1px rgba(50, 50, 71, 0.2);
  border-radius: 5px;
  margin-bottom: 10px;
}
.lead-form .block-form .btn, .lead-form .block-form .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .lead-form .block-form .button,
.lead-form .block-form .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .lead-form .block-form .button,
.lead-form .block-form .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .lead-form .block-form .button, .lead-form .block-form .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .lead-form .block-form .button, .lead-form .block-form .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .lead-form .block-form .button, .lead-form .block-form .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .lead-form .block-form button[type=submit], .lead-form .block-form .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .lead-form .block-form button, .lead-form .block-form .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .lead-form .block-form button, .lead-form .block-form .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .lead-form .block-form .edit, .lead-form .block-form .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .lead-form .block-form .button, .lead-form .block-form .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .lead-form .block-form .button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.lead-form .block-form .form-message {
  text-align: center;
  color: #6c6f84;
  margin-top: 15px;
  font-size: 12px;
}

.steps .block-title {
  max-width: 750px;
  margin-bottom: 0;
  text-align: center;
}
.steps .block-desc {
  color: #6c6f84;
  margin-bottom: 70px;
  text-align: center;
}
.steps .steps-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .steps .steps-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .steps .steps-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .steps .steps-items {
    gap: 10px;
  }
}
.steps .steps-items .item {
  position: relative;
  padding: 60px 20px 30px;
  border: 1px solid #ebecf1;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .steps .steps-items .item {
    padding: 40px 10px 20px;
  }
}
@media (max-width: 991px) {
  .steps .steps-items .item:last-child {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
@media (max-width: 767px) {
  .steps .steps-items .item:last-child {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}
.steps .steps-items .item .item-title {
  position: relative;
  z-index: 1;
  color: #2e363e;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .steps .steps-items .item .item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.steps .steps-items .item .item-desc {
  position: relative;
  z-index: 1;
  color: #6c6f84;
}
@media (max-width: 575px) {
  .steps .steps-items .item .item-desc {
    font-size: 14px;
  }
}
.steps .steps-items .item .item-number {
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  font-size: 120px;
  color: #ebecf1;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 575px) {
  .steps .steps-items .item .item-number {
    font-size: 80px;
  }
}

.map {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .map {
    height: auto;
  }
}
.map .map-info {
  position: relative;
  z-index: 1;
  max-width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
  padding: 50px;
}
@media (max-width: 575px) {
  .map .map-info {
    padding: 20px;
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.map .map-info .info-title {
  font-size: 24px;
  color: #2e363e;
  margin-bottom: 10px;
}
.map .map-info .info-desc {
  color: #6c6f84;
  margin-bottom: 30px;
}
.map .map-info .info-phone {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 30px;
}
.map .map-info .info-phone:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../prod-theme/img/icons/call.png);
}
.map .map-info .phone-number {
  display: block;
  color: #2e363e;
}
.map .map-info .info-adress {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 30px;
}
.map .map-info .info-adress:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  background-image: url(../../prod-theme/img/icons/geo.png);
}
.map .map-info .info-time {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 30px;
}
.map .map-info .info-time:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(../../prod-theme/img/icons/clock.png);
}
.map .map-iframe {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .map .map-iframe {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .map .map-iframe iframe {
    height: 100%;
  }
}

.section-title {
  text-align: center;
}
.section-title .badge {
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.section-title .badge-title {
  color: #2e363e;
  background-color: #fbf5e2;
  padding: 10px 20px;
}
.section-title .block-title {
  max-width: 100%;
  font-size: 35px;
  color: #2e363e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section-title .block-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section-title .block-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .section-title .block-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.section-title .block-desc {
  color: #6c6f84;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .section-title .block-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.materials .block-title {
  margin-bottom: 10px;
}
.materials .block-desc {
  margin-bottom: 70px;
}
@media (max-width: 767) {
  .materials .block-desc {
    margin-bottom: 30px;
  }
}
.materials .material-item {
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
}
@media (max-width: 767) {
  .materials .material-item {
    width: 280px;
  }
}
.materials .material-text {
  padding: 20px 30px;
  min-height: 165px;
}
@media (max-width: 767) {
  .materials .material-text {
    padding: 20px;
  }
}
.materials .material-title {
  font-size: 20px;
  font-weight: 600;
  color: #2e363e;
  margin-bottom: 10px;
}
.materials .material-desc {
  color: #6c6f84;
  font-size: 14px;
}
@media (max-width: 767) {
  .materials .material-desc {
    font-size: 14px;
  }
}
.materials .swiper {
  padding: 25px 0;
}
.materials .swiper .swiper-wrapper {
  margin-bottom: 30px;
}
.materials .swiper .swiper-pagination-bullet {
  background: #ffd12d;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.materials .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 5px;
}

.catalog-section {
  position: relative;
}
.catalog-section .catalog-item {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-section .catalog-item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0 10px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 0 10px rgba(6, 12, 63, 0.05);
}
.catalog-section .catalog-item:hover .catalog-title {
  color: #ffd12d;
}
.catalog-section .catalog-img {
  max-height: 300px;
  overflow: hidden;
}
.catalog-section .catalog-img img {
  width: 100%;
}
.catalog-section .catalog-text {
  padding: 30px 40px;
}
.catalog-section .catalog-title {
  font-size: 20px;
  font-weight: 600;
  color: #2e363e;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-section .catalog-desc {
  color: #6C6F84;
}

.gallery-section .tab-header .tab-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 45px;
  padding: 0;
}
@media (max-width: 991px) {
  .gallery-section .tab-header .tab-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .gallery-section .tab-header .tab-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
.gallery-section .tab-header .tab-items li {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  color: #2e363e;
  text-align: center;
  padding: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 991px) {
  .gallery-section .tab-header .tab-items li {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .gallery-section .tab-header .tab-items li {
    padding: 10px 20px;
  }
}
.gallery-section .tab-header .tab-items li.active, .gallery-section .tab-header .tab-items li:hover {
  text-decoration: none;
  background-color: #ffd12d;
}
.gallery-section .tab-content:first-child {
  display: block;
}
.gallery-section .tab-content.show {
  display: block;
}
.gallery-section .tab-content.hide {
  display: none;
}
.gallery-section .card-zoom {
  border-radius: 5px;
  overflow: hidden;
}
.gallery-section .card-zoom:hover > [class*=card-img] {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.gallery-section .card-zoom img {
  width: 100%;
  height: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.guarantee-section {
  position: relative;
}
.guarantee-section .guarantee-title .block-title {
  margin-top: 120px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .guarantee-section .guarantee-title .block-title {
    margin-top: 0;
    text-align: center;
  }
}
.guarantee-section .guarantee-title .block-desc {
  text-align: left;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .guarantee-section .guarantee-title .block-desc {
    margin-bottom: 30px;
    text-align: center;
  }
}
.guarantee-section .guarantee-title .arrow {
  position: absolute;
  bottom: 35%;
  left: 10%;
}
@media (max-width: 1199px) {
  .guarantee-section .guarantee-title .arrow {
    display: none;
  }
}
.guarantee-section .guarantee-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 730px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
}
@media (max-width: 1199px) {
  .guarantee-section .guarantee-items {
    gap: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: inherit;
    margin-top: 15px;
  }
}
.guarantee-section .guarantee-item {
  width: 260px;
  background-color: #e2f1e0;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
}
@media (max-width: 1199px) {
  .guarantee-section .guarantee-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .guarantee-section .guarantee-item {
    width: 100%;
  }
}
.guarantee-section .guarantee-item:nth-child(3) {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .guarantee-section .guarantee-item:nth-child(3) {
    margin-top: 0;
  }
}
.guarantee-section .guarantee-item--big {
  width: 360px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .guarantee-section .guarantee-item--big {
    width: 100%;
  }
}
.guarantee-section .item-icon {
  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: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.guarantee-section .item-title {
  color: #2e363e;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .guarantee-section .item-title {
    font-size: 18px;
  }
}
.guarantee-section .item-text {
  color: #2e363e;
}
@media (max-width: 767px) {
  .guarantee-section .item-text {
    font-size: 14px;
  }
}
.guarantee-section .icon-img {
  max-width: 35px;
}

.posting .news-date {
  margin-bottom: 15px;
}

.promo-banner .banner-block {
  position: relative;
  background-color: #eef5ec;
  border-radius: 5px;
  padding: 10px;
}
.promo-banner .banner-block::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  bottom: -10%;
  right: 35%;
  background-image: url("/wp-content/uploads/2021/11/gift1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .promo-banner .banner-block::after {
    bottom: -15%;
    right: 5%;
  }
}
.promo-banner .banner-block::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -7%;
  left: 6%;
  background-image: url("/wp-content/uploads/2021/11/gift2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .promo-banner .banner-block::before {
    top: -17%;
    left: 6%;
  }
}
.promo-banner .banner-inner {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 90px;
}
@media (max-width: 991px) {
  .promo-banner .banner-inner {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .promo-banner .banner-inner {
    padding: 30px 10px;
  }
}
.promo-banner .banner-title {
  font-size: 30px;
  font-weight: 600;
  color: #2e363e;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .promo-banner .banner-title {
    font-size: 25px;
  }
}
.promo-banner .banner-desc {
  color: #6c6f84;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .promo-banner .banner-desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .promo-banner .banner-desc {
    text-align: center;
  }
}
.promo-banner .banner-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .promo-banner .banner-image {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .promo-banner .banner-image {
    display: none;
  }
}
.promo-banner .banner-image img {
  width: 390px;
  height: 380px;
}
@media (max-width: 991px) {
  .promo-banner .banner-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .promo-banner .btn, .promo-banner .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .promo-banner .button,
  .promo-banner .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-error .promo-banner .button,
  .promo-banner .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-info .promo-banner .button, .promo-banner .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .promo-banner .button, .promo-banner .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .promo-banner .button, .promo-banner .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .promo-banner button[type=submit], .promo-banner .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .promo-banner button, .promo-banner .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .promo-banner button, .promo-banner .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .promo-banner .edit, .promo-banner .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .promo-banner .button, .promo-banner .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .promo-banner .button {
    display: block;
  }
}
@media (max-width: 575px) {
  .promo-banner .btn, .promo-banner .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .promo-banner .button,
  .promo-banner .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-error .promo-banner .button,
  .promo-banner .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-info .promo-banner .button, .promo-banner .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .promo-banner .button, .promo-banner .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .promo-banner .button, .promo-banner .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .promo-banner button[type=submit], .promo-banner .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .promo-banner button, .promo-banner .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .promo-banner button, .promo-banner .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .promo-banner .edit, .promo-banner .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .promo-banner .button, .promo-banner .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .promo-banner .button {
    font-size: 13px;
  }
}
.promo-banner .banner-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.promo-banner .banner-item:hover .banner-img-zoom img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.promo-banner .banner-item .banner-img {
  position: relative;
  overflow: hidden;
}
.promo-banner .banner-item .banner-img-zoom .card-img {
  display: block;
}
.promo-banner .banner-item .banner-img-zoom a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.promo-banner .banner-item .banner-img-zoom img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.promo-banner .type-one .banner-content {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 300px;
  width: 100%;
}
.promo-banner .type-one .banner-content .banner-badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.promo-banner .type-one .banner-content .badge-green {
  background-color: #33b271;
  color: #fff;
}
.promo-banner .type-one .banner-content .badge-yellow {
  background-color: #ffd12d;
  color: #000;
}
.promo-banner .type-one .banner-content .banner-title {
  color: #2e363e;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 60%;
}
@media (max-width: 1199px) {
  .promo-banner .type-one .banner-content .banner-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .promo-banner .type-one .banner-content .banner-title {
    font-size: 20px;
    width: 90%;
  }
}
@media (max-width: 575px) {
  .promo-banner .type-one .banner-content .banner-title {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .promo-banner .type-one .banner-content .banner-title {
    font-size: 14px;
    width: 50%;
  }
}
.promo-banner .type-one .banner-content .banner-subtitle {
  color: #6c6f84;
  font-size: 12px;
  margin: 0;
  width: 60%;
}
.promo-banner .type-one .btn-more {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .promo-banner .type-one .btn-more {
    display: none;
  }
}
.promo-banner .type-one .btn-more a {
  text-transform: uppercase;
  font-size: 15px;
  color: #2e363e;
  font-weight: 600;
}
.promo-banner .type-full {
  width: 100%;
  min-height: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: #eff3f8;
}
@media (max-width: 991px) {
  .promo-banner .type-full {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .promo-banner .type-full {
    min-height: auto;
  }
}
.promo-banner .type-full .banner-content {
  position: initial;
  top: auto;
  left: auto;
  max-width: 100%;
  padding: 45px 0 45px 30px;
}
.promo-banner .type-full .banner-content .banner-badge {
  position: relative;
  z-index: 1;
}
.promo-banner .type-full .banner-content .banner-title {
  position: relative;
  z-index: 1;
  color: #2e363e;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
}
@media (max-width: 1199px) {
  .promo-banner .type-full .banner-content .banner-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .promo-banner .type-full .banner-content .banner-title {
    font-size: 25px;
    max-width: 200px;
    font-weight: 400;
  }
}
@media (max-width: 320px) {
  .promo-banner .type-full .banner-content .banner-title {
    font-size: 20px;
  }
}
.promo-banner .type-full .banner-content .banner-subtitle {
  position: relative;
  z-index: 1;
  color: #2e363e;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}
@media (max-width: 1199px) {
  .promo-banner .type-full .banner-content .banner-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .promo-banner .type-full .banner-content .banner-subtitle {
    font-size: 15px;
    font-weight: 400;
  }
}
.promo-banner .type-full .banner-img {
  position: initial;
}
.promo-banner .type-full .card-img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .promo-banner .type-full .card-img {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .promo-banner .type-full .card-img {
    top: auto;
    bottom: 0;
  }
}
.promo-banner .type-full .card-img img {
  width: auto;
}
@media (max-width: 991px) {
  .promo-banner .type-full .card-img img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .promo-banner .type-full .card-img img {
    width: 150px;
  }
}
@media (max-width: 320px) {
  .promo-banner .type-full .card-img img {
    width: 140px;
  }
}
.promo-banner .type-full .banner-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .promo-banner .type-full .banner-circle {
    right: 5%;
    bottom: -20%;
  }
}
@media (max-width: 767px) {
  .promo-banner .type-full .banner-circle {
    right: -15%;
  }
}
@media (max-width: 320px) {
  .promo-banner .type-full .banner-circle {
    right: -35%;
  }
}
.promo-banner .type-full .banner-circle svg {
  width: 253px;
  height: 253px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #e3e9f0;
}

.sale-banner .banner-block {
  position: relative;
  background-color: #eef5ec;
  border-radius: 5px;
  padding: 10px;
}
.sale-banner .banner-block::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  bottom: -10%;
  right: 35%;
  background-image: url("/wp-content/uploads/2021/11/gift1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .sale-banner .banner-block::after {
    bottom: -15%;
    right: 5%;
  }
}
.sale-banner .banner-block::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -7%;
  left: 6%;
  background-image: url("/wp-content/uploads/2021/11/gift2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .sale-banner .banner-block::before {
    top: -17%;
    left: 6%;
  }
}
.sale-banner .banner-inner {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 90px;
}
@media (max-width: 991px) {
  .sale-banner .banner-inner {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .sale-banner .banner-inner {
    padding: 30px 10px;
  }
}
.sale-banner .banner-title {
  font-size: 30px;
  font-weight: 600;
  color: #2e363e;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .sale-banner .banner-title {
    font-size: 25px;
  }
}
.sale-banner .banner-desc {
  color: #6c6f84;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sale-banner .banner-desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sale-banner .banner-desc {
    text-align: center;
  }
}
.sale-banner .banner-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .sale-banner .banner-image {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .sale-banner .banner-image {
    display: none;
  }
}
.sale-banner .banner-image img {
  width: 390px;
  height: 380px;
}
@media (max-width: 991px) {
  .sale-banner .banner-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .sale-banner .btn, .sale-banner .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .sale-banner .button,
  .sale-banner .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-error .sale-banner .button,
  .sale-banner .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-info .sale-banner .button, .sale-banner .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .sale-banner .button, .sale-banner .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .sale-banner .button, .sale-banner .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .sale-banner button[type=submit], .sale-banner .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .sale-banner button, .sale-banner .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .sale-banner button, .sale-banner .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .sale-banner .edit, .sale-banner .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .sale-banner .button, .sale-banner .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .sale-banner .button {
    display: block;
  }
}
@media (max-width: 575px) {
  .sale-banner .btn, .sale-banner .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .sale-banner .button,
  .sale-banner .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-error .sale-banner .button,
  .sale-banner .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-info .sale-banner .button, .sale-banner .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .sale-banner .button, .sale-banner .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .sale-banner .button, .sale-banner .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .sale-banner button[type=submit], .sale-banner .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .sale-banner button, .sale-banner .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .sale-banner button, .sale-banner .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .sale-banner .edit, .sale-banner .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .sale-banner .button, .sale-banner .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .sale-banner .button {
    font-size: 13px;
  }
}

.testimonials .testimonials-text {
  color: #2e363e;
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .testimonials .testimonials-text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.testimonials .testimonials-text .testimonials-author {
  margin-top: 40px;
}
.testimonials .image-group {
  position: relative;
  display: inline-block;
}
.testimonials .rating {
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonials .decor-dots {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -30px;
}
@media (max-width: 767px) {
  .testimonials .decor-dots {
    display: none;
  }
}
.testimonials .col-md-4 {
  margin-bottom: 30px;
}
.testimonials .testimonials-item {
  padding: 55px 30px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .testimonials .testimonials-item {
    padding: 20px;
  }
}
.testimonials .testimonials-item.lightred {
  background-color: rgba(245, 212, 209, 0.4);
}
.testimonials .testimonials-item.lightgreen {
  background-color: rgba(184, 229, 225, 0.4);
}
.testimonials .testimonials-item.lightgray {
  background-color: rgba(238, 240, 242, 0.4);
}
.testimonials .item-title {
  font-size: 18px;
  font-weight: 700;
  color: #2e363e;
  margin-bottom: 15px;
}
.testimonials .item-text {
  color: #2e363e;
  font-size: 14px;
  margin-bottom: 15px;
}
.testimonials .item-author {
  font-size: 14px;
  color: #2e363e;
  font-weight: 700;
}
.testimonials .item-date {
  font-weight: normal;
}
.testimonials .testimonials-more {
  text-align: center;
  margin-top: 50px;
}
.testimonials .testimonials-more p {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testimonials .testimonials-more p {
    max-width: auto;
  }
}
.testimonials .testimonials-more .btn, .testimonials .testimonials-more .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .testimonials .testimonials-more .button,
.testimonials .testimonials-more .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .testimonials .testimonials-more .button,
.testimonials .testimonials-more .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .testimonials .testimonials-more .button, .testimonials .testimonials-more .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .testimonials .testimonials-more .button, .testimonials .testimonials-more .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .testimonials .testimonials-more .button, .testimonials .testimonials-more .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .testimonials .testimonials-more button[type=submit], .testimonials .testimonials-more .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .testimonials .testimonials-more button, .testimonials .testimonials-more .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .testimonials .testimonials-more button, .testimonials .testimonials-more .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .testimonials .testimonials-more .edit, .testimonials .testimonials-more .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .testimonials .testimonials-more .button, .testimonials .testimonials-more .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .testimonials .testimonials-more .button {
  margin-top: 30px;
}

.about-section .about-number {
  margin-bottom: 80px;
}
.about-section .about-image {
  position: relative;
  text-align: center;
}
.about-section .about-image::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 470px;
  height: 582px;
  left: 0;
  top: -10%;
  background-image: url("/wp-content/uploads/2021/11/about-decor.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .about-section .about-image::before {
    display: none;
  }
}
.about-section .about-image img {
  position: relative;
  max-height: 550px;
  width: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.about-section .guarantee-section {
  margin-top: -85px;
}
@media (max-width: 1199px) {
  .about-section .guarantee-section {
    margin-top: 50px;
  }
}
.about-section .number-item {
  text-align: center;
  color: #2e363e;
}
@media (max-width: 991px) {
  .about-section .number-item {
    margin-bottom: 15px;
    width: 180px;
    margin: 0 auto;
  }
}
.about-section .number-count {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991px) {
  .about-section .number-count {
    font-size: 40px;
  }
}
.about-section .number-text {
  font-size: 14px;
}

.products {
  background-image: url(../../prod-theme/flexible-content/blocks/products/img/product-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.products .block-title {
  margin-bottom: 10px;
}
.products .block-desc {
  margin-bottom: 70px;
  padding: 0 25%;
}
@media (max-width: 991px) {
  .products .block-desc {
    padding: 0;
  }
}
.products .product-item {
  position: relative;
  z-index: 1;
  width: 270px;
}
.products .product-item::after {
  position: absolute;
  content: "";
  border-radius: 5px;
  width: 96%;
  height: 30px;
  background-color: #fff;
  left: 2%;
  bottom: -7px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  z-index: -1;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 3px;
}
.products .product-inner {
  position: relative;
  background-color: #fff;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
}
.products .product-img {
  position: relative;
  border-radius: 5px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  overflow: hidden;
}
.products .badge-sale {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FF6969;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 13px;
}
.products .product-text {
  padding: 30px 40px;
}
.products .product-title {
  font-size: 18px;
  font-weight: 600;
  color: #2e363e;
  margin-bottom: 10px;
}
.products .product-desc {
  color: #6c6f84;
  font-size: 14px;
  margin-bottom: 30px;
}
.products .btn, .products .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .products .button,
.products .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .products .button,
.products .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .products .button, .products .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .products .button, .products .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .products .button, .products .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .products button[type=submit], .products .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .products button, .products .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .products button, .products .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .products .edit, .products .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .products .button, .products .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .products .button {
  width: 100%;
  border-color: #2fa066;
  padding: 0.5rem 2rem;
  font-size: 14px;
}
.products .btn:hover, .products .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-message .products .button:hover,
.products .woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .products .button:hover,
.products .woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .products .button:hover, .products .woocommerce-sidebar .price_slider_amount .button:hover, .woocommerce-sidebar .price_slider_amount .products .button:hover, .products .woocommerce-sidebar .widget_shopping_cart .button:hover, .woocommerce-sidebar .widget_shopping_cart .products .button:hover, .products .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:hover, .woocommerce .woocommerce-checkout-payment#payment .products button[type=submit]:hover, .products .woocommerce .checkout_coupon button:hover, .woocommerce .checkout_coupon .products button:hover, .products .woocommerce .woocommerce-form-login button:hover, .woocommerce .woocommerce-form-login .products button:hover, .products .woocommerce .woocommerce-MyAccount-content .title .edit:hover, .woocommerce .woocommerce-MyAccount-content .title .products .edit:hover, .products .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce .woocommerce-MyAccount-content .products .button:hover, .products .woocommerce .product-page .right .cart .button:hover, .woocommerce .product-page .right .cart .products .button:hover {
  border: 1px solid #257d50;
  background-color: #257d50;
}
.products .swiper {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .products .swiper {
    padding-top: 0;
  }
}
.products .swiper .swiper-wrapper {
  margin-bottom: 30px;
}
.products .swiper .swiper-pagination-bullet {
  background: #ffd12d;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 5px;
}
.products .tab-header .tab-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 45px;
  padding: 0;
}
@media (max-width: 991px) {
  .products .tab-header .tab-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .products .tab-header .tab-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
.products .tab-header .tab-items li {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  color: #2e363e;
  text-align: center;
  padding: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 991px) {
  .products .tab-header .tab-items li {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .products .tab-header .tab-items li {
    padding: 10px 20px;
  }
}
.products .tab-header .tab-items li.active, .products .tab-header .tab-items li:hover {
  text-decoration: none;
  background-color: #ffd12d;
}
.products .tab-content:first-child {
  display: block;
}
.products .tab-content.show {
  display: block;
}
.products .tab-content.hide {
  display: none;
}
.exposition-1 {
  padding-bottom: 0;
}
.exposition-1 .block-title {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .exposition-1 .block-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .exposition-1 .block-title {
    font-size: 20px;
  }
}
.exposition-1 .block-title::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: -1em;
  bottom: -0.3em;
  width: 300px;
  height: 0.3em;
  background-image: url(../../prod-theme/img/underline.svg);
}
@media (max-width: 575px) {
  .exposition-1 .block-title::after {
    left: 0;
    width: 155px;
    bottom: -0.5em;
  }
}
.exposition-1 .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #aab0bc;
  letter-spacing: 0.02rem;
  margin-bottom: 15px;
}
.exposition-1 .exposition-image {
  position: relative;
}
@media (max-width: 767px) {
  .exposition-1 .exposition-image .card {
    display: none;
  }
}
.exposition-1 .shape {
  position: absolute;
  z-index: -1;
  background-color: #e4f1e3;
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
  top: -2rem;
  right: -4rem;
  -webkit-transform: translate3d(0px, -7px, 0px);
          transform: translate3d(0px, -7px, 0px);
}
@media (max-width: 991px) {
  .exposition-1 .shape {
    right: 0;
    bottom: -3rem;
    top: auto;
  }
}
.exposition-1 .lead {
  margin-bottom: 15px;
}
.exposition-1 .figure {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .exposition-1 .figure {
    text-align: center;
  }
}
.exposition-1 .exposition-content {
  color: #6c6f84;
}
.exposition-1 .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .exposition-1 .advantages-item {
    margin-bottom: 15px;
  }
}
.exposition-1 .advantages-item .item-icon {
  max-width: 35px;
  max-height: 35px;
  margin-right: 15px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .exposition-1 .advantages-item .item-icon {
    margin-right: 10px;
  }
}
.exposition-1 .advantages-item .item-text {
  margin: 0;
  font-size: 14px;
}

.exposition-2 .block-title {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .exposition-2 .block-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .exposition-2 .block-title {
    font-size: 20px;
  }
}
.exposition-2 .block-title::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: -1em;
  bottom: -0.3em;
  width: 300px;
  height: 0.3em;
  background-image: url(../../prod-theme/img/underline.svg);
}
@media (max-width: 575px) {
  .exposition-2 .block-title::after {
    left: 0;
    width: 155px;
    bottom: -0.5em;
  }
}
.exposition-2 .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #aab0bc;
  letter-spacing: 0.02rem;
  margin-bottom: 15px;
}
.exposition-2 .exposition-image {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .exposition-2 .exposition-image {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.exposition-2 .exposition-image .card {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  left: -7%;
  border: 0;
}
@media (max-width: 575px) {
  .exposition-2 .exposition-image .card {
    display: none;
  }
}
.exposition-2 .shape {
  position: absolute;
  z-index: -1;
  bottom: -1.8rem;
  right: 1.5rem;
  width: 85%;
  height: 90%;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  background-color: #e4f1e3;
}
@media (max-width: 767px) {
  .exposition-2 .shape {
    right: 0;
    bottom: -3rem;
    top: auto;
  }
}
@media (max-width: 575px) {
  .exposition-2 .shape {
    right: 50%;
    bottom: -1rem;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.exposition-2 .figure {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .exposition-2 .figure {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .exposition-2 .figure {
    margin: 0;
  }
}
.exposition-2 .exposition-content {
  color: #6c6f84;
}
.exposition-2 .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exposition-2 .advantages-item .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .exposition-2 .advantages-item .item-icon {
    margin-right: 0;
  }
}
.exposition-2 .advantages-item .icon-svg {
  width: 35px;
  height: 35px;
}
.exposition-2 .advantages-item .icon-svg .lineal-stroke {
  fill: #2e363e;
}
.exposition-2 .advantages-item .icon-svg .lineal-fill {
  fill: #ffd12d;
}
.exposition-2 .advantages-item .item-text {
  margin: 0;
  font-size: 14px;
}

.advantages-section .advantages-wrapper {
  position: relative;
}
.advantages-section .card {
  position: relative;
  height: 100%;
  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(164, 174, 198, 0.2);
  border-radius: 0.4rem;
}
.advantages-section .card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}
.advantages-section .card .card-img {
  margin-bottom: 15px;
}
.advantages-section .card .card-img img {
  max-width: 40px;
  max-height: 40px;
}
.advantages-section .card .card-title {
  font-size: 20px;
}
.advantages-section .card .card-desc {
  font-size: 14px;
  color: #6c6f84;
}
.advantages-section .rounded-circle {
  position: absolute;
  bottom: -0.5rem;
  right: -2.2rem;
  z-index: 0;
  -webkit-transform: translate3d(0px, 22px, 0px);
          transform: translate3d(0px, 22px, 0px);
  background-color: #e4f1e3;
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
}
@media (max-width: 767px) {
  .advantages-section .rounded-circle {
    right: 0;
  }
}
.advantages-section .bg-dot {
  position: absolute;
  top: -0.5rem;
  left: -2.5rem;
  z-index: 0;
  -webkit-transform: translate3d(0px, -11px, 0px);
          transform: translate3d(0px, -11px, 0px);
  background-image: radial-gradient(#ffd12d 2px, transparent 2.5px);
  background-size: 0.75rem 0.75rem;
  opacity: 0.4;
  height: 7rem;
  width: 6rem;
}

.projects {
  background-image: url(../../prod-theme/flexible-content/blocks/products/img/product-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.projects .block-title {
  margin-bottom: 10px;
}
.projects .block-desc {
  margin-bottom: 70px;
  padding: 0;
}
.projects .project-item {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .projects .project-item {
    height: auto;
    margin-bottom: 30px;
  }
}
.projects .project-item::after {
  position: absolute;
  content: "";
  border-radius: 5px;
  width: 96%;
  height: 30px;
  background-color: #fff;
  left: 2%;
  bottom: -7px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  z-index: -1;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 3px;
}
.projects .project-inner {
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
          box-shadow: 0px 4px 30px rgba(6, 12, 63, 0.05);
  border-radius: 5px;
}
.projects .project-img {
  position: relative;
  border-radius: 5px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  overflow: hidden;
}
.projects .project-img img {
  height: 230px;
  width: auto;
  max-width: initial;
}
@media (max-width: 991px) {
  .projects .project-img img {
    height: auto;
    width: 100%;
  }
}
.projects .project-name {
  font-size: 18px;
  font-weight: 600;
  color: #2e363e;
  margin-bottom: 10px;
}
.projects .project-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #6c6f84;
  font-size: 14px;
  font-size: 14px;
}
.projects .project-data a {
  color: #6c6f84;
  text-decoration: underline;
}
.projects .project-data .count {
  font-size: 13px;
  text-align: right;
}
.projects .btn, .projects .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .projects .button,
.projects .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .projects .button,
.projects .woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .projects .button, .projects .woocommerce-sidebar .price_slider_amount .button, .woocommerce-sidebar .price_slider_amount .projects .button, .projects .woocommerce-sidebar .widget_shopping_cart .button, .woocommerce-sidebar .widget_shopping_cart .projects .button, .projects .woocommerce .woocommerce-checkout-payment#payment button[type=submit], .woocommerce .woocommerce-checkout-payment#payment .projects button[type=submit], .projects .woocommerce .checkout_coupon button, .woocommerce .checkout_coupon .projects button, .projects .woocommerce .woocommerce-form-login button, .woocommerce .woocommerce-form-login .projects button, .projects .woocommerce .woocommerce-MyAccount-content .title .edit, .woocommerce .woocommerce-MyAccount-content .title .projects .edit, .projects .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-MyAccount-content .projects .button, .projects .woocommerce .product-page .right .cart .button, .woocommerce .product-page .right .cart .projects .button {
  width: 100%;
  border-color: #2fa066;
  padding: 0.5rem 2rem;
  font-size: 14px;
  margin-top: 20px;
}
.projects .btn:hover, .projects .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-message .projects .button:hover,
.projects .woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .projects .button:hover,
.projects .woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .projects .button:hover, .projects .woocommerce-sidebar .price_slider_amount .button:hover, .woocommerce-sidebar .price_slider_amount .projects .button:hover, .projects .woocommerce-sidebar .widget_shopping_cart .button:hover, .woocommerce-sidebar .widget_shopping_cart .projects .button:hover, .projects .woocommerce .woocommerce-checkout-payment#payment button[type=submit]:hover, .woocommerce .woocommerce-checkout-payment#payment .projects button[type=submit]:hover, .projects .woocommerce .checkout_coupon button:hover, .woocommerce .checkout_coupon .projects button:hover, .projects .woocommerce .woocommerce-form-login button:hover, .woocommerce .woocommerce-form-login .projects button:hover, .projects .woocommerce .woocommerce-MyAccount-content .title .edit:hover, .woocommerce .woocommerce-MyAccount-content .title .projects .edit:hover, .projects .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce .woocommerce-MyAccount-content .projects .button:hover, .projects .woocommerce .product-page .right .cart .button:hover, .woocommerce .product-page .right .cart .projects .button:hover {
  border: 1px solid #257d50;
  background-color: #257d50;
}

.slider-advantages {
  position: relative;
  background-color: #faf9f6;
}
.slider-advantages .block-desc {
  margin-bottom: 0;
}
.slider-advantages .slider-advantages__badge {
  background-color: #ffa801;
  border-radius: 16px;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 40px;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  padding: 20px 40px;
  width: 278px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media (max-width: 767px) {
  .slider-advantages .slider-advantages__badge {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 8px;
    width: 154px;
  }
}
.slider-advantages .swiper {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .slider-advantages .swiper {
    padding-top: 50px;
  }
}
.slider-advantages .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.slider-advantages .swiper .swiper-wrapper img {
  border-radius: 5px;
}
.slider-advantages .swiper .swiper-pagination-bullet {
  background: #ffd12d;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-advantages .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 5px;
}
.slider-advantages .steps-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .slider-advantages .steps-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.slider-advantages .steps-items .item {
  position: relative;
  padding: 60px 20px 30px;
  border: 1px solid #ebecf1;
  background-color: #eff2f7;
  border-radius: 5px;
}
.slider-advantages .steps-items .item .item-title {
  position: relative;
  z-index: 1;
  color: #2e363e;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.slider-advantages .steps-items .item .item-desc {
  position: relative;
  z-index: 1;
  color: #6c6f84;
  margin-top: 45px;
}
.slider-advantages .steps-items .item .item-number {
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  font-size: 120px;
  color: #e2e9f1;
  font-weight: 900;
  line-height: 1;
}