@charset "UTF-8";
/**
 * SVG icons.
 */
.icn {
  width: 1em;
  height: 1em; }

/**
 * Legacy font icons.
 */
@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons.eot?v=1787657280");
  src: url("../fonts/icons.eot?v=1787657280") format("embedded-opentype"), url("../fonts/icons.woff2?v=1787657280") format("woff2"), url("../fonts/icons.woff?v=1787657280") format("woff"), url("../fonts/icons.ttf?v=1787657280") format("truetype"), url("../fonts/icons.svg?v=1787657280") format("svg"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../fonts/icons.svg?v=1787657280') format('svg');
  }
}
*/
[class^='icon-']:before,
[class*=' icon-']:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-heart-empty:before {
  content: '\e800'; }

/* '' */
.icon-user:before {
  content: '\e801'; }

/* '' */
.icon-bulb:before {
  content: '\e816'; }

/* '' */
.icon-cancel:before {
  content: '\e802'; }

/* '' */
.icon-doc:before {
  content: '\e803'; }

/* '' */
.icon-direction:before {
  content: '\e804'; }

/* '' */
.icon-angle-left:before {
  content: '\e805'; }

/* '' */
.icon-angle-right:before {
  content: '\e806'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\e807'; }

/* '' */
.icon-gplus:before {
  content: '\e808'; }

/* '' */
.icon-facebook:before {
  content: '\e809'; }

/* '' */
.icon-youtube:before {
  content: '\e80a'; }

/* '' */
.icon-resize-full:before {
  content: '\e80b'; }

/* '' */
.icon-ok-1:before {
  content: '\e80c'; }

/* '' */
.icon-mail:before {
  content: '\e80d'; }

/* '' */
.icon-clock:before {
  content: '\e80e'; }

/* '' */
.icon-credit-card:before {
  content: '\e80f'; }

/* '' */
.icon-login:before {
  content: '\e810'; }

/* '' */
.icon-search:before {
  content: '\e811'; }

/* '' */
.icon-basket:before {
  content: '\e812'; }

/* '' */
.icon-phone:before {
  content: '\e813'; }

/* '' */
.icon-location:before {
  content: '\e814'; }

/* '' */
.icon-circle:before {
  content: '\f111'; }

/* '  ' */
.icon-tick:before {
  content: '\e817'; }

/* ==========================================================================
   object-fit polyfill
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret, .comment-form input[type='submit'] > .caret,
  .dropup > .btn > .caret,
  .comment-form .dropup > input[type='submit'] > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #4d801c;
  text-decoration: none; }
  a:hover, a:focus {
    color: #27410e;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 10px; }

p {
  margin: 0 0 9.5px; }

.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

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

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #4d801c; }

a.text-primary:hover {
  color: #345613; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #ffffff; }

a.text-info:hover {
  color: #e6e6e6; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #4d801c; }

a.bg-primary:hover {
  background-color: #345613; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #f9f9f9; }

a.bg-info:hover {
  background-color: #e0e0e0; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 19px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.42857; }

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 752px; } }
  @media (min-width: 992px) {
    .container {
      width: 972px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1440px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -16px;
  margin-right: -16px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #f9f9f9; }

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 14.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'],
.comment-form textarea {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .comment-form input:focus[type='text'],
  .comment-form input:focus[type='email'],
  .comment-form input:focus[type='url'],
  .comment-form textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .comment-form input[type='text']::-moz-placeholder,
  .comment-form input[type='email']::-moz-placeholder,
  .comment-form input[type='url']::-moz-placeholder,
  .comment-form textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .comment-form input:-ms-input-placeholder[type='text'],
  .comment-form input:-ms-input-placeholder[type='email'],
  .comment-form input:-ms-input-placeholder[type='url'],
  .comment-form textarea:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .comment-form input[type='text']::-webkit-input-placeholder,
  .comment-form input[type='email']::-webkit-input-placeholder,
  .comment-form input[type='url']::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .comment-form input[disabled][type='text'],
  .comment-form input[disabled][type='email'],
  .comment-form input[disabled][type='url'],
  .comment-form textarea[disabled], .form-control[readonly], .comment-form input[readonly][type='text'],
  .comment-form input[readonly][type='email'],
  .comment-form input[readonly][type='url'],
  .comment-form textarea[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .comment-form input[type='text'],
  .comment-form fieldset[disabled] input[type='text'],
  fieldset[disabled] .comment-form input[type='email'],
  .comment-form fieldset[disabled] input[type='email'],
  fieldset[disabled] .comment-form input[type='url'],
  .comment-form fieldset[disabled] input[type='url'],
  fieldset[disabled] .comment-form textarea,
  .comment-form fieldset[disabled] textarea {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .comment-form input[disabled][type='text'],
  .comment-form input[disabled][type='email'],
  .comment-form input[disabled][type='url'],
  .comment-form textarea[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .comment-form input[type='text'],
  .comment-form fieldset[disabled] input[type='text'],
  fieldset[disabled] .comment-form input[type='email'],
  .comment-form fieldset[disabled] input[type='email'],
  fieldset[disabled] .comment-form input[type='url'],
  .comment-form fieldset[disabled] input[type='url'],
  fieldset[disabled] .comment-form textarea,
  .comment-form fieldset[disabled] textarea {
    cursor: not-allowed; }

textarea.form-control,
.comment-form textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 33px; }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg
    input[type="month"] {
      line-height: 46px; } }

.form-group, .comment-form p {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 33px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .comment-form input[type='text'], .comment-form .form-group-sm input[type='text'],
.form-group-sm .comment-form input[type='email'], .comment-form .form-group-sm input[type='email'],
.form-group-sm .comment-form input[type='url'], .comment-form .form-group-sm input[type='url'],
.form-group-sm .comment-form textarea, .comment-form .form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm .comment-form textarea, .comment-form .form-group-sm textarea,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 31px; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .comment-form input[type='text'], .comment-form .form-group-lg input[type='text'],
.form-group-lg .comment-form input[type='email'], .comment-form .form-group-lg input[type='email'],
.form-group-lg .comment-form input[type='url'], .comment-form .form-group-lg input[type='url'],
.form-group-lg .comment-form textarea, .comment-form .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg .comment-form textarea, .comment-form .form-group-lg textarea,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 37px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .comment-form input[type='text'], .comment-form .has-feedback input[type='text'],
  .has-feedback .comment-form input[type='email'], .comment-form .has-feedback input[type='email'],
  .has-feedback .comment-form input[type='url'], .comment-form .has-feedback input[type='url'],
  .has-feedback .comment-form textarea, .comment-form .has-feedback textarea {
    padding-right: 41.25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .comment-form input[type='text'], .comment-form .has-success input[type='text'],
.has-success .comment-form input[type='email'], .comment-form .has-success input[type='email'],
.has-success .comment-form input[type='url'], .comment-form .has-success input[type='url'],
.has-success .comment-form textarea, .comment-form .has-success textarea {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .comment-form input:focus[type='text'], .comment-form .has-success input:focus[type='text'],
  .has-success .comment-form input:focus[type='email'], .comment-form .has-success input:focus[type='email'],
  .has-success .comment-form input:focus[type='url'], .comment-form .has-success input:focus[type='url'],
  .has-success .comment-form textarea:focus, .comment-form .has-success textarea:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .comment-form input[type='text'], .comment-form .has-warning input[type='text'],
.has-warning .comment-form input[type='email'], .comment-form .has-warning input[type='email'],
.has-warning .comment-form input[type='url'], .comment-form .has-warning input[type='url'],
.has-warning .comment-form textarea, .comment-form .has-warning textarea {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .comment-form input:focus[type='text'], .comment-form .has-warning input:focus[type='text'],
  .has-warning .comment-form input:focus[type='email'], .comment-form .has-warning input:focus[type='email'],
  .has-warning .comment-form input:focus[type='url'], .comment-form .has-warning input:focus[type='url'],
  .has-warning .comment-form textarea:focus, .comment-form .has-warning textarea:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .comment-form input[type='text'], .comment-form .has-error input[type='text'],
.has-error .comment-form input[type='email'], .comment-form .has-error input[type='email'],
.has-error .comment-form input[type='url'], .comment-form .has-error input[type='url'],
.has-error .comment-form textarea, .comment-form .has-error textarea {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .comment-form input:focus[type='text'], .comment-form .has-error input:focus[type='text'],
  .has-error .comment-form input:focus[type='email'], .comment-form .has-error input:focus[type='email'],
  .has-error .comment-form input:focus[type='url'], .comment-form .has-error input:focus[type='url'],
  .has-error .comment-form textarea:focus, .comment-form .has-error textarea:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 24px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.screen-reader-text ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .comment-form p, .comment-form .form-inline p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .comment-form input[type='text'], .comment-form .form-inline input[type='text'],
  .form-inline .comment-form input[type='email'], .comment-form .form-inline input[type='email'],
  .form-inline .comment-form input[type='url'], .comment-form .form-inline input[type='url'],
  .form-inline .comment-form textarea, .comment-form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .comment-form input[type='text'],
    .comment-form .form-inline .input-group input[type='text'],
    .form-inline .input-group .comment-form input[type='email'],
    .comment-form .form-inline .input-group input[type='email'],
    .form-inline .input-group .comment-form input[type='url'],
    .comment-form .form-inline .input-group input[type='url'],
    .form-inline .input-group .comment-form textarea,
    .comment-form .form-inline .input-group textarea {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .comment-form .input-group > input[type='text'], .comment-form .form-inline .input-group > input[type='text'],
  .form-inline .comment-form .input-group > input[type='email'], .comment-form .form-inline .input-group > input[type='email'],
  .form-inline .comment-form .input-group > input[type='url'], .comment-form .form-inline .input-group > input[type='url'],
  .form-inline .comment-form .input-group > textarea, .comment-form .form-inline .input-group > textarea {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px; }

.form-horizontal .form-group, .form-horizontal .comment-form p, .comment-form .form-horizontal p {
  margin-left: -16px;
  margin-right: -16px; }
  .form-horizontal .form-group:before, .form-horizontal .comment-form p:before, .comment-form .form-horizontal p:before, .form-horizontal .form-group:after, .form-horizontal .comment-form p:after, .comment-form .form-horizontal p:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .comment-form p:after, .comment-form .form-horizontal p:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 16px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn, .comment-form input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none; }
  .btn:focus, .comment-form input:focus[type='submit'], .btn.focus, .comment-form input.focus[type='submit'], .btn:active:focus, .comment-form input:active:focus[type='submit'], .btn:active.focus, .comment-form input:active.focus[type='submit'], .btn.active:focus, .comment-form input.active:focus[type='submit'], .btn.active.focus, .comment-form input.active.focus[type='submit'] {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .comment-form input:hover[type='submit'], .btn:focus, .comment-form input:focus[type='submit'], .btn.focus, .comment-form input.focus[type='submit'] {
    color: #333;
    text-decoration: none; }
  .btn:active, .comment-form input:active[type='submit'], .btn.active, .comment-form input.active[type='submit'] {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .comment-form input.disabled[type='submit'], .btn[disabled], .comment-form input[disabled][type='submit'],
  fieldset[disabled] .btn,
  fieldset[disabled] .comment-form input[type='submit'],
  .comment-form fieldset[disabled] input[type='submit'] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .comment-form input[type='submit'] {
  color: #fff;
  background-color: #4d801c;
  border-color: #406b17; }
  .btn-primary:hover, .comment-form input:hover[type='submit'], .btn-primary:focus, .comment-form input:focus[type='submit'], .btn-primary.focus, .comment-form input.focus[type='submit'], .btn-primary:active, .comment-form input:active[type='submit'], .btn-primary.active, .comment-form input.active[type='submit'],
  .open > .btn-primary.dropdown-toggle,
  .comment-form .open > input.dropdown-toggle[type='submit'] {
    color: #fff;
    background-color: #345613;
    border-color: #22390c; }
  .btn-primary:active, .comment-form input:active[type='submit'], .btn-primary.active, .comment-form input.active[type='submit'],
  .open > .btn-primary.dropdown-toggle,
  .comment-form .open > input.dropdown-toggle[type='submit'] {
    background-image: none; }
  .btn-primary.disabled, .comment-form input.disabled[type='submit'], .btn-primary.disabled:hover, .comment-form input.disabled:hover[type='submit'], .btn-primary.disabled:focus, .comment-form input.disabled:focus[type='submit'], .btn-primary.disabled.focus, .comment-form input.disabled.focus[type='submit'], .btn-primary.disabled:active, .comment-form input.disabled:active[type='submit'], .btn-primary.disabled.active, .comment-form input.disabled.active[type='submit'], .btn-primary[disabled], .comment-form input[disabled][type='submit'], .btn-primary[disabled]:hover, .comment-form input[disabled]:hover[type='submit'], .btn-primary[disabled]:focus, .comment-form input[disabled]:focus[type='submit'], .btn-primary[disabled].focus, .comment-form input[disabled].focus[type='submit'], .btn-primary[disabled]:active, .comment-form input[disabled]:active[type='submit'], .btn-primary[disabled].active, .comment-form input[disabled].active[type='submit'],
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .comment-form input[type='submit'],
  .comment-form fieldset[disabled] input[type='submit'],
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .comment-form input:hover[type='submit'],
  .comment-form fieldset[disabled] input:hover[type='submit'],
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .comment-form input:focus[type='submit'],
  .comment-form fieldset[disabled] input:focus[type='submit'],
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .comment-form input.focus[type='submit'],
  .comment-form fieldset[disabled] input.focus[type='submit'],
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .comment-form input:active[type='submit'],
  .comment-form fieldset[disabled] input:active[type='submit'],
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .comment-form input.active[type='submit'],
  .comment-form fieldset[disabled] input.active[type='submit'] {
    background-color: #4d801c;
    border-color: #406b17; }
  .btn-primary .badge, .comment-form input[type='submit'] .badge {
    color: #4d801c;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #4d801c;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #27410e;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #4d801c; }
  .nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #4d801c; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

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

.navbar {
  position: relative;
  min-height: initial;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 550px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: initial-19px/2 16px;
  font-size: 18px;
  line-height: 19px;
  height: initial; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -16px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 16px;
  padding: 9px 10px;
  margin-top: initial-34px/2;
  margin-bottom: initial-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: initial-19px/2/2 -16px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 19px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: initial-19px/2;
          padding-bottom: initial-19px/2; } }

.navbar-form {
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: initial-33px/2;
  margin-bottom: initial-33px/2; }
  @media (min-width: 768px) {
    .navbar-form .form-group, .navbar-form .comment-form p, .comment-form .navbar-form p {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .comment-form input[type='text'], .comment-form .navbar-form input[type='text'],
    .navbar-form .comment-form input[type='email'], .comment-form .navbar-form input[type='email'],
    .navbar-form .comment-form input[type='url'], .comment-form .navbar-form input[type='url'],
    .navbar-form .comment-form textarea, .comment-form .navbar-form textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .comment-form input[type='text'],
      .comment-form .navbar-form .input-group input[type='text'],
      .navbar-form .input-group .comment-form input[type='email'],
      .comment-form .navbar-form .input-group input[type='email'],
      .navbar-form .input-group .comment-form input[type='url'],
      .comment-form .navbar-form .input-group input[type='url'],
      .navbar-form .input-group .comment-form textarea,
      .comment-form .navbar-form .input-group textarea {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .comment-form .input-group > input[type='text'], .comment-form .navbar-form .input-group > input[type='text'],
    .navbar-form .comment-form .input-group > input[type='email'], .comment-form .navbar-form .input-group > input[type='email'],
    .navbar-form .comment-form .input-group > input[type='url'], .comment-form .navbar-form .input-group > input[type='url'],
    .navbar-form .comment-form .input-group > textarea, .comment-form .navbar-form .input-group > textarea {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group, .navbar-form .comment-form p, .comment-form .navbar-form p {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child, .navbar-form .comment-form p:last-child, .comment-form .navbar-form p:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: initial-33px/2;
  margin-bottom: initial-33px/2; }
  .navbar-btn.btn-sm {
    margin-top: initial-30px/2;
    margin-bottom: initial-30px/2; }
  .navbar-btn.btn-xs {
    margin-top: initial-22/2;
    margin-bottom: initial-22/2; }

.navbar-text {
  margin-top: initial-19px/2;
  margin-bottom: initial-19px/2; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 16px;
      margin-right: 16px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -16px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f9f9f9;
  border-color: #e8e8e8; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e8e8e8; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #406b17; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #4d801c; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e8e8e8; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e8e8e8;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e8e8e8; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .comment-form input[type='submit'] + .btn, .comment-form .modal-footer input[type='submit'] + .btn, .modal-footer .comment-form .btn + input[type='submit'], .comment-form .modal-footer .btn + input[type='submit'], .modal-footer .comment-form input[type='submit'] + input[type='submit'], .comment-form .modal-footer input[type='submit'] + input[type='submit'] {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .comment-form input[type='submit'] + .btn, .comment-form .modal-footer .btn-group input[type='submit'] + .btn, .modal-footer .btn-group .comment-form .btn + input[type='submit'], .comment-form .modal-footer .btn-group .btn + input[type='submit'], .modal-footer .btn-group .comment-form input[type='submit'] + input[type='submit'], .comment-form .modal-footer .btn-group input[type='submit'] + input[type='submit'] {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .comment-form input[type='submit'], .comment-form .carousel-caption input[type='submit'] {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* stylelint-disable */
/* stylelint-enable */
.site-header {
  --site-header-background-color: #fff;
  --site-header-border-color: rgb(240, 240, 240);
  --site-header-logo-width: 92px;
  --site-header-logo-height: 30px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--site-header-border-color);
  background-color: var(--site-header-background-color);
  font-size: 16px;
  font-variant: tabular-nums;
  font-feature-settings: 'tnum', "tnum";
  transition: all 0.3s; }
  @media (min-width: 768px) {
    .site-header {
      --site-header-logo-width: 135px;
      --site-header-logo-height: 2.75em; } }
  @media (min-width: 1024px) {
    .site-header .site-header__menu-button {
      margin-left: 1.75em; } }
  .site-header .anchor-mask {
    position: relative;
    display: flex; }
  .site-header button {
    padding: 0;
    border: none;
    background: none; }

.site-header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1em;
  transition: height 0.25s; }
  @media (min-width: 1440px) {
    .site-header__container {
      max-width: 90em;
      margin: 0 auto; } }

.site-header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.5em;
  padding: 20px 0;
  gap: 1em; }
  @media (min-width: 1024px) {
    .site-header__top {
      flex-wrap: nowrap;
      height: 4em;
      padding: 0;
      margin-top: 0.5em;
      gap: initial; } }

.site-header__logo {
  flex-shrink: 0;
  transition: width 0.2s, height 0.2s;
  display: flex;
  align-items: center; }
  .site-header__logo > img {
    min-height: 35px;
    max-width: 200px; }
    @media (min-width: 640px) {
      .site-header__logo > img {
        min-height: 40px; } }

.site-header__spacer {
  position: relative;
  display: none;
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 1px; }
  @media (min-width: 1024px) {
    .site-header__spacer {
      display: block; } }

.site-header__search {
  flex: 0 0 100%;
  order: 1;
  max-width: 100%;
  margin-right: 1.25em; }
  @media (min-width: 1024px) {
    .site-header__search {
      flex: 0 0 25%;
      order: unset;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .site-header__search {
      flex: 0 0 28%;
      max-width: 28%; } }
  @media (min-width: 1440px) {
    .site-header__search {
      flex: 0 0 31%;
      max-width: 31%; } }
  @media (min-width: 1600px) {
    .site-header__search {
      flex: 0 0 35%;
      max-width: 35%; } }
  .site-header__search .site-search__form .field-group {
    display: flex;
    height: 2.75em;
    padding: 2.4px 16px;
    border: 1px solid whitesmoke;
    border-radius: 32px;
    line-height: 1.5715;
    background: #f0f0f0; }
  .site-header__search .site-search__input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0;
    border: none;
    background: none;
    font-variant: tabular-nums;
    font-feature-settings: 'tnum', "tnum";
    -webkit-appearance: none; }
    .site-header__search .site-search__input:focus-visible {
      outline: 0; }
    .site-header__search .site-search__input::placeholder {
      color: #595959;
      opacity: 1; }

.site-search__button {
  --button-font-weight: 500;
  --button-color-hover: var(--button-color);
  --button-text-transform: none;
  --button-line-height: 1.55;
  --button-border-width: 0;
  --button-border-color: #dadada;
  --button-background-color: none;
  --button-color: #000;
  --button-padding: 0 8px 0 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: var(--button-padding) !important;
  border-width: var(--button-border-width);
  border-style: solid;
  border-color: var(--button-border-color);
  text-align: center;
  cursor: pointer;
  background-color: var(--button-background-color);
  font: inherit;
  font-weight: var(--button-font-weight);
  color: var(--button-color);
  text-transform: var(--button-text-transform);
  text-decoration: none;
  letter-spacing: 0.016875em;
  line-height: var(--button-line-height); }
  .site-search__button:active {
    --button-border-color: var(--c-brand-active);
    --button-background-color: var(--c-brand-active);
    color: var(--button-color); }
  .site-search__button[disabled] {
    --button-background-color: rgba(20, 50, 100, 0.5);
    cursor: not-allowed; }

.site-header__service {
  display: block; }
  @media (min-width: 1024px) {
    .site-header__service {
      margin-right: 1em;
      margin-left: auto; } }
  @media (max-width: 1023px) {
    .site-header__service .country_selector_form {
      display: flex;
      align-items: center;
      flex: 1;
      justify-content: space-between; } }
  .site-header__service .country_selector_form .flag-icon {
    margin-right: 0; }

.select2-results__option {
  padding: 5px 12px; }
  .select2-results__option[data-selected="true"] {
    background-color: #e3f0fc !important; }

.select2-container--default {
  text-transform: uppercase; }

.select2-container--default .select2-selection--single.select2-selection--single,
.select2-container--default .select2-selection--multiple.select2-selection--multiple {
  display: flex;
  height: auto;
  padding: 0.6em 1em;
  padding-right: 0.6em;
  -webkit-border-radius: 0;
  font-size: 0.9375em;
  line-height: 1.5;
  appearance: none;
  background: white;
  color: #6b6b6b; }
  .select2-container--default .select2-selection--single.select2-selection--single:after,
  .select2-container--default .select2-selection--multiple.select2-selection--multiple:after {
    width: 24px;
    margin-left: 1em;
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'%3e%3c/path%3e%3c/svg%3e");
    background-position: right;
    background-repeat: no-repeat; }

.select2-container--default .select2-selection--single.select2-selection--single,
.select2-container--default .select2-selection--multiple.select2-selection--multiple {
  border-color: #dadada;
  margin: 0; }
  .select2-container--default .select2-selection--single.select2-selection--single .select2-selection__placeholder,
  .select2-container--default .select2-selection--multiple.select2-selection--multiple .select2-selection__placeholder {
    color: #6b6b6b; }
  .select2-container--default .select2-selection--single.select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--multiple.select2-selection--multiple .select2-selection__rendered {
    flex: 1;
    padding: 0;
    line-height: inherit; }
    .select2-container--default .select2-selection--single.select2-selection--single .select2-selection__rendered li,
    .select2-container--default .select2-selection--multiple.select2-selection--multiple .select2-selection__rendered li {
      margin: 0; }
  .select2-container--default .select2-selection--single.select2-selection--single .select2-selection__arrow,
  .select2-container--default .select2-selection--single.select2-selection--single .select2-selection__clear,
  .select2-container--default .select2-selection--multiple.select2-selection--multiple .select2-selection__arrow,
  .select2-container--default .select2-selection--multiple.select2-selection--multiple .select2-selection__clear {
    display: none; }

.select2-container--default .select2-selection--single.select2-selection--single {
  padding: 0 11px;
  border: none; }

.select2-container--default .select2-selection--single.select2-selection--single:after {
  margin-left: 6px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #707070;
  font-weight: 600; }

.select2-container--default .select2-results__option {
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: 600; }

.select2-dropdown {
  min-width: 50px !important;
  padding: 4px 0;
  border-radius: 2px;
  margin: 0;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border: 0; }
  .select2-dropdown .flag-icon {
    margin-right: 7px; }
  .select2-dropdown .flag-text {
    margin-left: 0.75em; }

.site-header__account-tools {
  display: flex;
  flex: auto;
  justify-content: space-between;
  max-width: 20em;
  margin-bottom: 2px;
  margin-left: 1em; }
  @media (max-width: 1023px) {
    .site-header__account-tools::before {
      display: table;
      content: ""; } }
  @media (min-width: 1024px) {
    .site-header__account-tools {
      flex: 0;
      margin-bottom: 0;
      margin-left: auto;
      gap: 1em; } }
  .site-header__account-tools button,
  .site-header__account-tools a {
    position: relative;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .site-header__account-tools button,
      .site-header__account-tools a {
        margin-top: 5px; } }
    .site-header__account-tools button:after,
    .site-header__account-tools a:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: none;
      border-bottom: 2px solid transparent;
      transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      content: ''; }
      @media (min-width: 1024px) {
        .site-header__account-tools button:after,
        .site-header__account-tools a:after {
          display: block; } }
    .site-header__account-tools button:hover,
    .site-header__account-tools a:hover {
      text-decoration: none; }
      .site-header__account-tools button:hover:after,
      .site-header__account-tools a:hover:after {
        border-bottom: 2px solid #4d801c; }
  .site-header__account-tools .icon {
    display: block;
    margin: 0 auto;
    color: #393939; }
    @media (min-width: 1024px) {
      .site-header__account-tools .icon {
        margin: 0 auto 3px auto; } }
    .site-header__account-tools .icon + .icon-label {
      display: none;
      text-align: center;
      font-size: 0.825em;
      line-height: 1.5em;
      color: #393939;
      font-variant: tabular-nums;
      font-feature-settings: 'tnum', "tnum";
      white-space: nowrap; }
      @media (min-width: 1024px) {
        .site-header__account-tools .icon + .icon-label {
          display: block; } }
  .site-header__account-tools .icon-cart,
  .site-header__account-tools .icon-wishlist,
  .site-header__account-tools .icon-account {
    font-size: 1.5em; }
    @media screen and (min-width: 1024px) {
      .site-header__account-tools .icon-cart,
      .site-header__account-tools .icon-wishlist,
      .site-header__account-tools .icon-account {
        font-size: 1em; } }
  .site-header__account-tools .icon-search {
    font-size: 21px; }

/**
 * Hamburger icon.
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  padding: 0 0;
  border: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear; }
  @media (min-width: 1024px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  position: relative;
  display: block;
  font-size: 1.5em !important;
  color: #333333; }
  .hamburger-box .hamburger-icon--opened {
    display: none; }
    .header-item--active .hamburger-box .hamburger-icon--opened {
      display: block; }
  .hamburger-box .hamburger-icon--closed {
    display: block; }
    .header-item--active .hamburger-box .hamburger-icon--closed {
      display: none; }
  .is-nav-open .hamburger-box .hamburger-icon--opened {
    display: block; }
  .is-nav-open .hamburger-box .hamburger-icon--closed {
    display: none; }

.site-header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 1024px) {
    .site-header__bottom {
      position: relative;
      height: 4em;
      margin-top: 0.75em; } }

.site-header__badges {
  display: flex;
  align-items: center;
  gap: 0.75em;
  flex-shrink: 0; }
  .site-header__badges a {
    display: inline-flex;
    align-items: center; }

.site-header__badges--mobile {
  display: none; }

.header-badge {
  display: inline-block;
  width: 32px;
  height: 32px; }

.primary-navigation {
  width: 100%; }
  @media (max-width: 1023px) {
    .primary-navigation {
      position: absolute;
      z-index: 1;
      top: 100%;
      left: 0;
      display: none;
      overflow-x: hidden;
      overflow-y: auto;
      width: 100%;
      max-height: calc(100vh - var(--site-header-height, 212px));
      max-height: calc(100dvh - var(--site-header-height, 212px));
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      background-color: #fff;
      box-shadow: 0 11px 8px rgba(0, 0, 0, 0.25); }
      .primary-navigation.is-open {
        display: block;
        box-shadow: 0 11px 8px rgba(0, 0, 0, 0.25); } }
  @media (min-width: 1024px) {
    .primary-navigation {
      position: static;
      justify-content: space-between;
      height: 100%; } }
  .primary-navigation .current-menu-item {
    border-bottom: 1px solid var(--c-brand-active); }
    .primary-navigation .current-menu-item > a {
      color: var(--c-brand-active);
      padding: 0; }
      .primary-navigation .current-menu-item > a:hover {
        background-color: transparent; }

.primary-menu {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  line-height: 1.5;
  height: 100%; }
  @media (max-width: 1023px) {
    .primary-menu {
      display: block;
      border-top: 1px #d8d8d8 solid; } }
  @media (min-width: 1024px) {
    .primary-menu {
      gap: 0.8em; } }
  @media (min-width: 1280px) {
    .primary-menu {
      gap: 3em; } }
  .primary-menu::before, .primary-menu::after {
    display: none; }
  .primary-menu > .menu-item {
    --item-highlight-color: #ff0000;
    display: flex; }
    @media (max-width: 1023px) {
      .primary-menu > .menu-item {
        position: relative;
        flex-wrap: wrap;
        border-bottom: 1px #d8d8d8 solid; } }
    @media (min-width: 1024px) {
      .primary-menu > .menu-item {
        align-items: center; }
        .primary-menu > .menu-item:hover .primary-menu__link:after {
          border-color: #4d801c; } }
    .primary-menu > .menu-item.super-sale:hover {
      border-bottom: 1px solid #4d801c; }
    .primary-menu > .menu-item.super-sale a {
      color: inherit;
      font-weight: 600;
      font-size: 15px; }
      .primary-menu > .menu-item.super-sale a:hover {
        background-color: transparent;
        color: #4d801c; }

.dropdown-toggle {
  display: inline-block !important;
  align-items: center;
  padding: 1em !important;
  color: #000a12;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
  transition: color 0.3s, border-color 0.3s;
  height: 100%;
  background-color: transparent;
  color: inherit !important;
  background-color: transparent !important; }
  @media (min-width: 1024px) {
    .dropdown-toggle {
      position: relative !important;
      display: inline-flex !important;
      height: 100%;
      padding: 0 !important;
      color: rgba(0, 0, 0, 0.85); } }
  .dropdown-toggle:hover:after, .dropdown-toggle:focus:after, .dropdown-toggle:active:after {
    border-color: #4d801c; }

.site-header #woocommerce-reputations-trusted-shops-badge,
.site-footer #woocommerce-reputations-trusted-shops-badge {
  display: inline-block;
  min-width: 32px;
  max-width: 32px;
  height: 32px; }

@media screen and (max-width: 1023px) {
  .site-header .site-header__badges {
    display: none; } }

@media screen and (max-width: 1023px) {
  .site-header .site-header__badges--mobile {
    display: flex;
    margin-top: 0.75em;
    padding: 0 1em 0.75em; } }

@media screen and (max-width: 1023px) {
  .site-header .site-header__badges--mobile #woocommerce-reputations-trusted-shops-badge {
    display: inline-block; } }

.primary-navigation {
  border: 0; }
  @media screen and (max-width: 991px) {
    .primary-navigation {
      display: none; } }
  .primary-navigation .container {
    position: relative; }
    @media screen and (max-width: 991px) {
      .primary-navigation .container {
        padding: 0; } }
  .primary-navigation .navbar-nav > li.menu-item-has-children .nav-toggle {
    padding: 0 13px;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url("../images/icon-arrow-down.svg?v=1787657280");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 11px;
    border: 0;
    outline: 0;
    transition: transform ease 0.4s; }
    .primary-navigation .navbar-nav > li.menu-item-has-children .nav-toggle.expanded {
      transform: rotate(-180deg); }
    @media screen and (max-width: 991px) {
      .primary-navigation .navbar-nav > li.menu-item-has-children .nav-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 38px; } }
  .primary-navigation .navbar-nav > li.menu-item-has-children.super-sale button {
    filter: brightness(0) invert(1); }
  .primary-navigation .navbar-nav > li.dropdown {
    position: relative;
    display: flex;
    align-items: stretch; }
    .primary-navigation .navbar-nav > li.dropdown:hover {
      border-bottom: 1px solid #4d801c; }
    .primary-navigation .navbar-nav > li.dropdown > .dropdown-menu {
      position: relative;
      top: -2px;
      left: 0;
      display: none;
      width: 100%;
      min-width: 195px;
      padding: 20px 30px;
      list-style: none;
      background-color: #f5f5f5;
      border-top-style: solid;
      border-top-width: 2px; }
      @media screen and (min-width: 992px) {
        .primary-navigation .navbar-nav > li.dropdown > .dropdown-menu {
          position: absolute;
          top: calc(100% - 2px);
          padding: 30px;
          background-color: #f9f9f9;
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); } }
      .primary-navigation .navbar-nav > li.dropdown > .dropdown-menu > li {
        position: relative;
        width: 100%;
        padding-left: 0;
        font-size: 14px;
        line-height: 2.3; }
        @media screen and (min-width: 992px) {
          .primary-navigation .navbar-nav > li.dropdown > .dropdown-menu > li {
            padding-left: 13px;
            font-size: 13px;
            line-height: 1.7; }
            .primary-navigation .navbar-nav > li.dropdown > .dropdown-menu > li a {
              padding-bottom: 8px;
              font-size: 14px;
              color: #777777; }
              .primary-navigation .navbar-nav > li.dropdown > .dropdown-menu > li a:hover {
                color: #4d801c; } }
  .primary-navigation .navbar-nav > li.dropdown-is-mega {
    --mega-min-height: 550px;
    --mega-right-column-width: 700px;
    --mega-left-column-border-position: 250px; }
    @media screen and (min-width: 992px) {
      .primary-navigation .navbar-nav > li.dropdown-is-mega {
        position: static; } }
    .primary-navigation .navbar-nav > li.dropdown-is-mega:hover a {
      background-color: transparent;
      color: inherit; }
    @media screen and (min-width: 992px) {
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu {
        left: 0;
        width: 100%;
        min-width: 0;
        min-height: var(--mega-min-height);
        padding: 30px 50px;
        transition: all 1000ms ease-in-out; }
        .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu:after {
          position: absolute;
          top: 50%;
          left: var(--mega-left-column-border-position);
          width: 1px;
          height: 85%;
          content: '';
          background: #e1e1e1;
          transform: translateY(-50%); } }
    @media screen and (max-width: 991px) {
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu li.dropdown-first-level > .dropdown-menu {
        display: none; } }
    @media screen and (min-width: 992px) {
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu li.dropdown-first-level > a {
        position: relative; }
        .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu li.dropdown-first-level > a.open {
          color: #4d801c; }
          .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu li.dropdown-first-level > a.open ~ .dropdown-menu {
            display: block;
            columns: 4;
            width: var(--mega-right-column-width); }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu li.dropdown-first-level.current-menu-item > a {
        text-decoration: underline;
        -webkit-text-decoration-color: #4d801c;
                text-decoration-color: #4d801c;
        text-decoration-thickness: 2px; }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu li.dropdown-first-level > ul {
        position: absolute;
        top: 30px;
        left: 275px;
        display: none; }
        .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu li.dropdown-first-level > ul .menu-item-has-children > a {
          font-weight: 600; } }
    .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.menu-item-type-custom:not(.menu-item-has-children) {
      padding: 0;
      margin-bottom: 16px;
      font-size: initial;
      line-height: initial;
      position: static;
      max-width: 190px;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.menu-item-type-custom:not(.menu-item-has-children) {
          margin-bottom: 0; } }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.menu-item-type-custom:not(.menu-item-has-children) a {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 13px;
        font-weight: 600;
        color: #555555;
        white-space: nowrap; }
        .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.menu-item-type-custom:not(.menu-item-has-children) a.open {
          color: #4d801c; }
    .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown {
      position: relative;
      padding: 0;
      margin-bottom: 16px;
      font-size: initial;
      line-height: initial; }
      @media screen and (min-width: 992px) {
        .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown {
          position: static;
          margin-bottom: 0; } }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown:before {
        display: none; }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown:first-child {
        padding-left: 0; }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown:last-child {
        padding-right: 0;
        border-right: 0; }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > a,
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > span {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 13px;
        font-weight: 600;
        color: #555555;
        white-space: nowrap; }
        @media screen and (min-width: 992px) {
          .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > a,
          .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > span {
            width: 100%;
            max-width: 190px; }
            .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > a::after,
            .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > span::after {
              content: '';
              display: block;
              background-color: transparent;
              background-image: url("../images/icon-arrow-down.svg?v=1787657280");
              background-repeat: no-repeat;
              background-position: center;
              background-size: 11px 11px;
              position: absolute;
              right: 0;
              top: 3px;
              width: 11px;
              height: 11px;
              rotate: -90deg; } }
      .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu {
        padding: 0;
        margin: 0;
        list-style: none; }
        .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li {
          position: relative;
          width: 100%;
          padding-left: 3px 0;
          font-size: 14px;
          line-height: 2.3;
          break-inside: avoid; }
          @media screen and (min-width: 992px) {
            .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li {
              padding-left: 13px;
              font-size: 13px;
              line-height: 1.7; }
              .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li .nav-toggle {
                display: none; } }
          .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li.menu-item--full-width {
            column-span: all;
            font-weight: 600;
            font-size: 14px;
            color: #777777;
            padding-bottom: 8px; }
          .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li.current-menu-item a {
            color: #27410e; }
          .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu {
            display: none;
            padding: 0;
            margin: 0 0 0 10px;
            list-style: none; }
            @media screen and (min-width: 992px) {
              .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu {
                display: block;
                margin: 0 0 20px; } }
            .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li {
              position: relative;
              width: 100%;
              padding-left: 3px 0;
              font-size: 14px;
              line-height: 2.3; }
              @media screen and (min-width: 992px) {
                .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li {
                  padding-left: 13px;
                  font-size: 13px;
                  line-height: 1.7; } }
          .primary-navigation .navbar-nav > li.dropdown-is-mega > .dropdown-menu > li.dropdown > ul.dropdown-menu > li a {
            display: block; }

/**
 * authorized.by badges.
 *
 * Shown on product pages below brand info.
 *
 * 1. Ensure text element behind doesn't show.
 */
.authorizedby-badge-container {
  position: absolute;
  background-color: #fff; }
  @media screen and (max-width: 499px) {
    .authorizedby-badge-container {
      bottom: 0; } }
  @media screen and (min-width: 500px) {
    .authorizedby-badge-container {
      top: 2px;
      right: 0; } }
  .authorizedby-badge-container > div:not([data-authorizedby-badge]) {
    height: 58px; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain; }

.flag-icon:before {
  content: '\00a0'; }

.flag-icon-at {
  background-image: url(../images/flags/4x3/at.svg?v=1787657280); }

.flag-icon-be {
  background-image: url(../images/flags/4x3/be.svg?v=1787657280); }

.flag-icon-ch {
  background-image: url(../images/flags/4x3/ch.svg?v=1787657280); }

.flag-icon-cz {
  background-image: url(../images/flags/4x3/cz.svg?v=1787657280); }

.flag-icon-de {
  background-image: url(../images/flags/4x3/de.svg?v=1787657280); }

.flag-icon-dk {
  background-image: url(../images/flags/4x3/dk.svg?v=1787657280); }

.flag-icon-es {
  background-image: url(../images/flags/4x3/es.svg?v=1787657280); }

.flag-icon-fr {
  background-image: url(../images/flags/4x3/fr.svg?v=1787657280); }

.flag-icon-li {
  background-image: url(../images/flags/4x3/li.svg?v=1787657280); }

.flag-icon-lu {
  background-image: url(../images/flags/4x3/lu.svg?v=1787657280); }

.flag-icon-nl {
  background-image: url(../images/flags/4x3/nl.svg?v=1787657280); }

.flag-icon-pl {
  background-image: url(../images/flags/4x3/pl.svg?v=1787657280); }

.flag-icon-sk {
  background-image: url(../images/flags/4x3/sk.svg?v=1787657280); }

.related-accessories {
  max-width: calc(100vw - 30px); }

.related-accessories,
.related-accessories--summary {
  border-color: #4d801c;
  margin: 30px 0;
  background-color: #fcfcfc; }

[class^="related-accessories"] #reset_related_accessories {
  color: #4d801c; }

.related-accessories__slideshow .slides {
  display: flex !important; }
  .related-accessories__slideshow .slides li.product {
    display: flex !important;
    width: 100% !important;
    min-height: 460px; }
    @media screen and (min-width: 550px) {
      .related-accessories__slideshow .slides li.product {
        width: 100% !important; } }
    @media screen and (min-width: 768px) {
      .related-accessories__slideshow .slides li.product {
        width: 25% !important; } }
    @media screen and (min-width: 992px) {
      .related-accessories__slideshow .slides li.product {
        width: 25% !important; } }

.flex-next,
.flex-prev {
  transform: scale(0.7); }

@media screen and (min-width: 550px) {
  .related-accessories--summary .related-accessories__slideshow .slides li.product {
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  .related-accessories--summary .related-accessories__slideshow .slides li.product {
    width: 33.333% !important; } }

@media screen and (min-width: 992px) {
  .related-accessories--summary .related-accessories__slideshow .slides li.product {
    width: 33.333% !important; } }

.woocommerce-info-related-accessories {
  border-color: #4d801c; }

#search-results-container {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 55vh;
  background-color: #eeeeee;
  border-bottom: 2px #eeeeee solid;
  top: 100%; }
  @media screen and (min-width: 992px) {
    #search-results-container.is-shown {
      z-index: 2; } }
  #search-results-container .search-result {
    position: relative !important;
    top: auto !important;
    display: none;
    padding: 0.9375rem 1em;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 90em !important; }
    #search-results-container .search-result .search-suggestions-container {
      display: flex;
      align-items: baseline; }
      @media screen and (max-width: 768px) {
        #search-results-container .search-result .search-suggestions-container {
          flex-direction: column; }
          #search-results-container .search-result .search-suggestions-container:not(:first-child) {
            margin-top: 1rem; } }
      #search-results-container .search-result .search-suggestions-container .search-suggestions-list {
        display: flex;
        overflow-x: auto; }
    #search-results-container .search-result .suggestions-label {
      margin-right: 1rem;
      color: #777;
      min-width: fit-content; }
      @media screen and (max-width: 550px) {
        #search-results-container .search-result .suggestions-label {
          display: block; } }
    #search-results-container .search-result .search-suggestions,
    #search-results-container .search-result .category-search-suggestions {
      display: inline-block;
      padding: 0.375rem 1.25rem;
      margin: 0.475rem 1.5rem 0.475rem 0;
      border: 1px solid;
      border-radius: 1.875rem;
      min-width: fit-content; }
    #search-results-container .search-result.found-results {
      height: 55vh; }
    #search-results-container .search-result.found-results.found-suggestions {
      height: 60vh; }
    #search-results-container .search-result ul.products {
      width: calc(100% + 1rem);
      padding: 0.5rem 0.5rem 0;
      margin: 0 -0.5rem;
      overflow: auto; }
      @media screen and (min-width: 768px) {
        #search-results-container .search-result ul.products {
          bottom: 0;
          display: flex;
          flex: 1 0 100%;
          flex-wrap: wrap;
          justify-content: space-between;
          width: calc(100% + 1.6rem);
          padding: 0.8rem 0.8rem 0;
          margin: 0 -0.8rem; }
          #search-results-container .search-result ul.products:before, #search-results-container .search-result ul.products:after {
            display: none; } }
    #search-results-container .search-result.found-results ul.products {
      height: calc(55vh - 6.875rem); }
    #search-results-container .search-result li.product {
      display: flex;
      flex: 1 0 100%;
      flex-wrap: wrap;
      max-width: none;
      margin-bottom: 1rem;
      background-color: #fff;
      border: 0; }
      #search-results-container .search-result li.product:nth-child(12) {
        margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        #search-results-container .search-result li.product {
          flex: 0 0 50%;
          flex: 0 0 calc(100% / 2 - 6px); }
          #search-results-container .search-result li.product:nth-child(11) {
            margin-bottom: 0; } }
      @media screen and (min-width: 992px) {
        #search-results-container .search-result li.product {
          flex: 0 0 33%;
          flex: 0 0 calc(100% / 3 - 6px);
          max-height: 160px; }
          #search-results-container .search-result li.product:nth-child(10) {
            margin-bottom: 0; } }
      #search-results-container .search-result li.product:hover {
        box-shadow: none;
        transform: none; }
      #search-results-container .search-result li.product > a {
        display: flex !important;
        flex-direction: row;
        width: 100%; }
      #search-results-container .search-result li.product.product-type-variable h3:before {
        display: none; }
    #search-results-container .search-result .onsale {
      width: 40px;
      height: 40px;
      font-size: 12px; }
    #search-results-container .search-result img {
      width: 100%;
      max-width: 150px;
      height: 100%;
      min-height: 0;
      max-height: 150px;
      border-bottom: none; }
    #search-results-container .search-result .product_info strong,
    #search-results-container .search-result .product_info .delivery {
      display: inline-block;
      padding: 10px 10px 0;
      margin: 0;
      font-size: 12px;
      word-break: break-word; }
    #search-results-container .search-result .price {
      margin: auto 10px 10px 0;
      padding-left: 10px;
      font-size: 12px; }
      #search-results-container .search-result .price del {
        font-size: 10px; }
      #search-results-container .search-result .price ins,
      #search-results-container .search-result .price .amount {
        font-size: 12px; }
  #search-results-container.found-suggestions {
    max-height: 60vh; }
    #search-results-container.found-suggestions .search-result ul.products {
      height: calc(47vh - 6.875rem); }
      @media screen and (min-width: 992px) {
        #search-results-container.found-suggestions .search-result ul.products {
          height: calc(50vh - 6.875rem); } }
  #search-results-container .search-results-show-more {
    position: absolute;
    bottom: 1rem;
    z-index: 9;
    display: inline-block;
    width: calc(100% - 1.875rem);
    padding: 10px 0;
    color: #fff;
    text-align: center; }
    #search-results-container .search-results-show-more:hover, #search-results-container .search-results-show-more:focus {
      color: #fff; }
    #search-results-container .search-results-show-more.can-scroll:before {
      position: absolute;
      top: -4rem;
      left: 0;
      width: 100%;
      height: 3.125rem;
      pointer-events: none;
      content: '';
      background: linear-gradient(transparent, #555555); }
  #search-results-container .search-no-results {
    display: none;
    padding: 3em 2em 5em;
    text-align: center; }

.widget_ep-facet .term:not(.empty-term):after {
  content: "(" attr(data-term-count) ")"; }

.widget_ep-facet .empty-term {
  display: none; }

.widget_ep-facet .term {
  padding-left: 0; }

/**
 * Shop standards notices customisations.
 */
:root {
  --notice-spacing: 1.3rem;
  --notice-highlight: #406b17;
  --notice-highlight-alt: #1e2712;
  --notice-button-background: #406b17;
  --notice-button-background-hover: #345613; }

/**
 * Product alerts customisations.
 */
.product .product-alert {
  margin: var(--notice-spacing) 0;
  border-radius: 0; }

.product .product-alert__content {
  margin-bottom: 1em;
  font-size: 1.5rem; }

.product .product-form__close {
  margin: 0 0 0 auto;
  line-height: 1.6; }

.product .not-avaliable__action {
  text-decoration: none; }

.product .more-variants-card__title {
  margin-bottom: 0.888em;
  font-size: 1.8rem;
  line-height: 1.38; }
  .product .more-variants-card__title:before {
    margin-bottom: 0.4em;
    font-size: 2.45rem; }
  @media (min-width: 540px) {
    .product .more-variants-card__title {
      flex-direction: column; } }

.product .more-variants-card__action {
  font-size: 1.6rem; }

@media (min-width: 540px) {
  .product .not-available__actions {
    flex-direction: row-reverse; }
  .product .not-avaliable__button {
    min-width: 110px;
    padding: 15px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px; }
  .product .not-available__link {
    margin-right: 1.25em; }
  .product .more-variants__cards {
    flex-direction: row;
    margin: 1.5rem 0 0.625rem -1.25rem; }
  .product .more-variants-card {
    padding-top: 0;
    padding-left: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0; }
    .product .more-variants-card--ask-us {
      flex-basis: 37%; }
    .product .more-variants-card--call {
      flex-basis: 34%; }
    .product .more-variants-card--consultation {
      flex-basis: 35%; }
  .product .more-variants-card + .more-variants-card {
    border-left: 1px solid #ddd; }
  .product .more-variants-card__content {
    margin-left: 0; } }

.product .product-contact-form .gform_wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end; }

.product .product-contact-form .gform_wrapper .validation_error {
  width: 100%; }

.product .product-contact-form .gform_wrapper .gform_body {
  flex-basis: 60%; }

.product .product-contact-form .gform_wrapper .gform_footer {
  display: block;
  flex-basis: 40%; }

.currency_switcher {
  display: flex;
  align-items: center; }
  .currency_switcher .flag-text {
    margin-left: 0.75rem; }
  .site-header__service--mobile .currency_switcher {
    padding: 1em; }
    @media (min-width: 1024px) {
      .site-header__service--mobile .currency_switcher {
        display: none; } }
  @media (max-width: 1023px) {
    .site-header__service--desktop .currency_switcher {
      display: none; } }
  @media (max-width: 1023px) {
    .site-header__service--desktop .currency_switcher .flag-text {
      display: none; } }
  .currency_switcher .select2-selection {
    margin: 0 !important;
    border: none !important; }
  .currency_switcher .widgettitle {
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 600; }
    @media screen and (min-width: 1024px) {
      .currency_switcher .widgettitle {
        font-size: 0.875em;
        font-weight: 400; } }

/**
 * Woocommerce cart items.
 *
 * 1. Down arrow indicator.
 */
.variation-attributes {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.variation-attributes__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75em 0;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .variation-attributes__label:after {
    display: inline-block;
    width: 1em;
    height: 0.75em;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpolygon fill='%23000' points='0 .766 5.51 6.1 0 11.434 .81 12.2 7.2 6.1 .81 0' transform='rotate(90 6.1 6.6)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain; }

.variation-attributes__additional {
  margin-top: 0.4em; }

.variation-attributes__checkbox {
  position: absolute;
  left: -999999px;
  opacity: 0; }
  .variation-attributes__checkbox:not(:checked) ~ .variation-attributes__additional {
    display: none; }
  .variation-attributes__checkbox:checked ~ .variation-attributes__label:after {
    transform: rotate(180deg); }

.woocommerce-cart-form .coupon > label {
  display: none; }

.woocommerce-account .wpfda-delete-account-container i {
  display: block;
  margin-bottom: 10px;
  color: #e40712 !important; }

.woocommerce-account .wpfda-delete-account-container .wpfda-password-confirm {
  width: 47%; }
  .woocommerce-account .wpfda-delete-account-container .wpfda-password-confirm label {
    display: block;
    line-height: 2; }
  .woocommerce-account .wpfda-delete-account-container .wpfda-password-confirm input {
    width: 100%; }

.woocommerce-account .wpfda-delete-account-container .wpfda-error > span {
  color: #e40712 !important; }

.woocommerce-account .wpfda-delete-account-container .wpfda-submit {
  margin-top: 10px; }

/**
 * Yith product quick view.
 *
 * 1. Overreaching selector from parent product page styling hides title on smaller devices.
 */
@media screen and (min-width: 992px) {
  .yith-wcqv-wrapper {
    max-height: 60vh; } }

.yith-wcqv-wrapper .product_title {
  display: block !important; }

@media screen and (max-width: 991px) {
  .yith-wcqv-wrapper #yith-quick-view-content div.images {
    float: none; } }

#yith-quick-view-modal {
  z-index: 999; }
  #yith-quick-view-modal .yith-wcqv-main {
    overflow-y: hidden;
    box-shadow: none; }
    #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      font-size: 20px;
      opacity: 1;
      background-color: #fff; }
    #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content {
      overflow-y: scroll; }
      #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content div.images {
        width: 100%; }
    #yith-quick-view-modal .yith-wcqv-main .woocommerce div.product {
      margin: 20px; }
    #yith-quick-view-modal .yith-wcqv-main [class*="woocommerce-Tabs-panel--"] {
      display: none; }
    #yith-quick-view-modal .yith-wcqv-main .woocommerce-Tabs-panel--description {
      display: block; }
  @media screen and (max-width: 768px) {
    #yith-quick-view-modal ul.flickity.products li {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #yith-quick-view-modal.open .yith-wcqv-main #yith-quick-view-content {
      height: 100%;
      max-height: 100%;
      overflow-y: auto; } }
  #yith-quick-view-modal .woocommerce-product-details__short-description p:has(span[data-shortcode]), #yith-quick-view-modal .woocommerce-product-details__short-description span[data-shortcode] {
    display: none; }

.woocommerce table.shop_table tr.shipping > th,
.woocommerce table.shop_table tr.shipping > td {
  position: relative; }

.woocommerce table.shop_table tr.shipping.shipping--with-calculator > th,
.woocommerce table.shop_table tr.shipping.shipping--with-calculator > td {
  border-top: 15em transparent solid; }

.woocommerce table.shop_table tr.shipping.shipping--with-calculator ~ tr.shipping.shipping--with-calculator > th,
.woocommerce table.shop_table tr.shipping.shipping--with-calculator ~ tr.shipping.shipping--with-calculator > td {
  border-top: 0; }

.woocommerce-shipping-calculator {
  position: absolute;
  top: -14.5em;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 1em; }
  @media screen and (min-width: 992px) {
    .woocommerce-shipping-calculator {
      margin-left: 0 !important;
      width: 100% !important; } }

.shipping-calculator-form:before {
  font-weight: bold; }
  @media screen and (min-width: 992px) {
    .shipping-calculator-form:before {
      position: absolute;
      left: -51.5%; } }

@media screen and (min-width: 992px) {
  .woocommerce p.woocommerce-shipping-contents {
    width: 50%; } }

.woocommerce-cart .cart-collaterals .cart_totals table small {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333; }

.woocommerce .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
  max-width: calc(100vw - 30px); }

/**
 * Woocomerce product catalog child caregories.
 *
 * 1. Space for the scrollbar
 * 2. Screen width excluding the outer gutter
 */
.child-categories {
  display: flex;
  padding-bottom: 1em;
  margin: 2rem 0;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-color: #4d801c #eeeeee; }
  @media (max-width: 767px) {
    .child-categories {
      max-width: calc(100vw - 32px); } }
  @media (min-width: 768px) and (max-width: 999px) {
    .child-categories {
      max-width: 720px; } }
  .child-categories::-webkit-scrollbar-button, .child-categories::-webkit-scrollbar-corner, .child-categories::-webkit-resizer {
    width: 0;
    height: 0;
    appearance: none; }
  .child-categories::-webkit-scrollbar {
    height: 8px; }
  .child-categories::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 4px; }
  .child-categories::-webkit-scrollbar-thumb {
    background-color: #4d801c;
    border-radius: 4px; }

.child-categories__item {
  min-width: 38%;
  border: 1px solid #eeeeee;
  scroll-snap-align: start; }
  .child-categories__item img {
    border-bottom: 1px solid #eeeeee; }
  .child-categories__item + .child-categories__item {
    margin-left: 1%; }
  @media (min-width: 500px) {
    .child-categories__item {
      min-width: 28%; } }
  @media (min-width: 700px) {
    .child-categories__item {
      min-width: 21%; } }

.child-categories__content {
  display: block;
  padding: 0.5em 0.8em;
  font-size: 1.3rem;
  -webkit-hyphens: auto;
          hyphens: auto; }
  @media (min-width: 700px) {
    .child-categories__content {
      font-size: 1.4rem; } }

.child-categories__name {
  color: #4d801c; }

.child-categories__count {
  margin-left: 0.5em;
  color: #000; }

.child-categories__name,
.child-categories__count {
  font-weight: 600; }

.woocommerce button.button.single_add_to_cart_button.loading {
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding-right: 40px;
  opacity: 1;
  cursor: progress; }
  .woocommerce button.button.single_add_to_cart_button.loading::after {
    top: 15px; }

.single-product .product-summary .added_to_cart.wc-forward {
  line-height: 32px; }
  .single-product .product-summary .added_to_cart.wc-forward::before {
    content: "»";
    margin: 0 0.5rem 0 1rem; }

html {
  font-size: 16px; }

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

iframe {
  max-width: 100%;
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.4; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.list-custom li, .page .main > ul li, .woocommerce .main .wc-tab ul li, body[class*='woocommerce'] div.product .woocommerce-tabs .panel ul li, body[class*='elementor-page'] div.product .woocommerce-tabs .panel ul li {
    position: relative;
    padding-left: 30px; }
    ul.list-custom li:before, .page .main > ul li:before, .woocommerce .main .wc-tab ul li:before, body[class*='woocommerce'] div.product .woocommerce-tabs .panel ul li:before, body[class*='elementor-page'] div.product .woocommerce-tabs .panel ul li:before {
      position: absolute;
      top: -1px;
      left: 15px;
      content: '\00BB'; }
  ul#shipping_method, ul.woocommerce-error {
    margin-bottom: 30px; }
    ul#shipping_method li:before, ul.woocommerce-error li:before {
      display: none; }

.single-post ul:not(.post-categories) {
  padding: revert;
  margin: revert;
  list-style: disc; }

.btn, .comment-form input[type='submit'],
a,
input[type='submit'],
button {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease; }

a input a:focus,
select a:focus {
  outline-color: #4d801c; }

.highlight {
  font-weight: 600 !important; }

.highlight--red {
  color: #fff !important;
  background-color: #e40712 !important; }

.content {
  padding-top: 20px; }
  .page .content,
  .single .content,
  .archive .content {
    padding-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .search-no-results .content {
      min-height: 1140px; } }
  @media screen and (min-width: 1200px) {
    .search-no-results .content {
      min-height: 1000px; } }

.archive li.product .price__rules,
.search li.product .price__rules {
  display: none; }

.page .main > ul,
.woocommerce .main .wc-tab ul {
  margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .sidebar-container {
    order: -1;
    width: 100%;
    margin-top: 0.5em; } }

@media screen and (min-width: 992px) {
  .sidebar-container {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: 0;
    left: 100%; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .sidebar-container {
      float: left;
      width: 33.33333%; } }

@media screen and (min-width: 992px) {
    .sidebar-container.sidebar-container--left {
      right: 100%;
      left: auto; } }

aside.sidebar {
  padding: 20px;
  margin-bottom: 1em;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee; }
  aside.sidebar .widget {
    position: relative;
    margin-bottom: 30px; }
    aside.sidebar .widget .widget-title {
      display: block;
      margin-bottom: 10px;
      font-weight: 700; }
    aside.sidebar .widget:first-child .widget-title {
      margin-top: 1px; }
    aside.sidebar .widget select {
      width: 100%; }
    aside.sidebar .widget .textwidget {
      font-size: 12px; }
    aside.sidebar .widget .shipping {
      padding: 0;
      margin: 0;
      list-style: none; }
      aside.sidebar .widget .shipping li {
        position: relative;
        padding-left: 27px;
        font-size: 16px; }
        aside.sidebar .widget .shipping li:before {
          display: inline-block;
          font: normal normal normal 14px/1 icons;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          position: absolute;
          top: 4px;
          left: 0;
          content: '\e80c'; }
        aside.sidebar .widget .shipping li a,
        aside.sidebar .widget .shipping li a:focus,
        aside.sidebar .widget .shipping li a:hover {
          color: #000; }
    aside.sidebar .widget .openclosed,
    aside.sidebar .widget .oc_opentimesoverview {
      padding-top: 15px;
      border-top: 1px solid #e8e8e8; }
    aside.sidebar .widget .oc_opentimesoverview {
      margin-top: -5px; }
    aside.sidebar .widget .sidebar__button {
      padding: 6px 13px;
      font-size: 10px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      border-style: solid;
      border-width: 1px; }
    aside.sidebar .widget .sidebar__button--bottom-right {
      position: absolute;
      right: 10px;
      bottom: 10px; }
    aside.sidebar .widget.widget_layered_nav li, aside.sidebar .widget.widget_layered_nav_filters li {
      position: relative;
      float: none;
      padding-left: 22px; }
      aside.sidebar .widget.widget_layered_nav li span, aside.sidebar .widget.widget_layered_nav_filters li span {
        cursor: pointer; }
      aside.sidebar .widget.widget_layered_nav li span:first-child:before,
      aside.sidebar .widget.widget_layered_nav li a:before, aside.sidebar .widget.widget_layered_nav_filters li span:first-child:before,
      aside.sidebar .widget.widget_layered_nav_filters li a:before {
        position: absolute;
        width: 10px;
        height: 10px;
        margin-top: 5px;
        margin-left: -22px;
        content: '';
        border: 1px solid #bbb;
        border-radius: 1px; }
      aside.sidebar .widget.widget_layered_nav li span.count, aside.sidebar .widget.widget_layered_nav_filters li span.count {
        margin-left: 2px;
        font-size: 11px;
        font-weight: 700; }
    aside.sidebar .widget.widget_layered_nav_filters li.chosen span:after,
    aside.sidebar .widget.widget_layered_nav_filters li.chosen a:after {
      position: absolute;
      top: 0;
      left: 1px;
      font-size: 14px;
      color: #000;
      content: '\00D7'; }
    aside.sidebar .widget.widget_layered_nav li.chosen span:after,
    aside.sidebar .widget.widget_layered_nav li.chosen a:after {
      position: absolute;
      top: -3px;
      left: 0;
      font-size: 17px;
      color: #000;
      content: '\2713'; }
    aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_slider {
      height: 8px;
      border-style: solid;
      border-width: 1px; }
      aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
        top: -5px;
        width: 17px;
        height: 17px;
        cursor: pointer;
        background-color: #fff;
        border-style: solid;
        border-width: 1px; }
      aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
        background-color: #fff; }
    aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_slider_amount button {
      min-width: 0;
      padding: 6px 9px;
      margin-top: 4px;
      font-size: 11px;
      background-color: #777777;
      border: 0; }
    aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_label {
      float: right;
      padding: 11px 0 9px;
      font-size: 11px;
      line-height: 1; }
  aside.sidebar .shop-standards_widget_filter_delivery_time-2 {
    display: none; }

@media screen and (min-width: 992px) {
  aside.sidebar-single-product {
    padding-right: 5%; } }

.is-filter-loading {
  position: relative; }
  .is-filter-loading .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75); }
    .is-filter-loading .overlay .spinner-container {
      position: absolute;
      right: 0;
      left: 0;
      width: 1em;
      height: 100%;
      margin: auto; }
      .is-filter-loading .overlay .spinner-container .spinner {
        position: relative;
        top: 50%;
        display: inline-block;
        margin: 0; }

.spinner {
  position: relative;
  display: none;
  width: 1em;
  height: 1em;
  margin: 60px auto;
  font-size: 10px;
  text-indent: -9999em;
  border-radius: 50%;
  transform: translateZ(0);
  animation: load5 1.1s infinite ease; }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #69717d, 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.5), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.7); }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.7), 1.8em -1.8em 0 0 #69717d, 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.5); }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.5), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.7), 2.5em 0 0 0 #69717d, 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.5), 2.5em 0 0 0 rgba(105, 113, 125, 0.7), 1.75em 1.75em 0 0 #69717d, 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.5), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.7), 0 2.5em 0 0 #69717d, -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.5), 0 2.5em 0 0 rgba(105, 113, 125, 0.7), -1.8em 1.8em 0 0 #69717d, -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.5), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.7), -2.6em 0 0 0 #69717d, -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.5), -2.6em 0 0 0 rgba(105, 113, 125, 0.7), -1.8em -1.8em 0 0 #69717d; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #69717d, 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.5), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.7); }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.7), 1.8em -1.8em 0 0 #69717d, 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.5); }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.5), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.7), 2.5em 0 0 0 #69717d, 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.5), 2.5em 0 0 0 rgba(105, 113, 125, 0.7), 1.75em 1.75em 0 0 #69717d, 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.5), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.7), 0 2.5em 0 0 #69717d, -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.2), -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.5), 0 2.5em 0 0 rgba(105, 113, 125, 0.7), -1.8em 1.8em 0 0 #69717d, -2.6em 0 0 0 rgba(105, 113, 125, 0.2), -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.5), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.7), -2.6em 0 0 0 #69717d, -1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2); }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(105, 113, 125, 0.2), 1.8em -1.8em 0 0 rgba(105, 113, 125, 0.2), 2.5em 0 0 0 rgba(105, 113, 125, 0.2), 1.75em 1.75em 0 0 rgba(105, 113, 125, 0.2), 0 2.5em 0 0 rgba(105, 113, 125, 0.2), -1.8em 1.8em 0 0 rgba(105, 113, 125, 0.5), -2.6em 0 0 0 rgba(105, 113, 125, 0.7), -1.8em -1.8em 0 0 #69717d; } }

.site-footer {
  --site-footer-background-color: #fff;
  --site-footer-logo-width: 137px;
  --site-footer-font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
  background-color: var(--site-footer-background-color);
  font-size: var(--site-footer-font-size);
  font-variant: tabular-nums;
  font-feature-settings: 'tnum', "tnum";
  line-height: 1.5; }
  .site-footer h4 {
    font-weight: 700;
    letter-spacing: normal;
    margin-top: 0; }

.site-footer__section {
  display: flex;
  justify-content: center;
  width: 100%; }

.site-footer__container {
  padding-right: 1em;
  padding-left: 1em;
  max-width: 768px !important;
  width: 100%; }

.site-footer__navigation {
  flex-wrap: wrap;
  padding: 3em 0; }
  @media (min-width: 420px) {
    .site-footer__navigation {
      display: flex; } }

.site-footer__top {
  background: #484848; }
  .site-footer__top h4 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 16px; }
  .site-footer__top p {
    margin-bottom: 1.75em;
    color: #ffffff;
    font-size: 15px; }
  .site-footer__top ul {
    padding: 0 !important;
    list-style: none !important; }
    .site-footer__top ul li {
      margin-bottom: 0.75em;
      font-size: 15px; }
      .site-footer__top ul li a {
        color: #ffffff; }
        .site-footer__top ul li a:hover {
          color: #ffffff;
          text-decoration: underline; }
  .site-footer__top .site-footer__navigation .button {
    height: 32px;
    padding: 2.4px 15px;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    background: #fff;
    letter-spacing: normal;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 25px; }
    .site-footer__top .site-footer__navigation .button:hover, .site-footer__top .site-footer__navigation .button:focus {
      border: 1px solid #4d801c;
      color: #4d801c;
      background: #fff;
      transform: none;
      font-size: 15px; }

.site-footer__column {
  flex-basis: 100%;
  margin-bottom: 2.5em; }
  @media (min-width: 768px) {
    .site-footer__column {
      flex-basis: 33.333%;
      margin-bottom: 0; } }
  .site-footer__column:last-child, .site-footer__column--brand {
    margin-bottom: 0; }

.site-footer__middle {
  padding-top: 1.5em; }
  .site-footer__middle .site-footer__navigation {
    padding: 0; }
  .site-footer__middle h4 {
    font-size: 15px;
    margin-bottom: 1.333em; }

.site-footer__logo {
  width: var(--site-footer-logo-width);
  margin-bottom: 1.25em; }

.site-footer__payments {
  display: flex;
  flex-wrap: wrap;
  max-width: 20em;
  gap: 0.75em; }
  .site-footer__payments svg {
    display: block;
    max-height: 1.75em; }

.site-footer__social-links {
  display: flex;
  align-items: center;
  gap: 0.75em; }
  .site-footer__social-links .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000; }
    .site-footer__social-links .social-icon.facebook:hover {
      background: #153d89; }
    .site-footer__social-links .social-icon.instagram:hover {
      background: #c026d3; }
    .site-footer__social-links .social-icon.youtube:hover {
      background: #dc2626; }
    .site-footer__social-links .social-icon svg {
      width: auto;
      height: 14px; }
      .site-footer__social-links .social-icon svg path {
        fill: #ffffff; }
    .site-footer__social-links .social-icon:hover svg path {
      fill: #ffffff; }

.site-footer__colophon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2em 0 2.5em 0;
  border-top: 1px #f0f0f0 solid;
  margin-top: 2em; }
  @media (max-width: 419px) {
    .site-footer__colophon {
      flex-direction: column;
      align-items: center; } }
  .site-footer__colophon a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px; }
    @media (min-width: 420px) {
      .site-footer__colophon a + a {
        margin-left: 1.5em; } }
    @media (min-width: 700px) {
      .site-footer__colophon a + a {
        margin-left: 4em; } }
    .site-footer__colophon a:hover, .site-footer__colophon a:focus {
      color: #ffffff;
      text-decoration: underline; }

.site-footer__copyright {
  font-size: 0.875em;
  line-height: 1.25em;
  color: #484848; }

/**
 * Site footer menus.
 */
.site-footer-menu {
  margin: 0;
  list-style: none; }

.site-footer-menu__item {
  margin-bottom: 0.625em; }

.site-footer-menu__link {
  color: #ffffff;
  text-decoration: none; }
  .site-footer-menu__link:hover, .site-footer-menu__link:focus {
    text-decoration: underline;
    color: #ffffff; }

/**
 * Footer Badges.
 */
.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75em; }
  .site-footer__badges .footer-badge {
    display: inline-block;
    width: 32px;
    height: 32px; }

.fullwidth.gray-lighter {
  padding: 0 0 40px;
  background-color: #f9f9f9;
  border-top: 1px solid #eeeeee; }
  .fullwidth.gray-lighter h1 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase; }
  .fullwidth.gray-lighter h3 {
    position: relative;
    padding: 20px 20px 20px 50px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    background-color: #777777; }
    .fullwidth.gray-lighter h3 i {
      position: absolute;
      left: 20px; }
    .fullwidth.gray-lighter h3 a {
      color: inherit; }
  .fullwidth.gray-lighter p {
    font-size: 14px;
    line-height: 1.8; }
  .fullwidth.gray-lighter img {
    width: 100%; }

#promo-tour article .entry-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35; }
  #promo-tour article .entry-title a {
    color: inherit; }

#promo-tour article .entry-meta {
  margin-bottom: 20px; }
  #promo-tour article .entry-meta ul {
    padding: 0;
    margin: 0;
    list-style: none; }

#contact-footer {
  padding: 0 0 40px;
  border-top: 1px solid #eeeeee; }
  #contact-footer h3 {
    position: relative;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    color: #555555;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee; }
    #contact-footer h3 i {
      position: absolute;
      left: 0; }
  #contact-footer span,
  #contact-footer p,
  #contact-footer a {
    font-size: 14px;
    line-height: 1.8; }
  #contact-footer table {
    margin: 30px 0 10px;
    font-size: 12px; }
    #contact-footer table td {
      padding: 20px 15px; }
  #contact-footer .fb_iframe_widget {
    float: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 660px) {
      #contact-footer .fb_iframe_widget {
        display: inline-block;
        max-width: 50%;
        margin-right: 2%; } }
    #contact-footer .fb_iframe_widget span,
    #contact-footer .fb_iframe_widget iframe {
      max-width: 100%; }
  #contact-footer #g-plus {
    float: left !important; }

#widgets-footer ul,
.sidebar-single-product ul,
.sidebar .shipping,
.sidebar .contactinfo {
  padding: 0;
  margin: 0;
  list-style: none; }
  #widgets-footer ul li,
  .sidebar-single-product ul li,
  .sidebar .shipping li,
  .sidebar .contactinfo li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    word-break: break-word; }
    #widgets-footer ul li:before,
    .sidebar-single-product ul li:before,
    .sidebar .shipping li:before,
    .sidebar .contactinfo li:before {
      display: inline-block;
      font: normal normal normal 14px/1 icons;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      position: absolute;
      top: 4px;
      left: 0;
      content: '\e80c'; }
    #widgets-footer ul li a,
    #widgets-footer ul li a:focus,
    #widgets-footer ul li a:hover,
    .sidebar-single-product ul li a,
    .sidebar-single-product ul li a:focus,
    .sidebar-single-product ul li a:hover,
    .sidebar .shipping li a,
    .sidebar .shipping li a:focus,
    .sidebar .shipping li a:hover,
    .sidebar .contactinfo li a,
    .sidebar .contactinfo li a:focus,
    .sidebar .contactinfo li a:hover {
      color: #000; }

.sidebar-single-product .products li,
.sidebar-single-product .advantages-list li {
  padding-left: 0; }
  .sidebar-single-product .products li:before,
  .sidebar-single-product .advantages-list li:before {
    content: ''; }

#widgets-footer a,
#widgets-footer a:focus,
#widgets-footer a:hover,
.sidebar-single-product a,
.sidebar-single-product a:focus,
.sidebar-single-product a:hover,
.sidebar a,
.sidebar a:focus,
.sidebar a:hover {
  color: #000; }

#widgets-footer .textwidget,
.sidebar-single-product .textwidget,
.sidebar .textwidget {
  margin: 50px 0; }

#widgets-footer .social-icons,
.sidebar-single-product .social-icons,
.sidebar .social-icons {
  margin-top: 30px; }
  #widgets-footer .social-icons li,
  .sidebar-single-product .social-icons li,
  .sidebar .social-icons li {
    display: inline;
    padding: 0;
    margin-right: 2px; }
    #widgets-footer .social-icons li:last-child,
    .sidebar-single-product .social-icons li:last-child,
    .sidebar .social-icons li:last-child {
      margin-right: 0; }
    #widgets-footer .social-icons li a,
    .sidebar-single-product .social-icons li a,
    .sidebar .social-icons li a {
      padding: 4px;
      color: #fff; }

#widgets-footer .info,
.sidebar-single-product .info,
.sidebar .info {
  margin: 20px 0 0;
  font-size: 12px; }

#widgets-footer .contactinfo .phone,
.sidebar-single-product .contactinfo .phone,
.sidebar .contactinfo .phone {
  margin-bottom: 10px; }

#widgets-footer .contactinfo .phone:before,
.sidebar-single-product .contactinfo .phone:before,
.sidebar .contactinfo .phone:before {
  content: '\e813'; }

#widgets-footer .contactinfo .email:before,
.sidebar-single-product .contactinfo .email:before,
.sidebar .contactinfo .email:before {
  content: '\e80d'; }

#widgets-footer .openclosed a,
.sidebar-single-product .openclosed a,
.sidebar .openclosed a {
  font-weight: 700; }

#widgets-footer .openclosed .clock,
.sidebar-single-product .openclosed .clock,
.sidebar .openclosed .clock {
  margin-bottom: 10px; }

#widgets-footer .openclosed .clock:before,
.sidebar-single-product .openclosed .clock:before,
.sidebar .openclosed .clock:before {
  content: '\e80e'; }

#widgets-footer .openclosed .oc_opentimesoverview,
.sidebar-single-product .openclosed .oc_opentimesoverview,
.sidebar .openclosed .oc_opentimesoverview {
  margin-top: 15px; }

#widgets-footer .textwidget {
  margin: 0; }

#widgets-footer #trusted-shops-reviews-footer .textwidget {
  margin: 50px 0; }

@media screen and (max-width: 991px) {
  #widgets-footer {
    padding: 20px; }
    #widgets-footer .widget_text li > a {
      font-size: 14px; } }

#payments-footer {
  padding: 25px 0;
  border-top: 1px solid #e1e1e1; }
  #payments-footer .container {
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 550px) {
      #payments-footer .container {
        flex-direction: row;
        justify-content: space-between; } }
    #payments-footer .container:before, #payments-footer .container:after {
      display: none; }
  #payments-footer .payment {
    width: 150px;
    max-width: 100%;
    height: auto;
    margin: 20px auto; }
    @media screen and (min-width: 550px) {
      #payments-footer .payment--sofortueberweisung {
        width: 100px; } }

.toolbar {
  display: grid;
  grid-template-columns: 1fr;
  position: fixed;
  right: 0.9375rem;
  bottom: 0.625rem;
  z-index: 100; }
  .admin-bar .toolbar {
    bottom: 1.5625rem; }
  .toolbar .wp-block-button__link,
  .toolbar .weglot-trigger {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.8125rem 1.375rem;
    overflow: hidden;
    font-size: 0.9375rem;
    color: #fff;
    background-color: #4d801c;
    border-radius: 1.875rem;
    box-sizing: border-box;
    z-index: 3;
    width: 100%; }
  .toolbar .weglot-trigger svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem; }
  .toolbar .wp-block-button__link:before {
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    margin-right: 0.5rem;
    background: no-repeat center/contain url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chat-square-text' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); }
  .toolbar .weglot-option {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 0.78125rem 0.625rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #4d801c;
    width: 100%; }
    .toolbar .weglot-option:hover {
      background-color: #6eb528; }
  .toolbar .weglot-list {
    position: absolute;
    display: grid;
    transition: all 0.3s ease-in-out;
    width: 100%;
    overflow: hidden;
    min-width: 6.25rem;
    height: 0;
    bottom: 0.625rem;
    z-index: 2; }
    .toolbar .weglot-list > li {
      all: unset;
      box-sizing: border-box; }
      .toolbar .weglot-list > li:first-child .weglot-option {
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem; }
      .toolbar .weglot-list > li:last-child .weglot-option {
        border-bottom-left-radius: 0.625rem;
        border-bottom-right-radius: 0.625rem; }
  .toolbar .weglot-container {
    position: relative; }
    .toolbar .weglot-container.open .weglot-list {
      bottom: 105%; }
  .toolbar:has(.weglot-trigger):has(.wp-block-button) {
    grid-template-columns: 1fr 1fr; }
    .toolbar:has(.weglot-trigger):has(.wp-block-button) .weglot-trigger {
      border-right: 1px solid #628c35;
      border-radius: 0;
      border-top-left-radius: 1.875rem;
      /* 30px */
      border-bottom-left-radius: 1.875rem;
      /* 30px */ }
    .toolbar:has(.weglot-trigger):has(.wp-block-button) .wp-block-button__link {
      border-radius: 0;
      border-top-right-radius: 1.875rem;
      /* 30px */
      border-bottom-right-radius: 1.875rem;
      /* 30px */ }

.alignnone {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0; }

.aligncenter {
  display: block;
  margin: 9.5px auto; }

.alignleft,
.alignright {
  margin-bottom: 9.5px; }

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 9.5px; }
  .alignright {
    float: right;
    margin-left: 9.5px; } }

.comment-list ol {
  list-style: none; }

.wp-block-group.container-full {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw; }
  .wp-block-group.container-full .wp-block-group__inner-container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .wp-block-group.container-full .wp-block-group__inner-container {
        width: 550px;
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 992px) {
      .wp-block-group.container-full .wp-block-group__inner-container {
        width: 700px; } }
    @media (min-width: 1200px) {
      .wp-block-group.container-full .wp-block-group__inner-container {
        width: 840px; } }

.wp-block-button__link {
  padding: 13px 21px;
  border-radius: 5px; }

/**
 * Product Slider
 *
 * 1. Use `!important` to override values set by flexslider.
 */
.product-slider {
  position: relative;
  margin-bottom: 30px; }
  .product-slider ul.product-slider__products {
    display: flex !important;
    width: 100%; }
    .product-slider ul.product-slider__products ul {
      margin-bottom: 0; }
    .product-slider ul.product-slider__products li.product {
      position: relative;
      display: flex !important;
      flex: 0 0 auto;
      flex-direction: column;
      float: left;
      width: 100% !important;
      height: auto;
      min-height: 460px;
      padding: 0;
      margin: 0;
      clear: none;
      background-color: #fff;
      border: 1px solid #e1e1e1; }
      @media screen and (min-width: 550px) {
        .product-slider ul.product-slider__products li.product {
          width: 50% !important; } }
      @media screen and (min-width: 768px) {
        .product-slider ul.product-slider__products li.product {
          width: 33.333% !important; } }
      @media screen and (min-width: 992px) {
        .product-slider ul.product-slider__products li.product {
          width: 25% !important; } }
      .product-slider ul.product-slider__products li.product > a {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column; }
      .product-slider ul.product-slider__products li.product .price__rules {
        display: none; }
    .product-slider ul.product-slider__products:before, .product-slider ul.product-slider__products:after {
      display: none; }
  .product-slider ul.slick-dots li button:before {
    font-family: icons;
    content: '\f111'; }

.flex-prev,
.flex-next {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 90px;
  font-size: 65px;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  outline: 0;
  transform: translateY(-50%); }
  .flex-prev:before,
  .flex-next:before {
    position: absolute;
    display: inline-block;
    font-family: icons !important;
    font-size: inherit;
    text-indent: 0;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .flex-prev.flex-disabled,
  .flex-next.flex-disabled {
    display: none; }
    .flex-prev.flex-disabled:before,
    .flex-next.flex-disabled:before {
      opacity: 0.5; }
  .flex-prev.flex-prev,
  .flex-next.flex-prev {
    left: 0; }
    .flex-prev.flex-prev:before,
    .flex-next.flex-prev:before {
      top: 50%;
      left: 50%;
      content: '\e805';
      transform: translateX(-60%) translateY(-50%); }
  .flex-prev.flex-next,
  .flex-next.flex-next {
    right: 0; }
    .flex-prev.flex-next:before,
    .flex-next.flex-next:before {
      top: 50%;
      right: 50%;
      content: '\e806';
      transform: translateX(60%) translateY(-50%); }
  .flex-prev.flex-prev, .flex-prev.flex-next,
  .flex-next.flex-prev,
  .flex-next.flex-next {
    color: #fff; }
    .flex-prev.flex-prev:hover, .flex-prev.flex-prev:focus, .flex-prev.flex-next:hover, .flex-prev.flex-next:focus,
    .flex-next.flex-prev:hover,
    .flex-next.flex-prev:focus,
    .flex-next.flex-next:hover,
    .flex-next.flex-next:focus {
      background: rgba(0, 0, 0, 0.6); }

.home .slick-slider button.slick-prev:hover, .home .slick-slider button.slick-prev:focus, .home .slick-slider button.slick-next:hover, .home .slick-slider button.slick-next:focus {
  background-color: transparent; }

.breadcrumb {
  margin-bottom: 20px;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      margin-bottom: 40px; } }

body[class*='woocommerce'] .page-title,
body[class*='elementor-page'] .page-title {
  font-weight: 700; }

body[class*='woocommerce'] p.demo_store,
body[class*='elementor-page'] p.demo_store {
  position: relative;
  top: 0;
  padding: 0.9375em 3.125em 0.9375em 0.9375em;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  letter-spacing: 0.36px;
  background-color: #4d801c;
  box-shadow: none; }
  @media screen and (min-width: 550px) {
    body[class*='woocommerce'] p.demo_store,
    body[class*='elementor-page'] p.demo_store {
      text-align: center; } }
  body[class*='woocommerce'] p.demo_store a:not(.woocommerce-store-notice__dismiss-link),
  body[class*='elementor-page'] p.demo_store a:not(.woocommerce-store-notice__dismiss-link) {
    text-decoration: none; }
    @media screen and (min-width: 550px) {
      body[class*='woocommerce'] p.demo_store a:not(.woocommerce-store-notice__dismiss-link):after,
      body[class*='elementor-page'] p.demo_store a:not(.woocommerce-store-notice__dismiss-link):after {
        display: inline-block;
        width: 0.625em;
        height: 0.625em;
        margin-left: 0.5em;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.1' viewBox='0 0 11 12'%3E%3Cdefs/%3E%3Cg %3E%3Cpath stroke='%23ffffff' stroke-width='1.44' d='M1.2155+1.185L4.9845+6L1.2155+10.815M6.0155+1.185L9.7845+6L6.0155+10.815' fill='none' stroke-linecap='round' opacity='1' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        transition: transform 200ms ease-in-out; }
      body[class*='woocommerce'] p.demo_store a:not(.woocommerce-store-notice__dismiss-link):hover:after,
      body[class*='elementor-page'] p.demo_store a:not(.woocommerce-store-notice__dismiss-link):hover:after {
        transform: translateX(4px); } }

body[class*='woocommerce'] .woocommerce-store-notice__dismiss-link,
body[class*='elementor-page'] .woocommerce-store-notice__dismiss-link {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23FFF' stroke-width='3'%3E%3Cg%3E%3Cpath d='M21.291 0L0 21.291' transform='translate(-1398 -14) translate(1400 16)'/%3E%3Cpath d='M21.291 0L0 21.291' transform='translate(-1398 -14) translate(1400 16) matrix(-1 0 0 1 21.29 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%); }
  @media screen and (min-width: 550px) {
    body[class*='woocommerce'] .woocommerce-store-notice__dismiss-link,
    body[class*='elementor-page'] .woocommerce-store-notice__dismiss-link {
      right: 18px; } }

@media screen and (max-width: 399px) {
  body[class*='woocommerce'].post-type-archive-product .page-title, body[class*='woocommerce'].tax-product_cat .page-title, body[class*='woocommerce'].tax-product_brand .page-title, body[class*='woocommerce'].search-results .page-title,
  body[class*='elementor-page'].post-type-archive-product .page-title,
  body[class*='elementor-page'].tax-product_cat .page-title,
  body[class*='elementor-page'].tax-product_brand .page-title,
  body[class*='elementor-page'].search-results .page-title {
    font-size: 28px; } }

@media screen and (max-width: 991px) {
  body[class*='woocommerce'].post-type-archive-product .filter__expand, body[class*='woocommerce'].tax-product_cat .filter__expand, body[class*='woocommerce'].tax-product_brand .filter__expand, body[class*='woocommerce'].search-results .filter__expand,
  body[class*='elementor-page'].post-type-archive-product .filter__expand,
  body[class*='elementor-page'].tax-product_cat .filter__expand,
  body[class*='elementor-page'].tax-product_brand .filter__expand,
  body[class*='elementor-page'].search-results .filter__expand {
    position: relative;
    display: block;
    padding: 15px 15px 14px;
    font-size: 13px;
    color: #707070;
    cursor: pointer;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 2px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    body[class*='woocommerce'].post-type-archive-product .filter__expand, body[class*='woocommerce'].tax-product_cat .filter__expand, body[class*='woocommerce'].tax-product_brand .filter__expand, body[class*='woocommerce'].search-results .filter__expand,
    body[class*='elementor-page'].post-type-archive-product .filter__expand,
    body[class*='elementor-page'].tax-product_cat .filter__expand,
    body[class*='elementor-page'].tax-product_brand .filter__expand,
    body[class*='elementor-page'].search-results .filter__expand {
      order: -2;
      width: 49.5%; } }

@media screen and (max-width: 991px) {
    body[class*='woocommerce'].post-type-archive-product .filter__expand:before, body[class*='woocommerce'].tax-product_cat .filter__expand:before, body[class*='woocommerce'].tax-product_brand .filter__expand:before, body[class*='woocommerce'].search-results .filter__expand:before,
    body[class*='elementor-page'].post-type-archive-product .filter__expand:before,
    body[class*='elementor-page'].tax-product_cat .filter__expand:before,
    body[class*='elementor-page'].tax-product_brand .filter__expand:before,
    body[class*='elementor-page'].search-results .filter__expand:before {
      position: absolute;
      top: 50%;
      right: 15px;
      display: block;
      content: '\25BE';
      transition: transform ease 0.2s;
      transform: translateY(-50%); }
    body[class*='woocommerce'].post-type-archive-product .filter__expand--active:before, body[class*='woocommerce'].tax-product_cat .filter__expand--active:before, body[class*='woocommerce'].tax-product_brand .filter__expand--active:before, body[class*='woocommerce'].search-results .filter__expand--active:before,
    body[class*='elementor-page'].post-type-archive-product .filter__expand--active:before,
    body[class*='elementor-page'].tax-product_cat .filter__expand--active:before,
    body[class*='elementor-page'].tax-product_brand .filter__expand--active:before,
    body[class*='elementor-page'].search-results .filter__expand--active:before {
      transform: translateY(-50%) rotate(180deg); }
  body[class*='woocommerce'].post-type-archive-product .content > .container > .row, body[class*='woocommerce'].tax-product_cat .content > .container > .row, body[class*='woocommerce'].tax-product_brand .content > .container > .row, body[class*='woocommerce'].search-results .content > .container > .row,
  body[class*='elementor-page'].post-type-archive-product .content > .container > .row,
  body[class*='elementor-page'].tax-product_cat .content > .container > .row,
  body[class*='elementor-page'].tax-product_brand .content > .container > .row,
  body[class*='elementor-page'].search-results .content > .container > .row {
    display: flex;
    flex-wrap: wrap; }
    body[class*='woocommerce'].post-type-archive-product .content > .container > .row > div, body[class*='woocommerce'].tax-product_cat .content > .container > .row > div, body[class*='woocommerce'].tax-product_brand .content > .container > .row > div, body[class*='woocommerce'].search-results .content > .container > .row > div,
    body[class*='elementor-page'].post-type-archive-product .content > .container > .row > div,
    body[class*='elementor-page'].tax-product_cat .content > .container > .row > div,
    body[class*='elementor-page'].tax-product_brand .content > .container > .row > div,
    body[class*='elementor-page'].search-results .content > .container > .row > div {
      flex-basis: 100%; }
      body[class*='woocommerce'].post-type-archive-product .content > .container > .row > div:last-child, body[class*='woocommerce'].tax-product_cat .content > .container > .row > div:last-child, body[class*='woocommerce'].tax-product_brand .content > .container > .row > div:last-child, body[class*='woocommerce'].search-results .content > .container > .row > div:last-child,
      body[class*='elementor-page'].post-type-archive-product .content > .container > .row > div:last-child,
      body[class*='elementor-page'].tax-product_cat .content > .container > .row > div:last-child,
      body[class*='elementor-page'].tax-product_brand .content > .container > .row > div:last-child,
      body[class*='elementor-page'].search-results .content > .container > .row > div:last-child {
        order: -1; }
  body[class*='woocommerce'].post-type-archive-product .sidebar,
  body[class*='woocommerce'].post-type-archive-product .sidebar .widget_text,
  body[class*='woocommerce'].post-type-archive-product .breadcrumb, body[class*='woocommerce'].tax-product_cat .sidebar,
  body[class*='woocommerce'].tax-product_cat .sidebar .widget_text,
  body[class*='woocommerce'].tax-product_cat .breadcrumb, body[class*='woocommerce'].tax-product_brand .sidebar,
  body[class*='woocommerce'].tax-product_brand .sidebar .widget_text,
  body[class*='woocommerce'].tax-product_brand .breadcrumb, body[class*='woocommerce'].search-results .sidebar,
  body[class*='woocommerce'].search-results .sidebar .widget_text,
  body[class*='woocommerce'].search-results .breadcrumb,
  body[class*='elementor-page'].post-type-archive-product .sidebar,
  body[class*='elementor-page'].post-type-archive-product .sidebar .widget_text,
  body[class*='elementor-page'].post-type-archive-product .breadcrumb,
  body[class*='elementor-page'].tax-product_cat .sidebar,
  body[class*='elementor-page'].tax-product_cat .sidebar .widget_text,
  body[class*='elementor-page'].tax-product_cat .breadcrumb,
  body[class*='elementor-page'].tax-product_brand .sidebar,
  body[class*='elementor-page'].tax-product_brand .sidebar .widget_text,
  body[class*='elementor-page'].tax-product_brand .breadcrumb,
  body[class*='elementor-page'].search-results .sidebar,
  body[class*='elementor-page'].search-results .sidebar .widget_text,
  body[class*='elementor-page'].search-results .breadcrumb {
    display: none; }
  body[class*='woocommerce'].post-type-archive-product .sidebar, body[class*='woocommerce'].tax-product_cat .sidebar, body[class*='woocommerce'].tax-product_brand .sidebar, body[class*='woocommerce'].search-results .sidebar,
  body[class*='elementor-page'].post-type-archive-product .sidebar,
  body[class*='elementor-page'].tax-product_cat .sidebar,
  body[class*='elementor-page'].tax-product_brand .sidebar,
  body[class*='elementor-page'].search-results .sidebar {
    padding: 30px 10% 15px;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    border-top: 0; }
  body[class*='woocommerce'].post-type-archive-product .page-title, body[class*='woocommerce'].tax-product_cat .page-title, body[class*='woocommerce'].tax-product_brand .page-title, body[class*='woocommerce'].search-results .page-title,
  body[class*='elementor-page'].post-type-archive-product .page-title,
  body[class*='elementor-page'].tax-product_cat .page-title,
  body[class*='elementor-page'].tax-product_brand .page-title,
  body[class*='elementor-page'].search-results .page-title {
    margin-top: 0; } }

@media screen and (min-width: 992px) {
  body[class*='woocommerce'].post-type-archive-product .filter__expand, body[class*='woocommerce'].tax-product_cat .filter__expand, body[class*='woocommerce'].tax-product_brand .filter__expand, body[class*='woocommerce'].search-results .filter__expand,
  body[class*='elementor-page'].post-type-archive-product .filter__expand,
  body[class*='elementor-page'].tax-product_cat .filter__expand,
  body[class*='elementor-page'].tax-product_brand .filter__expand,
  body[class*='elementor-page'].search-results .filter__expand {
    display: none; }
  body[class*='woocommerce'].post-type-archive-product .sidebar, body[class*='woocommerce'].tax-product_cat .sidebar, body[class*='woocommerce'].tax-product_brand .sidebar, body[class*='woocommerce'].search-results .sidebar,
  body[class*='elementor-page'].post-type-archive-product .sidebar,
  body[class*='elementor-page'].tax-product_cat .sidebar,
  body[class*='elementor-page'].tax-product_brand .sidebar,
  body[class*='elementor-page'].search-results .sidebar {
    display: block !important; } }

body[class*='woocommerce'].tax-product_brand .woocommerce-products-header,
body[class*='elementor-page'].tax-product_brand .woocommerce-products-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  body[class*='woocommerce'].tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,
  body[class*='elementor-page'].tax-product_brand .woocommerce-products-header .woocommerce-products-header__title {
    width: 50%;
    margin-bottom: 50px; }
  body[class*='woocommerce'].tax-product_brand .woocommerce-products-header .product-brand,
  body[class*='elementor-page'].tax-product_brand .woocommerce-products-header .product-brand {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    margin: 20px 0 40px; }
    body[class*='woocommerce'].tax-product_brand .woocommerce-products-header .product-brand img,
    body[class*='elementor-page'].tax-product_brand .woocommerce-products-header .product-brand img {
      margin: 0; }

body[class*='woocommerce'] .category-long-description,
body[class*='elementor-page'] .category-long-description {
  margin: 20px 0; }
  body[class*='woocommerce'] .category-long-description span,
  body[class*='elementor-page'] .category-long-description span {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4; }

body[class*='woocommerce'] ul li.product strong,
body[class*='woocommerce'] ul.product-slider__products li.product strong,
body[class*='woocommerce'] ul.products li.product strong,
body[class*='elementor-page'] ul li.product strong,
body[class*='elementor-page'] ul.product-slider__products li.product strong,
body[class*='elementor-page'] ul.products li.product strong {
  font-size: 16px;
  font-weight: 600;
  color: #000; }

body[class*='woocommerce'] ul li.product .button,
body[class*='woocommerce'] ul.product-slider__products li.product .button,
body[class*='woocommerce'] ul.products li.product .button,
body[class*='elementor-page'] ul li.product .button,
body[class*='elementor-page'] ul.product-slider__products li.product .button,
body[class*='elementor-page'] ul.products li.product .button {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  margin: 0; }
  body[class*='woocommerce'] ul li.product .button.added,
  body[class*='woocommerce'] ul.product-slider__products li.product .button.added,
  body[class*='woocommerce'] ul.products li.product .button.added,
  body[class*='elementor-page'] ul li.product .button.added,
  body[class*='elementor-page'] ul.product-slider__products li.product .button.added,
  body[class*='elementor-page'] ul.products li.product .button.added {
    color: #fff; }

body[class*='woocommerce'] ul li.product del .amount,
body[class*='woocommerce'] ul.product-slider__products li.product del .amount,
body[class*='woocommerce'] ul.products li.product del .amount,
body[class*='elementor-page'] ul li.product del .amount,
body[class*='elementor-page'] ul.product-slider__products li.product del .amount,
body[class*='elementor-page'] ul.products li.product del .amount {
  font-size: 12px;
  font-weight: 400; }

body[class*='woocommerce'] .price .amount,
body[class*='elementor-page'] .price .amount {
  font-size: 14px;
  font-weight: 700; }
  @media screen and (min-width: 550px) {
    body[class*='woocommerce'] .price .amount,
    body[class*='elementor-page'] .price .amount {
      font-size: 16px; } }

body[class*='woocommerce'] .price del,
body[class*='woocommerce'] .price ins,
body[class*='elementor-page'] .price del,
body[class*='elementor-page'] .price ins {
  display: block; }

body[class*='woocommerce'] .price del,
body[class*='elementor-page'] .price del {
  font-size: 12px !important;
  opacity: 1 !important; }
  body[class*='woocommerce'] .price del .amount,
  body[class*='elementor-page'] .price del .amount {
    font-size: 12px !important;
    font-weight: 400; }

body[class*='woocommerce'] .price ins,
body[class*='elementor-page'] .price ins {
  color: #e40712;
  text-decoration: none; }
  body[class*='woocommerce'] .price ins .amount,
  body[class*='elementor-page'] .price ins .amount {
    color: #e40712; }

body[class*='woocommerce'] .onsale, body[class*='woocommerce'] ul.products li.product .onsale,
body[class*='woocommerce'] ul.product-slider__products li.product .onsale, body[class*='elementor-page'] ul.products li.product body[class*='woocommerce'] .onsale, body[class*='elementor-page'] ul.product-slider__products li.product body[class*='woocommerce'] .onsale,
body[class*='elementor-page'] .onsale,
body[class*='woocommerce'] ul.products li.product body[class*='elementor-page'] .onsale,
body[class*='woocommerce'] ul.product-slider__products li.product body[class*='elementor-page'] .onsale,
body[class*='elementor-page'] ul.products li.product .onsale,
body[class*='elementor-page'] ul.product-slider__products li.product .onsale {
  top: -7px;
  right: auto;
  left: 2px;
  z-index: 2;
  display: block;
  width: 48px;
  min-width: initial;
  height: 48px;
  min-height: initial;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 3;
  color: #fff;
  text-align: center;
  background-color: #e40712;
  border-radius: 50%; }
  @media (min-width: 600px) {
    body[class*='woocommerce'] .onsale, body[class*='woocommerce'] ul.products li.product .onsale,
    body[class*='woocommerce'] ul.product-slider__products li.product .onsale, body[class*='elementor-page'] ul.products li.product body[class*='woocommerce'] .onsale, body[class*='elementor-page'] ul.product-slider__products li.product body[class*='woocommerce'] .onsale,
    body[class*='elementor-page'] .onsale,
    body[class*='woocommerce'] ul.products li.product body[class*='elementor-page'] .onsale,
    body[class*='woocommerce'] ul.product-slider__products li.product body[class*='elementor-page'] .onsale,
    body[class*='elementor-page'] ul.products li.product .onsale,
    body[class*='elementor-page'] ul.product-slider__products li.product .onsale {
      width: 65px;
      height: 65px;
      font-size: 20px;
      line-height: 3.2; } }

body[class*='woocommerce'] #respond input#submit,
body[class*='woocommerce'] #respond input#submit.alt,
body[class*='woocommerce'] a.button,
body[class*='woocommerce'] a.button.alt,
body[class*='woocommerce'] button.button,
body[class*='woocommerce'] button.button.alt,
body[class*='woocommerce'] input.button,
body[class*='woocommerce'] input.button.alt,
body[class*='woocommerce'] .sb-infinite-scroll-load-more > a,
body[class*='woocommerce'] .btn__print,
body[class*='woocommerce'] .wpfda-submit button,
body[class*='elementor-page'] #respond input#submit,
body[class*='elementor-page'] #respond input#submit.alt,
body[class*='elementor-page'] a.button,
body[class*='elementor-page'] a.button.alt,
body[class*='elementor-page'] button.button,
body[class*='elementor-page'] button.button.alt,
body[class*='elementor-page'] input.button,
body[class*='elementor-page'] input.button.alt,
body[class*='elementor-page'] .sb-infinite-scroll-load-more > a,
body[class*='elementor-page'] .btn__print,
body[class*='elementor-page'] .wpfda-submit button {
  min-width: 110px;
  padding: 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px; }
  @media screen and (max-width: 549px) {
    body[class*='woocommerce'] #respond input#submit,
    body[class*='woocommerce'] #respond input#submit.alt,
    body[class*='woocommerce'] a.button,
    body[class*='woocommerce'] a.button.alt,
    body[class*='woocommerce'] button.button,
    body[class*='woocommerce'] button.button.alt,
    body[class*='woocommerce'] input.button,
    body[class*='woocommerce'] input.button.alt,
    body[class*='woocommerce'] .sb-infinite-scroll-load-more > a,
    body[class*='woocommerce'] .btn__print,
    body[class*='woocommerce'] .wpfda-submit button,
    body[class*='elementor-page'] #respond input#submit,
    body[class*='elementor-page'] #respond input#submit.alt,
    body[class*='elementor-page'] a.button,
    body[class*='elementor-page'] a.button.alt,
    body[class*='elementor-page'] button.button,
    body[class*='elementor-page'] button.button.alt,
    body[class*='elementor-page'] input.button,
    body[class*='elementor-page'] input.button.alt,
    body[class*='elementor-page'] .sb-infinite-scroll-load-more > a,
    body[class*='elementor-page'] .btn__print,
    body[class*='elementor-page'] .wpfda-submit button {
      font-size: 11px; } }
  body[class*='woocommerce'] #respond input#submit.disabled, body[class*='woocommerce'] #respond input#submit.disabled:hover, body[class*='woocommerce'] #respond input#submit:disabled, body[class*='woocommerce'] #respond input#submit:disabled:hover, body[class*='woocommerce'] #respond input#submit:disabled[disabled], body[class*='woocommerce'] #respond input#submit:disabled[disabled]:hover, body[class*='woocommerce'] #respond input#submit:hover, body[class*='woocommerce'] #respond input#submit.single_add_to_cart_button, body[class*='woocommerce'] #respond input#submit.checkout-button, body[class*='woocommerce'] #respond input#submit#place_order, body[class*='woocommerce'] #respond input#submit#place_order_back,
  body[class*='woocommerce'] #respond input#submit.alt.disabled,
  body[class*='woocommerce'] #respond input#submit.alt.disabled:hover,
  body[class*='woocommerce'] #respond input#submit.alt:disabled,
  body[class*='woocommerce'] #respond input#submit.alt:disabled:hover,
  body[class*='woocommerce'] #respond input#submit.alt:disabled[disabled],
  body[class*='woocommerce'] #respond input#submit.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] #respond input#submit.alt:hover,
  body[class*='woocommerce'] #respond input#submit.alt.single_add_to_cart_button,
  body[class*='woocommerce'] #respond input#submit.alt.checkout-button,
  body[class*='woocommerce'] #respond input#submit.alt#place_order,
  body[class*='woocommerce'] #respond input#submit.alt#place_order_back,
  body[class*='woocommerce'] a.button.disabled,
  body[class*='woocommerce'] a.button.disabled:hover,
  body[class*='woocommerce'] a.button:disabled,
  body[class*='woocommerce'] a.button:disabled:hover,
  body[class*='woocommerce'] a.button:disabled[disabled],
  body[class*='woocommerce'] a.button:disabled[disabled]:hover,
  body[class*='woocommerce'] a.button:hover,
  body[class*='woocommerce'] a.button.single_add_to_cart_button,
  body[class*='woocommerce'] a.button.checkout-button,
  body[class*='woocommerce'] a.button#place_order,
  body[class*='woocommerce'] a.button#place_order_back,
  body[class*='woocommerce'] a.button.alt.disabled,
  body[class*='woocommerce'] a.button.alt.disabled:hover,
  body[class*='woocommerce'] a.button.alt:disabled,
  body[class*='woocommerce'] a.button.alt:disabled:hover,
  body[class*='woocommerce'] a.button.alt:disabled[disabled],
  body[class*='woocommerce'] a.button.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] a.button.alt:hover,
  body[class*='woocommerce'] a.button.alt.single_add_to_cart_button,
  body[class*='woocommerce'] a.button.alt.checkout-button,
  body[class*='woocommerce'] a.button.alt#place_order,
  body[class*='woocommerce'] a.button.alt#place_order_back,
  body[class*='woocommerce'] button.button.disabled,
  body[class*='woocommerce'] button.button.disabled:hover,
  body[class*='woocommerce'] button.button:disabled,
  body[class*='woocommerce'] button.button:disabled:hover,
  body[class*='woocommerce'] button.button:disabled[disabled],
  body[class*='woocommerce'] button.button:disabled[disabled]:hover,
  body[class*='woocommerce'] button.button:hover,
  body[class*='woocommerce'] button.button.single_add_to_cart_button,
  body[class*='woocommerce'] button.button.checkout-button,
  body[class*='woocommerce'] button.button#place_order,
  body[class*='woocommerce'] button.button#place_order_back,
  body[class*='woocommerce'] button.button.alt.disabled,
  body[class*='woocommerce'] button.button.alt.disabled:hover,
  body[class*='woocommerce'] button.button.alt:disabled,
  body[class*='woocommerce'] button.button.alt:disabled:hover,
  body[class*='woocommerce'] button.button.alt:disabled[disabled],
  body[class*='woocommerce'] button.button.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] button.button.alt:hover,
  body[class*='woocommerce'] button.button.alt.single_add_to_cart_button,
  body[class*='woocommerce'] button.button.alt.checkout-button,
  body[class*='woocommerce'] button.button.alt#place_order,
  body[class*='woocommerce'] button.button.alt#place_order_back,
  body[class*='woocommerce'] input.button.disabled,
  body[class*='woocommerce'] input.button.disabled:hover,
  body[class*='woocommerce'] input.button:disabled,
  body[class*='woocommerce'] input.button:disabled:hover,
  body[class*='woocommerce'] input.button:disabled[disabled],
  body[class*='woocommerce'] input.button:disabled[disabled]:hover,
  body[class*='woocommerce'] input.button:hover,
  body[class*='woocommerce'] input.button.single_add_to_cart_button,
  body[class*='woocommerce'] input.button.checkout-button,
  body[class*='woocommerce'] input.button#place_order,
  body[class*='woocommerce'] input.button#place_order_back,
  body[class*='woocommerce'] input.button.alt.disabled,
  body[class*='woocommerce'] input.button.alt.disabled:hover,
  body[class*='woocommerce'] input.button.alt:disabled,
  body[class*='woocommerce'] input.button.alt:disabled:hover,
  body[class*='woocommerce'] input.button.alt:disabled[disabled],
  body[class*='woocommerce'] input.button.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] input.button.alt:hover,
  body[class*='woocommerce'] input.button.alt.single_add_to_cart_button,
  body[class*='woocommerce'] input.button.alt.checkout-button,
  body[class*='woocommerce'] input.button.alt#place_order,
  body[class*='woocommerce'] input.button.alt#place_order_back,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.disabled,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.disabled:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled[disabled],
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled[disabled]:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.single_add_to_cart_button,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.checkout-button,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a#place_order,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a#place_order_back,
  body[class*='woocommerce'] .btn__print.disabled,
  body[class*='woocommerce'] .btn__print.disabled:hover,
  body[class*='woocommerce'] .btn__print:disabled,
  body[class*='woocommerce'] .btn__print:disabled:hover,
  body[class*='woocommerce'] .btn__print:disabled[disabled],
  body[class*='woocommerce'] .btn__print:disabled[disabled]:hover,
  body[class*='woocommerce'] .btn__print:hover,
  body[class*='woocommerce'] .btn__print.single_add_to_cart_button,
  body[class*='woocommerce'] .btn__print.checkout-button,
  body[class*='woocommerce'] .btn__print#place_order,
  body[class*='woocommerce'] .btn__print#place_order_back,
  body[class*='woocommerce'] .wpfda-submit button.disabled,
  body[class*='woocommerce'] .wpfda-submit button.disabled:hover,
  body[class*='woocommerce'] .wpfda-submit button:disabled,
  body[class*='woocommerce'] .wpfda-submit button:disabled:hover,
  body[class*='woocommerce'] .wpfda-submit button:disabled[disabled],
  body[class*='woocommerce'] .wpfda-submit button:disabled[disabled]:hover,
  body[class*='woocommerce'] .wpfda-submit button:hover,
  body[class*='woocommerce'] .wpfda-submit button.single_add_to_cart_button,
  body[class*='woocommerce'] .wpfda-submit button.checkout-button,
  body[class*='woocommerce'] .wpfda-submit button#place_order,
  body[class*='woocommerce'] .wpfda-submit button#place_order_back,
  body[class*='elementor-page'] #respond input#submit.disabled,
  body[class*='elementor-page'] #respond input#submit.disabled:hover,
  body[class*='elementor-page'] #respond input#submit:disabled,
  body[class*='elementor-page'] #respond input#submit:disabled:hover,
  body[class*='elementor-page'] #respond input#submit:disabled[disabled],
  body[class*='elementor-page'] #respond input#submit:disabled[disabled]:hover,
  body[class*='elementor-page'] #respond input#submit:hover,
  body[class*='elementor-page'] #respond input#submit.single_add_to_cart_button,
  body[class*='elementor-page'] #respond input#submit.checkout-button,
  body[class*='elementor-page'] #respond input#submit#place_order,
  body[class*='elementor-page'] #respond input#submit#place_order_back,
  body[class*='elementor-page'] #respond input#submit.alt.disabled,
  body[class*='elementor-page'] #respond input#submit.alt.disabled:hover,
  body[class*='elementor-page'] #respond input#submit.alt:disabled,
  body[class*='elementor-page'] #respond input#submit.alt:disabled:hover,
  body[class*='elementor-page'] #respond input#submit.alt:disabled[disabled],
  body[class*='elementor-page'] #respond input#submit.alt:disabled[disabled]:hover,
  body[class*='elementor-page'] #respond input#submit.alt:hover,
  body[class*='elementor-page'] #respond input#submit.alt.single_add_to_cart_button,
  body[class*='elementor-page'] #respond input#submit.alt.checkout-button,
  body[class*='elementor-page'] #respond input#submit.alt#place_order,
  body[class*='elementor-page'] #respond input#submit.alt#place_order_back,
  body[class*='elementor-page'] a.button.disabled,
  body[class*='elementor-page'] a.button.disabled:hover,
  body[class*='elementor-page'] a.button:disabled,
  body[class*='elementor-page'] a.button:disabled:hover,
  body[class*='elementor-page'] a.button:disabled[disabled],
  body[class*='elementor-page'] a.button:disabled[disabled]:hover,
  body[class*='elementor-page'] a.button:hover,
  body[class*='elementor-page'] a.button.single_add_to_cart_button,
  body[class*='elementor-page'] a.button.checkout-button,
  body[class*='elementor-page'] a.button#place_order,
  body[class*='elementor-page'] a.button#place_order_back,
  body[class*='elementor-page'] a.button.alt.disabled,
  body[class*='elementor-page'] a.button.alt.disabled:hover,
  body[class*='elementor-page'] a.button.alt:disabled,
  body[class*='elementor-page'] a.button.alt:disabled:hover,
  body[class*='elementor-page'] a.button.alt:disabled[disabled],
  body[class*='elementor-page'] a.button.alt:disabled[disabled]:hover,
  body[class*='elementor-page'] a.button.alt:hover,
  body[class*='elementor-page'] a.button.alt.single_add_to_cart_button,
  body[class*='elementor-page'] a.button.alt.checkout-button,
  body[class*='elementor-page'] a.button.alt#place_order,
  body[class*='elementor-page'] a.button.alt#place_order_back,
  body[class*='elementor-page'] button.button.disabled,
  body[class*='elementor-page'] button.button.disabled:hover,
  body[class*='elementor-page'] button.button:disabled,
  body[class*='elementor-page'] button.button:disabled:hover,
  body[class*='elementor-page'] button.button:disabled[disabled],
  body[class*='elementor-page'] button.button:disabled[disabled]:hover,
  body[class*='elementor-page'] button.button:hover,
  body[class*='elementor-page'] button.button.single_add_to_cart_button,
  body[class*='elementor-page'] button.button.checkout-button,
  body[class*='elementor-page'] button.button#place_order,
  body[class*='elementor-page'] button.button#place_order_back,
  body[class*='elementor-page'] button.button.alt.disabled,
  body[class*='elementor-page'] button.button.alt.disabled:hover,
  body[class*='elementor-page'] button.button.alt:disabled,
  body[class*='elementor-page'] button.button.alt:disabled:hover,
  body[class*='elementor-page'] button.button.alt:disabled[disabled],
  body[class*='elementor-page'] button.button.alt:disabled[disabled]:hover,
  body[class*='elementor-page'] button.button.alt:hover,
  body[class*='elementor-page'] button.button.alt.single_add_to_cart_button,
  body[class*='elementor-page'] button.button.alt.checkout-button,
  body[class*='elementor-page'] button.button.alt#place_order,
  body[class*='elementor-page'] button.button.alt#place_order_back,
  body[class*='elementor-page'] input.button.disabled,
  body[class*='elementor-page'] input.button.disabled:hover,
  body[class*='elementor-page'] input.button:disabled,
  body[class*='elementor-page'] input.button:disabled:hover,
  body[class*='elementor-page'] input.button:disabled[disabled],
  body[class*='elementor-page'] input.button:disabled[disabled]:hover,
  body[class*='elementor-page'] input.button:hover,
  body[class*='elementor-page'] input.button.single_add_to_cart_button,
  body[class*='elementor-page'] input.button.checkout-button,
  body[class*='elementor-page'] input.button#place_order,
  body[class*='elementor-page'] input.button#place_order_back,
  body[class*='elementor-page'] input.button.alt.disabled,
  body[class*='elementor-page'] input.button.alt.disabled:hover,
  body[class*='elementor-page'] input.button.alt:disabled,
  body[class*='elementor-page'] input.button.alt:disabled:hover,
  body[class*='elementor-page'] input.button.alt:disabled[disabled],
  body[class*='elementor-page'] input.button.alt:disabled[disabled]:hover,
  body[class*='elementor-page'] input.button.alt:hover,
  body[class*='elementor-page'] input.button.alt.single_add_to_cart_button,
  body[class*='elementor-page'] input.button.alt.checkout-button,
  body[class*='elementor-page'] input.button.alt#place_order,
  body[class*='elementor-page'] input.button.alt#place_order_back,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a.disabled,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a.disabled:hover,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a:disabled,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a:disabled:hover,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a:disabled[disabled],
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a:disabled[disabled]:hover,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a:hover,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a.single_add_to_cart_button,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a.checkout-button,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a#place_order,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a#place_order_back,
  body[class*='elementor-page'] .btn__print.disabled,
  body[class*='elementor-page'] .btn__print.disabled:hover,
  body[class*='elementor-page'] .btn__print:disabled,
  body[class*='elementor-page'] .btn__print:disabled:hover,
  body[class*='elementor-page'] .btn__print:disabled[disabled],
  body[class*='elementor-page'] .btn__print:disabled[disabled]:hover,
  body[class*='elementor-page'] .btn__print:hover,
  body[class*='elementor-page'] .btn__print.single_add_to_cart_button,
  body[class*='elementor-page'] .btn__print.checkout-button,
  body[class*='elementor-page'] .btn__print#place_order,
  body[class*='elementor-page'] .btn__print#place_order_back,
  body[class*='elementor-page'] .wpfda-submit button.disabled,
  body[class*='elementor-page'] .wpfda-submit button.disabled:hover,
  body[class*='elementor-page'] .wpfda-submit button:disabled,
  body[class*='elementor-page'] .wpfda-submit button:disabled:hover,
  body[class*='elementor-page'] .wpfda-submit button:disabled[disabled],
  body[class*='elementor-page'] .wpfda-submit button:disabled[disabled]:hover,
  body[class*='elementor-page'] .wpfda-submit button:hover,
  body[class*='elementor-page'] .wpfda-submit button.single_add_to_cart_button,
  body[class*='elementor-page'] .wpfda-submit button.checkout-button,
  body[class*='elementor-page'] .wpfda-submit button#place_order,
  body[class*='elementor-page'] .wpfda-submit button#place_order_back {
    font-size: 14px;
    color: #fff; }
  body[class*='woocommerce'] #respond input#submit.checkout-button, body[class*='woocommerce'] #respond input#submit#place_order, body[class*='woocommerce'] #respond input#submit#place_order_back,
  body[class*='woocommerce'] #respond input#submit.alt.checkout-button,
  body[class*='woocommerce'] #respond input#submit.alt#place_order,
  body[class*='woocommerce'] #respond input#submit.alt#place_order_back,
  body[class*='woocommerce'] a.button.checkout-button,
  body[class*='woocommerce'] a.button#place_order,
  body[class*='woocommerce'] a.button#place_order_back,
  body[class*='woocommerce'] a.button.alt.checkout-button,
  body[class*='woocommerce'] a.button.alt#place_order,
  body[class*='woocommerce'] a.button.alt#place_order_back,
  body[class*='woocommerce'] button.button.checkout-button,
  body[class*='woocommerce'] button.button#place_order,
  body[class*='woocommerce'] button.button#place_order_back,
  body[class*='woocommerce'] button.button.alt.checkout-button,
  body[class*='woocommerce'] button.button.alt#place_order,
  body[class*='woocommerce'] button.button.alt#place_order_back,
  body[class*='woocommerce'] input.button.checkout-button,
  body[class*='woocommerce'] input.button#place_order,
  body[class*='woocommerce'] input.button#place_order_back,
  body[class*='woocommerce'] input.button.alt.checkout-button,
  body[class*='woocommerce'] input.button.alt#place_order,
  body[class*='woocommerce'] input.button.alt#place_order_back,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.checkout-button,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a#place_order,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a#place_order_back,
  body[class*='woocommerce'] .btn__print.checkout-button,
  body[class*='woocommerce'] .btn__print#place_order,
  body[class*='woocommerce'] .btn__print#place_order_back,
  body[class*='woocommerce'] .wpfda-submit button.checkout-button,
  body[class*='woocommerce'] .wpfda-submit button#place_order,
  body[class*='woocommerce'] .wpfda-submit button#place_order_back,
  body[class*='elementor-page'] #respond input#submit.checkout-button,
  body[class*='elementor-page'] #respond input#submit#place_order,
  body[class*='elementor-page'] #respond input#submit#place_order_back,
  body[class*='elementor-page'] #respond input#submit.alt.checkout-button,
  body[class*='elementor-page'] #respond input#submit.alt#place_order,
  body[class*='elementor-page'] #respond input#submit.alt#place_order_back,
  body[class*='elementor-page'] a.button.checkout-button,
  body[class*='elementor-page'] a.button#place_order,
  body[class*='elementor-page'] a.button#place_order_back,
  body[class*='elementor-page'] a.button.alt.checkout-button,
  body[class*='elementor-page'] a.button.alt#place_order,
  body[class*='elementor-page'] a.button.alt#place_order_back,
  body[class*='elementor-page'] button.button.checkout-button,
  body[class*='elementor-page'] button.button#place_order,
  body[class*='elementor-page'] button.button#place_order_back,
  body[class*='elementor-page'] button.button.alt.checkout-button,
  body[class*='elementor-page'] button.button.alt#place_order,
  body[class*='elementor-page'] button.button.alt#place_order_back,
  body[class*='elementor-page'] input.button.checkout-button,
  body[class*='elementor-page'] input.button#place_order,
  body[class*='elementor-page'] input.button#place_order_back,
  body[class*='elementor-page'] input.button.alt.checkout-button,
  body[class*='elementor-page'] input.button.alt#place_order,
  body[class*='elementor-page'] input.button.alt#place_order_back,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a.checkout-button,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a#place_order,
  body[class*='elementor-page'] .sb-infinite-scroll-load-more > a#place_order_back,
  body[class*='elementor-page'] .btn__print.checkout-button,
  body[class*='elementor-page'] .btn__print#place_order,
  body[class*='elementor-page'] .btn__print#place_order_back,
  body[class*='elementor-page'] .wpfda-submit button.checkout-button,
  body[class*='elementor-page'] .wpfda-submit button#place_order,
  body[class*='elementor-page'] .wpfda-submit button#place_order_back {
    font-weight: 600; }

body[class*='woocommerce'] ul.products,
body[class*='elementor-page'] ul.products {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap; }
  body[class*='woocommerce'] ul.products:before, body[class*='woocommerce'] ul.products:after,
  body[class*='elementor-page'] ul.products:before,
  body[class*='elementor-page'] ul.products:after {
    display: none; }
  body[class*='woocommerce'] ul.products li.product,
  body[class*='elementor-page'] ul.products li.product {
    position: relative;
    display: flex;
    flex: 0 0 49.5%;
    flex-direction: column;
    float: none;
    max-width: 360px;
    padding: 0;
    clear: none;
    border: 1px solid #eeeeee;
    transition: all ease 0.4s; }
    body[class*='woocommerce'] ul.products li.product:before, body[class*='woocommerce'] ul.products li.product:after,
    body[class*='elementor-page'] ul.products li.product:before,
    body[class*='elementor-page'] ul.products li.product:after {
      display: none; }
    body[class*='woocommerce'] ul.products li.product img,
    body[class*='elementor-page'] ul.products li.product img {
      max-height: 269px; }
    @media screen and (max-width: 991px) {
      body[class*='woocommerce'] ul.products li.product.product,
      body[class*='elementor-page'] ul.products li.product.product {
        margin: 0 0 1%; }
      body[class*='woocommerce'] ul.products li.product:nth-child(even),
      body[class*='elementor-page'] ul.products li.product:nth-child(even) {
        margin-left: 1%; } }
    @media screen and (min-width: 992px) {
      body[class*='woocommerce'] ul.products li.product,
      body[class*='elementor-page'] ul.products li.product {
        flex: 0 0 33%;
        margin: 0 0.5% 0.5% 0; }
        body[class*='woocommerce'] ul.products li.product:nth-child(3n),
        body[class*='elementor-page'] ul.products li.product:nth-child(3n) {
          margin-right: 0; }
        body[class*='woocommerce'] ul.products li.product:hover,
        body[class*='elementor-page'] ul.products li.product:hover {
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          transform: translateY(-3px); } }

body[class*='woocommerce'] ul.products li.product > a,
body[class*='woocommerce'] ul.product-slider__products li.product > a,
body[class*='elementor-page'] ul.products li.product > a,
body[class*='elementor-page'] ul.product-slider__products li.product > a {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

body[class*='woocommerce'] ul.products li.product .onsale,
body[class*='woocommerce'] ul.product-slider__products li.product .onsale,
body[class*='elementor-page'] ul.products li.product .onsale,
body[class*='elementor-page'] ul.product-slider__products li.product .onsale {
  top: 5px;
  left: 5px; }

body[class*='woocommerce'] ul.products li.product img,
body[class*='woocommerce'] ul.product-slider__products li.product img,
body[class*='elementor-page'] ul.products li.product img,
body[class*='elementor-page'] ul.product-slider__products li.product img {
  width: 100%;
  min-height: 279px;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  object-fit: contain;
  font-family: "object-fit: contain"; }

body[class*='woocommerce'] ul.products li.product strong,
body[class*='woocommerce'] ul.product-slider__products li.product strong,
body[class*='elementor-page'] ul.products li.product strong,
body[class*='elementor-page'] ul.product-slider__products li.product strong {
  display: block;
  padding: 20px 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000; }

body[class*='woocommerce'] ul.products li.product strong,
body[class*='woocommerce'] ul.products li.product .price,
body[class*='woocommerce'] ul.product-slider__products li.product strong,
body[class*='woocommerce'] ul.product-slider__products li.product .price,
body[class*='elementor-page'] ul.products li.product strong,
body[class*='elementor-page'] ul.products li.product .price,
body[class*='elementor-page'] ul.product-slider__products li.product strong,
body[class*='elementor-page'] ul.product-slider__products li.product .price {
  margin-right: 10px;
  margin-left: 10px; }
  @media screen and (min-width: 550px) {
    body[class*='woocommerce'] ul.products li.product strong,
    body[class*='woocommerce'] ul.products li.product .price,
    body[class*='woocommerce'] ul.product-slider__products li.product strong,
    body[class*='woocommerce'] ul.product-slider__products li.product .price,
    body[class*='elementor-page'] ul.products li.product strong,
    body[class*='elementor-page'] ul.products li.product .price,
    body[class*='elementor-page'] ul.product-slider__products li.product strong,
    body[class*='elementor-page'] ul.product-slider__products li.product .price {
      margin-right: 20px;
      margin-left: 20px; } }

body[class*='woocommerce'] ul.products li.product .price,
body[class*='woocommerce'] ul.product-slider__products li.product .price,
body[class*='elementor-page'] ul.products li.product .price,
body[class*='elementor-page'] ul.product-slider__products li.product .price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  body[class*='woocommerce'] ul.products li.product .price del,
  body[class*='woocommerce'] ul.product-slider__products li.product .price del,
  body[class*='elementor-page'] ul.products li.product .price del,
  body[class*='elementor-page'] ul.product-slider__products li.product .price del {
    order: -1;
    margin-right: 5px; }
  body[class*='woocommerce'] ul.products li.product .price del:after,
  body[class*='woocommerce'] ul.product-slider__products li.product .price del:after,
  body[class*='elementor-page'] ul.products li.product .price del:after,
  body[class*='elementor-page'] ul.product-slider__products li.product .price del:after {
    content: " (UVP)"; }
  body[class*='woocommerce'] ul.products li.product .price ins,
  body[class*='woocommerce'] ul.product-slider__products li.product .price ins,
  body[class*='elementor-page'] ul.products li.product .price ins,
  body[class*='elementor-page'] ul.product-slider__products li.product .price ins {
    display: block;
    width: 100%;
    order: 3; }
  body[class*='woocommerce'] ul.products li.product .price .wgm-sale-label,
  body[class*='woocommerce'] ul.product-slider__products li.product .price .wgm-sale-label,
  body[class*='elementor-page'] ul.products li.product .price .wgm-sale-label,
  body[class*='elementor-page'] ul.product-slider__products li.product .price .wgm-sale-label {
    order: 2;
    font-size: 12px; }

body[class*='woocommerce'] ul.products li.product .wgm-info.price-per-unit.price-per-unit-loop,
body[class*='woocommerce'] ul.product-slider__products li.product .wgm-info.price-per-unit.price-per-unit-loop,
body[class*='elementor-page'] ul.products li.product .wgm-info.price-per-unit.price-per-unit-loop,
body[class*='elementor-page'] ul.product-slider__products li.product .wgm-info.price-per-unit.price-per-unit-loop {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px; }
  @media screen and (min-width: 550px) {
    body[class*='woocommerce'] ul.products li.product .wgm-info.price-per-unit.price-per-unit-loop,
    body[class*='woocommerce'] ul.product-slider__products li.product .wgm-info.price-per-unit.price-per-unit-loop,
    body[class*='elementor-page'] ul.products li.product .wgm-info.price-per-unit.price-per-unit-loop,
    body[class*='elementor-page'] ul.product-slider__products li.product .wgm-info.price-per-unit.price-per-unit-loop {
      margin-right: 20px;
      margin-left: 20px; } }

body[class*='woocommerce'] ul.products li.product .shipping_de_string,
body[class*='woocommerce'] ul.product-slider__products li.product .shipping_de_string,
body[class*='elementor-page'] ul.products li.product .shipping_de_string,
body[class*='elementor-page'] ul.product-slider__products li.product .shipping_de_string {
  display: none; }

body[class*='woocommerce'] ul.products li.product.product-type-variable .product__variant-hint,
body[class*='woocommerce'] ul.product-slider__products li.product.product-type-variable .product__variant-hint,
body[class*='elementor-page'] ul.products li.product.product-type-variable .product__variant-hint,
body[class*='elementor-page'] ul.product-slider__products li.product.product-type-variable .product__variant-hint {
  position: relative; }
  body[class*='woocommerce'] ul.products li.product.product-type-variable .product__variant-hint:before,
  body[class*='woocommerce'] ul.product-slider__products li.product.product-type-variable .product__variant-hint:before,
  body[class*='elementor-page'] ul.products li.product.product-type-variable .product__variant-hint:before,
  body[class*='elementor-page'] ul.product-slider__products li.product.product-type-variable .product__variant-hint:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: auto;
    padding: 8px 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    color: #495659;
    text-align: center;
    content: 'Varianten'; }
    @media screen and (min-width: 992px) {
      body[class*='woocommerce'] ul.products li.product.product-type-variable .product__variant-hint:before,
      body[class*='woocommerce'] ul.product-slider__products li.product.product-type-variable .product__variant-hint:before,
      body[class*='elementor-page'] ul.products li.product.product-type-variable .product__variant-hint:before,
      body[class*='elementor-page'] ul.product-slider__products li.product.product-type-variable .product__variant-hint:before {
        content: 'verschiedene Ausführungen'; } }

body[class*='woocommerce'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button,
body[class*='woocommerce'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button,
body[class*='elementor-page'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button,
body[class*='elementor-page'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button {
  bottom: -9px;
  z-index: 1;
  width: 24px;
  height: 24px;
  color: #6eb528;
  background: transparent; }
  @media screen and (min-width: 768px) {
    body[class*='woocommerce'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button,
    body[class*='woocommerce'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button,
    body[class*='elementor-page'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button,
    body[class*='elementor-page'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button {
      top: auto;
      bottom: -9px; } }
  body[class*='woocommerce'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button .arrow,
  body[class*='woocommerce'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button .arrow,
  body[class*='elementor-page'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button .arrow,
  body[class*='elementor-page'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button .arrow {
    fill: currentColor; }
  body[class*='woocommerce'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button:hover,
  body[class*='woocommerce'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button:hover,
  body[class*='elementor-page'] ul.products li.product .gallerya--product-variation-slider .flickity-prev-next-button:hover,
  body[class*='elementor-page'] ul.product-slider__products li.product .gallerya--product-variation-slider .flickity-prev-next-button:hover {
    color: #4d801c; }

body[class*='woocommerce'] ul.products li.product .woocommerce-de_price_taxrate,
body[class*='woocommerce'] ul.products li.product .woocommerce_de_versandkosten,
body[class*='woocommerce'] ul.product-slider__products li.product .woocommerce-de_price_taxrate,
body[class*='woocommerce'] ul.product-slider__products li.product .woocommerce_de_versandkosten,
body[class*='elementor-page'] ul.products li.product .woocommerce-de_price_taxrate,
body[class*='elementor-page'] ul.products li.product .woocommerce_de_versandkosten,
body[class*='elementor-page'] ul.product-slider__products li.product .woocommerce-de_price_taxrate,
body[class*='elementor-page'] ul.product-slider__products li.product .woocommerce_de_versandkosten {
  display: none !important; }

body[class*='woocommerce'] ul.products .product_info,
body[class*='woocommerce'] ul.products li.product .product_info,
body[class*='woocommerce'] ul.product-slider__products li.product .product_info,
body[class*='elementor-page'] ul.products .product_info,
body[class*='elementor-page'] ul.products li.product .product_info,
body[class*='elementor-page'] ul.product-slider__products li.product .product_info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%; }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] ul.products .product_info,
    body[class*='woocommerce'] ul.products li.product .product_info,
    body[class*='woocommerce'] ul.product-slider__products li.product .product_info,
    body[class*='elementor-page'] ul.products .product_info,
    body[class*='elementor-page'] ul.products li.product .product_info,
    body[class*='elementor-page'] ul.product-slider__products li.product .product_info {
      -webkit-hyphens: auto;
              hyphens: auto; } }
  body[class*='woocommerce'] ul.products .product_info .delivery,
  body[class*='woocommerce'] ul.products .product_info .energy-label,
  body[class*='woocommerce'] ul.products .product_info .stock,
  body[class*='woocommerce'] ul.products li.product .product_info .delivery,
  body[class*='woocommerce'] ul.products li.product .product_info .energy-label,
  body[class*='woocommerce'] ul.products li.product .product_info .stock,
  body[class*='woocommerce'] ul.product-slider__products li.product .product_info .delivery,
  body[class*='woocommerce'] ul.product-slider__products li.product .product_info .energy-label,
  body[class*='woocommerce'] ul.product-slider__products li.product .product_info .stock,
  body[class*='elementor-page'] ul.products .product_info .delivery,
  body[class*='elementor-page'] ul.products .product_info .energy-label,
  body[class*='elementor-page'] ul.products .product_info .stock,
  body[class*='elementor-page'] ul.products li.product .product_info .delivery,
  body[class*='elementor-page'] ul.products li.product .product_info .energy-label,
  body[class*='elementor-page'] ul.products li.product .product_info .stock,
  body[class*='elementor-page'] ul.product-slider__products li.product .product_info .delivery,
  body[class*='elementor-page'] ul.product-slider__products li.product .product_info .energy-label,
  body[class*='elementor-page'] ul.product-slider__products li.product .product_info .stock {
    margin-top: auto;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #000; }
    @media screen and (min-width: 550px) {
      body[class*='woocommerce'] ul.products .product_info .delivery,
      body[class*='woocommerce'] ul.products .product_info .energy-label,
      body[class*='woocommerce'] ul.products .product_info .stock,
      body[class*='woocommerce'] ul.products li.product .product_info .delivery,
      body[class*='woocommerce'] ul.products li.product .product_info .energy-label,
      body[class*='woocommerce'] ul.products li.product .product_info .stock,
      body[class*='woocommerce'] ul.product-slider__products li.product .product_info .delivery,
      body[class*='woocommerce'] ul.product-slider__products li.product .product_info .energy-label,
      body[class*='woocommerce'] ul.product-slider__products li.product .product_info .stock,
      body[class*='elementor-page'] ul.products .product_info .delivery,
      body[class*='elementor-page'] ul.products .product_info .energy-label,
      body[class*='elementor-page'] ul.products .product_info .stock,
      body[class*='elementor-page'] ul.products li.product .product_info .delivery,
      body[class*='elementor-page'] ul.products li.product .product_info .energy-label,
      body[class*='elementor-page'] ul.products li.product .product_info .stock,
      body[class*='elementor-page'] ul.product-slider__products li.product .product_info .delivery,
      body[class*='elementor-page'] ul.product-slider__products li.product .product_info .energy-label,
      body[class*='elementor-page'] ul.product-slider__products li.product .product_info .stock {
        margin-right: 20px;
        margin-left: 20px; } }
    body[class*='woocommerce'] ul.products .product_info .delivery > strong,
    body[class*='woocommerce'] ul.products .product_info .energy-label > strong,
    body[class*='woocommerce'] ul.products .product_info .stock > strong,
    body[class*='woocommerce'] ul.products li.product .product_info .delivery > strong,
    body[class*='woocommerce'] ul.products li.product .product_info .energy-label > strong,
    body[class*='woocommerce'] ul.products li.product .product_info .stock > strong,
    body[class*='woocommerce'] ul.product-slider__products li.product .product_info .delivery > strong,
    body[class*='woocommerce'] ul.product-slider__products li.product .product_info .energy-label > strong,
    body[class*='woocommerce'] ul.product-slider__products li.product .product_info .stock > strong,
    body[class*='elementor-page'] ul.products .product_info .delivery > strong,
    body[class*='elementor-page'] ul.products .product_info .energy-label > strong,
    body[class*='elementor-page'] ul.products .product_info .stock > strong,
    body[class*='elementor-page'] ul.products li.product .product_info .delivery > strong,
    body[class*='elementor-page'] ul.products li.product .product_info .energy-label > strong,
    body[class*='elementor-page'] ul.products li.product .product_info .stock > strong,
    body[class*='elementor-page'] ul.product-slider__products li.product .product_info .delivery > strong,
    body[class*='elementor-page'] ul.product-slider__products li.product .product_info .energy-label > strong,
    body[class*='elementor-page'] ul.product-slider__products li.product .product_info .stock > strong {
      padding: 0;
      margin: auto;
      font-size: 12px; }

body[class*='woocommerce'] .search-result ul.products li.product.product-type-variable strong:before,
body[class*='elementor-page'] .search-result ul.products li.product.product-type-variable strong:before {
  display: none; }

body[class*='woocommerce'] .woocommerce-result-count,
body[class*='elementor-page'] .woocommerce-result-count {
  display: block;
  float: none;
  margin: 1.25em 0 1.75em; }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] .woocommerce-result-count,
    body[class*='elementor-page'] .woocommerce-result-count {
      width: 100%; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .woocommerce-result-count,
    body[class*='elementor-page'] .woocommerce-result-count {
      display: inline;
      float: left; } }

body[class*='woocommerce'] .product-sorting,
body[class*='elementor-page'] .product-sorting {
  position: relative; }
  @media screen and (max-width: 767px) {
    body[class*='woocommerce'] .product-sorting.wc-products-per-page,
    body[class*='elementor-page'] .product-sorting.wc-products-per-page {
      margin: 0 0 1%; } }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] .product-sorting,
    body[class*='elementor-page'] .product-sorting {
      order: -2;
      width: 49.5%;
      margin: 0 1% 0 0; } }

body[class*='woocommerce'] .product-sorting__button,
body[class*='elementor-page'] .product-sorting__button {
  display: block;
  padding: 15px;
  padding-right: 45px;
  margin-left: auto;
  font-size: 13px;
  color: #707070;
  text-align: left;
  cursor: pointer;
  background-color: #f9f9f9;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAQAAAAUexYcAAAAUklEQVR42mNgGIRgtuLsUjK1Tpee/XD2/zl15Gm9Pfs/GJJu+yz72WkwOJOfYaiAOVGzz0DgnI1kOHvOBHBwvZqnRV48z5n9aqYu+Y5XoWHIAADHnCixec0ZvAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center right;
  border: 1px solid #e1e1e1;
  border-radius: 2px; }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] .product-sorting__button,
    body[class*='elementor-page'] .product-sorting__button {
      width: 100%; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .product-sorting__button,
    body[class*='elementor-page'] .product-sorting__button {
      position: absolute;
      top: 0;
      right: 0; } }
  body[class*='woocommerce'] .product-sorting__button:before,
  body[class*='elementor-page'] .product-sorting__button:before {
    content: attr(data-text-mobile); }
    @media screen and (min-width: 801px) {
      body[class*='woocommerce'] .product-sorting__button:before,
      body[class*='elementor-page'] .product-sorting__button:before {
        content: attr(data-text-desktop); } }

body[class*='woocommerce'] .woocommerce-ordering,
body[class*='elementor-page'] .woocommerce-ordering {
  margin: 0; }

body[class*='woocommerce'] .woocommerce-ordering__fields,
body[class*='elementor-page'] .woocommerce-ordering__fields {
  position: absolute;
  top: 65px;
  z-index: 10;
  display: none;
  width: 270px;
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.025), 1px 0 0 rgba(0, 0, 0, 0.025), 0 -1px 0 rgba(0, 0, 0, 0.025), -1px 0 0 rgba(0, 0, 0, 0.025); }
  @media screen and (min-width: 400px) {
    body[class*='woocommerce'] .woocommerce-ordering__fields,
    body[class*='elementor-page'] .woocommerce-ordering__fields {
      width: 300px; } }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] .woocommerce-ordering__fields,
    body[class*='elementor-page'] .woocommerce-ordering__fields {
      left: 0; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .woocommerce-ordering__fields,
    body[class*='elementor-page'] .woocommerce-ordering__fields {
      right: 0; } }
  body[class*='woocommerce'] .woocommerce-ordering__fields:before,
  body[class*='elementor-page'] .woocommerce-ordering__fields:before {
    position: absolute;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    background-color: #fff;
    border-radius: 1px;
    transform: translate(-50%, -50%) rotate(45deg); }
    @media screen and (max-width: 991px) {
      body[class*='woocommerce'] .woocommerce-ordering__fields:before,
      body[class*='elementor-page'] .woocommerce-ordering__fields:before {
        left: 45px; } }
    @media screen and (min-width: 992px) {
      body[class*='woocommerce'] .woocommerce-ordering__fields:before,
      body[class*='elementor-page'] .woocommerce-ordering__fields:before {
        right: 45px; } }
  body[class*='woocommerce'] .woocommerce-ordering__fields.is-open,
  body[class*='elementor-page'] .woocommerce-ordering__fields.is-open {
    display: block; }

body[class*='woocommerce'] .choice-input,
body[class*='elementor-page'] .choice-input {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer; }
  body[class*='woocommerce'] .choice-input:last-child,
  body[class*='elementor-page'] .choice-input:last-child {
    margin-bottom: 0; }
  body[class*='woocommerce'] .choice-input__input,
  body[class*='elementor-page'] .choice-input__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  body[class*='woocommerce'] .choice-input__label,
  body[class*='elementor-page'] .choice-input__label {
    flex: 1 1 auto;
    margin-left: 1em; }
  body[class*='woocommerce'] .choice-input__indicator,
  body[class*='elementor-page'] .choice-input__indicator {
    position: relative;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    font-size: 1.25em;
    border: 1px #4d801c solid;
    border-radius: 100%; }
    body[class*='woocommerce'] .choice-input__indicator:before,
    body[class*='elementor-page'] .choice-input__indicator:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0.75em;
      height: 0.75em;
      content: '';
      background-color: transparent;
      border-radius: 100%;
      transform: translateX(-50%) translateY(-50%); }
  body[class*='woocommerce'] .choice-input :checked + .choice-input__indicator:before,
  body[class*='elementor-page'] .choice-input :checked + .choice-input__indicator:before {
    background-color: #4d801c; }

body[class*='woocommerce'] nav.woocommerce-pagination,
body[class*='elementor-page'] nav.woocommerce-pagination {
  margin: 20px 0;
  text-align: center; }
  body[class*='woocommerce'] nav.woocommerce-pagination ul,
  body[class*='elementor-page'] nav.woocommerce-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0; }
    body[class*='woocommerce'] nav.woocommerce-pagination ul li,
    body[class*='elementor-page'] nav.woocommerce-pagination ul li {
      display: inline-block;
      float: none;
      margin: 5px;
      border: 0; }
      body[class*='woocommerce'] nav.woocommerce-pagination ul li a,
      body[class*='woocommerce'] nav.woocommerce-pagination ul li span,
      body[class*='elementor-page'] nav.woocommerce-pagination ul li a,
      body[class*='elementor-page'] nav.woocommerce-pagination ul li span {
        display: block;
        width: 40px;
        height: 40px;
        padding: 10px;
        color: #777777;
        text-align: center;
        background-color: #fcfcfc;
        border: 1px solid #e1e1e1;
        border-radius: 50%; }
      body[class*='woocommerce'] nav.woocommerce-pagination ul li .current,
      body[class*='elementor-page'] nav.woocommerce-pagination ul li .current {
        font-weight: 600;
        color: #fff;
        background-color: #495659;
        border-color: #fff; }
      body[class*='woocommerce'] nav.woocommerce-pagination ul li a:hover,
      body[class*='elementor-page'] nav.woocommerce-pagination ul li a:hover {
        color: #fff;
        background-color: #495659;
        border-color: #d4d4d4; }

body[class*='woocommerce'] .related.products,
body[class*='elementor-page'] .related.products {
  padding: 20px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eeeeee; }
  body[class*='woocommerce'] .related.products .container > span,
  body[class*='elementor-page'] .related.products .container > span {
    display: block;
    margin: 20px 0 30px;
    font-size: 30px;
    color: #777777; }

body[class*='woocommerce'] .woocommerce-error:before,
body[class*='woocommerce'] .woocommerce-info:before,
body[class*='woocommerce'] .woocommerce-message:before,
body[class*='elementor-page'] .woocommerce-error:before,
body[class*='elementor-page'] .woocommerce-info:before,
body[class*='elementor-page'] .woocommerce-message:before {
  top: 50%;
  transform: translateY(-50%); }

body[class*='woocommerce'] .woocommerce-message,
body[class*='elementor-page'] .woocommerce-message {
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 50px;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  @media only screen and (max-width: 600px) {
    body[class*='woocommerce'] .woocommerce-message,
    body[class*='elementor-page'] .woocommerce-message {
      flex-direction: column-reverse;
      padding: 1.13rem 3.5rem; }
      body[class*='woocommerce'] .woocommerce-message:before,
      body[class*='elementor-page'] .woocommerce-message:before {
        top: 1.25rem;
        left: 0.88rem;
        transform: translateY(0); } }
  body[class*='woocommerce'] .woocommerce-message hr,
  body[class*='elementor-page'] .woocommerce-message hr {
    border-top-color: #c9e2b3; }
  body[class*='woocommerce'] .woocommerce-message .alert-link,
  body[class*='elementor-page'] .woocommerce-message .alert-link {
    color: #2b542c; }
  body[class*='woocommerce'] .woocommerce-message .button,
  body[class*='elementor-page'] .woocommerce-message .button {
    order: 3;
    margin-left: auto; }
    @media only screen and (max-width: 600px) {
      body[class*='woocommerce'] .woocommerce-message .button,
      body[class*='elementor-page'] .woocommerce-message .button {
        display: block;
        order: unset;
        width: 100%;
        margin-top: 10px; } }

body[class*='woocommerce'] .woocommerce-info,
body[class*='elementor-page'] .woocommerce-info {
  background-color: #f9f9f9;
  border-color: #e7e7e7;
  color: #ffffff;
  color: #484848;
  border: 1px solid #e7e7e7; }
  body[class*='woocommerce'] .woocommerce-info hr,
  body[class*='elementor-page'] .woocommerce-info hr {
    border-top-color: #dadada; }
  body[class*='woocommerce'] .woocommerce-info .alert-link,
  body[class*='elementor-page'] .woocommerce-info .alert-link {
    color: #e6e6e6; }
  body[class*='woocommerce'] .woocommerce-info a,
  body[class*='elementor-page'] .woocommerce-info a {
    font-weight: 600; }
    body[class*='woocommerce'] .woocommerce-info a .button,
    body[class*='elementor-page'] .woocommerce-info a .button {
      color: #ffffff; }
  body[class*='woocommerce'] .woocommerce-info:before,
  body[class*='elementor-page'] .woocommerce-info:before {
    width: 13px;
    height: 13px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%238fae1b' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] .woocommerce-info,
    body[class*='elementor-page'] .woocommerce-info {
      display: grid; }
      body[class*='woocommerce'] .woocommerce-info #pay_with_amazon,
      body[class*='elementor-page'] .woocommerce-info #pay_with_amazon {
        float: none;
        order: 2; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .woocommerce-info.wc-amazon-payments-advanced-info,
    body[class*='elementor-page'] .woocommerce-info.wc-amazon-payments-advanced-info {
      line-height: 45px; } }

body[class*='woocommerce'] select,
body[class*='elementor-page'] select {
  display: block;
  max-width: 100%;
  height: 50px;
  padding: 0 45px 0 10px !important;
  margin: 0;
  font-size: 13px;
  color: #707070;
  vertical-align: middle;
  background-color: #f9f9f9;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAQAAAAUexYcAAAAUklEQVR42mNgGIRgtuLsUjK1Tpee/XD2/zl15Gm9Pfs/GJJu+yz72WkwOJOfYaiAOVGzz0DgnI1kOHvOBHBwvZqnRV48z5n9aqYu+Y5XoWHIAADHnCixec0ZvAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center right;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  outline: 0;
  appearance: none; }
  body[class*='woocommerce'] select:focus,
  body[class*='elementor-page'] select:focus {
    outline: 0; }
  body[class*='woocommerce'] select option,
  body[class*='elementor-page'] select option {
    max-width: 100%; }

body[class*='woocommerce'] select::-ms-expand,
body[class*='elementor-page'] select::-ms-expand {
  display: none; }

body[class*='woocommerce'] input[type='text'],
body[class*='woocommerce'] input[type='email'],
body[class*='woocommerce'] input[type='tel'],
body[class*='woocommerce'] input[type='password'],
body[class*='woocommerce'] textarea,
body[class*='elementor-page'] input[type='text'],
body[class*='elementor-page'] input[type='email'],
body[class*='elementor-page'] input[type='tel'],
body[class*='elementor-page'] input[type='password'],
body[class*='elementor-page'] textarea {
  padding: 10px;
  color: #707070;
  background-color: #fff;
  border: 1px solid #e1e1e1; }

body[class*='woocommerce'] textarea,
body[class*='elementor-page'] textarea {
  max-width: 100%; }

body[class*='woocommerce'] .quantity .qty,
body[class*='elementor-page'] .quantity .qty {
  height: 45px; }

body[class*='woocommerce'] .phone_description input,
body[class*='woocommerce'] .checkout .form-row.phone_description .input-text,
body[class*='woocommerce'] .woocommerce-form-pay .form-row.phone_description .input-text,
body[class*='elementor-page'] .phone_description input,
body[class*='elementor-page'] .checkout .form-row.phone_description .input-text,
body[class*='elementor-page'] .woocommerce-form-pay .form-row.phone_description .input-text {
  display: none; }

body[class*='woocommerce'] .brand-description,
body[class*='elementor-page'] .brand-description {
  position: relative;
  overflow: visible; }
  @media screen and (min-width: 550px) {
    body[class*='woocommerce'] .brand-description,
    body[class*='elementor-page'] .brand-description {
      padding-top: 20px; } }
  body[class*='woocommerce'] .brand-description .text,
  body[class*='elementor-page'] .brand-description .text {
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%; }
    body[class*='woocommerce'] .brand-description .text .woocommerce + h2,
    body[class*='elementor-page'] .brand-description .text .woocommerce + h2 {
      order: 1;
      margin-top: 80px; }
    body[class*='woocommerce'] .brand-description .text .description-control a,
    body[class*='elementor-page'] .brand-description .text .description-control a {
      display: inline-block;
      margin-top: 20px; }
  body[class*='woocommerce'] .brand-description .brand-image,
  body[class*='elementor-page'] .brand-description .brand-image {
    width: auto;
    margin: 10px 0 20px; }
    @media screen and (min-width: 550px) {
      body[class*='woocommerce'] .brand-description .brand-image,
      body[class*='elementor-page'] .brand-description .brand-image {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        transform: translateY(-100%); } }

body[class*='woocommerce'] #beschreibung,
body[class*='elementor-page'] #beschreibung {
  margin-top: 10px; }
  body[class*='woocommerce'] #beschreibung:before,
  body[class*='elementor-page'] #beschreibung:before {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    content: 'Mehr Informationen zur Marke'; }

@media screen and (max-width: 991px) {
  body[class*='woocommerce'] div.product .product-summary,
  body[class*='elementor-page'] div.product .product-summary {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px; }
    body[class*='woocommerce'] div.product .product-summary *,
    body[class*='elementor-page'] div.product .product-summary * {
      max-width: 100%; }
    body[class*='woocommerce'] div.product .product-summary .woocommerce-product-details__short-description,
    body[class*='woocommerce'] div.product .product-summary #woocommerce-reputations-trusted-shops-product-stars,
    body[class*='elementor-page'] div.product .product-summary .woocommerce-product-details__short-description,
    body[class*='elementor-page'] div.product .product-summary #woocommerce-reputations-trusted-shops-product-stars {
      order: 1; }
    body[class*='woocommerce'] div.product .product-summary .legacy-itemprop-offers,
    body[class*='elementor-page'] div.product .product-summary .legacy-itemprop-offers {
      order: 2;
      margin-top: 10px; }
    body[class*='woocommerce'] div.product .product-summary form.cart,
    body[class*='woocommerce'] div.product .product-summary .wgm-info,
    body[class*='woocommerce'] div.product .product-summary .stock,
    body[class*='woocommerce'] div.product .product-summary .lowest_delivery_variations,
    body[class*='elementor-page'] div.product .product-summary form.cart,
    body[class*='elementor-page'] div.product .product-summary .wgm-info,
    body[class*='elementor-page'] div.product .product-summary .stock,
    body[class*='elementor-page'] div.product .product-summary .lowest_delivery_variations {
      order: 3; }
    body[class*='woocommerce'] div.product .product-summary .product_meta,
    body[class*='woocommerce'] div.product .product-summary .related-accessories--summary,
    body[class*='elementor-page'] div.product .product-summary .product_meta,
    body[class*='elementor-page'] div.product .product-summary .related-accessories--summary {
      order: 4; }
    body[class*='woocommerce'] div.product .product-summary .woocommerce-tabs,
    body[class*='elementor-page'] div.product .product-summary .woocommerce-tabs {
      order: 5;
      margin-bottom: 30px; }
    body[class*='woocommerce'] div.product .product-summary .anchor,
    body[class*='woocommerce'] div.product .product-summary .product-brand,
    body[class*='elementor-page'] div.product .product-summary .anchor,
    body[class*='elementor-page'] div.product .product-summary .product-brand {
      order: 6;
      margin: 0; }
    body[class*='woocommerce'] div.product .product-summary .woocommerce-de_price_taxrate,
    body[class*='woocommerce'] div.product .product-summary form.cart,
    body[class*='woocommerce'] div.product .product-summary .product_meta,
    body[class*='woocommerce'] div.product .product-summary .related-accessories--summary,
    body[class*='elementor-page'] div.product .product-summary .woocommerce-de_price_taxrate,
    body[class*='elementor-page'] div.product .product-summary form.cart,
    body[class*='elementor-page'] div.product .product-summary .product_meta,
    body[class*='elementor-page'] div.product .product-summary .related-accessories--summary {
      margin-bottom: 15px; }
    body[class*='woocommerce'] div.product .product-summary .related-accessories--summary,
    body[class*='elementor-page'] div.product .product-summary .related-accessories--summary {
      margin-top: 0; } }

body[class*='woocommerce'] div.product.product-type-variable .product-summary > .wgm-info,
body[class*='elementor-page'] div.product.product-type-variable .product-summary > .wgm-info {
  display: none; }

body[class*='woocommerce'] div.product .product-summary .anchor,
body[class*='elementor-page'] div.product .product-summary .anchor {
  float: right;
  margin: 0; }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] div.product .product-summary .anchor,
    body[class*='elementor-page'] div.product .product-summary .anchor {
      position: relative;
      z-index: 1;
      margin-top: 4em; } }

body[class*='woocommerce'] div.product .woocommerce-product-details__short-description,
body[class*='elementor-page'] div.product .woocommerce-product-details__short-description {
  margin-bottom: 10px; }
  body[class*='woocommerce'] div.product .woocommerce-product-details__short-description ul,
  body[class*='elementor-page'] div.product .woocommerce-product-details__short-description ul {
    margin-left: 20px;
    list-style: disc; }

body[class*='woocommerce'] div.product div.images,
body[class*='elementor-page'] div.product div.images {
  float: none;
  width: 100%;
  margin-bottom: 0; }
  body[class*='woocommerce'] div.product div.images img,
  body[class*='elementor-page'] div.product div.images img {
    width: 100%;
    border: 1px solid #e1e1e1; }
  body[class*='woocommerce'] div.product div.images a,
  body[class*='elementor-page'] div.product div.images a {
    position: relative;
    display: block; }
    body[class*='woocommerce'] div.product div.images a:hover:before,
    body[class*='elementor-page'] div.product div.images a:hover:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      content: ' ';
      background-color: rgba(255, 255, 255, 0.5); }
    body[class*='woocommerce'] div.product div.images a:hover:after,
    body[class*='elementor-page'] div.product div.images a:hover:after {
      display: inline-block;
      font: normal normal normal 14px/1 icons;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 100px;
      height: 100px;
      padding: 35px;
      font-size: 30px;
      line-height: 1;
      color: #fff;
      text-align: center;
      content: '\e80b';
      border-radius: 50%;
      transform: translateX(-50%) translateY(-50%); }
  body[class*='woocommerce'] div.product div.images div.thumbnails,
  body[class*='elementor-page'] div.product div.images div.thumbnails {
    padding-top: initial; }
    body[class*='woocommerce'] div.product div.images div.thumbnails a,
    body[class*='elementor-page'] div.product div.images div.thumbnails a {
      width: 24% !important;
      margin-right: 1.25% !important; }
      body[class*='woocommerce'] div.product div.images div.thumbnails a:after,
      body[class*='elementor-page'] div.product div.images div.thumbnails a:after {
        width: 45px;
        height: 45px;
        padding: 15px;
        font-size: 15px;
        border-radius: 50%; }
      body[class*='woocommerce'] div.product div.images div.thumbnails a.first, body[class*='woocommerce'] div.product div.images div.thumbnails a.last,
      body[class*='elementor-page'] div.product div.images div.thumbnails a.first,
      body[class*='elementor-page'] div.product div.images div.thumbnails a.last {
        margin-right: 1.25% !important;
        clear: none !important; }
      body[class*='woocommerce'] div.product div.images div.thumbnails a:nth-child(4n), body[class*='woocommerce'] div.product div.images div.thumbnails a:last-child,
      body[class*='elementor-page'] div.product div.images div.thumbnails a:nth-child(4n),
      body[class*='elementor-page'] div.product div.images div.thumbnails a:last-child {
        margin-right: 0 !important; }

body[class*='woocommerce'] div.product .flex-control-thumbs li.flex-active img,
body[class*='elementor-page'] div.product .flex-control-thumbs li.flex-active img {
  opacity: 1; }

body[class*='woocommerce'] div.product .woocommerce-product-gallery,
body[class*='elementor-page'] div.product .woocommerce-product-gallery {
  margin-bottom: 30px !important;
  border: 1px solid #e1e1e1; }
  body[class*='woocommerce'] div.product .woocommerce-product-gallery .woocommerce-product-gallery__image > a > img,
  body[class*='elementor-page'] div.product .woocommerce-product-gallery .woocommerce-product-gallery__image > a > img {
    max-width: 100%;
    height: auto;
    max-height: 425px;
    margin: 0 auto;
    border: 0;
    object-fit: contain; }

body[class*='woocommerce'] div.product .woocommerce-tabs,
body[class*='elementor-page'] div.product .woocommerce-tabs {
  font-size: 14px;
  line-height: 1.8; }
  body[class*='woocommerce'] div.product .woocommerce-tabs table,
  body[class*='elementor-page'] div.product .woocommerce-tabs table {
    font-size: 14px; }
  body[class*='woocommerce'] div.product .woocommerce-tabs h2,
  body[class*='elementor-page'] div.product .woocommerce-tabs h2 {
    margin-top: 50px;
    font-size: 18px; }
    body[class*='woocommerce'] div.product .woocommerce-tabs h2:first-child,
    body[class*='elementor-page'] div.product .woocommerce-tabs h2:first-child {
      margin-top: 0; }
  body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs,
  body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0; }
    body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs:before,
    body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs:before {
      border-bottom: 0; }
    body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs li,
    body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs li {
      padding: 0;
      margin: 0;
      background: transparent;
      border: 0;
      border-radius: 0; }
      @media (max-width: 449px) {
        body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs li,
        body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs li {
          width: 100%; } }
      body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs li:before, body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs li:after,
      body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs li:before,
      body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
      body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs li a,
      body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs li a {
        display: block;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        background-color: #efefef;
        border: 1px solid #efefef; }
      body[class*='woocommerce'] div.product .woocommerce-tabs ul.tabs li.active a,
      body[class*='elementor-page'] div.product .woocommerce-tabs ul.tabs li.active a {
        background-color: #fff;
        border-bottom: 1px solid #fff; }
  body[class*='woocommerce'] div.product .woocommerce-tabs .panel,
  body[class*='elementor-page'] div.product .woocommerce-tabs .panel {
    padding: 40px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #efefef; }
    @media (min-width: 450px) {
      body[class*='woocommerce'] div.product .woocommerce-tabs .panel,
      body[class*='elementor-page'] div.product .woocommerce-tabs .panel {
        margin-top: -1px; } }
    body[class*='woocommerce'] div.product .woocommerce-tabs .panel p:last-child,
    body[class*='elementor-page'] div.product .woocommerce-tabs .panel p:last-child {
      margin-bottom: 0; }
    body[class*='woocommerce'] div.product .woocommerce-tabs .panel ul,
    body[class*='elementor-page'] div.product .woocommerce-tabs .panel ul {
      margin-bottom: 30px; }

body[class*='woocommerce'] div.product .product_title,
body[class*='elementor-page'] div.product .product_title {
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] div.product .product_title--mobile,
    body[class*='elementor-page'] div.product .product_title--mobile {
      display: none; } }

@media screen and (max-width: 991px) {
  body[class*='woocommerce'] div.product .product-summary .product_title,
  body[class*='elementor-page'] div.product .product-summary .product_title {
    display: none; } }

body[class*='woocommerce'] div.product.product-type-variable .legacy-itemprop-offers .wgm-info.shipping_de.shipping_de_string,
body[class*='elementor-page'] div.product.product-type-variable .legacy-itemprop-offers .wgm-info.shipping_de.shipping_de_string {
  display: block;
  order: 3; }

body[class*='woocommerce'] div.product .legacy-itemprop-offers,
body[class*='elementor-page'] div.product .legacy-itemprop-offers {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers .price__rules,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers .price__rules {
    margin-bottom: 15px; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers .price,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers .price {
    display: flex;
    flex-wrap: wrap;
    order: 1;
    margin-bottom: 0; }
    body[class*='woocommerce'] div.product .legacy-itemprop-offers .price del,
    body[class*='elementor-page'] div.product .legacy-itemprop-offers .price del {
      display: block;
      margin-right: 5px;
      font-size: 16px;
      opacity: 1;
      order: 1; }
      body[class*='woocommerce'] div.product .legacy-itemprop-offers .price del:after,
      body[class*='elementor-page'] div.product .legacy-itemprop-offers .price del:after {
        content: " (UVP)"; }
      body[class*='woocommerce'] div.product .legacy-itemprop-offers .price del .amount,
      body[class*='elementor-page'] div.product .legacy-itemprop-offers .price del .amount {
        font-size: 16px; }
    body[class*='woocommerce'] div.product .legacy-itemprop-offers .price ins,
    body[class*='elementor-page'] div.product .legacy-itemprop-offers .price ins {
      display: block;
      clear: both;
      width: 100%;
      font-size: 16px;
      color: #e40712;
      text-decoration: none;
      order: 3; }
      body[class*='woocommerce'] div.product .legacy-itemprop-offers .price ins .amount,
      body[class*='elementor-page'] div.product .legacy-itemprop-offers .price ins .amount {
        color: #e40712; }
    body[class*='woocommerce'] div.product .legacy-itemprop-offers .price .wgm-sale-label,
    body[class*='elementor-page'] div.product .legacy-itemprop-offers .price .wgm-sale-label {
      position: relative;
      font-size: 12px;
      order: 2; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers .wc_eu_energy_label_product_ratings_box,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers .wc_eu_energy_label_product_ratings_box {
    order: 3; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers .wgm-info.woocommerce_de_versandkosten,
  body[class*='woocommerce'] div.product .legacy-itemprop-offers .wgm-info.shipping_de.shipping_de_string,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers .wgm-info.woocommerce_de_versandkosten,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers .wgm-info.shipping_de.shipping_de_string {
    display: none; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers .wgm-info.price-per-unit.price-per-unit-loop,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers .wgm-info.price-per-unit.price-per-unit-loop {
    order: 4; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers .woocommerce-de_price_taxrate,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers .woocommerce-de_price_taxrate {
    order: 2; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers__rules,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers__rules {
    margin: 20px 0;
    font-size: 12px; }
    body[class*='woocommerce'] div.product .legacy-itemprop-offers__rules tr td:first-child,
    body[class*='elementor-page'] div.product .legacy-itemprop-offers__rules tr td:first-child {
      display: block;
      margin-right: 20px; }
  body[class*='woocommerce'] div.product .legacy-itemprop-offers__rules.variation,
  body[class*='elementor-page'] div.product .legacy-itemprop-offers__rules.variation {
    display: none; }

body[class*='woocommerce'] div.product .wgm-info,
body[class*='woocommerce'] div.product .wgm-info *,
body[class*='elementor-page'] div.product .wgm-info,
body[class*='elementor-page'] div.product .wgm-info * {
  font-size: 12px; }
  body[class*='woocommerce'] div.product .wgm-info a,
  body[class*='woocommerce'] div.product .wgm-info * a,
  body[class*='elementor-page'] div.product .wgm-info a,
  body[class*='elementor-page'] div.product .wgm-info * a {
    font-weight: 700; }

body[class*='woocommerce'] div.product table.discount__table,
body[class*='elementor-page'] div.product table.discount__table {
  display: block;
  padding-top: 10px;
  clear: both; }

body[class*='woocommerce'] div.product .product-variations-hide_wrapper,
body[class*='elementor-page'] div.product .product-variations-hide_wrapper {
  display: none; }

body[class*='woocommerce'] div.product .variations_form .single_variation_wrap .woocommerce-variation.single_variation,
body[class*='elementor-page'] div.product .variations_form .single_variation_wrap .woocommerce-variation.single_variation {
  margin-bottom: 20px; }

body[class*='woocommerce'] div.product .variations_form .single_variation_wrap .gform_wrapper,
body[class*='elementor-page'] div.product .variations_form .single_variation_wrap .gform_wrapper {
  margin-top: 0; }

body[class*='woocommerce'] div.product .woocommerce-variation-price,
body[class*='elementor-page'] div.product .woocommerce-variation-price {
  display: flex;
  flex-flow: column; }
  body[class*='woocommerce'] div.product .woocommerce-variation-price .price__rules,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .price__rules {
    order: 1;
    margin-bottom: 1rem; }
  body[class*='woocommerce'] div.product .woocommerce-variation-price .price,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    order: 2; }
    body[class*='woocommerce'] div.product .woocommerce-variation-price .price del,
    body[class*='elementor-page'] div.product .woocommerce-variation-price .price del {
      order: 1; }
      body[class*='woocommerce'] div.product .woocommerce-variation-price .price del:after,
      body[class*='elementor-page'] div.product .woocommerce-variation-price .price del:after {
        content: ' (UVP)'; }
    body[class*='woocommerce'] div.product .woocommerce-variation-price .price ins,
    body[class*='elementor-page'] div.product .woocommerce-variation-price .price ins {
      order: 3;
      width: 100%; }
  body[class*='woocommerce'] div.product .woocommerce-variation-price .wgm-info.woocommerce-de_price_taxrate,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .wgm-info.woocommerce-de_price_taxrate {
    order: 3; }
  body[class*='woocommerce'] div.product .woocommerce-variation-price .wgm-info.woocommerce_de_versandkosten,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .wgm-info.woocommerce_de_versandkosten {
    order: 4; }
  body[class*='woocommerce'] div.product .woocommerce-variation-price .wgm-info.shipping_de,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .wgm-info.shipping_de {
    order: 5; }
  body[class*='woocommerce'] div.product .woocommerce-variation-price .wgm-sale-label,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .wgm-sale-label {
    order: 2;
    padding-left: 3px;
    margin-right: 0.625rem;
    font-size: 12px; }
  body[class*='woocommerce'] div.product .woocommerce-variation-price .wgm-single-variation-wrap .woocommerce-de_price_taxrate,
  body[class*='woocommerce'] div.product .woocommerce-variation-price .wgm-single-variation-wrap .woocommerce_de_versandkosten,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .wgm-single-variation-wrap .woocommerce-de_price_taxrate,
  body[class*='elementor-page'] div.product .woocommerce-variation-price .wgm-single-variation-wrap .woocommerce_de_versandkosten {
    font-size: 12px;
    font-weight: 600; }

body[class*='woocommerce'] div.product .gform_wrapper,
body[class*='elementor-page'] div.product .gform_wrapper {
  max-width: 100%; }
  body[class*='woocommerce'] div.product .gform_wrapper .gfield_label,
  body[class*='elementor-page'] div.product .gform_wrapper .gfield_label {
    font-size: 18px; }
  body[class*='woocommerce'] div.product .gform_wrapper .gfield_description,
  body[class*='elementor-page'] div.product .gform_wrapper .gfield_description {
    margin-bottom: 0.5em; }
  body[class*='woocommerce'] div.product .gform_wrapper .ginput_container label,
  body[class*='elementor-page'] div.product .gform_wrapper .ginput_container label {
    font-size: 14px; }

body[class*='woocommerce'] div.product .gform_footer,
body[class*='elementor-page'] div.product .gform_footer {
  display: none; }

body[class*='woocommerce'] div.product .shipping_de_string,
body[class*='elementor-page'] div.product .shipping_de_string {
  display: block;
  margin-bottom: 0; }

body[class*='woocommerce'] div.product .shipping_de_string + form,
body[class*='elementor-page'] div.product .shipping_de_string + form {
  margin-top: 50px; }

body[class*='woocommerce'] div.product .stock,
body[class*='elementor-page'] div.product .stock {
  font-size: 12px;
  color: currentColor; }

body[class*='woocommerce'] div.product .product-brand,
body[class*='elementor-page'] div.product .product-brand {
  position: relative;
  margin: 30px 0 10px; }
  body[class*='woocommerce'] div.product .product-brand:before, body[class*='woocommerce'] div.product .product-brand:after,
  body[class*='elementor-page'] div.product .product-brand:before,
  body[class*='elementor-page'] div.product .product-brand:after {
    content: " ";
    display: table; }
  body[class*='woocommerce'] div.product .product-brand:after,
  body[class*='elementor-page'] div.product .product-brand:after {
    clear: both; }
  @media screen and (max-width: 499px) {
    body[class*='woocommerce'] div.product .product-brand,
    body[class*='elementor-page'] div.product .product-brand {
      padding-bottom: 58px; } }
  body[class*='woocommerce'] div.product .product-brand a,
  body[class*='elementor-page'] div.product .product-brand a {
    float: left;
    margin-right: 30px; }
    body[class*='woocommerce'] div.product .product-brand a:last-of-type,
    body[class*='elementor-page'] div.product .product-brand a:last-of-type {
      margin-right: 0; }
    body[class*='woocommerce'] div.product .product-brand a.brand-catalog,
    body[class*='elementor-page'] div.product .product-brand a.brand-catalog {
      float: right;
      margin: 0; }
  body[class*='woocommerce'] div.product .product-brand img,
  body[class*='elementor-page'] div.product .product-brand img {
    width: auto;
    height: 50px; }

body[class*='woocommerce'] div.product .variations_form,
body[class*='elementor-page'] div.product .variations_form {
  position: relative;
  padding: 12px 15px 10px;
  margin-top: 50px;
  margin-bottom: 0;
  overflow: visible;
  background-color: #fcfcfc;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px; }
  body[class*='woocommerce'] div.product .variations_form:before,
  body[class*='elementor-page'] div.product .variations_form:before {
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    content: 'Verschiedene Ausf\00FC hrungen verf\00FC gbar. Bitte w\00E4 hlen Sie:'; }
  body[class*='woocommerce'] div.product .variations_form .variations,
  body[class*='elementor-page'] div.product .variations_form .variations {
    width: 100%;
    margin-bottom: 0; }
    body[class*='woocommerce'] div.product .variations_form .variations th,
    body[class*='woocommerce'] div.product .variations_form .variations td,
    body[class*='elementor-page'] div.product .variations_form .variations th,
    body[class*='elementor-page'] div.product .variations_form .variations td {
      display: block; }
    body[class*='woocommerce'] div.product .variations_form .variations td.label,
    body[class*='elementor-page'] div.product .variations_form .variations td.label {
      padding-right: 0;
      vertical-align: middle; }
    body[class*='woocommerce'] div.product .variations_form .variations label,
    body[class*='elementor-page'] div.product .variations_form .variations label {
      font-size: 11px; }
    body[class*='woocommerce'] div.product .variations_form .variations select,
    body[class*='elementor-page'] div.product .variations_form .variations select {
      width: 100%; }
    body[class*='woocommerce'] div.product .variations_form .variations .reset_variations,
    body[class*='elementor-page'] div.product .variations_form .variations .reset_variations {
      display: block;
      text-align: right; }
  body[class*='woocommerce'] div.product .variations_form .gform-label,
  body[class*='elementor-page'] div.product .variations_form .gform-label {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 700; }

body[class*='woocommerce'] div.product .variations_button,
body[class*='elementor-page'] div.product .variations_button {
  margin: 30px 0; }
  body[class*='woocommerce'] div.product .variations_button:before, body[class*='woocommerce'] div.product .variations_button:after,
  body[class*='elementor-page'] div.product .variations_button:before,
  body[class*='elementor-page'] div.product .variations_button:after {
    content: " ";
    display: table; }
  body[class*='woocommerce'] div.product .variations_button:after,
  body[class*='elementor-page'] div.product .variations_button:after {
    clear: both; }

body[class*='woocommerce'] div.product .product_meta,
body[class*='elementor-page'] div.product .product_meta {
  margin-top: 10px;
  margin-bottom: 50px; }
  body[class*='woocommerce'] div.product .product_meta__block > span,
  body[class*='elementor-page'] div.product .product_meta__block > span {
    display: inline-block;
    font-size: 11px;
    line-height: 2;
    color: #919191; }
    body[class*='woocommerce'] div.product .product_meta__block > span:not(:last-child):after,
    body[class*='elementor-page'] div.product .product_meta__block > span:not(:last-child):after {
      content: ', '; }

body[class*='woocommerce'] .product-addon,
body[class*='elementor-page'] .product-addon {
  position: relative;
  padding: 20px;
  margin: 10px 0;
  overflow: hidden;
  font-size: 11px;
  color: #6e6e6e;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1; }
  body[class*='woocommerce'] .product-addon .addon-name,
  body[class*='elementor-page'] .product-addon .addon-name {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 700; }
  body[class*='woocommerce'] .product-addon .addon-description,
  body[class*='elementor-page'] .product-addon .addon-description {
    margin-bottom: 20px; }
    body[class*='woocommerce'] .product-addon .addon-description p,
    body[class*='elementor-page'] .product-addon .addon-description p {
      font-style: normal; }
  body[class*='woocommerce'] .product-addon .form-row,
  body[class*='elementor-page'] .product-addon .form-row {
    padding: 0;
    margin: 0 0 10px; }
    body[class*='woocommerce'] .product-addon .form-row label,
    body[class*='elementor-page'] .product-addon .form-row label {
      padding-left: 30px;
      margin: 0;
      font-size: 11px;
      font-weight: normal; }
      body[class*='woocommerce'] .product-addon .form-row label .amount,
      body[class*='elementor-page'] .product-addon .form-row label .amount {
        font-weight: 700; }
  body[class*='woocommerce'] .product-addon .addon-checkbox,
  body[class*='elementor-page'] .product-addon .addon-checkbox {
    margin: 0 5px 0 -20px; }

body[class*='woocommerce'] .product-addon-grid ul.gfield_radio,
body[class*='elementor-page'] .product-addon-grid ul.gfield_radio {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 0 0 -20px !important; }
  body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li,
  body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding-left: 20px !important;
    margin: 0 0 20px; }
    @media screen and (min-width: 550px) {
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li {
        width: 33.33%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li {
        width: 25%; } }
    @media screen and (min-width: 992px) {
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li {
        width: 33.33%; } }
    @media screen and (min-width: 1200px) {
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li {
        width: 25%; } }
    body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li input,
    body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li input {
      position: absolute;
      margin: 2px 0 0 2px !important; }
    body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li label,
    body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li label {
      position: relative;
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      max-width: 100%;
      padding-bottom: 28px;
      padding-left: 20px;
      margin: 0;
      font-size: 11px !important; }
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li label p,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li label p {
        margin: 0; }
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li label img,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li label img {
        width: calc(100% + 20px);
        max-width: none;
        margin-top: 10px;
        margin-left: -20px; }
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li label[price=''] .ginput_price,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li label[price=''] .ginput_price {
        display: none; }
      body[class*='woocommerce'] .product-addon-grid ul.gfield_radio li label:not([price='']) .ginput_price,
      body[class*='elementor-page'] .product-addon-grid ul.gfield_radio li label:not([price='']) .ginput_price {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        text-align: right;
        background-color: #495659;
        opacity: 1;
        transform: translateY(-100%); }

body[class*='woocommerce'] .brand-catalog,
body[class*='elementor-page'] .brand-catalog {
  position: relative;
  display: inline-block;
  padding: 13px 17px 13px 45px;
  margin: 14px 0;
  font-size: 13px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: background-color ease 0.4s; }
  body[class*='woocommerce'] .brand-catalog:hover,
  body[class*='elementor-page'] .brand-catalog:hover {
    background-color: #e1e1e1; }
  body[class*='woocommerce'] .brand-catalog:after,
  body[class*='elementor-page'] .brand-catalog:after {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    content: ' ';
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPjwvc3ZnPg==");
    background-size: cover;
    transform: translateY(-50%); }

body[class*='woocommerce'] div.pp_woocommerce .pp_content_container,
body[class*='elementor-page'] div.pp_woocommerce .pp_content_container {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

body[class*='woocommerce'] div.pp_woocommerce div.ppt,
body[class*='elementor-page'] div.pp_woocommerce div.ppt {
  width: 100% !important; }

body[class*='woocommerce'] .shop_table.cart .actions input[type='submit'],
body[class*='woocommerce'] .woocommerce-shipping-calculator button[type='submit'],
body[class*='woocommerce'] .wc-proceed-to-checkout .btn__print,
body[class*='woocommerce'] .actions .btn__print,
body[class*='elementor-page'] .shop_table.cart .actions input[type='submit'],
body[class*='elementor-page'] .woocommerce-shipping-calculator button[type='submit'],
body[class*='elementor-page'] .wc-proceed-to-checkout .btn__print,
body[class*='elementor-page'] .actions .btn__print {
  padding: 15px;
  font-size: 14px;
  color: #707070;
  background-color: #f9f9f9;
  border-color: #d3ced2; }
  body[class*='woocommerce'] .shop_table.cart .actions input[type='submit']:hover,
  body[class*='woocommerce'] .woocommerce-shipping-calculator button[type='submit']:hover,
  body[class*='woocommerce'] .wc-proceed-to-checkout .btn__print:hover,
  body[class*='woocommerce'] .actions .btn__print:hover,
  body[class*='elementor-page'] .shop_table.cart .actions input[type='submit']:hover,
  body[class*='elementor-page'] .woocommerce-shipping-calculator button[type='submit']:hover,
  body[class*='elementor-page'] .wc-proceed-to-checkout .btn__print:hover,
  body[class*='elementor-page'] .actions .btn__print:hover {
    background-color: #eeeeee; }

body[class*='woocommerce'] .actions .btn__print,
body[class*='elementor-page'] .actions .btn__print {
  float: left; }

body[class*='woocommerce'] .shop_table.order_details .wc-item-meta,
body[class*='elementor-page'] .shop_table.order_details .wc-item-meta {
  margin-top: 2rem; }
  body[class*='woocommerce'] .shop_table.order_details .wc-item-meta li,
  body[class*='elementor-page'] .shop_table.order_details .wc-item-meta li {
    flex-direction: column;
    margin-bottom: 2rem; }
    body[class*='woocommerce'] .shop_table.order_details .wc-item-meta li img,
    body[class*='elementor-page'] .shop_table.order_details .wc-item-meta li img {
      order: 1;
      width: 35px;
      max-width: 35px;
      height: auto;
      margin: 4px 8px 4px 0; }
    body[class*='woocommerce'] .shop_table.order_details .wc-item-meta li p:first-of-type,
    body[class*='elementor-page'] .shop_table.order_details .wc-item-meta li p:first-of-type {
      order: 2;
      padding-right: 5px; }
    body[class*='woocommerce'] .shop_table.order_details .wc-item-meta li p:last-of-type,
    body[class*='elementor-page'] .shop_table.order_details .wc-item-meta li p:last-of-type {
      order: 3; }

@media screen and (max-width: 767px) {
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr:nth-child(2n) th,
  body[class*='woocommerce'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr:nth-child(2n) th,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr:nth-child(2n) th,
  body[class*='elementor-page'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr:nth-child(2n) th {
    background: rgba(0, 0, 0, 0.025); }
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr th,
  body[class*='woocommerce'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr th,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr th,
  body[class*='elementor-page'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr th {
    display: table-cell;
    padding-bottom: 0; }
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr th:after,
    body[class*='woocommerce'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr th:after,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr th:after,
    body[class*='elementor-page'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr th:after {
      content: ': '; }
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr td,
  body[class*='woocommerce'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr td,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr td,
  body[class*='elementor-page'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr td {
    padding-top: 0;
    border-top: 0; }
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr td:before,
    body[class*='woocommerce'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr td:before,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table .cart_totals .shop_table.shop_table_responsive tr td:before,
    body[class*='elementor-page'] .woocommerce-form-pay .cart_totals .shop_table.shop_table_responsive tr td:before {
      content: ''; } }

@media screen and (max-width: 991px) {
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table tfoot tr td:first-child,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table tfoot tr td:first-child,
  body[class*='woocommerce'] .woocommerce-form-pay tfoot tr td:first-child,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table tfoot tr td:first-child,
  body[class*='woocommerce'] .shop_table.order_details tfoot tr td:first-child,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table tfoot tr td:first-child,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table tfoot tr td:first-child,
  body[class*='elementor-page'] .woocommerce-form-pay tfoot tr td:first-child,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table tfoot tr td:first-child,
  body[class*='elementor-page'] .shop_table.order_details tfoot tr td:first-child {
    display: none; } }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table td,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td,
body[class*='woocommerce'] .woocommerce-form-pay td,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td,
body[class*='woocommerce'] .shop_table.order_details td,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td,
body[class*='elementor-page'] .woocommerce-form-pay td,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td,
body[class*='elementor-page'] .shop_table.order_details td {
  vertical-align: top; }

@media screen and (min-width: 768px) {
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-remove,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-remove,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-remove,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-remove,
  body[class*='woocommerce'] .shop_table.order_details td.product-remove,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-remove,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-remove,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-remove,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-remove,
  body[class*='elementor-page'] .shop_table.order_details td.product-remove {
    padding-top: 4rem; } }

@media screen and (min-width: 992px) {
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-remove,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-remove,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-remove,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-remove,
  body[class*='woocommerce'] .shop_table.order_details td.product-remove,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-remove,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-remove,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-remove,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-remove,
  body[class*='elementor-page'] .shop_table.order_details td.product-remove {
    padding-top: 6rem; } }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-thumbnail,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-thumbnail,
body[class*='woocommerce'] .woocommerce-form-pay td.product-thumbnail,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-thumbnail,
body[class*='woocommerce'] .shop_table.order_details td.product-thumbnail,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-thumbnail,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-thumbnail,
body[class*='elementor-page'] .woocommerce-form-pay td.product-thumbnail,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-thumbnail,
body[class*='elementor-page'] .shop_table.order_details td.product-thumbnail {
  padding-top: 3rem; }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-thumbnail,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-thumbnail,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-thumbnail,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-thumbnail,
    body[class*='woocommerce'] .shop_table.order_details td.product-thumbnail,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-thumbnail,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-thumbnail,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-thumbnail,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-thumbnail,
    body[class*='elementor-page'] .shop_table.order_details td.product-thumbnail {
      display: none; } }

@media screen and (max-width: 991px) {
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table th.product-thumbnail,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table th.product-thumbnail,
  body[class*='woocommerce'] .woocommerce-form-pay th.product-thumbnail,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table th.product-thumbnail,
  body[class*='woocommerce'] .shop_table.order_details th.product-thumbnail,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table th.product-thumbnail,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table th.product-thumbnail,
  body[class*='elementor-page'] .woocommerce-form-pay th.product-thumbnail,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table th.product-thumbnail,
  body[class*='elementor-page'] .shop_table.order_details th.product-thumbnail {
    display: none; } }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-price,
body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-subtotal,
body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-total,
body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-tax,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-price,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-subtotal,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-total,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-tax,
body[class*='woocommerce'] .woocommerce-form-pay td.product-price,
body[class*='woocommerce'] .woocommerce-form-pay td.product-subtotal,
body[class*='woocommerce'] .woocommerce-form-pay td.product-total,
body[class*='woocommerce'] .woocommerce-form-pay td.product-tax,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-price,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-subtotal,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-total,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-tax,
body[class*='woocommerce'] .shop_table.order_details td.product-price,
body[class*='woocommerce'] .shop_table.order_details td.product-subtotal,
body[class*='woocommerce'] .shop_table.order_details td.product-total,
body[class*='woocommerce'] .shop_table.order_details td.product-tax,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-price,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-subtotal,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-total,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-tax,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-price,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-subtotal,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-total,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-tax,
body[class*='elementor-page'] .woocommerce-form-pay td.product-price,
body[class*='elementor-page'] .woocommerce-form-pay td.product-subtotal,
body[class*='elementor-page'] .woocommerce-form-pay td.product-total,
body[class*='elementor-page'] .woocommerce-form-pay td.product-tax,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-price,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-subtotal,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-total,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-tax,
body[class*='elementor-page'] .shop_table.order_details td.product-price,
body[class*='elementor-page'] .shop_table.order_details td.product-subtotal,
body[class*='elementor-page'] .shop_table.order_details td.product-total,
body[class*='elementor-page'] .shop_table.order_details td.product-tax {
  padding-top: 1rem; }
  @media screen and (min-width: 768px) {
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-price,
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-subtotal,
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-total,
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-tax,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-price,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-subtotal,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-total,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-tax,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-price,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-subtotal,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-total,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-tax,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-price,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-subtotal,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-total,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-tax,
    body[class*='woocommerce'] .shop_table.order_details td.product-price,
    body[class*='woocommerce'] .shop_table.order_details td.product-subtotal,
    body[class*='woocommerce'] .shop_table.order_details td.product-total,
    body[class*='woocommerce'] .shop_table.order_details td.product-tax,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-price,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-subtotal,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-total,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-tax,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-price,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-subtotal,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-total,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-tax,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-price,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-subtotal,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-total,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-tax,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-price,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-subtotal,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-total,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-tax,
    body[class*='elementor-page'] .shop_table.order_details td.product-price,
    body[class*='elementor-page'] .shop_table.order_details td.product-subtotal,
    body[class*='elementor-page'] .shop_table.order_details td.product-total,
    body[class*='elementor-page'] .shop_table.order_details td.product-tax {
      padding-top: 4rem; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-price,
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-subtotal,
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-total,
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-tax,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-price,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-subtotal,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-total,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-tax,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-price,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-subtotal,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-total,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-tax,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-price,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-subtotal,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-total,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-tax,
    body[class*='woocommerce'] .shop_table.order_details td.product-price,
    body[class*='woocommerce'] .shop_table.order_details td.product-subtotal,
    body[class*='woocommerce'] .shop_table.order_details td.product-total,
    body[class*='woocommerce'] .shop_table.order_details td.product-tax,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-price,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-subtotal,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-total,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-tax,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-price,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-subtotal,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-total,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-tax,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-price,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-subtotal,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-total,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-tax,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-price,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-subtotal,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-total,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-tax,
    body[class*='elementor-page'] .shop_table.order_details td.product-price,
    body[class*='elementor-page'] .shop_table.order_details td.product-subtotal,
    body[class*='elementor-page'] .shop_table.order_details td.product-total,
    body[class*='elementor-page'] .shop_table.order_details td.product-tax {
      padding-top: 5.5rem; } }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-quantity,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-quantity,
body[class*='woocommerce'] .woocommerce-form-pay td.product-quantity,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-quantity,
body[class*='woocommerce'] .shop_table.order_details td.product-quantity,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-quantity,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-quantity,
body[class*='elementor-page'] .woocommerce-form-pay td.product-quantity,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-quantity,
body[class*='elementor-page'] .shop_table.order_details td.product-quantity {
  padding-top: 1rem;
  line-height: initial; }
  @media screen and (min-width: 768px) {
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-quantity,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-quantity,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-quantity,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-quantity,
    body[class*='woocommerce'] .shop_table.order_details td.product-quantity,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-quantity,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-quantity,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-quantity,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-quantity,
    body[class*='elementor-page'] .shop_table.order_details td.product-quantity {
      padding-top: 2.75rem; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-quantity,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-quantity,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-quantity,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-quantity,
    body[class*='woocommerce'] .shop_table.order_details td.product-quantity,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-quantity,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-quantity,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-quantity,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-quantity,
    body[class*='elementor-page'] .shop_table.order_details td.product-quantity {
      padding-top: 4.25rem; } }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name,
body[class*='woocommerce'] .woocommerce-form-pay td.product-name,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name,
body[class*='woocommerce'] .shop_table.order_details td.product-name,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name,
body[class*='elementor-page'] .woocommerce-form-pay td.product-name,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name,
body[class*='elementor-page'] .shop_table.order_details td.product-name {
  padding: 16px; }
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name a,
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name > p,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name a,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name > p,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-name a,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-name > p,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name a,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name > p,
  body[class*='woocommerce'] .shop_table.order_details td.product-name a,
  body[class*='woocommerce'] .shop_table.order_details td.product-name > p,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name a,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name > p,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name a,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name > p,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-name a,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-name > p,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name a,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name > p,
  body[class*='elementor-page'] .shop_table.order_details td.product-name a,
  body[class*='elementor-page'] .shop_table.order_details td.product-name > p {
    padding-bottom: 8px;
    font-size: 16px; }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table .product-tax,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table .product-tax,
body[class*='woocommerce'] .woocommerce-form-pay .product-tax,
body[class*='woocommerce'] .wgm-second-checkout .shop_table .product-tax,
body[class*='woocommerce'] .shop_table.order_details .product-tax,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table .product-tax,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table .product-tax,
body[class*='elementor-page'] .woocommerce-form-pay .product-tax,
body[class*='elementor-page'] .wgm-second-checkout .shop_table .product-tax,
body[class*='elementor-page'] .shop_table.order_details .product-tax {
  white-space: nowrap; }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table dl.variation,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table dl.variation,
body[class*='woocommerce'] .woocommerce-form-pay dl.variation,
body[class*='woocommerce'] .wgm-second-checkout .shop_table dl.variation,
body[class*='woocommerce'] .shop_table.order_details dl.variation,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table dl.variation,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table dl.variation,
body[class*='elementor-page'] .woocommerce-form-pay dl.variation,
body[class*='elementor-page'] .wgm-second-checkout .shop_table dl.variation,
body[class*='elementor-page'] .shop_table.order_details dl.variation {
  float: none;
  font-size: 14px;
  color: #000; }
  @media screen and (max-width: 991px) {
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table dl.variation,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table dl.variation,
    body[class*='woocommerce'] .woocommerce-form-pay dl.variation,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table dl.variation,
    body[class*='woocommerce'] .shop_table.order_details dl.variation,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table dl.variation,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table dl.variation,
    body[class*='elementor-page'] .woocommerce-form-pay dl.variation,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table dl.variation,
    body[class*='elementor-page'] .shop_table.order_details dl.variation {
      margin-top: 10px; } }
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table dl.variation dd,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table dl.variation dd,
  body[class*='woocommerce'] .woocommerce-form-pay dl.variation dd,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table dl.variation dd,
  body[class*='woocommerce'] .shop_table.order_details dl.variation dd,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table dl.variation dd,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table dl.variation dd,
  body[class*='elementor-page'] .woocommerce-form-pay dl.variation dd,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table dl.variation dd,
  body[class*='elementor-page'] .shop_table.order_details dl.variation dd {
    margin: 0 0 2rem; }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name dl.variation,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name dl.variation,
body[class*='woocommerce'] .woocommerce-form-pay td.product-name dl.variation,
body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name dl.variation,
body[class*='woocommerce'] .shop_table.order_details td.product-name dl.variation,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name dl.variation,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name dl.variation,
body[class*='elementor-page'] .woocommerce-form-pay td.product-name dl.variation,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name dl.variation,
body[class*='elementor-page'] .shop_table.order_details td.product-name dl.variation {
  display: flex;
  flex-direction: column; }
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd ul,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd ul,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-name dl.variation dd ul,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name dl.variation dd ul,
  body[class*='woocommerce'] .shop_table.order_details td.product-name dl.variation dd ul,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd ul,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd ul,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-name dl.variation dd ul,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name dl.variation dd ul,
  body[class*='elementor-page'] .shop_table.order_details td.product-name dl.variation dd ul {
    margin-top: 1rem; }
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd ul li,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd ul li,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-name dl.variation dd ul li,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name dl.variation dd ul li,
    body[class*='woocommerce'] .shop_table.order_details td.product-name dl.variation dd ul li,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd ul li,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd ul li,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-name dl.variation dd ul li,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name dl.variation dd ul li,
    body[class*='elementor-page'] .shop_table.order_details td.product-name dl.variation dd ul li {
      margin: 0 0 1rem 2em;
      list-style: disc; }
    body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd ul li:last-child,
    body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd ul li:last-child,
    body[class*='woocommerce'] .woocommerce-form-pay td.product-name dl.variation dd ul li:last-child,
    body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name dl.variation dd ul li:last-child,
    body[class*='woocommerce'] .shop_table.order_details td.product-name dl.variation dd ul li:last-child,
    body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd ul li:last-child,
    body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd ul li:last-child,
    body[class*='elementor-page'] .woocommerce-form-pay td.product-name dl.variation dd ul li:last-child,
    body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name dl.variation dd ul li:last-child,
    body[class*='elementor-page'] .shop_table.order_details td.product-name dl.variation dd ul li:last-child {
      margin-bottom: 0; }
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name dl.variation dt.variation-separator,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name dl.variation dt.variation-separator,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-name dl.variation dt.variation-separator,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name dl.variation dt.variation-separator,
  body[class*='woocommerce'] .shop_table.order_details td.product-name dl.variation dt.variation-separator,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name dl.variation dt.variation-separator,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name dl.variation dt.variation-separator,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-name dl.variation dt.variation-separator,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name dl.variation dt.variation-separator,
  body[class*='elementor-page'] .shop_table.order_details td.product-name dl.variation dt.variation-separator {
    display: none; }
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd.variation-separator,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-separator,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-name dl.variation dd.variation-separator,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-name dl.variation dd.variation-separator,
  body[class*='woocommerce'] .shop_table.order_details td.product-name dl.variation dd.variation-separator,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table td.product-name dl.variation dd.variation-separator,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-name dl.variation dd.variation-separator,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-name dl.variation dd.variation-separator,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-name dl.variation dd.variation-separator,
  body[class*='elementor-page'] .shop_table.order_details td.product-name dl.variation dd.variation-separator {
    border-top: 1px #eeeeee solid; }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table .jde_hint .actions,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table .jde_hint .actions,
body[class*='woocommerce'] .woocommerce-form-pay .jde_hint .actions,
body[class*='woocommerce'] .wgm-second-checkout .shop_table .jde_hint .actions,
body[class*='woocommerce'] .shop_table.order_details .jde_hint .actions,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table .jde_hint .actions,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table .jde_hint .actions,
body[class*='elementor-page'] .woocommerce-form-pay .jde_hint .actions,
body[class*='elementor-page'] .wgm-second-checkout .shop_table .jde_hint .actions,
body[class*='elementor-page'] .shop_table.order_details .jde_hint .actions {
  padding: 13px;
  font-size: 11px;
  text-align: left; }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='woocommerce'] .woocommerce-form-pay tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='woocommerce'] .wgm-second-checkout .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='woocommerce'] .shop_table.order_details tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='elementor-page'] .woocommerce-form-pay tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='elementor-page'] .wgm-second-checkout .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
body[class*='elementor-page'] .shop_table.order_details tbody tr:last-child:not(.cart_item) td .coupon #coupon_code {
  padding: 12px 6px;
  min-width: 150px; }

@media screen and (max-width: 549px) {
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='woocommerce'] .woocommerce-cart-form .shop_table tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='woocommerce'] .woocommerce-form-pay tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='woocommerce'] .woocommerce-form-pay tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='woocommerce'] .wgm-second-checkout .shop_table tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='woocommerce'] .shop_table.order_details tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='woocommerce'] .shop_table.order_details tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='elementor-page'] .woocommerce-cart-form .shop_table tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='elementor-page'] .woocommerce-form-pay tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='elementor-page'] .woocommerce-form-pay tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='elementor-page'] .wgm-second-checkout .shop_table tbody tr:last-child:not(.cart_item) td .coupon .button,
  body[class*='elementor-page'] .shop_table.order_details tbody tr:last-child:not(.cart_item) td .coupon #coupon_code,
  body[class*='elementor-page'] .shop_table.order_details tbody tr:last-child:not(.cart_item) td .coupon .button {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 5px 0; } }

body[class*='woocommerce'] .woocommerce-cart-form .shop_table .product-thumbnail img,
body[class*='woocommerce'] .woocommerce-checkout-review-order-table .product-thumbnail img,
body[class*='woocommerce'] .woocommerce-form-pay .product-thumbnail img,
body[class*='woocommerce'] .wgm-second-checkout .shop_table .product-thumbnail img,
body[class*='woocommerce'] .shop_table.order_details .product-thumbnail img,
body[class*='elementor-page'] .woocommerce-cart-form .shop_table .product-thumbnail img,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table .product-thumbnail img,
body[class*='elementor-page'] .woocommerce-form-pay .product-thumbnail img,
body[class*='elementor-page'] .wgm-second-checkout .shop_table .product-thumbnail img,
body[class*='elementor-page'] .shop_table.order_details .product-thumbnail img {
  min-width: 110px; }

body[class*='woocommerce'] .woocommerce-account-fields,
body[class*='elementor-page'] .woocommerce-account-fields {
  margin-top: 10px; }

body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-total,
body[class*='woocommerce'] .woocommerce-form-pay td.product-total,
body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-total,
body[class*='elementor-page'] .woocommerce-form-pay td.product-total {
  padding-top: 1.8rem; }

@media screen and (min-width: 768px) {
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-quantity,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-quantity,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-quantity,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-quantity {
    padding-top: 4rem; } }

@media screen and (min-width: 992px) {
  body[class*='woocommerce'] .woocommerce-checkout-review-order-table td.product-quantity,
  body[class*='woocommerce'] .woocommerce-form-pay td.product-quantity,
  body[class*='elementor-page'] .woocommerce-checkout-review-order-table td.product-quantity,
  body[class*='elementor-page'] .woocommerce-form-pay td.product-quantity {
    padding-top: 5.5rem; } }

body[class*='woocommerce'] .wgm-second-checkout .shop_table td.product-total,
body[class*='elementor-page'] .wgm-second-checkout .shop_table td.product-total {
  padding-top: 1.8rem; }

body[class*='woocommerce'] .shop_table .product-tax,
body[class*='elementor-page'] .shop_table .product-tax {
  white-space: normal; }

@media screen and (max-width: 1199px) {
  body[class*='woocommerce'] table.shop_table_responsive tr td,
  body[class*='elementor-page'] table.shop_table_responsive tr td {
    text-align: left !important; }
    body[class*='woocommerce'] table.shop_table_responsive tr td:before,
    body[class*='elementor-page'] table.shop_table_responsive tr td:before {
      display: block;
      float: none; }
  body[class*='woocommerce'] table.shop_table_responsive td.product-name dl.variation,
  body[class*='elementor-page'] table.shop_table_responsive td.product-name dl.variation {
    margin-top: 10px; }
    body[class*='woocommerce'] table.shop_table_responsive td.product-name dl.variation dt,
    body[class*='elementor-page'] table.shop_table_responsive td.product-name dl.variation dt {
      float: none; } }

body[class*='woocommerce'] dd[class^='variation'],
body[class*='elementor-page'] dd[class^='variation'] {
  display: flex;
  flex-wrap: wrap; }
  body[class*='woocommerce'] dd[class^='variation'] p:first-of-type,
  body[class*='elementor-page'] dd[class^='variation'] p:first-of-type {
    order: 2;
    padding-right: 5px; }
  body[class*='woocommerce'] dd[class^='variation'] img,
  body[class*='elementor-page'] dd[class^='variation'] img {
    order: 1;
    width: 35px;
    height: auto;
    margin: 4px 8px 0 0; }
  body[class*='woocommerce'] dd[class^='variation'] p:last-of-type,
  body[class*='elementor-page'] dd[class^='variation'] p:last-of-type {
    order: 3; }

body[class*='woocommerce'] .woocommerce-shipping-destination,
body[class*='elementor-page'] .woocommerce-shipping-destination {
  display: none; }

body[class*='woocommerce'] .cart-collaterals .cart_totals,
body[class*='elementor-page'] .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals h2,
  body[class*='elementor-page'] .cart-collaterals .cart_totals h2 {
    display: none; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals table,
  body[class*='elementor-page'] .cart-collaterals .cart_totals table {
    width: 100%;
    margin-bottom: 25px; }
    body[class*='woocommerce'] .cart-collaterals .cart_totals table td,
    body[class*='woocommerce'] .cart-collaterals .cart_totals table th,
    body[class*='elementor-page'] .cart-collaterals .cart_totals table td,
    body[class*='elementor-page'] .cart-collaterals .cart_totals table th {
      padding: 15px; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping label,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping label {
    display: inline; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping .form-row,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping .form-row {
    padding: 0; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping .shipping_method_single,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping .shipping_method_single {
    width: 45%;
    font-weight: bold; }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator {
      margin-left: 70px; } }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator > p,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator > p {
    display: none; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping .shipping-calculator-form,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping .shipping-calculator-form {
    display: block !important;
    margin-top: 0 !important; }
    body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping .shipping-calculator-form:before,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping .shipping-calculator-form:before {
      content: 'Lieferkosten neu berechnen'; }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping td,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping td {
      display: flex;
      justify-content: space-between; }
      body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping td ul,
      body[class*='woocommerce'] .cart-collaterals .cart_totals .shipping td form,
      body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping td ul,
      body[class*='elementor-page'] .cart-collaterals .cart_totals .shipping td form {
        width: 45%; } }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .wc-proceed-to-checkout,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    display: grid;
    align-items: start;
    margin-top: 40px; }
    @media screen and (min-width: 992px) {
      body[class*='woocommerce'] .cart-collaterals .cart_totals .wc-proceed-to-checkout,
      body[class*='elementor-page'] .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        grid-template-columns: 30% 40% 30%; } }
    body[class*='woocommerce'] .cart-collaterals .cart_totals .wc-proceed-to-checkout:before, body[class*='woocommerce'] .cart-collaterals .cart_totals .wc-proceed-to-checkout:after,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .wc-proceed-to-checkout:before,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .wc-proceed-to-checkout:after {
      display: none; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .btn__print,
  body[class*='woocommerce'] .cart-collaterals .cart_totals .ppc-button-wrapper,
  body[class*='woocommerce'] .cart-collaterals .cart_totals .ppcp-messages,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .btn__print,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .ppc-button-wrapper,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .ppcp-messages {
    margin-bottom: 10px; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .btn__print,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .btn__print {
    grid-row: 1; }
    @media screen and (min-width: 992px) {
      body[class*='woocommerce'] .cart-collaterals .cart_totals .btn__print,
      body[class*='elementor-page'] .cart-collaterals .cart_totals .btn__print {
        grid-column: 1; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .cart-collaterals .cart_totals .checkout-button,
    body[class*='woocommerce'] .cart-collaterals .cart_totals .wc-apa-button-separator,
    body[class*='woocommerce'] .cart-collaterals .cart_totals .ppc-button-wrapper,
    body[class*='woocommerce'] .cart-collaterals .cart_totals .ppcp-messages,
    body[class*='woocommerce'] .cart-collaterals .cart_totals #pay_with_amazon,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .checkout-button,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .wc-apa-button-separator,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .ppc-button-wrapper,
    body[class*='elementor-page'] .cart-collaterals .cart_totals .ppcp-messages,
    body[class*='elementor-page'] .cart-collaterals .cart_totals #pay_with_amazon {
      grid-column: 3; } }
  body[class*='woocommerce'] .cart-collaterals .cart_totals .ppcp-messages,
  body[class*='elementor-page'] .cart-collaterals .cart_totals .ppcp-messages {
    order: 4; }
  body[class*='woocommerce'] .cart-collaterals .cart_totals #pay_with_amazon,
  body[class*='elementor-page'] .cart-collaterals .cart_totals #pay_with_amazon {
    order: 5;
    text-align: center; }

body[class*='woocommerce'] .cross-sells,
body[class*='woocommerce'] .col-md-5 .upsells,
body[class*='elementor-page'] .cross-sells,
body[class*='elementor-page'] .col-md-5 .upsells {
  margin-top: 50px; }
  body[class*='woocommerce'] .cross-sells > span,
  body[class*='woocommerce'] .col-md-5 .upsells > span,
  body[class*='elementor-page'] .cross-sells > span,
  body[class*='elementor-page'] .col-md-5 .upsells > span {
    display: block;
    margin: 0 0 30px;
    font-size: 30px;
    color: #777777; }

@media screen and (max-width: 991px) {
  body[class*='woocommerce'] .col-md-5 .upsells,
  body[class*='elementor-page'] .col-md-5 .upsells {
    display: none; } }

body[class*='woocommerce'] .col-md-5 .upsells h2,
body[class*='elementor-page'] .col-md-5 .upsells h2 {
  color: #777777; }

body[class*='woocommerce'] .col-md-5 .upsells ul.products,
body[class*='elementor-page'] .col-md-5 .upsells ul.products {
  justify-content: space-between; }
  body[class*='woocommerce'] .col-md-5 .upsells ul.products li.product,
  body[class*='elementor-page'] .col-md-5 .upsells ul.products li.product {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 0 2%; }
    body[class*='woocommerce'] .col-md-5 .upsells ul.products li.product img,
    body[class*='elementor-page'] .col-md-5 .upsells ul.products li.product img {
      min-height: 0; }

body[class*='woocommerce'] .checkout,
body[class*='woocommerce'] .woocommerce-form-pay,
body[class*='elementor-page'] .checkout,
body[class*='elementor-page'] .woocommerce-form-pay {
  margin-top: 50px; }
  body[class*='woocommerce'] .checkout .form-row .input-text,
  body[class*='woocommerce'] .woocommerce-form-pay .form-row .input-text,
  body[class*='elementor-page'] .checkout .form-row .input-text,
  body[class*='elementor-page'] .woocommerce-form-pay .form-row .input-text {
    display: inline-block;
    padding: 10px;
    color: #000;
    border: 1px solid #e1e1e1;
    border-radius: 0; }
  body[class*='woocommerce'] .checkout .form-row textarea.input-text,
  body[class*='woocommerce'] .woocommerce-form-pay .form-row textarea.input-text,
  body[class*='elementor-page'] .checkout .form-row textarea.input-text,
  body[class*='elementor-page'] .woocommerce-form-pay .form-row textarea.input-text {
    display: block;
    line-height: 21px; }
  body[class*='woocommerce'] .checkout .form-row select,
  body[class*='woocommerce'] .woocommerce-form-pay .form-row select,
  body[class*='elementor-page'] .checkout .form-row select,
  body[class*='elementor-page'] .woocommerce-form-pay .form-row select {
    display: block;
    height: 41px;
    padding: 0 45px 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #707070;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px; }
  body[class*='woocommerce'] .checkout #customer_details,
  body[class*='woocommerce'] .woocommerce-form-pay #customer_details,
  body[class*='elementor-page'] .checkout #customer_details,
  body[class*='elementor-page'] .woocommerce-form-pay #customer_details {
    margin-top: 50px; }
  body[class*='woocommerce'] .checkout #order_review_heading,
  body[class*='woocommerce'] .woocommerce-form-pay #order_review_heading,
  body[class*='elementor-page'] .checkout #order_review_heading,
  body[class*='elementor-page'] .woocommerce-form-pay #order_review_heading {
    margin-top: 100px;
    margin-bottom: 30px; }
  body[class*='woocommerce'] .checkout #order_comments,
  body[class*='woocommerce'] .woocommerce-form-pay #order_comments,
  body[class*='elementor-page'] .checkout #order_comments,
  body[class*='elementor-page'] .woocommerce-form-pay #order_comments {
    height: 100px; }
  body[class*='woocommerce'] .checkout #order_review #shipping_method li,
  body[class*='woocommerce'] .woocommerce-form-pay #order_review #shipping_method li,
  body[class*='elementor-page'] .checkout #order_review #shipping_method li,
  body[class*='elementor-page'] .woocommerce-form-pay #order_review #shipping_method li {
    margin: 5px 0; }
    body[class*='woocommerce'] .checkout #order_review #shipping_method li label,
    body[class*='woocommerce'] .woocommerce-form-pay #order_review #shipping_method li label,
    body[class*='elementor-page'] .checkout #order_review #shipping_method li label,
    body[class*='elementor-page'] .woocommerce-form-pay #order_review #shipping_method li label {
      display: inline; }
  body[class*='woocommerce'] .checkout #ship-to-different-address,
  body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address,
  body[class*='elementor-page'] .checkout #ship-to-different-address,
  body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address {
    width: 100%; }
    body[class*='woocommerce'] .checkout #ship-to-different-address:before, body[class*='woocommerce'] .checkout #ship-to-different-address:after,
    body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address:before,
    body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address:after,
    body[class*='elementor-page'] .checkout #ship-to-different-address:before,
    body[class*='elementor-page'] .checkout #ship-to-different-address:after,
    body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address:before,
    body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address:after {
      content: " ";
      display: table; }
    body[class*='woocommerce'] .checkout #ship-to-different-address:after,
    body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address:after,
    body[class*='elementor-page'] .checkout #ship-to-different-address:after,
    body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address:after {
      clear: both; }
    body[class*='woocommerce'] .checkout #ship-to-different-address label,
    body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address label,
    body[class*='elementor-page'] .checkout #ship-to-different-address label,
    body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address label {
      margin: 0;
      font-weight: normal; }
    body[class*='woocommerce'] .checkout #ship-to-different-address label.checkbox,
    body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address label.checkbox,
    body[class*='elementor-page'] .checkout #ship-to-different-address label.checkbox,
    body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address label.checkbox {
      display: flex;
      align-items: center;
      gap: 10px; }
      body[class*='woocommerce'] .checkout #ship-to-different-address label.checkbox > span,
      body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address label.checkbox > span,
      body[class*='elementor-page'] .checkout #ship-to-different-address label.checkbox > span,
      body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address label.checkbox > span {
        margin-left: 0; }
      body[class*='woocommerce'] .checkout #ship-to-different-address label.checkbox > input,
      body[class*='woocommerce'] .woocommerce-form-pay #ship-to-different-address label.checkbox > input,
      body[class*='elementor-page'] .checkout #ship-to-different-address label.checkbox > input,
      body[class*='elementor-page'] .woocommerce-form-pay #ship-to-different-address label.checkbox > input {
        float: none;
        margin: 0;
        position: static;
        flex: 0 0 auto; }
  body[class*='woocommerce'] .checkout .phone_description span.description,
  body[class*='woocommerce'] .woocommerce-form-pay .phone_description span.description,
  body[class*='elementor-page'] .checkout .phone_description span.description,
  body[class*='elementor-page'] .woocommerce-form-pay .phone_description span.description {
    display: inline-block; }
  body[class*='woocommerce'] .checkout p.create-account > label.checkbox,
  body[class*='woocommerce'] .woocommerce-form-pay p.create-account > label.checkbox,
  body[class*='elementor-page'] .checkout p.create-account > label.checkbox,
  body[class*='elementor-page'] .woocommerce-form-pay p.create-account > label.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0; }
    body[class*='woocommerce'] .checkout p.create-account > label.checkbox > input,
    body[class*='woocommerce'] .woocommerce-form-pay p.create-account > label.checkbox > input,
    body[class*='elementor-page'] .checkout p.create-account > label.checkbox > input,
    body[class*='elementor-page'] .woocommerce-form-pay p.create-account > label.checkbox > input {
      margin: 0;
      position: static;
      flex: 0 0 auto; }
    body[class*='woocommerce'] .checkout p.create-account > label.checkbox > span,
    body[class*='woocommerce'] .woocommerce-form-pay p.create-account > label.checkbox > span,
    body[class*='elementor-page'] .checkout p.create-account > label.checkbox > span,
    body[class*='elementor-page'] .woocommerce-form-pay p.create-account > label.checkbox > span {
      display: block;
      margin: 0; }
  body[class*='woocommerce'] .checkout #account_password_field label .required,
  body[class*='woocommerce'] .woocommerce-form-pay #account_password_field label .required,
  body[class*='elementor-page'] .checkout #account_password_field label .required,
  body[class*='elementor-page'] .woocommerce-form-pay #account_password_field label .required {
    display: inline;
    margin-top: 0;
    margin-left: 0; }
  body[class*='woocommerce'] .checkout #account_password_field label .error-required,
  body[class*='woocommerce'] .woocommerce-form-pay #account_password_field label .error-required,
  body[class*='elementor-page'] .checkout #account_password_field label .error-required,
  body[class*='elementor-page'] .woocommerce-form-pay #account_password_field label .error-required {
    display: block;
    margin-top: 0;
    margin-left: 0; }
  body[class*='woocommerce'] .checkout #payment,
  body[class*='woocommerce'] .woocommerce-form-pay #payment,
  body[class*='elementor-page'] .checkout #payment,
  body[class*='elementor-page'] .woocommerce-form-pay #payment {
    margin-bottom: 100px; }
    body[class*='woocommerce'] .checkout #payment .terms,
    body[class*='woocommerce'] .woocommerce-form-pay #payment .terms,
    body[class*='elementor-page'] .checkout #payment .terms,
    body[class*='elementor-page'] .woocommerce-form-pay #payment .terms {
      width: 100%;
      text-align: left; }
      body[class*='woocommerce'] .checkout #payment .terms input,
      body[class*='woocommerce'] .woocommerce-form-pay #payment .terms input,
      body[class*='elementor-page'] .checkout #payment .terms input,
      body[class*='elementor-page'] .woocommerce-form-pay #payment .terms input {
        float: left;
        margin: 8px 8px 0 0; }
  body[class*='woocommerce'] .checkout #place_order,
  body[class*='woocommerce'] .woocommerce-form-pay #place_order,
  body[class*='elementor-page'] .checkout #place_order,
  body[class*='elementor-page'] .woocommerce-form-pay #place_order {
    display: block;
    width: 100%; }
    @media (max-width: 989px) {
      body[class*='woocommerce'] .checkout #place_order,
      body[class*='woocommerce'] .woocommerce-form-pay #place_order,
      body[class*='elementor-page'] .checkout #place_order,
      body[class*='elementor-page'] .woocommerce-form-pay #place_order {
        margin-bottom: 30px; } }
    @media (min-width: 769px) {
      body[class*='woocommerce'] .checkout #place_order,
      body[class*='woocommerce'] .woocommerce-form-pay #place_order,
      body[class*='elementor-page'] .checkout #place_order,
      body[class*='elementor-page'] .woocommerce-form-pay #place_order {
        float: right;
        width: auto; } }
  body[class*='woocommerce'] .checkout #place_order,
  body[class*='woocommerce'] .checkout #place_order_back,
  body[class*='woocommerce'] .woocommerce-form-pay #place_order,
  body[class*='woocommerce'] .woocommerce-form-pay #place_order_back,
  body[class*='elementor-page'] .checkout #place_order,
  body[class*='elementor-page'] .checkout #place_order_back,
  body[class*='elementor-page'] .woocommerce-form-pay #place_order,
  body[class*='elementor-page'] .woocommerce-form-pay #place_order_back {
    margin-top: 10px; }
    @media (min-width: 768px) {
      body[class*='woocommerce'] .checkout #place_order,
      body[class*='woocommerce'] .checkout #place_order_back,
      body[class*='woocommerce'] .woocommerce-form-pay #place_order,
      body[class*='woocommerce'] .woocommerce-form-pay #place_order_back,
      body[class*='elementor-page'] .checkout #place_order,
      body[class*='elementor-page'] .checkout #place_order_back,
      body[class*='elementor-page'] .woocommerce-form-pay #place_order,
      body[class*='elementor-page'] .woocommerce-form-pay #place_order_back {
        margin-top: 50px; } }
  @media screen and (min-width: 992px) {
    body[class*='woocommerce'] .checkout .ppc-button-wrapper,
    body[class*='woocommerce'] .woocommerce-form-pay .ppc-button-wrapper,
    body[class*='elementor-page'] .checkout .ppc-button-wrapper,
    body[class*='elementor-page'] .woocommerce-form-pay .ppc-button-wrapper {
      width: 40%;
      margin: 30px 0 20px auto; } }
  body[class*='woocommerce'] .checkout .review_order_billing,
  body[class*='woocommerce'] .woocommerce-form-pay .review_order_billing,
  body[class*='elementor-page'] .checkout .review_order_billing,
  body[class*='elementor-page'] .woocommerce-form-pay .review_order_billing {
    width: 100%;
    margin-bottom: 50px; }
    body[class*='woocommerce'] .checkout .review_order_billing td,
    body[class*='woocommerce'] .woocommerce-form-pay .review_order_billing td,
    body[class*='elementor-page'] .checkout .review_order_billing td,
    body[class*='elementor-page'] .woocommerce-form-pay .review_order_billing td {
      padding: 15px;
      border-bottom: 1px solid #eeeeee; }
      body[class*='woocommerce'] .checkout .review_order_billing td .wgm-field-label,
      body[class*='woocommerce'] .woocommerce-form-pay .review_order_billing td .wgm-field-label,
      body[class*='elementor-page'] .checkout .review_order_billing td .wgm-field-label,
      body[class*='elementor-page'] .woocommerce-form-pay .review_order_billing td .wgm-field-label {
        font-weight: 600; }
  body[class*='woocommerce'] .checkout label[for='payment_method'],
  body[class*='woocommerce'] .woocommerce-form-pay label[for='payment_method'],
  body[class*='elementor-page'] .checkout label[for='payment_method'],
  body[class*='elementor-page'] .woocommerce-form-pay label[for='payment_method'] {
    margin-top: 15px; }
    body[class*='woocommerce'] .checkout label[for='payment_method'] img,
    body[class*='woocommerce'] .woocommerce-form-pay label[for='payment_method'] img,
    body[class*='elementor-page'] .checkout label[for='payment_method'] img,
    body[class*='elementor-page'] .woocommerce-form-pay label[for='payment_method'] img {
      margin: 10px auto; }
  body[class*='woocommerce'] .checkout .form-row .terms,
  body[class*='woocommerce'] .woocommerce-form-pay .form-row .terms,
  body[class*='elementor-page'] .checkout .form-row .terms,
  body[class*='elementor-page'] .woocommerce-form-pay .form-row .terms {
    float: none; }
  body[class*='woocommerce'] .checkout .wgm-place-order label.checkbox .input-checkbox,
  body[class*='woocommerce'] .checkout .woocommerce-checkout-review-order label.checkbox .input-checkbox,
  body[class*='woocommerce'] .woocommerce-form-pay .wgm-place-order label.checkbox .input-checkbox,
  body[class*='woocommerce'] .woocommerce-form-pay .woocommerce-checkout-review-order label.checkbox .input-checkbox,
  body[class*='elementor-page'] .checkout .wgm-place-order label.checkbox .input-checkbox,
  body[class*='elementor-page'] .checkout .woocommerce-checkout-review-order label.checkbox .input-checkbox,
  body[class*='elementor-page'] .woocommerce-form-pay .wgm-place-order label.checkbox .input-checkbox,
  body[class*='elementor-page'] .woocommerce-form-pay .woocommerce-checkout-review-order label.checkbox .input-checkbox {
    position: initial; }
  body[class*='woocommerce'] .checkout .woocommerce-checkout-review-order .woocommerce-billing-fields,
  body[class*='woocommerce'] .checkout .woocommerce-checkout-review-order .woocommerce-shipping-fields,
  body[class*='woocommerce'] .checkout .woocommerce-checkout-review-order .woocommerce-additional-fields,
  body[class*='woocommerce'] .woocommerce-form-pay .woocommerce-checkout-review-order .woocommerce-billing-fields,
  body[class*='woocommerce'] .woocommerce-form-pay .woocommerce-checkout-review-order .woocommerce-shipping-fields,
  body[class*='woocommerce'] .woocommerce-form-pay .woocommerce-checkout-review-order .woocommerce-additional-fields,
  body[class*='elementor-page'] .checkout .woocommerce-checkout-review-order .woocommerce-billing-fields,
  body[class*='elementor-page'] .checkout .woocommerce-checkout-review-order .woocommerce-shipping-fields,
  body[class*='elementor-page'] .checkout .woocommerce-checkout-review-order .woocommerce-additional-fields,
  body[class*='elementor-page'] .woocommerce-form-pay .woocommerce-checkout-review-order .woocommerce-billing-fields,
  body[class*='elementor-page'] .woocommerce-form-pay .woocommerce-checkout-review-order .woocommerce-shipping-fields,
  body[class*='elementor-page'] .woocommerce-form-pay .woocommerce-checkout-review-order .woocommerce-additional-fields {
    display: none; }

body[class*='woocommerce'] .woocommerce-form-pay #payment,
body[class*='elementor-page'] .woocommerce-form-pay #payment {
  margin-bottom: 20px; }

body[class*='woocommerce'] a.remove,
body[class*='elementor-page'] a.remove {
  color: #e40712 !important; }
  body[class*='woocommerce'] a.remove:hover,
  body[class*='elementor-page'] a.remove:hover {
    background: #e40712; }

body[class*='woocommerce'].woocommerce-account .page-header,
body[class*='elementor-page'].woocommerce-account .page-header {
  margin: 0 0 20px; }
  body[class*='woocommerce'].woocommerce-account .page-header h1,
  body[class*='elementor-page'].woocommerce-account .page-header h1 {
    margin: 0; }

body[class*='woocommerce'].woocommerce-account .woocommerce h2,
body[class*='elementor-page'].woocommerce-account .woocommerce h2 {
  margin-top: 50px; }

@media screen and (min-width: 992px) {
  body[class*='woocommerce'].woocommerce-account .woocommerce .addresses,
  body[class*='elementor-page'].woocommerce-account .woocommerce .addresses {
    margin-bottom: 100px; } }

body[class*='woocommerce'].woocommerce-account .woocommerce .addresses .address,
body[class*='elementor-page'].woocommerce-account .woocommerce .addresses .address {
  padding: 20px;
  margin: 30px 0;
  background-color: #f9f9f9; }
  body[class*='woocommerce'].woocommerce-account .woocommerce .addresses .address h3,
  body[class*='elementor-page'].woocommerce-account .woocommerce .addresses .address h3 {
    margin: 0 0 30px; }

.fancybox-active .single-product-summary .images {
  opacity: 0 !important; }

.product-listing-container .page-header {
  width: 100%; }

@media screen and (max-width: 991px) {
  .product-listing-container {
    display: flex;
    flex-wrap: wrap; }
    .product-listing-container .woocommerce-products-header,
    .product-listing-container .woocommerce-notices-wrapper,
    .product-listing-container .woocommerce-result-count {
      order: -3; }
    .product-listing-container .product {
      max-width: 100%; } }

.woocommerce-checkout.processing .blockUI.blockOverlay {
  position: fixed !important;
  opacity: 0.8 !important; }
  .woocommerce-checkout.processing .blockUI.blockOverlay:before {
    position: fixed;
    top: 47%; }
  .woocommerce-checkout.processing .blockUI.blockOverlay:after {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    font-size: 18px;
    color: #000;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .woocommerce-checkout.processing .blockUI.blockOverlay:after {
        width: 720px;
        margin-left: -360px; } }

.woocommerce-cart ul#shipping_method li,
.woocommerce-form-pay ul#shipping_method li,
.checkout #order_review ul#shipping_method li {
  padding-left: 1.5em;
  text-indent: -1.5em; }
  .woocommerce-cart ul#shipping_method li input,
  .woocommerce-form-pay ul#shipping_method li input,
  .checkout #order_review ul#shipping_method li input {
    margin: 2px; }

#billing_address_google_field .optional,
#billing_phone_2_field .optional,
#shipping_address_google_field .optional {
  display: none; }

.woocommerce-checkout .details_billing .field__error,
.woocommerce-checkout .details_shipping .field__error {
  color: #aa0000; }

.woocommerce-order-received .wc-item-meta li {
  display: flex; }

.woocommerce-order-received .wc-item-meta p > img {
  max-width: 23px; }

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  #add_payment_method #payment ul.payment_methods li:last-child .woocommerce-info,
  .woocommerce-cart #payment ul.payment_methods li:last-child .woocommerce-info,
  .woocommerce-checkout #payment ul.payment_methods li:last-child .woocommerce-info {
    margin-bottom: 0; }
  #add_payment_method #payment ul.payment_methods li label,
  .woocommerce-cart #payment ul.payment_methods li label,
  .woocommerce-checkout #payment ul.payment_methods li label {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center; }
    #add_payment_method #payment ul.payment_methods li label:before,
    .woocommerce-cart #payment ul.payment_methods li label:before,
    .woocommerce-checkout #payment ul.payment_methods li label:before {
      flex-basis: 100%;
      order: 1;
      content: ''; }
    #add_payment_method #payment ul.payment_methods li label img,
    .woocommerce-cart #payment ul.payment_methods li label img,
    .woocommerce-checkout #payment ul.payment_methods li label img {
      order: 2; }
  #add_payment_method #payment ul.payment_methods li label[for='payment_method_paypal_plus'] img,
  .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_paypal_plus'] img,
  .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_paypal_plus'] img {
    max-width: 200px;
    margin: 0 !important; }
  #add_payment_method #payment ul.payment_methods li label[for='payment_method_sofortgateway'] img,
  .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_sofortgateway'] img,
  .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_sofortgateway'] img {
    max-width: 40px;
    margin: 0 !important; }

#woocommerce-reputations-trusted-shops-product-reviews {
  margin-top: 40px; }

#woocommerce-reputations-trusted-shops-product-stars {
  min-height: 15px;
  margin: 15px 0; }

[class*='icon-star-']:before {
  margin-right: 0 !important;
  margin-left: 0 !important; }

body.marken ul.brand-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  body.marken ul.brand-thumbnails li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 30px;
    margin: 0 0 15px;
    border: 1px solid #eeeeee; }
    @media screen and (min-width: 768px) {
      body.marken ul.brand-thumbnails li {
        width: 49% !important; } }
    @media screen and (min-width: 992px) {
      body.marken ul.brand-thumbnails li {
        width: 32% !important; } }
    @media screen and (min-width: 1200px) {
      body.marken ul.brand-thumbnails li {
        width: 24% !important; } }
    body.marken ul.brand-thumbnails li:before {
      display: none; }

.lg-sub-html {
  font-size: 14px; }
  .lg-sub-html span {
    display: block;
    font-size: 11px;
    color: #bfbfbf; }

.purechat {
  z-index: 1030 !important; }

ul.product-slider__products li.product .wc_eu_energy_label_product_ratings_box,
ul.products li.product .wc_eu_energy_label_product_ratings_box {
  display: none; }

.wc_eu_energy_label_product_ratings_box {
  margin: 10px 0; }

.wpmf-gallery-caption .title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.wgm-second-checkout .wc-amazon-checkout-message {
  display: none; }

.description--visible {
  position: relative;
  display: block;
  padding: 0;
  margin: 0.5em 0 0;
  clear: both;
  color: #333;
  background-color: transparent; }
  .description--visible:before {
    display: none; }

.payment_methods li img.stripe-icon {
  float: left; }

.woochimp_checkout_checkbox {
  display: flex;
  align-items: center;
  padding: 3px; }
  .woochimp_checkout_checkbox input {
    margin-right: 10px;
    width: 4rem; }

section.contact {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    section.contact {
      flex-direction: column; } }

.woocommerce form .form-row label.inline > span {
  padding-left: 5px; }

ul.products .gallerya--product-variation-slider .flickity {
  margin: 0; }

::selection {
  color: #fff;
  background-color: #4d801c; }

#billing_address_not_found,
#shipping_address_not_found,
#shipping_hide_detailed_address,
#billing_hide_detailed_address,
a {
  color: #4d801c;
  text-decoration: none; }
  #billing_address_not_found:hover,
  #shipping_address_not_found:hover,
  #shipping_hide_detailed_address:hover,
  #billing_hide_detailed_address:hover,
  a:hover, #billing_address_not_found:focus,
  #shipping_address_not_found:focus,
  #shipping_hide_detailed_address:focus,
  #billing_hide_detailed_address:focus,
  a:focus {
    color: #76b320; }

.header-item--active {
  color: #4d801c; }

.header-item:hover,
.header-item:hover i {
  color: #4d801c; }

.header-item--menu:hover .header-item--menu__line,
.header-item--menu.header-item--active .header-item--menu__line {
  background-color: #4d801c; }

.woocommerce-account .header-item--account,
.woocommerce-cart .header-item--cart {
  color: #4d801c; }

.header-item--cart__amount {
  background-color: #4d801c;
  color: #fff;
  position: absolute;
  left: 25% !important;
  right: auto !important;
  top: 25% !important;
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
  transform: translate(50%, -50%);
  transform-origin: 100% 0; }
  @media (min-width: 1024px) {
    .header-item--cart__amount {
      left: 50% !important;
      top: 0 !important; } }

.site-nav .navbar-nav > li > a:hover {
  color: #4d801c !important;
  border-bottom-color: #4d801c; }

@media screen and (min-width: 992px) {
  .site-nav .navbar-nav > li.current-menu-item > a {
    color: #4d801c;
    border-bottom-color: #4d801c; } }

.site-nav .navbar-nav > li.sale {
  background-color: #4d801c; }

.site-nav .navbar-nav > li.dropdown > .dropdown-menu {
  border-top-color: #4d801c; }

@media screen and (min-width: 992px) {
  .site-nav .navbar-nav .menu-cart.not-empty {
    background-color: #4d801c; } }

@media screen and (min-width: 992px) {
  .site-nav .navbar-nav .menu-cart.not-empty .menu-cart-amount {
    color: #4d801c; } }

.search-results-show-more {
  background-color: #4d801c; }
  .search-results-show-more:hover, .search-results-show-more:focus {
    background-color: #406b17; }

aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_slider {
  border-color: #4d801c; }
  aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    background-color: #4d801c; }
  aside.sidebar .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    border-color: #4d801c; }

aside.sidebar .sidebar__button {
  background-color: #4d801c;
  border-color: #345613; }

#widgets-footer .social-icons a {
  background: #4d801c; }

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.wrap {
  flex-grow: 1; }

body[class*='woocommerce'] ul li.product .button.added {
  background-color: #406b17; }

body[class*='woocommerce'] ul.products .product .price,
body[class*='woocommerce'] .product p.price,
body[class*='woocommerce'] div.prdocut p.price,
body[class*='woocommerce'] .product span.price {
  color: #4d801c; }

body[class*='woocommerce'] #respond input#submit,
body[class*='woocommerce'] #respond input#submit.alt,
body[class*='woocommerce'] a.button,
body[class*='woocommerce'] a.button.alt,
body[class*='woocommerce'] button.button,
body[class*='woocommerce'] button.button.alt,
body[class*='woocommerce'] input.button,
body[class*='woocommerce'] input.button.alt,
body[class*='woocommerce'] .sb-infinite-scroll-load-more > a,
body[class*='woocommerce'] .btn__print,
body[class*='woocommerce'] .wpfda-submit button {
  background-color: #4d801c;
  border-color: #406b17; }
  body[class*='woocommerce'] #respond input#submit.disabled, body[class*='woocommerce'] #respond input#submit.disabled:hover, body[class*='woocommerce'] #respond input#submit:disabled, body[class*='woocommerce'] #respond input#submit:disabled:hover, body[class*='woocommerce'] #respond input#submit:disabled[disabled], body[class*='woocommerce'] #respond input#submit:disabled[disabled]:hover, body[class*='woocommerce'] #respond input#submit.single_add_to_cart_button, body[class*='woocommerce'] #respond input#submit.checkout-button, body[class*='woocommerce'] #respond input#submit#place_order, body[class*='woocommerce'] #respond input#submit#place_order_back,
  body[class*='woocommerce'] #respond input#submit.alt.disabled,
  body[class*='woocommerce'] #respond input#submit.alt.disabled:hover,
  body[class*='woocommerce'] #respond input#submit.alt:disabled,
  body[class*='woocommerce'] #respond input#submit.alt:disabled:hover,
  body[class*='woocommerce'] #respond input#submit.alt:disabled[disabled],
  body[class*='woocommerce'] #respond input#submit.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] #respond input#submit.alt.single_add_to_cart_button,
  body[class*='woocommerce'] #respond input#submit.alt.checkout-button,
  body[class*='woocommerce'] #respond input#submit.alt#place_order,
  body[class*='woocommerce'] #respond input#submit.alt#place_order_back,
  body[class*='woocommerce'] a.button.disabled,
  body[class*='woocommerce'] a.button.disabled:hover,
  body[class*='woocommerce'] a.button:disabled,
  body[class*='woocommerce'] a.button:disabled:hover,
  body[class*='woocommerce'] a.button:disabled[disabled],
  body[class*='woocommerce'] a.button:disabled[disabled]:hover,
  body[class*='woocommerce'] a.button.single_add_to_cart_button,
  body[class*='woocommerce'] a.button.checkout-button,
  body[class*='woocommerce'] a.button#place_order,
  body[class*='woocommerce'] a.button#place_order_back,
  body[class*='woocommerce'] a.button.alt.disabled,
  body[class*='woocommerce'] a.button.alt.disabled:hover,
  body[class*='woocommerce'] a.button.alt:disabled,
  body[class*='woocommerce'] a.button.alt:disabled:hover,
  body[class*='woocommerce'] a.button.alt:disabled[disabled],
  body[class*='woocommerce'] a.button.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] a.button.alt.single_add_to_cart_button,
  body[class*='woocommerce'] a.button.alt.checkout-button,
  body[class*='woocommerce'] a.button.alt#place_order,
  body[class*='woocommerce'] a.button.alt#place_order_back,
  body[class*='woocommerce'] button.button.disabled,
  body[class*='woocommerce'] button.button.disabled:hover,
  body[class*='woocommerce'] button.button:disabled,
  body[class*='woocommerce'] button.button:disabled:hover,
  body[class*='woocommerce'] button.button:disabled[disabled],
  body[class*='woocommerce'] button.button:disabled[disabled]:hover,
  body[class*='woocommerce'] button.button.single_add_to_cart_button,
  body[class*='woocommerce'] button.button.checkout-button,
  body[class*='woocommerce'] button.button#place_order,
  body[class*='woocommerce'] button.button#place_order_back,
  body[class*='woocommerce'] button.button.alt.disabled,
  body[class*='woocommerce'] button.button.alt.disabled:hover,
  body[class*='woocommerce'] button.button.alt:disabled,
  body[class*='woocommerce'] button.button.alt:disabled:hover,
  body[class*='woocommerce'] button.button.alt:disabled[disabled],
  body[class*='woocommerce'] button.button.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] button.button.alt.single_add_to_cart_button,
  body[class*='woocommerce'] button.button.alt.checkout-button,
  body[class*='woocommerce'] button.button.alt#place_order,
  body[class*='woocommerce'] button.button.alt#place_order_back,
  body[class*='woocommerce'] input.button.disabled,
  body[class*='woocommerce'] input.button.disabled:hover,
  body[class*='woocommerce'] input.button:disabled,
  body[class*='woocommerce'] input.button:disabled:hover,
  body[class*='woocommerce'] input.button:disabled[disabled],
  body[class*='woocommerce'] input.button:disabled[disabled]:hover,
  body[class*='woocommerce'] input.button.single_add_to_cart_button,
  body[class*='woocommerce'] input.button.checkout-button,
  body[class*='woocommerce'] input.button#place_order,
  body[class*='woocommerce'] input.button#place_order_back,
  body[class*='woocommerce'] input.button.alt.disabled,
  body[class*='woocommerce'] input.button.alt.disabled:hover,
  body[class*='woocommerce'] input.button.alt:disabled,
  body[class*='woocommerce'] input.button.alt:disabled:hover,
  body[class*='woocommerce'] input.button.alt:disabled[disabled],
  body[class*='woocommerce'] input.button.alt:disabled[disabled]:hover,
  body[class*='woocommerce'] input.button.alt.single_add_to_cart_button,
  body[class*='woocommerce'] input.button.alt.checkout-button,
  body[class*='woocommerce'] input.button.alt#place_order,
  body[class*='woocommerce'] input.button.alt#place_order_back,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.disabled,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.disabled:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled[disabled],
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:disabled[disabled]:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.single_add_to_cart_button,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a.checkout-button,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a#place_order,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a#place_order_back,
  body[class*='woocommerce'] .btn__print.disabled,
  body[class*='woocommerce'] .btn__print.disabled:hover,
  body[class*='woocommerce'] .btn__print:disabled,
  body[class*='woocommerce'] .btn__print:disabled:hover,
  body[class*='woocommerce'] .btn__print:disabled[disabled],
  body[class*='woocommerce'] .btn__print:disabled[disabled]:hover,
  body[class*='woocommerce'] .btn__print.single_add_to_cart_button,
  body[class*='woocommerce'] .btn__print.checkout-button,
  body[class*='woocommerce'] .btn__print#place_order,
  body[class*='woocommerce'] .btn__print#place_order_back,
  body[class*='woocommerce'] .wpfda-submit button.disabled,
  body[class*='woocommerce'] .wpfda-submit button.disabled:hover,
  body[class*='woocommerce'] .wpfda-submit button:disabled,
  body[class*='woocommerce'] .wpfda-submit button:disabled:hover,
  body[class*='woocommerce'] .wpfda-submit button:disabled[disabled],
  body[class*='woocommerce'] .wpfda-submit button:disabled[disabled]:hover,
  body[class*='woocommerce'] .wpfda-submit button.single_add_to_cart_button,
  body[class*='woocommerce'] .wpfda-submit button.checkout-button,
  body[class*='woocommerce'] .wpfda-submit button#place_order,
  body[class*='woocommerce'] .wpfda-submit button#place_order_back {
    background-color: #406b17; }
  body[class*='woocommerce'] #respond input#submit:hover,
  body[class*='woocommerce'] #respond input#submit.alt:hover,
  body[class*='woocommerce'] a.button:hover,
  body[class*='woocommerce'] a.button.alt:hover,
  body[class*='woocommerce'] button.button:hover,
  body[class*='woocommerce'] button.button.alt:hover,
  body[class*='woocommerce'] input.button:hover,
  body[class*='woocommerce'] input.button.alt:hover,
  body[class*='woocommerce'] .sb-infinite-scroll-load-more > a:hover,
  body[class*='woocommerce'] .btn__print:hover,
  body[class*='woocommerce'] .wpfda-submit button:hover {
    background-color: #76b320; }

body[class*='woocommerce'] button.button.single_add_to_cart_button {
  font-weight: bold; }

body[class*='woocommerce'] div.product div.images a:hover:after {
  background-color: rgba(77, 128, 28, 0.75); }

body[class*='woocommerce'] div.product div[itemprop='offers'] .price {
  color: #4d801c; }
  body[class*='woocommerce'] div.product div[itemprop='offers'] .price .wgm-sale-label {
    color: #4d801c; }
  body[class*='woocommerce'] div.product div[itemprop='offers'] .price del {
    color: #4d801c; }

body[class*='woocommerce'] div.product .woocommerce-variation-price .wgm-sale-label {
  color: #4d801c; }

body[class*='woocommerce'] .woocommerce-checkout-review-order-table tbody .product-name,
body[class*='woocommerce'] .woocommerce-form-pay .woocommerce-cart-form .shop_table tbody .product-name,
body[class*='woocommerce'] .wgm-second-checkout .shop_table tbody .product-name {
  color: #333333; }

body[class*='woocommerce'] form input[type='text'],
body[class*='woocommerce'] form input[type='email'],
body[class*='woocommerce'] form input[type='tel'],
body[class*='woocommerce'] form input[type='password'],
body[class*='woocommerce'] form textarea {
  color: #000; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #4d801c; }

div#geolocation-dialog {
  height: 450px;
  background-image: url("../images/world-map.svg?v=1787657280");
  background-repeat: no-repeat;
  background-position: 120% 120%;
  background-size: 85%; }
  @media screen and (min-width: 550px) {
    div#geolocation-dialog {
      width: 550px; }
    div#geolocation-dialog .content {
      padding: 2em; }
    div#geolocation-dialog .description {
      width: 85%;
      font-size: 120%; }
    div#geolocation-dialog .buttons-wrapper {
      position: absolute;
      bottom: 2em;
      padding-right: 2em; } }
  div#geolocation-dialog h2.entry-title {
    font-size: 42px;
    font-weight: 900; }
    div#geolocation-dialog h2.entry-title:after {
      display: block;
      width: 64px;
      padding-bottom: 4px;
      margin-bottom: 18px;
      content: ' ';
      border-bottom: 2px solid #4d801c; }
  div#geolocation-dialog .question {
    font-size: 125%; }
  div#geolocation-dialog .button {
    display: inline-block;
    padding: 10px 30px;
    margin-top: 12px;
    font-size: 90%;
    font-weight: bold;
    border: 0 none; }
    div#geolocation-dialog .button:before {
      display: inline-block;
      padding-right: 8px;
      margin-left: -8px;
      font-family: icons;
      font-size: 1.4em; }
    div#geolocation-dialog .button.button--allow {
      background-color: #4d801c; }
      div#geolocation-dialog .button.button--allow:before {
        content: '\e814'; }
    div#geolocation-dialog .button.button--deny {
      background-color: #eeeeee;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      div#geolocation-dialog .button.button--deny:before {
        content: '\e802'; }

.footer-heading {
  padding-bottom: 1.333em;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal; }

.site-footer__top .footer-heading {
  color: #fff; }

.woocommerce h1 {
  margin-top: 50px; }

.btn-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 40px;
  color: #707070;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 2px; }
  .btn-toggle:after {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    line-height: 38px;
    cursor: pointer;
    content: '\25BE';
    transition: transform ease 0.2s; }
  .btn-toggle--expanded:after {
    transform: rotate(180deg); }

#sb-infinite-scroll-load-more.finished > a {
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 50px !important;
  font-size: 14px;
  line-height: 3.2;
  text-align: left;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  #sb-infinite-scroll-load-more.finished > a hr {
    border-top-color: #c9e2b3; }
  #sb-infinite-scroll-load-more.finished > a .alert-link {
    color: #2b542c; }
  #sb-infinite-scroll-load-more.finished > a > a {
    float: right; }
  #sb-infinite-scroll-load-more.finished > a:before {
    position: absolute;
    top: 1em;
    top: 50%;
    left: 1.5em;
    display: inline-block;
    /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
    font-family: WooCommerce;
    color: #8fae1b;
    content: '\e015';
    transform: translateY(-50%); }

button.anchor-mask {
  padding: 0;
  background: none;
  border: none; }

/**
 * My Account page layout.
 *
 * 1. We need important to override WooCommerce default style.
 * 2. On WooCommerce My Account pages, we prefer the already injected
 * WooCommerce breadcrumb (woocommerce_breadcrumb()).
 */
.mein-konto .account-back-link {
  margin-bottom: 10px; }
  .mein-konto .account-back-link .back-arrow {
    color: #4d801c; }
  .mein-konto .account-back-link a {
    color: #3b3b3b; }

.mein-konto .content {
  padding-top: 40px; }

.mein-konto .page-header {
  padding-bottom: 24px;
  margin-bottom: 60px !important;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1; }

.mein-konto .woocommerce {
  display: flex;
  flex-wrap: wrap; }

.breadcrumb {
  display: none; }

.woocommerce .woocommerce-breadcrumb {
  width: 100%; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #4d801c; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%; }
  @media (min-width: 700px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 80%; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%; }

.woocommerce-MyAccount-navigation-link {
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #f7f7f7; }
  @media (min-width: 700px) {
    .woocommerce-MyAccount-navigation-link {
      width: calc(50% - 70px);
      margin-right: 70px; } }
  .woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center; }
  .woocommerce-MyAccount-navigation-link .icn {
    width: 35px;
    min-height: 35px;
    margin: 0 10px; }

/**
 * Search tips block.
 */
.search-available-at-short {
  position: relative;
  margin: 20px 0; }
  .search-available-at-short .icn--shipping-fast {
    width: 45px;
    height: 45px;
    margin: 0 0.53em; }
  .search-available-at-short__pillow {
    position: absolute;
    top: -10px;
    left: -5px;
    height: 22px;
    padding: 0 7px 3px;
    margin: 0 206px 64px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.11px;
    background-color: #d68100;
    border-radius: 1px; }

.search-tips-sidebar,
.search-available-at-short {
  padding: 10px 5px;
  margin-bottom: 20px;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  transition: background-color 0.4s ease; }
  .search-tips-sidebar .icon-angle-right,
  .search-available-at-short .icon-angle-right {
    transition: transform 0.3s ease; }
  .search-tips-sidebar:hover,
  .search-available-at-short:hover {
    background-color: #eee; }
    .search-tips-sidebar:hover .icon-angle-right,
    .search-available-at-short:hover .icon-angle-right {
      transform: translateX(3px); }
  .search-tips-sidebar__content,
  .search-available-at-short__content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .search-tips-sidebar__link,
  .search-available-at-short__link {
    color: #000;
    cursor: pointer; }
    .search-tips-sidebar__link:hover,
    .search-available-at-short__link:hover {
      color: inherit; }
    .search-tips-sidebar__link .search-available-at-short,
    .search-available-at-short__link .search-available-at-short {
      margin-top: 0; }
  .search-tips-sidebar__icon,
  .search-available-at-short__icon {
    font-size: 32px;
    color: #4d801c; }

.search-tips-not-found {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .search-tips-not-found {
      flex-direction: row;
      padding-top: 40px;
      margin: 60px 0;
      font-size: 22px;
      border-top: 1px solid #ccc; } }
  .search-tips-not-found__col {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .search-tips-not-found__col {
        width: 45%; } }
  .search-tips-not-found__text {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .search-tips-not-found__text {
        flex-direction: row;
        align-items: center; } }
  @media screen and (min-width: 768px) {
    .search-tips-not-found__link {
      margin-left: 95px; } }
  .search-tips-not-found__list {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .search-tips-not-found__list {
        margin-top: 30px; } }
    .search-tips-not-found__list li {
      padding-bottom: 15px;
      padding-left: 30px; }
      .search-tips-not-found__list li:before {
        display: inline-block;
        width: 30px;
        margin-left: -30px;
        font-family: icons;
        color: #4d801c;
        content: '\e817'; }
  .search-tips-not-found__icon.icon-bulb {
    margin-right: 10px;
    font-size: 60px;
    color: #4d801c; }

.error404 .container {
  max-width: 100%; }

.error404 .hero-404 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
  height: 50vh;
  min-height: 19rem;
  max-height: 51rem; }
  .error404 .hero-404__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px);
    opacity: 0.8; }
  .error404 .hero-404__content {
    position: relative; }
  .error404 .hero-404__title {
    line-height: 1.11;
    font-size: 4.8rem;
    margin-top: 0;
    margin-bottom: .5em; }
  .error404 .hero-404__description {
    font-size: 1.6rem;
    line-height: 1.5; }
  .error404 .hero-404__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    margin-top: 1.6rem; }
  .error404 .hero-404__link {
    color: #fff; }
    .error404 .hero-404__link:hover {
      text-decoration: underline;
      color: #fff; }

.error404 .bestselling {
  padding-bottom: 80px; }
  .error404 .bestselling .bestselling__title {
    margin: 4.8rem 0;
    font-size: 3.6rem;
    line-height: 1em;
    color: #000;
    text-align: center; }
  .error404 .bestselling ul.products.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px; }
    @media screen and (min-width: 1200px) {
      .error404 .bestselling ul.products.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    .error404 .bestselling ul.products.products .product.product {
      flex: unset;
      margin: 0;
      max-width: 480px;
      background: #fff;
      border: none; }
      .error404 .bestselling ul.products.products .product.product:hover {
        box-shadow: none;
        transform: none; }
      .error404 .bestselling ul.products.products .product.product > a {
        position: relative; }
        .error404 .bestselling ul.products.products .product.product > a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          padding-top: 100%;
          background-color: whitesmoke; }
      .error404 .bestselling ul.products.products .product.product .gallerya--product-variation-slider {
        mix-blend-mode: multiply; }
      .error404 .bestselling ul.products.products .product.product .label-wrap .product-label {
        transform: none;
        top: 8px;
        left: 8px;
        right: auto;
        padding: 3px 7px;
        width: auto;
        border-radius: 4px; }
      .error404 .bestselling ul.products.products .product.product img {
        border-bottom: none;
        aspect-ratio: 1 / 1;
        max-height: unset;
        mix-blend-mode: multiply; }
      .error404 .bestselling ul.products.products .product.product strong {
        padding-top: 20px; }
      .error404 .bestselling ul.products.products .product.product .product_info {
        padding-bottom: 16px; }
        .error404 .bestselling ul.products.products .product.product .product_info .price {
          margin-bottom: 8px; }
          .error404 .bestselling ul.products.products .product.product .product_info .price .amount {
            font-size: 2rem; }
          .error404 .bestselling ul.products.products .product.product .product_info .price ins {
            font-size: 2rem; }
            .error404 .bestselling ul.products.products .product.product .product_info .price ins .amount {
              font-size: 2rem; }
          .error404 .bestselling ul.products.products .product.product .product_info .price del {
            order: 4; }
        .error404 .bestselling ul.products.products .product.product .product_info .delivery {
          order: 1;
          color: #4d801c;
          margin-top: 0; }
        .error404 .bestselling ul.products.products .product.product .product_info .stock {
          order: 2;
          margin-top: 0;
          margin-bottom: 0; }
      .error404 .bestselling ul.products.products .product.product span.onsale {
        position: absolute; }

/**
 * Shop advantages/benefits for customers.
 */
/**
 * Link styling inside blocks of text.
 *
 * 1. On hover, solid background slides in from below.
 *    Manage via a 200% aize background-image gradient hidden off-screen.
 * 2. Add space so edge of text isn't touching background.
 */
.shop-advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 0;
  list-style: none; }
  .shop-advantages-cart {
    order: 5;
    grid-column: 3; }

.shop-advantage {
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  .shop-advantage:not(:last-child) {
    margin-right: 2em; }
  .shop-advantage .icon,
  .shop-advantage img {
    width: 20px;
    height: 20px;
    margin-right: 0.5em; }
  .shop-advantage__text {
    font-weight: 700; }

.stock-table .stock-table__toggle {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d801c; }

.stock-table th,
.stock-table td {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.stock-table .stock-level--high:before {
  background-color: #4d801c; }

.stock-table .stock-level--low:before {
  background-color: #f9b000; }

.stock-table .stock-level--none:before {
  background-color: #e40712; }

#ywqa-questions-and-answers {
  --c-brand: #406b17;
  --c-brand-hover: #76b320; }
  #ywqa-questions-and-answers #ywqa-submit-answer {
    padding: 12px; }
  #ywqa-questions-and-answers #ywqa-submit-question,
  #ywqa-questions-and-answers #ywqa-submit-answer {
    background-color: var(--c-brand) !important;
    color: #fff; }
    #ywqa-questions-and-answers #ywqa-submit-question:hover,
    #ywqa-questions-and-answers #ywqa-submit-answer:hover {
      background-color: var(--c-brand-hover) !important;
      cursor: pointer; }
  #ywqa-questions-and-answers input {
    border-radius: 5px; }
  #ywqa-questions-and-answers textarea#ywqa_user_content {
    margin-top: 10px; }
  #ywqa-questions-and-answers label[for='ywqa_user_content'] {
    padding-top: 20px; }
  #ywqa-questions-and-answers label[for='ywqa-notify-user'] {
    width: 100%;
    margin-bottom: 10px; }
  #ywqa-questions-and-answers ol.ywqa-items-list {
    font-size: 16px; }
    #ywqa-questions-and-answers ol.ywqa-items-list.questions {
      margin-left: 0; }
  #ywqa-questions-and-answers div.notify-answers {
    width: 100%;
    padding-top: 0; }
    #ywqa-questions-and-answers div.notify-answers input.enable-notification {
      position: relative;
      top: 2px;
      margin-left: 0 !important; }
  #ywqa-questions-and-answers div.question-content {
    margin-bottom: 25px;
    font-style: normal; }
  #ywqa-questions-and-answers div.question-content a.answer-now {
    margin-top: 0; }
  #ywqa-questions-and-answers div.question-content a.answer-now,
  #ywqa-questions-and-answers #ywqa_question_list a.write-first-answer {
    border-radius: 5px;
    background-color: var(--c-brand) !important;
    color: #fff !important; }
    #ywqa-questions-and-answers div.question-content a.answer-now:hover,
    #ywqa-questions-and-answers #ywqa_question_list a.write-first-answer:hover {
      background-color: var(--c-brand-hover) !important;
      cursor: pointer; }
  #ywqa-questions-and-answers span.question-symbol {
    padding: 0;
    border-radius: 30px;
    background-color: #33a357 !important; }
  #ywqa-questions-and-answers span.answer-symbol {
    padding: 0;
    background-color: #4c4c4c !important; }
  #ywqa-questions-and-answers .questions-section .h3 {
    display: none; }
  #ywqa-questions-and-answers input.ywqa-guest-name,
  #ywqa-questions-and-answers input.ywqa-guest-email {
    width: 100%; }
  #ywqa-questions-and-answers .ywqa-answers-list {
    margin-bottom: 7px; }
  #ywqa-questions-and-answers div.parent-question {
    color: #000;
    font-weight: 600;
    font-style: normal; }
  #ywqa-questions-and-answers #ywqa_answer_list ol.ywqa-items-list {
    margin-left: 0 !important; }
    #ywqa-questions-and-answers #ywqa_answer_list ol.ywqa-items-list .answer-container .answer:before {
      display: inline-block;
      width: 25px;
      padding-left: 7px;
      margin-right: 10px;
      font-size: 16px;
      font-weight: 600;
      content: "A";
      background-color: #4c4c4c;
      color: #ffff;
      line-height: 1.5; }

@media screen and (max-width: 600px) {
  .woocommerce-tabs .tabs {
    flex-direction: column !important; }
    .woocommerce-tabs .tabs li + li {
      margin-left: 0 !important; }
    .woocommerce-tabs .tabs div#submit_answer {
      overflow: initial !important; } }

.wc-amazon-payments-advanced-populated {
  margin-bottom: 2rem; }
  .wc-amazon-payments-advanced-populated .col2-set {
    display: flex;
    flex-wrap: wrap; }
    .wc-amazon-payments-advanced-populated .col2-set .col-1,
    .wc-amazon-payments-advanced-populated .col2-set .col-2 {
      flex: 50% 0 0; }
    .wc-amazon-payments-advanced-populated .col2-set .woocommerce-account-fields {
      flex: 100%; }
  .wc-amazon-payments-advanced-populated #shipping_address_widget h3,
  .wc-amazon-payments-advanced-populated #payment_method_widget h3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline; }
    .wc-amazon-payments-advanced-populated #shipping_address_widget h3 a,
    .wc-amazon-payments-advanced-populated #payment_method_widget h3 a {
      flex: 1;
      font-size: 14px;
      padding-left: 10px; }
  .wc-amazon-payments-advanced-populated .checkbox input[type="checkbox"] {
    position: unset; }
  .wc-amazon-payments-advanced-populated #createaccount ~ span {
    display: unset;
    margin-left: 0; }

#amazon_customer_details ~ #order_review_heading,
#amazon_customer_details ~ .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  display: none; }

#paysierBoniBirthday,
#paysierBoniBirthmonth,
#paysierBoniBirthyear {
  background-color: var(--wp--preset--color--white);
  color: var(--medium-text-color);
  border: 1px solid var(--light-border-color);
  display: inline-block; }

@media (max-width: 991px) {
  .post-archive .sidebar-container {
    order: 2; } }

.post-archive .breadcrumb {
  font-size: 0.875rem; }

.post-archive .page-header {
  width: 100%;
  padding-bottom: 1.0666em;
  margin-top: 0;
  margin-bottom: 3.25rem;
  border-color: #e1e1e1; }
  @media (min-width: 600px) {
    .post-archive .page-header {
      padding-bottom: 0.9333em;
      margin-top: 0;
      margin-bottom: 3.3125rem; } }

.post-archive .post {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .post-archive .post {
      float: left;
      width: 83.33333%; } }
  @media (min-width: 600px) {
    .post-archive .post {
      display: flex;
      gap: 1.6875rem;
      padding-bottom: 2.5rem;
      margin-bottom: 2.5rem; } }
  .post-archive .post:not(.last):after {
    position: absolute;
    bottom: 0;
    left: 16px;
    display: block;
    width: calc(100% - 32px);
    content: '';
    border-bottom: 1px solid #e1e1e1; }
  .post-archive .post header {
    margin-bottom: 1.7em; }
    .post-archive .post header h1 {
      margin-top: 0; }
    .post-archive .post header time {
      display: inline-block;
      margin-right: 1em; }
      @media (min-width: 600px) {
        .post-archive .post header time {
          margin-right: 3em; } }
    .post-archive .post header ul,
    .post-archive .post header li {
      display: inline-block; }
  .post-archive .post img {
    display: block;
    float: none;
    width: 100%;
    margin: 0; }
  .post-archive .post .entry-content {
    flex-basis: 60%; }
  .post-archive .post .entry-teaser-image {
    flex-basis: 40%; }
    @media (max-width: 599px) {
      .post-archive .post .entry-teaser-image {
        margin-bottom: 1.5rem; } }
  .post-archive .post .entry-title {
    margin: 0 0 0.36em;
    font-size: 22px;
    font-weight: 600; }
  .post-archive .post .entry-summary {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #484848; }
    @media (max-width: 599px) {
      .post-archive .post .entry-summary {
        display: none; } }
    .post-archive .post .entry-summary p {
      max-height: 4.5em;
      margin: 0;
      overflow: hidden; }
      @supports (-webkit-line-clamp: 3) {
        .post-archive .post .entry-summary p {
          display: flex;
          max-height: unset;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          box-orient: vertical; } }

.entry-content a {
  font-weight: 700; }

.promotion__content {
  padding: 8% 15%;
  margin-bottom: 50px;
  background: #f9f9f9; }
  .promotion__content p {
    font-size: 16px;
    line-height: 28px; }
    .promotion__content p:last-child {
      margin: 0; }

.single-post .content {
  padding-bottom: 0; }
  .single-post .content .container {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .single-post .content .container {
        width: 550px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .single-post .content .container {
        width: 700px; } }
    @media (min-width: 1200px) {
      .single-post .content .container {
        width: 840px; } }
  .single-post .content .breadcrumb {
    display: block;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .single-post .content .breadcrumb {
        margin: 15px 0 35px 0; } }
    @media (min-width: 991px) {
      .single-post .content .breadcrumb {
        margin: 40px 0 55px 0; } }
  .single-post .content .post .entry-meta {
    display: flex;
    margin-bottom: 32px; }
    .single-post .content .post .entry-meta time {
      margin-right: 16px; }
    .single-post .content .post .entry-meta ul {
      padding-right: 0; }
  .single-post .content .post .entry-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.366; }
  @media (min-width: 768px) {
    .single-post .content .post .entry-content h1:not([class]), .single-post .content .post .entry-content h2:not([class]), .single-post .content .post .entry-content h3:not([class]), .single-post .content .post .entry-content h4:not([class]), .single-post .content .post .entry-content h5:not([class]), .single-post .content .post .entry-content h6:not([class]), .single-post .content .post .entry-content p:not([class]), .single-post .content .post .entry-content ol:not([class]), .single-post .content .post .entry-content ul:not([class]) {
      padding-right: 160px; } }
  @media (min-width: 992px) {
    .single-post .content .post .entry-content h1:not([class]), .single-post .content .post .entry-content h2:not([class]), .single-post .content .post .entry-content h3:not([class]), .single-post .content .post .entry-content h4:not([class]), .single-post .content .post .entry-content h5:not([class]), .single-post .content .post .entry-content h6:not([class]), .single-post .content .post .entry-content p:not([class]), .single-post .content .post .entry-content ol:not([class]), .single-post .content .post .entry-content ul:not([class]) {
      padding-right: 200px; } }
  @media (min-width: 1200px) {
    .single-post .content .post .entry-content h1:not([class]), .single-post .content .post .entry-content h2:not([class]), .single-post .content .post .entry-content h3:not([class]), .single-post .content .post .entry-content h4:not([class]), .single-post .content .post .entry-content h5:not([class]), .single-post .content .post .entry-content h6:not([class]), .single-post .content .post .entry-content p:not([class]), .single-post .content .post .entry-content ol:not([class]), .single-post .content .post .entry-content ul:not([class]) {
      padding-right: 260px; } }
  .single-post .content .post .entry-content h2 + p,
  .single-post .content .post .entry-content h2 + ol,
  .single-post .content .post .entry-content h2 + ul,
  .single-post .content .post .entry-content h2 + figure, .single-post .content .post .entry-content h3 + p,
  .single-post .content .post .entry-content h3 + ol,
  .single-post .content .post .entry-content h3 + ul,
  .single-post .content .post .entry-content h3 + figure, .single-post .content .post .entry-content h4 + p,
  .single-post .content .post .entry-content h4 + ol,
  .single-post .content .post .entry-content h4 + ul,
  .single-post .content .post .entry-content h4 + figure, .single-post .content .post .entry-content h5 + p,
  .single-post .content .post .entry-content h5 + ol,
  .single-post .content .post .entry-content h5 + ul,
  .single-post .content .post .entry-content h5 + figure, .single-post .content .post .entry-content h6 + p,
  .single-post .content .post .entry-content h6 + ol,
  .single-post .content .post .entry-content h6 + ul,
  .single-post .content .post .entry-content h6 + figure, .single-post .content .post .entry-content p + p,
  .single-post .content .post .entry-content p + ol,
  .single-post .content .post .entry-content p + ul,
  .single-post .content .post .entry-content p + figure, .single-post .content .post .entry-content ol + p,
  .single-post .content .post .entry-content ol + ol,
  .single-post .content .post .entry-content ol + ul,
  .single-post .content .post .entry-content ol + figure, .single-post .content .post .entry-content ul + p,
  .single-post .content .post .entry-content ul + ol,
  .single-post .content .post .entry-content ul + ul,
  .single-post .content .post .entry-content ul + figure, .single-post .content .post .entry-content figure + p,
  .single-post .content .post .entry-content figure + ol,
  .single-post .content .post .entry-content figure + ul,
  .single-post .content .post .entry-content figure + figure {
    margin: 32px 0 0; }
  .single-post .content .post .entry-content h1, .single-post .content .post .entry-content h2, .single-post .content .post .entry-content h3, .single-post .content .post .entry-content h4, .single-post .content .post .entry-content h5, .single-post .content .post .entry-content h6 {
    color: #000; }
  .single-post .content .post .entry-content h2, .single-post .content .post .entry-content h3, .single-post .content .post .entry-content h4, .single-post .content .post .entry-content h5, .single-post .content .post .entry-content h6 {
    margin-top: 0;
    padding-top: 60px; }
  .single-post .content .post .entry-content p, .single-post .content .post .entry-content ol, .single-post .content .post .entry-content ul {
    color: #484848; }
  .single-post .content .post .entry-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.375; }
  .single-post .content .post .entry-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0; }
    .single-post .content .post .entry-content p + ol,
    .single-post .content .post .entry-content p + ul {
      margin: 15px 0 0; }
  .single-post .content .post .entry-content ol:not([class]), .single-post .content .post .entry-content ul:not([class]) {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 20px; }
    .single-post .content .post .entry-content ol:not([class]) li, .single-post .content .post .entry-content ul:not([class]) li {
      margin-bottom: 7px;
      flex-wrap: wrap;
      padding-left: 7px; }
      .single-post .content .post .entry-content ol:not([class]) li::marker, .single-post .content .post .entry-content ul:not([class]) li::marker {
        color: #6eb528; }
    .single-post .content .post .entry-content ol:not([class]) ol,
    .single-post .content .post .entry-content ol:not([class]) ul, .single-post .content .post .entry-content ul:not([class]) ol,
    .single-post .content .post .entry-content ul:not([class]) ul {
      width: 100%;
      padding-right: 0;
      margin-top: 7px;
      margin-bottom: 5px; }
    .single-post .content .post .entry-content ol:not([class]) ol, .single-post .content .post .entry-content ul:not([class]) ol {
      list-style-type: none;
      padding-left: 0;
      margin-left: -30px;
      margin-bottom: 20px; }
      .single-post .content .post .entry-content ol:not([class]) ol li, .single-post .content .post .entry-content ul:not([class]) ol li {
        padding: 0; }
  .single-post .content .post .entry-content ol li::marker {
    font-weight: bold; }
  .single-post .content .post .entry-content .wp-block-image {
    margin: 32px 0 42px 0; }
    .single-post .content .post .entry-content .wp-block-image + h2,
    .single-post .content .post .entry-content .wp-block-image + h3,
    .single-post .content .post .entry-content .wp-block-image + h4,
    .single-post .content .post .entry-content .wp-block-image + h5,
    .single-post .content .post .entry-content .wp-block-image + h6 {
      padding-top: 0;
      margin-top: 60px; }
  .single-post .content .post .entry-content .wp-block-embed .oembed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
  .single-post .content .post .entry-content .wp-block-embed iframe,
  .single-post .content .post .entry-content .wp-block-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .single-post .content .post .entry-content .woocommerce .products {
    padding-right: 0;
    padding: 0; }
    .single-post .content .post .entry-content .woocommerce .products li {
      background: #fff; }
