@charset "UTF-8";
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  margin: 0 0 1em;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center)
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0%;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 2rem;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]),
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image .block-library-cover__padding-visualizer,
.wp-block-cover .block-library-cover__padding-visualizer {
  z-index: 2;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper,
.wp-block[data-align="right"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
.wp-block-embed {
  margin: 0 0 1em;
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__embed {
  margin-bottom: 1em;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image
  figcaption
  img,
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item
  figcaption
  img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-image
  img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-item
  img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure,
.wp-block-gallery:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
  figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1
  figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-4
    figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5
    figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333
    );
  }
  .wp-block-gallery.has-nested-images.columns-7
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714
    );
  }
  .wp-block-gallery.has-nested-images.columns-8
    figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image:not(.is-style-rounded) > a,
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: table;
}
.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image.alignright > figcaption,
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-image figure {
  margin: 0;
}
ol.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
  float: left;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr; /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1; /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr; /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1; /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  color: inherit;
  display: block;
  padding: 0;
}
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.25em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: 0.075em;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container) {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
}
.wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    .wp-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation
  .has-child:where(:not(.open-on-click)):hover
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation
  .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  position: relative;
  display: flex;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background)
  .wp-block-navigation
  .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  padding: 2rem;
  overflow: auto;
  z-index: 100000;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  color: inherit !important;
  background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  right: auto;
  left: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0%;
}
.wp-block-post-author__name {
  margin: 0;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-top: 0.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments input[type="submit"] {
  border: none;
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
  max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
  font-size: 1.25em;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template,
.wp-block-query-loop {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template,
.wp-block-query-loop.wp-block-post-template {
  background: none;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.wp-block-query-pagination
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.wp-block-query-pagination
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:not([style*="text-decoration"]),
.wp-block-read-more:not([style*="text-decoration"]):active,
.wp-block-read-more:not([style*="text-decoration"]):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  padding: 8px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-separator {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-site-logo {
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.wp-block-social-links {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: none;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.65em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud.aligncenter {
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.wp-block-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
  border-width: inherit;
  border-style: inherit;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}
.wp-block-video {
  margin: 0 0 1em;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color),
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
.components-custom-select-control {
  position: relative;
}
.components-custom-select-control__label {
  display: block;
  margin-bottom: 8px;
}
.components-custom-select-control__button {
  border: 1px solid #757575;
  border-radius: 2px;
  min-height: 30px;
  min-width: 130px;
  position: relative;
  text-align: left;
}
.components-custom-select-control__button.components-custom-select-control__button {
  padding-right: 24px;
}
.components-custom-select-control__button:focus:not(:disabled) {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.components-custom-select-control__button
  .components-custom-select-control__button-icon {
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.components-custom-select-control__menu {
  border: 1px solid #1e1e1e;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  transition: none;
  max-height: 400px;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  z-index: 1000000;
}
.components-custom-select-control__menu[aria-hidden="true"] {
  display: none;
}
.components-custom-select-control__item {
  align-items: center;
  display: flex;
  list-style-type: none;
  padding: 8px;
  cursor: default;
  line-height: 28px;
}
.components-custom-select-control__item.is-highlighted {
  background: #ddd;
}
.components-custom-select-control__item
  .components-custom-select-control__item-icon {
  margin-right: 0;
  margin-left: auto;
}
.components-custom-select-control__item:last-child {
  margin-bottom: 0;
}
.components-snackbar {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  background-color: #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 16px 24px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
}
@media (min-width: 600px) {
  .components-snackbar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.components-snackbar:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
}
.components-snackbar.components-snackbar-explicit-dismiss {
  cursor: default;
}
.components-snackbar .components-snackbar__content-with-icon {
  margin-left: 24px;
}
.components-snackbar .components-snackbar__icon {
  position: absolute;
  top: 24px;
  left: 28px;
}
.components-snackbar .components-snackbar__dismiss-button {
  margin-left: 32px;
  cursor: pointer;
}
.components-snackbar__action.components-button {
  margin-left: 32px;
  color: #fff;
  height: auto;
  flex-shrink: 0;
  line-height: 1.4;
  padding: 0;
}
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) {
  text-decoration: underline;
  background-color: transparent;
}
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):focus {
  color: #fff;
  box-shadow: none;
  outline: 1px dotted #fff;
}
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover {
  color: var(--wp-admin-theme-color);
}
.components-snackbar__content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  line-height: 1.4;
}
.components-snackbar-list {
  position: absolute;
  z-index: 100000;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.components-snackbar-list__notice-container {
  position: relative;
  padding-top: 8px;
}
.components-combobox-control {
  width: 100%;
}
input.components-combobox-control__input[type="text"] {
  width: 100%;
  border: none;
  box-shadow: none;
  font-size: 16px;
  padding: 2px;
  margin: 0;
  line-height: inherit;
  min-height: auto;
}
@media (min-width: 600px) {
  input.components-combobox-control__input[type="text"] {
    font-size: 13px;
  }
}
input.components-combobox-control__input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
.components-combobox-control__suggestions-container {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  border-radius: 2px;
  border: 1px solid #757575;
  font-size: 16px;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 8px;
  padding: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .components-combobox-control__suggestions-container {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
@media (min-width: 600px) {
  .components-combobox-control__suggestions-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-combobox-control__suggestions-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.components-combobox-control__suggestions-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-combobox-control__suggestions-container::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.62);
}
.components-combobox-control__suggestions-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-combobox-control__suggestions-container:focus-within {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.components-combobox-control__reset.components-button {
  display: flex;
  height: 24px;
  min-width: 24px;
  padding: 0;
}
.wc-block-link-button {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  box-shadow: none;
  display: inline;
  text-shadow: none;
  text-decoration: underline;
}
.wc-block-link-button,
.wc-block-link-button:active,
.wc-block-link-button:focus,
.wc-block-link-button:hover {
  background: transparent;
}
.wc-block-suspense-placeholder {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
}
.wc-block-suspense-placeholder > * {
  visibility: hidden;
}
.wc-block-suspense-placeholder:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-suspense-placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-suspense-placeholder:before {
  content: " ";
}
.wc-block-grid__products .wc-block-grid__product-image {
  text-decoration: none;
  display: block;
  position: relative;
}
.wc-block-grid__products .wc-block-grid__product-image a {
  text-decoration: none;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
  display: none;
}
.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
  border: 1px solid #f2f2f2;
}
.edit-post-visual-editor
  .editor-block-list__block
  .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  font-family: inherit;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: inherit;
  font-size: inherit;
  display: block;
}
.wc-block-grid__product-price {
  display: block;
}
.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 0.5em;
}
.wc-block-grid__product-add-to-cart.wp-block-button {
  word-break: break-word;
  white-space: normal;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  word-break: break-word;
  white-space: normal;
  margin: 0 auto !important;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: 0.5em 1em;
  font-size: 1em;
}
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link.loading {
  opacity: 0.25;
}
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link.added:after {
  font-family: WooCommerce;
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: auto;
}
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link.loading:after {
  font-family: WooCommerce;
  content: "";
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: auto;
}
.has-5-columns:not(.alignfull)
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-6-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-7-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-8-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-9-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after {
  content: "";
  margin: 0;
}
.wc-block-grid__product-rating {
  display: block;
  color: #000;
}
.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  overflow: hidden;
  position: relative;
  width: 5.3em;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  font-family: star;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
}
.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: "SSSSS";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0.5;
  color: #aaa;
  white-space: nowrap;
}
.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}
.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars
  span:before {
  content: "SSSSS";
  color: inherit;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  white-space: nowrap;
}
.wc-block-grid__product-onsale {
  font-size: 0.875em;
  padding: 0.25em 0.75em;
  display: inline-block;
  width: auto;
  border: 1px solid #43454b;
  border-radius: 3px;
  color: #43454b;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 9;
  position: relative;
}
.wc-block-grid__product
  .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 auto 12px;
}
.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464;
}
.theme-twentynineteen .wc-block-grid__product {
  font-size: 0.88889em;
}
.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.theme-twentynineteen .wc-block-grid__product-title:before {
  display: none;
}
.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
  line-height: 1;
}
.theme-twentynineteen
  .editor-styles-wrapper
  .wp-block-button
  .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
.theme-twentytwenty .wc-block-grid__product-link {
  color: #000;
}
.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica,
    sans-serif;
  color: #cd2653;
  font-size: 1em;
}
.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
  margin-top: 0;
}
.theme-twentytwenty
  .wc-block-components-product-price
  .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica,
    sans-serif;
  font-size: 0.9em;
}
.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
  opacity: 0.5;
}
.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
  text-decoration: none;
}
.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
  font-size: 0.7em;
}
.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty
  .wc-block-grid__product-rating
  .wc-block-components-product-rating__stars,
.theme-twentytwenty
  .wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars {
  line-height: 1;
}
.theme-twentytwenty
  .wc-block-components-product-button
  > .wp-block-button__link,
.theme-twentytwenty
  .wc-block-grid__product-add-to-cart
  > .wp-block-button__link {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica,
    sans-serif;
}
.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
  background: #cd2653;
  color: #fff;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica,
    sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
.theme-twentytwenty
  .wc-block-grid__products
  .wc-block-components-product-sale-badge {
  position: static;
}
.theme-twentytwenty
  .wc-block-grid__products
  .wc-block-grid__product-image
  .wc-block-components-product-sale-badge {
  position: absolute;
}
.theme-twentytwenty
  .wc-block-grid__products
  .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
  font-size: 1em;
}
.theme-twentytwenty
  .wc-block-active-filters
  .wc-block-active-filters__clear-all {
  font-size: 0.75em;
}
.theme-twentytwenty
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link {
  font-size: 0.75em;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1168px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
  margin-top: 12px;
  display: block;
}
.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
  text-decoration: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wc-block-components-product-add-to-cart-attribute-picker {
  margin: 0;
  flex-basis: 100%;
}
.wc-block-components-product-add-to-cart-attribute-picker label {
  display: block;
  font-size: 1em;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__container {
  position: relative;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select {
  margin: 0 0 0.75em;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select
  select {
  min-width: 60%;
  min-height: 1.75em;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
  margin-bottom: 24px;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error
  select {
  border-color: #cc1818;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error
  select:focus {
  outline-color: #cc1818;
}
.wc-block-components-product-add-to-cart {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button {
  margin: 0 0 0.75em;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  .wc-block-components-button__text {
  display: block;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  .wc-block-components-button__text
  > svg {
  fill: currentColor;
  vertical-align: top;
  width: 1.5em;
  height: 1.5em;
  margin: -0.25em 0 -0.25em 0.5em;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity {
  margin: 0 1em 0.75em 0;
  flex-basis: 5em;
  padding: 0.618em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #43454b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  text-align: center;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  > *,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity
  > *,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button
  > *,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button:after,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-product-add-to-cart
    .wc-block-components-product-add-to-cart-button,
  .is-loading
    .wc-block-components-product-add-to-cart
    .wc-block-components-product-add-to-cart-quantity,
  .wc-block-components-product-add-to-cart--placeholder
    .wc-block-components-product-add-to-cart-button,
  .wc-block-components-product-add-to-cart--placeholder
    .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-grid .wc-block-components-product-add-to-cart {
  justify-content: center;
}
.wc-block-components-product-add-to-cart-notice {
  margin: 0;
}
.wp-block-button.wc-block-components-product-button {
  word-break: break-word;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 12px;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button {
  border-style: none;
  display: inline-flex;
  font-family: inherit;
  font-weight: inherit;
  justify-content: center;
  margin: 0 auto;
  white-space: normal;
  word-break: break-word;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button--placeholder {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  min-width: 8em;
  min-height: 3em;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button--placeholder
  > * {
  visibility: hidden;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button--placeholder:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-button.wc-block-components-product-button
    .wc-block-components-product-button__button--placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-product-button
  > .wc-block-components-product-button__button {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  min-width: 8em;
  min-height: 3em;
}
.is-loading
  .wc-block-components-product-button
  > .wc-block-components-product-button__button
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-product-button
  > .wc-block-components-product-button__button:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-product-button
    > .wc-block-components-product-button__button {
    -webkit-animation: none;
    animation: none;
  }
}
.theme-twentytwentyone
  .editor-styles-wrapper
  .wc-block-components-product-button
  .wp-block-button__link {
  background-color: var(--button--color-background);
  color: var(--button--color-text);
  border-color: var(--button--color-background);
}
.wc-block-components-product-category-list {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.wc-block-components-product-category-list ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.wc-block-components-product-category-list ul li {
  display: inline;
  list-style: none;
}
.wc-block-components-product-category-list ul li:after {
  content: ", ";
}
.wc-block-components-product-category-list ul li:last-child:after {
  content: "";
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image,
.wc-block-components-product-image {
  text-decoration: none;
  display: block;
  position: relative;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  a,
.wc-block-components-product-image a {
  border-radius: inherit;
  text-decoration: none;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  img,
.wc-block-components-product-image img {
  border-radius: inherit;
  vertical-align: middle;
  width: 100%;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  img[hidden],
.wc-block-components-product-image img[hidden] {
  display: none;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  img[alt=""],
.wc-block-components-product-image img[alt=""] {
  border: 1px solid #f2f2f2;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-left {
  position: absolute;
  left: 4px;
  top: 4px;
  right: auto;
  margin: 0;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-center {
  position: absolute;
  top: 4px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-right {
  position: absolute;
  right: 4px;
  top: 4px;
  left: auto;
  margin: 0;
}
.is-loading .wc-block-components-product-image {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  width: auto;
}
.is-loading .wc-block-components-product-image > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-image:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-image {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-product-image {
  margin: 0 0 12px;
}
.wc-block-components-product-rating {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
}
.wc-block-components-product-rating__stars {
  overflow: hidden;
  position: relative;
  width: 5.3em;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  font-family: star;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
}
.wc-block-components-product-rating__stars:before {
  content: "SSSSS";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0.5;
  color: inherit;
  white-space: nowrap;
}
.wc-block-components-product-rating__stars span {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: inherit;
  padding-top: 1.5em;
}
.wc-block-components-product-rating__stars span:before {
  content: "SSSSS";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: inherit;
  white-space: nowrap;
}
.wc-block-single-product .wc-block-components-product-rating__stars {
  margin: 0;
}
.wc-block-components-product-sale-badge {
  margin: 0 auto 12px;
  font-size: 0.875em;
  padding: 0.25em 0.75em;
  display: inline-block;
  width: auto;
  border: 1px solid #43454b;
  border-radius: 3px;
  box-sizing: border-box;
  color: #43454b;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 9;
  position: static;
}
.wc-block-components-product-sale-badge span {
  color: inherit;
  background-color: inherit;
}
.wc-block-components-product-sku {
  margin-top: 0;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  font-size: 0.875em;
}
.wc-block-components-product-stock-indicator {
  margin-top: 0;
  margin-bottom: 0.75em;
  display: block;
  font-size: 0.875em;
}
.wc-block-components-product-summary {
  margin-top: 0;
  margin-bottom: 12px;
}
.is-loading .wc-block-components-product-summary:before {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  border-radius: 0.25rem;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  content: ".";
  display: block;
  width: 100%;
  height: 6em;
}
.is-loading .wc-block-components-product-summary:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-summary:before:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-summary:before {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-product-tag-list {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.wc-block-components-product-tag-list ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.wc-block-components-product-tag-list ul li {
  display: inline;
  list-style: none;
}
.wc-block-components-product-tag-list ul li:after {
  content: ", ";
}
.wc-block-components-product-tag-list ul li:last-child:after {
  content: "";
}
.wc-block-components-product-title {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  display: block;
  font-size: inherit;
}
.wc-block-components-product-title a {
  color: inherit;
  font-size: inherit;
}
.is-loading .wc-block-components-product-title:before {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  content: ".";
  display: inline-block;
  width: 7em;
}
.is-loading .wc-block-components-product-title:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-title:before:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-title:before {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading .wc-block-grid .wc-block-components-product-title:before {
  width: 10em;
}
.wc-block-components-product-title--align-left {
  text-align: left;
}
.wc-block-components-product-title--align-center {
  text-align: center;
}
.wc-block-components-product-title--align-right {
  text-align: right;
}
.wc-block-components-error {
  display: flex;
  padding: 40px 0;
  margin: 40px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #757575;
  text-align: center;
}
.wc-block-components-error__header {
  font-size: 2em;
  margin: 0;
  color: #646970;
}
.wc-block-components-error__image {
  width: 25%;
  margin: 0 0 24px;
}
.wc-block-components-error__text {
  margin: 1em 0 0;
  color: #8c8f94;
  font-size: 1.25em;
  max-width: 60ch;
}
.wc-block-components-error__message {
  margin: 1em auto 0;
  font-style: italic;
  color: #8c8f94;
  max-width: 60ch;
}
.wc-block-error__button {
  margin: 40px 0 0;
}
.wc-block-components-button:not(.is-link) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  min-height: 3em;
  justify-content: center;
  line-height: 1;
  padding: 0 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  transition: box-shadow 0.1s linear;
}
.wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #0675c4;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
  outline: 3px solid transparent;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  display: block;
}
.wc-block-components-button:not(.is-link)
  .wc-block-components-button__text
  > svg {
  fill: currentColor;
}
.wc-block-components-button:not(.is-link)
  .wc-block-components-spinner
  + .wc-block-components-button__text {
  visibility: hidden;
}
.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).text:hover {
  opacity: 0.9;
}
.wc-block-components-button:not(.is-link).contained,
.wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-button:not(.is-link).contained:hover {
  opacity: 0.9;
}
.wc-block-components-button:not(.is-link).outlined {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #1e1e1e;
  color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1;
}
.wc-block-components-form {
  counter-reset: checkout-step;
}
.wc-block-components-form .wc-block-components-checkout-step {
  position: relative;
  border: none;
  padding: 0 0 0 24px;
  background: none;
  margin: 0;
}
.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
  padding-left: 0;
}
.wc-block-components-checkout-step--disabled {
  opacity: 0.6;
}
.wc-block-components-checkout-step__container {
  position: relative;
}
.wc-block-components-checkout-step__content > * {
  margin-bottom: 1em;
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__content
  > :last-child {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.wc-block-components-checkout-step__heading {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  margin: 0.75em 0 1em;
  position: relative;
  align-items: center;
  gap: 1em;
}
.wc-block-components-checkout-step:first-child
  .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule
  + .wc-block-components-checkout-step
  .wc-block-components-checkout-step__heading {
  margin-top: 0;
}
.wc-block-components-checkout-step__title {
  margin: 0 12px 0 0;
}
.wc-block-components-checkout-step__heading-content {
  font-size: 0.75em;
}
.wc-block-components-checkout-step__heading-content a {
  font-weight: 700;
  color: inherit;
}
.wc-block-components-checkout-step__description {
  font-size: 0.875em;
  line-height: 1.25;
  margin-bottom: 16px;
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__title:before {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  counter-increment: checkout-step;
  content: " " counter(checkout-step) ".";
  content: " " counter(checkout-step) "."/"";
  position: absolute;
  width: 24px;
  left: -24px;
  top: 0;
  text-align: center;
  transform: translateX(-50%);
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after {
  content: "";
  height: 100%;
  border-left: 1px solid;
  opacity: 0.3;
  position: absolute;
  left: -24px;
  top: 0;
}
.is-mobile
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__title:before,
.is-small
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__title:before {
  position: static;
  transform: none;
  left: auto;
  top: auto;
  content: counter(checkout-step) ". ";
  content: counter(checkout-step) ". "/"";
}
.is-mobile
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after,
.is-small
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after {
  content: unset;
}
.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
  font-size: 1em;
  line-height: 24px;
  margin: 0 12px 0 0;
}
.wc-block-components-order-summary .wc-block-components-panel__button {
  padding-top: 0;
  margin-top: 0;
}
.wc-block-components-order-summary .wc-block-components-panel__content {
  margin-bottom: 0;
}
.wc-block-components-order-summary__content {
  display: table;
  width: 100%;
}
.wc-block-components-order-summary-item {
  position: relative;
  font-size: 0.875em;
  display: flex;
  padding-bottom: 1px;
  padding-top: 16px;
  width: 100%;
}
.wc-block-components-order-summary-item:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-order-summary-item:first-child {
  padding-top: 0;
}
.wc-block-components-order-summary-item:last-child > div {
  padding-bottom: 0;
}
.wc-block-components-order-summary-item:last-child:after {
  display: none;
}
.wc-block-components-order-summary-item .wc-block-components-product-metadata {
  font-size: 1em;
}
.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
  display: table-cell;
  vertical-align: top;
}
.wc-block-components-order-summary-item__image {
  width: 48px;
  padding-bottom: 16px;
  position: relative;
}
.wc-block-components-order-summary-item__image > img {
  width: 48px;
  max-width: 48px;
}
.wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 2px solid;
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  line-height: 1;
  min-height: 20px;
  padding: 0 0.4em;
  position: absolute;
  justify-content: center;
  min-width: 20px;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.wc-block-components-order-summary-item__description {
  padding-left: 24px;
  padding-right: 12px;
  padding-bottom: 16px;
}
.wc-block-components-order-summary-item__description
  .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description p {
  line-height: 1.375;
  margin-top: 4px;
}
.wc-block-components-order-summary-item__total-price {
  font-weight: 700;
  margin-left: auto;
  text-align: right;
}
.wc-block-components-order-summary-item__individual-prices {
  display: block;
}
.wc-block-components-payment-method-icons {
  margin: 0 0 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon {
  display: inline-block;
  margin: 0 4px 2px;
  padding: 0;
  width: auto;
  max-width: 38px;
  height: 24px;
  max-height: 24px;
}
.wc-block-components-payment-method-icons--align-left {
  justify-content: flex-start;
}
.wc-block-components-payment-method-icons--align-left
  .wc-block-components-payment-method-icon {
  margin-left: 0;
  margin-right: 8px;
}
.wc-block-components-payment-method-icons--align-right {
  justify-content: flex-end;
}
.wc-block-components-payment-method-icons--align-right
  .wc-block-components-payment-method-icon {
  margin-right: 0;
  margin-left: 8px;
}
.wc-block-components-payment-method-icons:last-child {
  margin-bottom: 0;
}
.is-mobile
  .wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon,
.is-small
  .wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon {
  height: 16px;
}
.wc-block-components-payment-method-label--with-icon {
  display: inline-block;
  vertical-align: middle;
}
.wc-block-components-payment-method-label--with-icon > img,
.wc-block-components-payment-method-label--with-icon > svg {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.is-mobile .wc-block-components-payment-method-label--with-icon > img,
.is-mobile .wc-block-components-payment-method-label--with-icon > svg,
.is-small .wc-block-components-payment-method-label--with-icon > img,
.is-small .wc-block-components-payment-method-label--with-icon > svg {
  display: none;
}
.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
  font-size: 0.75em;
  text-align: center;
  list-style: none outside;
  line-height: 1;
  margin: 24px 0;
}
.wc-block-components-checkout-policies__item {
  list-style: none outside;
  display: inline-block;
  padding: 0 0.25em;
  margin: 0;
}
.wc-block-components-checkout-policies__item:not(:first-child) {
  border-left: 1px solid #ccc;
}
.wc-block-components-checkout-policies__item > a {
  color: inherit;
  padding: 0 0.25em;
}
.wc-block-components-product-badge {
  font-size: 0.75em;
  border-radius: 2px;
  border: 1px solid;
  display: inline-block;
  font-weight: 600;
  padding: 0 0.66em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wc-block-components-product-details.wc-block-components-product-details {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}
.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
  margin-bottom: 0;
}
.wc-block-components-product-details.wc-block-components-product-details li {
  margin-left: 0;
}
.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  display: inline-block;
}
.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
  font-weight: 700;
}
img.wc-block-components-product-image[alt=""] {
  border: 1px solid #f2f2f2;
}
.wc-block-components-product-metadata {
  font-size: 0.75em;
}
.wc-block-components-product-metadata
  .wc-block-components-product-metadata__description
  > p,
.wc-block-components-product-metadata
  .wc-block-components-product-metadata__variation-data {
  margin: 0.25em 0;
}
.wc-block-components-checkout-return-to-cart-button {
  box-shadow: none;
  color: inherit;
  padding-left: calc(24px + 0.25em);
  position: relative;
  text-decoration: none;
}
.wc-block-components-checkout-return-to-cart-button svg {
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.wc-block-components-shipping-calculator-address {
  margin-bottom: 0;
}
.wc-block-components-shipping-calculator-address__button {
  width: 100%;
  margin-top: 1.5em;
}
.wc-block-components-shipping-calculator {
  padding: 0.5em 0 0.75em;
}
.wc-block-components-shipping-rates-control__package
  .wc-block-components-panel__button {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.wc-block-components-shipping-rates-control__package
  .wc-block-components-panel__content,
.wc-block-components-shipping-rates-control__package
  .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package
  .wc-block-components-radio-control
  .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package
  .wc-block-components-radio-control__option-layout {
  padding-bottom: 0;
}
.wc-block-components-shipping-rates-control__package-items {
  font-size: 0.875em;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-components-shipping-rates-control__package-item {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
  content: ", ";
  white-space: pre;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
}
.wc-block-components-totals-coupon .wc-block-components-panel__content {
  padding-bottom: 0;
}
.wc-block-components-totals-coupon__form {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__input {
  margin-bottom: 0;
  margin-top: 0;
  flex-grow: 1;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button {
  height: 3em;
  flex-shrink: 0;
  margin-left: 8px;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button.no-margin {
  margin: 0;
}
.wc-block-components-totals-coupon__content {
  flex-direction: column;
  position: relative;
}
.wc-block-components-totals-discount__coupon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-components-totals-discount .wc-block-components-totals-item__value {
  color: #4ab866;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value {
  font-size: 1.25em;
}
.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-weight: 700;
}
.wc-block-components-totals-footer-item
  .wc-block-components-totals-footer-item-tax {
  margin-bottom: 0;
}
.wc-block-components-totals-shipping
  fieldset.wc-block-components-totals-shipping__fieldset {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  margin-bottom: 16px;
}
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__secondary-label {
  flex-basis: 100%;
  text-align: left;
}
.wc-block-components-totals-shipping
  .wc-block-components-shipping-rates-control__no-results-notice {
  margin: 0 0 0.75em;
}
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  background: transparent;
  box-shadow: none;
  display: inline;
  text-shadow: none;
  text-decoration: underline;
}
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button:hover {
  background: transparent;
  opacity: 0.8;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  background: transparent;
  box-shadow: none;
  display: inline;
  text-shadow: none;
  text-decoration: underline;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button:hover {
  background: transparent;
}
.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
  margin: 0 0 4px;
  padding: 0;
  list-style: none outside;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *,
.wc-block-components-checkbox-list.is-loading li > * {
  visibility: hidden;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
  .wc-block-components-checkbox-list.is-loading li {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-chip {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  align-items: center;
  border: 0;
  display: inline-flex;
  padding: 0.125em 0.5em 0.25em;
  margin: 0 0.365em 0.365em 0;
  border-radius: 0;
  line-height: 1;
  max-width: 100%;
}
.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
  background: #e0e0e0;
  color: #1e1e1e;
}
.wc-block-components-chip.wc-block-components-chip--radius-small {
  border-radius: 3px;
}
.wc-block-components-chip.wc-block-components-chip--radius-medium {
  border-radius: 0.433em;
}
.wc-block-components-chip.wc-block-components-chip--radius-large {
  border-radius: 2em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.wc-block-components-chip .wc-block-components-chip__text {
  flex-grow: 1;
}
.wc-block-components-chip.is-removable {
  padding-right: 0.5em;
}
.wc-block-components-chip.is-removable .wc-block-components-chip__text {
  padding-right: 0.25em;
}
.wc-block-components-chip .wc-block-components-chip__remove {
  font-size: 0.75em;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
  vertical-align: middle;
}
.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
  background: #fff;
}
.theme-twentytwentyone
  .wc-block-components-chip:active
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone
  .wc-block-components-chip:focus
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone
  .wc-block-components-chip:hover
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone
  .wc-block-components-chip
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
  background: transparent;
}
.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus > .wc-block-components-chip__remove,
button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
  fill: #cc1818;
}
.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
  fill: #949494;
  cursor: not-allowed;
}
.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-base-control__field,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-base-control__field {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-combobox-control__suggestions-container,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-combobox-control__suggestions-container {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  position: relative;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  font-size: 1em;
  box-sizing: border-box;
  outline: inherit;
  border: 1px solid #50575e;
  background: #fff;
  box-shadow: none;
  color: #2b2d2f;
  font-family: inherit;
  font-weight: 400;
  height: 3em;
  letter-spacing: inherit;
  line-height: 1;
  padding: 1.5em 16px 0.25em;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
  opacity: 1;
  border-radius: 4px;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"] {
  background-color: #fff;
  color: #2b2d2f;
  outline: 0;
  box-shadow: 0 0 0 1px #50575e;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.4);
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #50575e;
  border-top: 0;
  margin: 3em 0 0;
  padding: 0;
  max-height: 300px;
  min-width: 100%;
  overflow: auto;
  color: #2b2d2f;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list {
  background-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion {
  font-size: 1em;
  color: #757575;
  cursor: default;
  list-style: none;
  margin: 0;
  padding: 0.25em 16px;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected {
  background-color: #ddd;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected {
  background-color: rgba(0, 0, 0, 0.4);
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:active,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:focus,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:hover,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:active,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:focus,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:hover {
  background-color: #00669e;
  color: #fff;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  font-size: 1em;
  line-height: 1.375;
  position: absolute;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: all 0.2s ease;
  color: #757575;
  z-index: 1;
  margin: 0 0 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
  white-space: nowrap;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-combobox
    .wc-block-components-combobox-control
    label.components-base-control__label,
  .wc-block-components-form
    .wc-block-components-combobox
    .wc-block-components-combobox-control
    label.components-base-control__label {
    transition: none;
  }
}
.wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: #cc1818;
}
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:hover,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:active,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:hover {
  border-color: #cc1818;
}
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus {
  box-shadow: 0 0 0 1px #cc1818;
}
.wc-block-components-country-input {
  margin-top: 1.5em;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-480px);
  }
}
@keyframes slidein {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-480px);
  }
}
@media only screen and (max-width: 480px) {
  @-webkit-keyframes slidein {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
  @keyframes slidein {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
}
.wc-block-components-drawer__screen-overlay {
  background-color: rgba(95, 95, 95, 0.35);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: 9999;
  opacity: 1;
}
.wc-block-components-drawer__screen-overlay--with-slide-out {
  transition: opacity 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
.wc-block-components-drawer__screen-overlay--is-hidden {
  pointer-events: none;
  opacity: 0;
}
.wc-block-components-drawer {
  position: relative;
  background: #fff;
  display: block;
  height: 100%;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-480px);
  width: 480px;
}
.wc-block-components-drawer:after {
  border-style: solid;
  border-width: 0 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 480px) {
  .wc-block-components-drawer {
    transform: translateX(-100vw);
    width: 100vw;
  }
}
.wc-block-components-drawer__screen-overlay--with-slide-out
  .wc-block-components-drawer {
  transition: transform 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in
  .wc-block-components-drawer {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.wc-block-components-drawer__screen-overlay--is-hidden
  .wc-block-components-drawer {
  transform: translateX(0);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-drawer,
  .wc-block-components-drawer__screen-overlay {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    transition: none !important;
  }
}
.wc-block-components-drawer .components-modal__content {
  padding: 40px 16px;
}
.wc-block-components-drawer .components-modal__header {
  position: relative;
}
.wc-block-components-drawer .components-modal__header .components-button {
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em;
  margin: -1em;
}
.wc-block-components-drawer
  .components-modal__header
  .components-button
  > span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.wc-block-components-drawer .components-modal__header-heading {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 1.25rem;
  word-break: break-word;
}
.wc-block-components-dropdown-selector {
  max-width: 300px;
  position: relative;
  width: 100%;
}
.wc-block-components-dropdown-selector__input-wrapper {
  background: #fff;
  border: 1px solid #50575e;
  color: #2b2d2f;
  align-items: center;
  border-radius: 4px;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  padding: 2px 8px;
}
.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
  background-color: #e0e0e0;
}
.is-multiple.has-checked
  > .wc-block-components-dropdown-selector__input-wrapper {
  padding: 2px 4px;
}
.is-open > .wc-block-components-dropdown-selector__input-wrapper {
  border-radius: 4px 4px 0 0;
}
.wc-block-components-dropdown-selector__input {
  font-size: 0.875em;
  line-height: 1.2857142857;
  margin: 0.1875em 0;
  min-width: 0;
  padding: 0.1875em 0;
}
.is-single .wc-block-components-dropdown-selector__input {
  width: 100%;
}
.is-single .wc-block-components-dropdown-selector__input:active,
.is-single .wc-block-components-dropdown-selector__input:focus,
.is-single .wc-block-components-dropdown-selector__input:hover {
  outline: 0;
}
.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
  margin-bottom: 1.5px;
  margin-top: 1.5px;
}
.is-single.has-checked:not(.is-open)
  .wc-block-components-dropdown-selector__input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
  position: absolute;
}
.is-multiple .wc-block-components-dropdown-selector__input {
  flex: 1;
  min-width: 0;
}
.is-multiple .wc-block-components-dropdown-selector__input,
.is-single .wc-block-components-dropdown-selector__input:first-child {
  background: transparent;
  border: 0;
}
.is-multiple .wc-block-components-dropdown-selector__input:active,
.is-multiple .wc-block-components-dropdown-selector__input:focus,
.is-multiple .wc-block-components-dropdown-selector__input:hover,
.is-single .wc-block-components-dropdown-selector__input:first-child:active,
.is-single .wc-block-components-dropdown-selector__input:first-child:focus,
.is-single .wc-block-components-dropdown-selector__input:first-child:hover {
  outline: 0;
}
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__label,
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__remove {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__label:active,
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__label:focus,
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__label:hover,
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__remove:active,
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__remove:focus,
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__remove:hover {
  background-color: transparent;
  text-decoration: none;
}
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value {
  font-size: 0.875em;
  align-items: center;
  color: #757575;
  display: inline-flex;
  margin: 0.1875em 0;
  padding: 0.1875em 0;
  width: 100%;
}
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__label {
  flex-grow: 1;
  line-height: 1.2857142857;
  padding: 0;
  text-align: left;
}
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__remove {
  background-color: transparent;
  border: 0;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 0.3em;
}
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-value__remove
  > svg {
  display: block;
}
.wc-block-components-dropdown-selector
  .wc-block-components-dropdown-selector__selected-chip {
  font-size: 0.875em;
  margin-top: 0.1875em;
  margin-bottom: 0.1875em;
  line-height: 1.2857142857;
}
.wc-block-components-dropdown-selector__list {
  background-color: #fff;
  margin: -1px 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 10;
}
.wc-block-components-dropdown-selector__list:not(:empty) {
  border: 1px solid #9f9f9f;
}
.wc-block-components-dropdown-selector__list-item {
  font-size: 0.875em;
  color: #757575;
  cursor: default;
  list-style: none;
  margin: 0;
  padding: 0 4px;
}
.wc-block-components-dropdown-selector__list-item.is-selected {
  background-color: #ddd;
}
.wc-block-components-dropdown-selector__list-item.is-highlighted,
.wc-block-components-dropdown-selector__list-item:active,
.wc-block-components-dropdown-selector__list-item:focus,
.wc-block-components-dropdown-selector__list-item:hover {
  background-color: #00669e;
  color: #fff;
}
.wc-filter-element-label-list-count {
  opacity: 0.6;
}
.wc-filter-element-label-list-count:before {
  content: " (";
}
.wc-filter-element-label-list-count:after {
  content: ")";
}
.wc-block-components-filter-submit-button {
  display: block;
  margin-left: auto;
  white-space: nowrap;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
}
.wc-block-components-load-more {
  text-align: center;
  width: 100%;
}
.wc-block-components-loading-mask {
  position: relative;
  min-height: 34px;
  pointer-events: none;
}
.wc-block-components-loading-mask .components-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
  opacity: 0.25;
}
.wc-block-components-pagination {
  margin: 0 auto 16px;
}
.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
  font-size: 1em;
  color: #333;
  display: inline-block;
  font-weight: 400;
}
.wc-block-components-pagination__page {
  border-color: transparent;
  padding: 0.3em 0.6em;
  min-width: 2.2em;
}
@media (max-width: 782px) {
  .wc-block-components-pagination__page {
    padding: 0.1em 0.2em;
    min-width: 1.6em;
  }
}
.wc-block-components-pagination__page:not(.toggle) {
  background-color: transparent;
}
.wc-block-components-pagination__ellipsis {
  padding: 0.3em;
}
@media (max-width: 782px) {
  .wc-block-components-pagination__ellipsis {
    padding: 0.1em;
  }
}
.wc-block-components-pagination__page--active[disabled] {
  color: #333;
  font-weight: 700;
  opacity: 1 !important;
}
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
  background-color: inherit;
  color: #333;
  opacity: 1 !important;
}
html[dir="rtl"] .wc-block-components-pagination-page--arrow span {
  display: inline-block;
  transform: scaleX(-1);
}
.wc-block-components-price-slider {
  margin-bottom: 24px;
}
.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button
  .wc-block-components-price-slider__controls {
  justify-content: flex-end;
}
.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button
  .wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
  margin-left: 0;
  margin-right: 10px;
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  z-index: 1;
  box-shadow: none;
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__amount
  > *,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__button
  > *,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper
  > * {
  visibility: hidden;
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__amount:after,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__button:after,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__amount,
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__button,
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-price-slider.is-disabled:not(.is-loading)
  .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading)
  .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading)
  .wc-block-components-price-slider__range-input-wrapper {
  -webkit-animation: none;
  animation: none;
}
.wc-block-components-price-slider__range-input-wrapper {
  padding: 0 !important;
  border: 0 !important;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 9px;
  clear: both;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #e1e1e1;
  margin: 15px 0;
}
.wc-block-components-price-slider__range-input-progress {
  height: 9px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  --track-background: linear-gradient(
      90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 100%/100% 100%;
  --range-color: #af7dd1;
  background: var(--track-background);
}
.wc-block-components-price-slider__controls {
  display: flex;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  margin: 0;
  border-radius: 4px;
  width: auto;
  max-width: 100px;
  min-width: 0;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
  margin-right: 10px;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
  margin-left: auto;
}
.wc-block-components-price-slider__range-input {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  pointer-events: none;
  outline: none !important;
  position: absolute;
  left: 0;
  top: 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -6px 0 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-ms-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  margin-left: -2px;
  background-position-x: left;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 4px);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 4px);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right;
}
.rtl .wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(
      270deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 100%/100% 100%;
  --range-color: #af7dd1;
  background: var(--track-background);
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px;
  }
  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    width: 100%;
    top: 7px;
  }
  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-upper {
    background: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none;
  }
  .wc-block-components-price-slider__range-input::-ms-thumb {
    transform: translate(1px);
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
    background: transparent;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: 0.25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    z-index: 1;
    box-shadow: none;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper
    > * {
    visibility: hidden;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
  }
}
@media screen and (-ms-high-contrast: active) and (prefers-reduced-motion: reduce),
  screen and (-ms-high-contrast: none) and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .wc-block-components-price-slider.is-disabled:not(.is-loading)
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
@supports (-ms-ime-align: auto) {
  .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px;
  }
  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    width: 100%;
    top: 7px;
  }
  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-upper {
    background: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none;
  }
  .wc-block-components-price-slider__range-input::-ms-thumb {
    transform: translate(1px);
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
    background: transparent;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: 0.25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    z-index: 1;
    box-shadow: none;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper
    > * {
    visibility: hidden;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(-100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled
      .wc-block-components-price-slider__range-input-wrapper {
      -webkit-animation: none;
      animation: none;
    }
  }
  .wc-block-components-price-slider.is-disabled:not(.is-loading)
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
  background: transparent;
  border: 3px solid;
  box-sizing: border-box;
}
.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
  --range-color: currentColor;
  margin: -3px;
}
.theme-twentytwentyone .wc-block-price-filter__range-input {
  background: transparent;
  margin: -3px;
  width: calc(100% + 6px);
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
.theme-twentytwentyone
  .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
  filter: none;
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input:focus::-moz-range-thumb,
.theme-twentytwentyone
  .wc-block-price-filter__range-input:hover::-moz-range-thumb {
  filter: none;
}
.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
  filter: none;
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input::-webkit-slider-thumb {
  margin-top: -9px;
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  transform: translate(2px, 1px);
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  transform: translate(-2px, 1px);
}
.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
  border-color: transparent !important;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .theme-twentytwentyone
    .wc-block-components-price-slider__range-input-wrapper {
    border: 0;
    height: auto;
    position: relative;
    height: 50px;
  }
  .theme-twentytwentyone
    .wc-block-components-price-slider__range-input-progress {
    display: none;
  }
  .theme-twentytwentyone .wc-block-price-filter__range-input {
    height: 100%;
    margin: 0;
    width: 100%;
  }
}
.wc-block-components-product-sort-select {
  margin-bottom: 24px;
  text-align: left;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.wc-block-grid {
  text-align: center;
}
.wc-block-grid__no-products {
  padding: 40px;
  text-align: center;
  width: 100%;
}
.wc-block-grid__no-products .wc-block-grid__no-products-image {
  max-width: 150px;
  margin: 0 auto 1em;
  display: block;
  color: inherit;
}
.wc-block-grid__no-products .wc-block-grid__no-products-title {
  display: block;
  margin: 0;
  font-weight: 700;
}
.wc-block-grid__no-products .wc-block-grid__no-products-description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-grid__products {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -8px 16px;
  background-clip: padding-box;
}
.wc-block-grid__product {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  position: relative;
  text-align: center;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid transparent;
  list-style: none;
}
.wc-block-grid__product.wc-block-grid__product {
  box-sizing: border-box;
}
.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
  display: flex;
  flex-direction: column;
}
.theme-twentytwenty
  .wc-block-grid.has-aligned-buttons
  .wc-block-grid__product
  > :last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
  flex: 1 0 100%;
  max-width: 100%;
}
.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 25%;
  max-width: 25%;
}
.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
  flex: 1 0 20%;
  max-width: 20%;
}
.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
  flex: 1 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
  flex: 1 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
  flex: 1 0 12.5%;
  max-width: 12.5%;
}
.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
  font-size: 0.5em;
}
.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty
  .wc-block-grid.has-6-columns.alignfull
  .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
  font-size: 0.58em;
}
.theme-twentytwenty
  .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull)
  .wc-block-grid__product,
.theme-twentytwenty
  .wc-block-grid.has-5-columns.alignfull
  .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull)
  .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: 0.75em;
}
.theme-twentytwenty
  .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
  font-size: 0.92em;
}
@media (max-width: 480px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
}
.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}
.wc-block-components-product-price--align-left {
  display: block;
  text-align: left;
}
.wc-block-components-product-price--align-center {
  display: block;
  text-align: center;
}
.wc-block-components-product-price--align-right {
  display: block;
  text-align: right;
}
.wc-block-components-product-price__value.is-discounted {
  margin-left: 0.5em;
}
.is-loading .wc-block-components-product-price:before {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  content: ".";
  display: inline-block;
  width: 5em;
}
.is-loading .wc-block-components-product-price:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-price:before:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-price:before {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-quantity-selector {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 0 0.25em;
  position: relative;
  width: 107px;
}
.wc-block-components-quantity-selector:after {
  border-radius: 4px;
  border: 1px solid;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  font-size: 1em;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  padding: 0.4em 0;
  text-align: center;
  vertical-align: middle;
}
.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input:focus {
  box-shadow: inset 0 0 1px 1px currentColor;
  outline: none;
}
.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input:disabled {
  opacity: 0.6;
}
.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none transparent;
  box-shadow: none;
  font-size: 0.9em;
  color: currentColor;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  min-width: 30px;
  opacity: 0.6;
  text-align: center;
  text-decoration: none;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus {
  box-shadow: inset 0 0 1px 1px currentColor;
  outline: none;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:hover {
  opacity: 1;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:disabled {
  box-shadow: none;
  cursor: default;
  opacity: 0.6;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus {
  border-radius: 4px 0 0 4px;
  order: 1;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus {
  border-radius: 0 4px 4px 0;
  order: 3;
}
.theme-twentyseventeen
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:hover {
  background: none transparent;
}
.wc-block-components-radio-control__option {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin: 1em 0;
  padding: 0 0 0 2.5em;
  position: relative;
}
.wc-block-components-radio-control__option:first-child {
  margin-top: 0;
}
.wc-block-components-radio-control__option:last-child {
  margin-bottom: 0;
}
.wc-block-components-radio-control__option-layout {
  display: table;
  width: 100%;
}
.wc-block-components-radio-control__option
  .wc-block-components-radio-control__option-layout:after {
  display: none;
}
.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
  display: table-row;
}
.wc-block-components-radio-control__description-group > span,
.wc-block-components-radio-control__label-group > span {
  display: table-cell;
}
.wc-block-components-radio-control__description-group
  .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group
  .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group
  .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group
  .wc-block-components-radio-control__secondary-label {
  text-align: right;
  min-width: 50%;
}
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
  line-height: max(1.5rem, 24px);
}
.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
  font-size: 0.875em;
  line-height: 20px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #50575e;
  border-radius: 50%;
  display: inline-block;
  height: 1.5em;
  min-height: 24px;
  min-width: 24px;
  width: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75em;
  left: 50%;
  margin: 0;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.75em;
}
.has-dark-controls
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input {
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: rgba(0, 0, 0, 0.1);
}
.has-dark-controls
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #fff;
}
.theme-twentytwentyone
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked {
  border-width: 2px;
}
.theme-twentytwentyone
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background-color: var(--form--color-text);
}
.theme-twentytwentyone
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:after {
  display: none;
}
.is-loading .wc-block-components-review-list-item__text {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  display: block;
  width: 60%;
}
.is-loading .wc-block-components-review-list-item__text > * {
  visibility: hidden;
}
.is-loading .wc-block-components-review-list-item__text:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading .wc-block-components-review-list-item__text:before {
  content: " ";
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-review-list-item__info
    .wc-block-components-review-list-item__image {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image:before {
  content: " ";
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  font-size: 1em;
  width: 80px;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-review-list-item__info
    .wc-block-components-review-list-item__meta
    .wc-block-components-review-list-item__author {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author:before {
  content: " ";
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__product,
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__rating
  .wc-block-components-review-list-item__rating__stars
  > span {
  display: none;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  height: 1em;
  width: 120px;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-review-list-item__info
    .wc-block-components-review-list-item__published-date {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date:before {
  content: " ";
}
.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
  margin: 0 0 48px;
  list-style: none;
}
.wc-block-components-review-list-item__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}
.wc-block-components-review-list-item__meta {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wc-block-components-review-list-item__item--has-image
  .wc-block-components-review-list-item__info {
  -ms-grid-columns: calc(3em + 16px) 1fr;
  grid-template-columns: calc(3em + 16px) 1fr;
}
.wc-block-components-review-list-item__item--has-image
  .wc-block-components-review-list-item__meta {
  -ms-grid-column: 2;
  grid-column: 2;
}
.wc-block-components-review-list-item__image {
  align-items: center;
  display: flex;
  height: 3em;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  justify-content: center;
  position: relative;
  width: 3em;
}
.wc-block-components-review-list-item__image > img {
  display: block;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wc-block-components-review-list-item__verified {
  width: 21px;
  height: 21px;
  text-indent: 21px;
  margin: 0;
  line-height: 21px;
  overflow: hidden;
  position: absolute;
  right: -7px;
  bottom: -7px;
}
.wc-block-components-review-list-item__verified:before {
  width: 21px;
  height: 21px;
  background: transparent
    url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E')
    50% no-repeat;
  display: block;
  content: "";
}
.wc-block-components-review-list-item__meta {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.wc-block-components-review-list-item__meta:after {
  order: 3;
  content: "";
  flex-basis: 100%;
}
.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
  display: block;
  font-weight: 700;
  order: 1;
  margin-right: 8px;
}
.wc-block-components-review-list-item__product
  + .wc-block-components-review-list-item__author {
  font-weight: 400;
  order: 4;
}
.wc-block-components-review-list-item__published-date {
  order: 5;
}
.wc-block-components-review-list-item__product
  + .wc-block-components-review-list-item__author
  + .wc-block-components-review-list-item__published-date {
  padding-left: 8px;
  position: relative;
}
.wc-block-components-review-list-item__product
  + .wc-block-components-review-list-item__author
  + .wc-block-components-review-list-item__published-date:before {
  content: "";
  display: inline-block;
  margin-left: -8px;
  border-right: 1px solid;
  opacity: 0.5;
  height: 1em;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 0.1em);
  transform: translateY(-50%);
}
.wc-block-components-review-list-item__author:first-child
  + .wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating
  + .wc-block-components-review-list-item__author
  + .wc-block-components-review-list-item__published-date:before {
  display: none;
}
.wc-block-components-review-list-item__rating {
  order: 2;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars {
  font-size: 1em;
  display: block;
  top: 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars:before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars
  span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars
  span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #e6a237;
}
.wc-block-components-review-list-item__text p {
  font-size: inherit;
}
.wc-block-components-review-list.wc-block-components-review-list {
  margin: 0;
}
.wc-block-components-review-sort-select {
  text-align: right;
}
.wc-block-components-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 3.7735849057%;
  width: 65%;
}
.wc-block-components-sidebar {
  box-sizing: border-box;
  margin: 0;
  padding-left: 2.2641509434%;
  width: 35%;
}
.wc-block-components-sidebar .wc-block-components-panel > h2 {
  font-size: 1em;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
  flex-direction: column;
  margin: 0 auto 16px;
}
.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 0;
  width: 100%;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 16px;
  padding-right: 16px;
}
.is-large
  .wc-block-components-sidebar
  .wc-block-components-panel
  .wc-block-components-totals-item {
  padding: 0;
}
.wc-block-components-sidebar .wc-block-components-panel > h2 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-sidebar
  .wc-block-components-panel
  > h2
  .wc-block-components-panel__button {
  font-weight: 400;
}
.theme-twentytwenty
  .wc-block-components-sidebar
  .wc-block-components-panel
  > h2 {
  font-size: 1.25em;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wc-block-components-sort-select {
  margin-bottom: 12px;
}
.wc-block-components-sort-select__label {
  margin-right: 12px;
  display: inline-block;
  font-weight: 400;
}
.wc-block-components-sort-select__select {
  font-size: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wc-block-components-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  color: inherit;
  box-sizing: content-box;
  text-align: center;
  font-size: 1.25em;
}
.wc-block-components-spinner:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  transform-origin: 50% 50%;
  transform: translateZ(0) scale(0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  border: 0.2em solid;
  border-left: 0.2em solid transparent;
  -webkit-animation: spinner__animation 1s linear infinite;
  animation: spinner__animation 1s linear infinite;
}
.wc-block-components-state-input {
  margin-top: 1.5em;
}
.wc-block-components-tabs .wc-block-components-tabs__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item {
  border: none;
  flex: auto;
  background: transparent;
  padding: 12px 16px;
  color: inherit;
  outline-offset: -1px;
  text-align: center;
  transition: box-shadow 0.1s linear;
  box-shadow: inset 0 -1px currentColor;
  border-radius: 0;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item.is-active {
  box-shadow: inset 0 -3px currentColor;
  font-weight: 600;
  position: relative;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item:focus {
  outline-offset: -1px;
  outline: 1px dotted currentColor;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item:active,
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item:hover {
  background: transparent;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content {
  font-size: 1em;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-weight: 700;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  > img,
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  > svg {
  height: 1.2em;
  vertical-align: middle;
  margin: 0.2em 0 -0.2em;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  .wc-block-components-payment-method-icons {
  margin: 0.2em 0 -0.2em;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  .wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon {
  height: 1.2em;
  vertical-align: middle;
}
.wc-block-components-tabs .wc-block-components-tabs__content {
  padding: 16px 0;
  text-transform: none;
}
.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
  position: relative;
  margin-top: 1.5em;
  white-space: nowrap;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  font-size: 1em;
  position: absolute;
  transform: translateY(0.75em);
  left: 0;
  top: 0;
  transform-origin: top left;
  line-height: 1.375;
  color: #757575;
  transition: transform 0.2s ease;
  margin: 0 0 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
  cursor: text;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  label,
.has-dark-controls .wc-block-components-text-input label {
  color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label {
    transition: none;
  }
}
.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-text-input input:-webkit-autofill + label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  font-size: 1em;
  background-color: #fff;
  padding: 0.75em 0;
  text-indent: 16px;
  border-radius: 4px;
  border: 1px solid #50575e;
  width: 100%;
  line-height: 1.375;
  font-family: inherit;
  margin: 0;
  box-sizing: border-box;
  height: 3em;
  min-height: 0;
  color: #2b2d2f;
}
.wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus {
  background-color: #fff;
  color: #2b2d2f;
  outline: 0;
  box-shadow: 0 0 0 1px #50575e;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.has-dark-controls .wc-block-components-text-input input[type="email"],
.has-dark-controls .wc-block-components-text-input input[type="number"],
.has-dark-controls .wc-block-components-text-input input[type="tel"],
.has-dark-controls .wc-block-components-text-input input[type="text"],
.has-dark-controls .wc-block-components-text-input input[type="url"] {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="email"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="number"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="tel"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="text"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="url"]:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.4);
}
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="number"] {
  -moz-appearance: textfield;
}
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-text-input
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="email"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="tel"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="text"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="url"],
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
  padding: 1.5em 0 0.25em;
}
.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form
  .wc-block-components-text-input.has-error
  input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
  border-color: #cc1818;
}
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #cc1818;
}
.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
  color: #cc1818;
}
.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
  margin-top: 1.5em;
}
.wc-block-components-textarea {
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  color: #2b2d2f;
  font-family: inherit;
  line-height: 1.375;
  margin: 0;
  padding: 0.75em 16px;
  width: 100%;
}
.has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls .wc-block-components-textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 1.25em;
  word-break: break-word;
}
.wc-block-components-notices {
  display: block;
  margin-bottom: 2em;
}
.wc-block-components-notices .wc-block-components-notices__notice {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__dismiss {
  background: transparent none;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: 0;
  color: currentColor;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__dismiss
  svg {
  fill: currentColor;
  vertical-align: text-top;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  + .wc-block-components-notices__notice {
  margin-top: 1em;
}
.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
  padding: 1.5rem 3rem;
}
.wc-block-components-notices__snackbar {
  position: fixed;
  bottom: 20px;
  left: 16px;
  width: auto;
}
@media (max-width: 782px) {
  .wc-block-components-notices__snackbar {
    position: fixed;
    top: 10px;
    left: 0;
    bottom: auto;
  }
}
@media (max-width: 782px) {
  .wc-block-components-notices__snackbar
    .components-snackbar-list__notice-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.wc-block-components-validation-error {
  font-size: 0.75em;
  color: #cc1818;
  max-width: 100%;
  white-space: normal;
}
.wc-block-components-validation-error > p {
  margin: 0;
  padding: 4px 0 0;
}
.wc-block-components-select + .wc-block-components-validation-error {
  margin-bottom: 24px;
}
.with-scroll-to-top__scroll-point {
  position: relative;
  top: -36px;
}
.wc-block-components-express-payment {
  margin: auto;
  position: relative;
}
.wc-block-components-express-payment
  .wc-block-components-express-payment__event-buttons {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.wc-block-components-express-payment
  .wc-block-components-express-payment__event-buttons
  > li {
  margin: 0;
}
.wc-block-components-express-payment
  .wc-block-components-express-payment__event-buttons
  > li
  > img {
  width: 100%;
  height: 48px;
}
.wc-block-components-express-payment--checkout {
  margin-top: 5px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title-container {
  display: flex;
  flex-direction: row;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
  vertical-align: middle;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title-container:before {
  border-left: 1px solid;
  border-top: 1px solid;
  border-radius: 5px 0 0 0;
  content: "";
  display: block;
  height: 4px;
  margin-right: 12px;
  opacity: 0.3;
  pointer-events: none;
  width: 10px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title-container:after {
  border-right: 1px solid;
  border-top: 1px solid;
  border-radius: 0 5px 0 0;
  content: "";
  display: block;
  height: 4px;
  margin-left: 12px;
  opacity: 0.3;
  pointer-events: none;
  flex-grow: 1;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title {
  flex-grow: 0;
  transform: translateY(-50%);
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__content {
  position: relative;
  padding: 1.5em 23px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__content:after {
  border-style: solid;
  border-width: 0 1px 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 5px 5px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__content
  > p {
  margin-bottom: 1em;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li {
  display: inline-block;
  width: 50%;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li:only-child {
  display: block;
  width: 100%;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li:nth-child(2n) {
  padding-left: 8px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li:nth-child(odd) {
  padding-right: 8px;
}
.wc-block-components-express-payment--cart
  .wc-block-components-express-payment__event-buttons
  > li {
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
}
.wc-block-components-express-payment--cart
  .wc-block-components-express-payment__event-buttons
  > li:last-child {
  padding-bottom: 0;
}
.wc-block-components-express-payment-continue-rule {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  margin: 24px 0;
}
.wc-block-components-express-payment-continue-rule:before {
  margin-right: 10px;
}
.wc-block-components-express-payment-continue-rule:after {
  margin-left: 10px;
}
.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
  content: " ";
  flex: 1;
  border-bottom: 1px solid;
  opacity: 0.3;
}
.wc-block-components-express-payment-continue-rule--cart {
  margin: 16px 0;
  text-transform: uppercase;
}
.theme-twentynineteen .wc-block-components-express-payment__title:before {
  display: none;
}
.theme-twentytwenty
  .wc-block-components-express-payment
  .wc-block-components-express-payment__title {
  padding-left: 12px;
  padding-right: 12px;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
  margin-bottom: 16px;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
  pointer-events: all;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder
  .components-placeholder__fieldset {
  display: block;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder
  .components-placeholder__fieldset
  .components-button {
  background-color: #1e1e1e;
  color: #fff;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder
  .components-placeholder__fieldset
  .wc-block-checkout__no-payment-methods-placeholder-description {
  display: block;
  margin: 0.25em 0 1em;
}
.components-notice.wc-block-checkout__no-payment-methods-notice {
  margin-bottom: 16px;
}
.wc-block-card-elements {
  display: flex;
  width: 100%;
}
.wc-block-card-elements .wc-block-components-validation-error {
  position: static;
}
.wc-block-gateway-container {
  position: relative;
  margin-bottom: 1.5em;
  white-space: nowrap;
}
.wc-block-gateway-container.wc-card-number-element {
  flex-basis: 15em;
  flex-grow: 1;
  min-width: min(15em, 60%);
}
.wc-block-gateway-container.wc-card-expiry-element {
  flex-basis: 7em;
  margin-left: 12px;
  min-width: min(7em, calc(24% - 12px));
}
.wc-block-gateway-container.wc-card-cvc-element {
  flex-basis: 7em;
  margin-left: 12px;
  min-width: min(5em, calc(16% - 12px));
}
.wc-block-gateway-container .wc-block-gateway-input {
  font-size: 1em;
  line-height: 1.375;
  background-color: #fff;
  padding: 0.75em 0 0.75em 16px;
  border-radius: 4px;
  border: 1px solid #50575e;
  width: 100%;
  font-family: inherit;
  margin: 0;
  box-sizing: border-box;
  height: 3em;
  color: #2b2d2f;
  cursor: text;
}
.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
  background-color: #fff;
}
.wc-block-gateway-container label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  font-size: 1em;
  line-height: 1.375;
  position: absolute;
  transform: translateY(0.75em);
  left: 0;
  top: 0;
  transform-origin: top left;
  color: #757575;
  transition: transform 0.2s ease;
  margin: 0 0 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  cursor: text;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-gateway-container label {
    transition: none;
  }
}
.wc-block-gateway-container.wc-inline-card-element label {
  margin-left: calc(24px + 1.5em);
}
.wc-block-gateway-container.wc-inline-card-element
  .wc-block-gateway-input.focused.empty
  + label,
.wc-block-gateway-container.wc-inline-card-element
  .wc-block-gateway-input:not(.empty)
  + label {
  margin-left: 16px;
  transform: translateY(4px) scale(0.75);
}
.wc-block-gateway-container.wc-inline-card-element
  + .wc-block-components-validation-error {
  position: static;
  margin-top: -24px;
}
.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
  padding: 1.5em 0 0.25em 16px;
}
.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-gateway-container .wc-block-gateway-input.has-error {
  border-color: #cc1818;
}
.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
  outline-color: #cc1818;
}
.wc-block-gateway-container .wc-block-gateway-input.has-error + label {
  color: #cc1818;
}
.is-large .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error > p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
  line-height: 16px;
  padding-top: 4px;
}
.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
  min-height: 28px;
}
.wc-block-components-checkout-payment-methods * {
  pointer-events: all;
}
.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
  flex-wrap: wrap;
}
.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
  flex-basis: 100%;
}
.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
  flex-basis: calc(50% - 8px);
  margin-left: 0;
  margin-right: 8px;
}
.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
  flex-basis: calc(50% - 8px);
  margin-left: 8px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  padding-left: 56px;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:after {
  content: none;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option
  .wc-block-components-radio-control__input {
  left: 16px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:last-child {
  margin: 0;
  padding-bottom: 1em;
  padding-top: 1em;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option-checked {
  font-weight: 700;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  position: relative;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:after {
  border-style: solid;
  border-width: 1px 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:last-child:after {
  border-width: 1px;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option
  .wc-block-components-radio-control__option:after {
  border-width: 0;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option
  .wc-block-components-radio-control__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option
  .wc-block-components-radio-control__label
  img {
  height: 24px;
  max-height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control.disable-radio-control
  .wc-block-components-radio-control__option {
  padding-left: 16px;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control.disable-radio-control
  .wc-block-components-radio-control__input {
  display: none;
}
.wc-block-checkout__payment-method
  .wc-block-components-checkout-step__description-payments-aligned {
  padding-top: 14px;
  height: 28px;
}
.wc-block-components-radio-control-accordion-content {
  padding: 0 16px 1em;
}
.wc-block-components-radio-control-accordion-content:empty {
  display: none;
}
.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
  padding-bottom: 0;
}
.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
  margin-bottom: 24px;
  order: 0;
}
.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
  font-size: inherit;
}
.wc-block-cart__submit {
  position: relative;
  margin: 0 0 16px;
}
.wc-block-cart__submit-button {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.wc-block-cart .wc-block-cart__submit-container {
  padding: 0;
}
@media (min-width: 783px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    display: none;
  }
}
@media (max-width: 782px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 16px;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .wc-block-cart .wc-block-cart__submit-container--sticky:before {
    box-shadow: 0 -10px 20px 10px currentColor;
    color: hsla(0, 0%, 80%, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.wc-block-checkout-error {
  padding: 40px;
  text-align: center;
  width: 100%;
}
.wc-block-checkout-error .wc-block-checkout-error__image {
  max-width: 150px;
  margin: 0 auto 1em;
  display: block;
  color: inherit;
}
.wc-block-checkout-error .wc-block-checkout-error__title {
  display: block;
  margin: 0;
  font-weight: 700;
}
.wc-block-checkout-error .wc-block-checkout-error__description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-checkout-empty {
  padding: 40px;
  text-align: center;
  width: 100%;
}
.wc-block-checkout-empty .wc-block-checkout-empty__image {
  max-width: 150px;
  margin: 0 auto 1em;
  display: block;
  color: inherit;
}
.wc-block-checkout-empty .wc-block-checkout-empty__title {
  display: block;
  margin: 0;
  font-weight: 700;
}
.wc-block-checkout-empty .wc-block-checkout-empty__description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-checkout__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  width: 50%;
  padding: 1em;
  height: auto;
}
.wc-block-checkout__actions
  .wc-block-components-checkout-place-order-button
  .wc-block-components-button__text {
  line-height: 24px;
}
.wc-block-checkout__actions
  .wc-block-components-checkout-place-order-button
  .wc-block-components-button__text
  > svg {
  fill: #fff;
  vertical-align: top;
}
.is-mobile
  .wc-block-checkout__actions
  .wc-block-components-checkout-return-to-cart-button {
  display: none;
}
.is-mobile
  .wc-block-checkout__actions
  .wc-block-components-checkout-place-order-button {
  width: 100%;
}
.is-large .wc-block-checkout__actions {
  position: relative;
  padding: 1.5em 0;
}
.is-large .wc-block-checkout__actions:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__form {
  margin: 0;
  max-width: 100%;
}
.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
  order: 1;
}
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form {
  margin-left: -6px;
  margin-right: -6px;
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form:after,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form:after,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form:after,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form:after,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form:after,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form:after {
  content: "";
  clear: both;
  display: block;
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  width: calc(50% - 12px);
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2) {
  margin-top: 0;
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company {
  width: calc(100% - 12px);
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox {
  clear: both;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder {
  margin-bottom: 16px;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
  pointer-events: all;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder
  .components-placeholder__fieldset {
  display: block;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder
  .components-placeholder__fieldset
  .components-button {
  background-color: #1e1e1e;
  color: #fff;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder
  .components-placeholder__fieldset
  .wc-block-checkout__no-shipping-placeholder-description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  position: relative;
  margin: 0;
  padding: 0.75em 0 0.75em 2.5em;
}
.wc-block-checkout__shipping-option
  .wc-block-components-radio-control__option:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__shipping-option
  .wc-block-components-shipping-rates-control__no-results-notice {
  margin: 0.75em 0;
}
.wc-block-checkout__terms {
  margin: 1.5em 0;
}
.wc-block-checkout__terms textarea {
  top: -5px;
  position: relative;
}
.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
  opacity: 0.6;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  display: block;
  color: inherit;
  flex-grow: 1;
  flex-basis: 0%;
}
.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  margin: 0;
  padding: 0;
}
.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
  margin-bottom: 24px;
  order: 0;
}
.wc-block-checkout__add-note {
  margin: 1.5em 0;
}
.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
  position: relative;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em 0;
}
.is-medium .wc-block-checkout__add-note:after,
.is-mobile .wc-block-checkout__add-note:after,
.is-small .wc-block-checkout__add-note:after {
  border-style: solid;
  border-width: 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__add-note .wc-block-components-textarea {
  margin-top: 16px;
}
.wc-block-checkout__order-notes.wc-block-components-checkout-step {
  padding-left: 0;
}
.wp-block-woocommerce-checkout {
  margin: 0;
}
.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
  top: -96px;
}
.wp-block-woocommerce-checkout.is-loading {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block {
  width: 35%;
  padding-left: 2.2641509434%;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block {
  width: 65%;
  padding-right: 3.7735849057%;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block {
  box-sizing: border-box;
  margin: 0;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  > div,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  > div {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  margin: 0 0 1.5em;
  display: none;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  > div
  > *,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  > div
  > * {
  visibility: hidden;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  > div:after,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  > div:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-fields-block
    > div,
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block
    > div {
    -webkit-animation: none;
    animation: none;
  }
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-payment-block {
  min-height: 10em;
  display: block;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-shipping-address-block {
  min-height: 24em;
  display: block;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-actions-block {
  width: 50%;
  min-height: 4em;
  margin-left: 50%;
  display: block;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-block {
  min-height: 47em;
  display: block;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-panel
  > h2,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel
  > h2 {
  font-size: 1em;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-panel
  > h2
  .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel
  > h2
  .wc-block-components-panel__button {
  font-weight: 400;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-item {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 700px) {
  .wp-block-woocommerce-checkout.is-loading {
    flex-direction: column;
    margin: 0 auto 16px;
  }
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-fields-block,
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block {
    padding: 0;
    width: 100%;
  }
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block
    .wc-block-components-panel,
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block
    .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.theme-twentytwenty
  .wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel
  > h2 {
  font-size: 1.25em;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wp-block-woocommerce-featured-category {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  box-sizing: border-box;
}
.wc-block-featured-category {
  background-color: inherit;
  align-content: center;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  border-radius: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wc-block-featured-category.has-background-dim-10
  .background-dim__overlay:before {
  opacity: 0.1;
}
.wc-block-featured-category.has-background-dim-20
  .background-dim__overlay:before {
  opacity: 0.2;
}
.wc-block-featured-category.has-background-dim-30
  .background-dim__overlay:before {
  opacity: 0.3;
}
.wc-block-featured-category.has-background-dim-40
  .background-dim__overlay:before {
  opacity: 0.4;
}
.wc-block-featured-category.has-background-dim-50
  .background-dim__overlay:before {
  opacity: 0.5;
}
.wc-block-featured-category.has-background-dim-60
  .background-dim__overlay:before {
  opacity: 0.6;
}
.wc-block-featured-category.has-background-dim-70
  .background-dim__overlay:before {
  opacity: 0.7;
}
.wc-block-featured-category.has-background-dim-80
  .background-dim__overlay:before {
  opacity: 0.8;
}
.wc-block-featured-category.has-background-dim-90
  .background-dim__overlay:before {
  opacity: 0.9;
}
.wc-block-featured-category.has-background-dim-100
  .background-dim__overlay:before {
  opacity: 1;
}
.wc-block-featured-category__selection {
  width: 100%;
}
.wc-block-featured-category.has-left-content {
  justify-content: flex-start;
}
.wc-block-featured-category.has-left-content
  .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title,
.wc-block-featured-category.has-left-content
  .wc-block-featured-category__variation {
  margin-left: 0;
  text-align: left;
}
.wc-block-featured-category.has-right-content {
  justify-content: flex-end;
}
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__title,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__variation {
  margin-right: 0;
  text-align: right;
}
.wc-block-featured-category.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
  color: #fff;
}
.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
  color: inherit;
  width: 100%;
  padding: 0 48px 16px;
  z-index: 1;
}
.wc-block-featured-category .wc-block-featured-category__background-image {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}
.wc-block-featured-category
  .wc-block-featured-category__background-image.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wc-block-featured-category
    .wc-block-featured-category__background-image.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wc-block-featured-category
    .wc-block-featured-category__background-image.has-parallax {
    background-attachment: scroll;
  }
}
.wc-block-featured-category__description {
  color: inherit;
}
.wc-block-featured-category__description p {
  margin: 0;
}
.wc-block-featured-category .wc-block-featured-category__title {
  color: inherit;
  margin-top: 0;
}
.wc-block-featured-category .wc-block-featured-category__title div {
  color: inherit;
}
.wc-block-featured-category .wc-block-featured-category__title:before {
  display: none;
}
.wc-block-featured-category__wrapper {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wc-block-featured-category .wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-woocommerce-featured-product {
  border-color: transparent;
  color: #fff;
  box-sizing: border-box;
  background-color: transparent;
}
.wc-block-featured-product {
  background-color: inherit;
  align-content: center;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  border-radius: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wc-block-featured-product.has-background-dim-10
  .background-dim__overlay:before {
  opacity: 0.1;
}
.wc-block-featured-product.has-background-dim-20
  .background-dim__overlay:before {
  opacity: 0.2;
}
.wc-block-featured-product.has-background-dim-30
  .background-dim__overlay:before {
  opacity: 0.3;
}
.wc-block-featured-product.has-background-dim-40
  .background-dim__overlay:before {
  opacity: 0.4;
}
.wc-block-featured-product.has-background-dim-50
  .background-dim__overlay:before {
  opacity: 0.5;
}
.wc-block-featured-product.has-background-dim-60
  .background-dim__overlay:before {
  opacity: 0.6;
}
.wc-block-featured-product.has-background-dim-70
  .background-dim__overlay:before {
  opacity: 0.7;
}
.wc-block-featured-product.has-background-dim-80
  .background-dim__overlay:before {
  opacity: 0.8;
}
.wc-block-featured-product.has-background-dim-90
  .background-dim__overlay:before {
  opacity: 0.9;
}
.wc-block-featured-product.has-background-dim-100
  .background-dim__overlay:before {
  opacity: 1;
}
.wc-block-featured-product__selection {
  width: 100%;
}
.wc-block-featured-product.has-left-content {
  justify-content: flex-start;
}
.wc-block-featured-product.has-left-content
  .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content
  .wc-block-featured-product__variation {
  margin-left: 0;
  text-align: left;
}
.wc-block-featured-product.has-right-content {
  justify-content: flex-end;
}
.wc-block-featured-product.has-right-content
  .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content
  .wc-block-featured-product__variation {
  margin-right: 0;
  text-align: right;
}
.wc-block-featured-product.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
  color: #fff;
}
.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  color: inherit;
  width: 100%;
  padding: 0 48px 16px;
  z-index: 1;
}
.wc-block-featured-product .wc-block-featured-product__background-image {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}
.wc-block-featured-product
  .wc-block-featured-product__background-image.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wc-block-featured-product
    .wc-block-featured-product__background-image.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wc-block-featured-product
    .wc-block-featured-product__background-image.has-parallax {
    background-attachment: scroll;
  }
}
.wc-block-featured-product__description {
  color: inherit;
}
.wc-block-featured-product__description p {
  margin: 0;
}
.wc-block-featured-product .wc-block-featured-product__title {
  color: inherit;
  margin-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__title div {
  color: inherit;
}
.wc-block-featured-product .wc-block-featured-product__title:before {
  display: none;
}
.wc-block-featured-product__wrapper {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wc-block-featured-product .wp-block-button.aligncenter {
  text-align: center;
}
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  margin-top: 0;
  border: 0;
}
.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
  display: none;
}
.wc-block-featured-product .wc-block-featured-product__variation {
  font-style: italic;
  padding-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__description p {
  margin: 0;
  line-height: 1.5;
}
.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
  align-items: center;
  display: flex;
}
.wc-block-mini-cart__badge {
  background: transparent;
  border: 0.15em solid;
  border-radius: 1em;
  box-sizing: border-box;
  color: inherit;
  font-size: 0.875em;
  font-weight: 600;
  height: 1.4285714286em;
  justify-content: center;
  margin-left: -0.7142857143em;
  min-width: 1.4285714286em;
  padding: 0 0.25em;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1;
}
.wc-block-mini-cart__icon {
  display: block;
  height: 1.5em;
  width: 1.5em;
}
html[dir="rtl"] .wc-block-mini-cart__icon {
  transform: scaleX(-1);
}
.wc-block-cart .wc-block-components-shipping-calculator {
  white-space: nowrap;
}
.wc-block-cart
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.wc-block-cart
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.wc-block-cart
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type {
  margin-top: 0;
}
table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  background: none !important;
  border: 0;
  margin: 0;
}
.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
  width: 100%;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 0.75em;
  text-transform: uppercase;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-image,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-image {
  width: 100px;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-product,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-product {
  visibility: hidden;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-total,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-total {
  width: 100px;
  text-align: right;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img {
  width: 100%;
  margin: 0;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  background: transparent;
  box-shadow: none;
  display: inline;
  text-shadow: none;
  text-decoration: underline;
  font-size: 0.75em;
  text-transform: none;
  white-space: nowrap;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:hover {
  background: transparent;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 1em;
  text-align: right;
  line-height: inherit;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-metadata,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-metadata {
  margin-bottom: 0.75em;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
  margin: 0;
}
.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  min-width: 84px;
  display: inline-block;
}
.wc-block-cart--is-loading h2 span > *,
.wc-block-cart--is-loading th span > *,
.wc-block-mini-cart__drawer.is-loading h2 span > *,
.wc-block-mini-cart__drawer.is-loading th span > * {
  visibility: hidden;
}
.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading h2 span,
  .wc-block-cart--is-loading th span,
  .wc-block-mini-cart__drawer.is-loading h2 span,
  .wc-block-mini-cart__drawer.is-loading th span {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
  content: " ";
}
.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
  min-width: 33%;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata > *,
.wc-block-cart--is-loading .wc-block-components-product-price > *,
.wc-block-cart--is-loading .wc-block-components-quantity-selector > *,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-metadata
  > *,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price > *,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-quantity-selector
  > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-quantity-selector:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-components-product-metadata,
  .wc-block-cart--is-loading .wc-block-components-product-price,
  .wc-block-cart--is-loading .wc-block-components-quantity-selector,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
  .wc-block-mini-cart__drawer.is-loading
    .wc-block-components-quantity-selector {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  min-width: 84px;
  display: inline-block;
}
.wc-block-cart--is-loading .wc-block-components-product-name > *,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-components-product-name,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-name:before {
  content: " ";
}
.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
  margin-top: 0.25em;
  min-width: 8em;
}
.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  display: block;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a > *,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-cart-item__image > a,
  .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
  max-width: 3em;
  display: block;
  margin-top: 0.25em;
}
.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-price:before {
  content: " ";
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  min-height: 460px;
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > *,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card
  > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
  .wc-block-mini-cart__drawer.is-loading
    .wc-block-cart__sidebar
    .components-card {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card:before {
  content: " ";
}
.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
  display: none;
}
.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
  display: flex;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .wc-block-components-sale-badge {
  margin-top: 4px;
}
.is-medium.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title,
.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title,
.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title {
  display: none;
}
.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
  padding: 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
  display: none;
}
.is-medium
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row,
.is-mobile
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row,
.is-small
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row {
  position: relative;
}
.is-medium
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row:after,
.is-mobile
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row:after,
.is-small
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 132px;
  grid-template-columns: 80px 132px;
  padding: 16px 0;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  padding-right: 16px;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__product,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__product,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__product {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  padding: 0 16px 16px 0;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  vertical-align: bottom;
  padding-right: 16px;
  -ms-grid-row-align: end;
  align-self: end;
  padding-top: 16px;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total {
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total
  .wc-block-components-formatted-money-amount,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total
  .wc-block-components-formatted-money-amount,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total
  .wc-block-components-formatted-money-amount {
  display: inline-block;
}
.is-large.wc-block-cart {
  margin-bottom: 3em;
}
.is-large.wc-block-cart .wc-block-cart-items {
  position: relative;
}
.is-large.wc-block-cart .wc-block-cart-items:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 0.25rem 16px 0.25rem 0;
  white-space: nowrap;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  position: relative;
  padding: 16px 0 16px 16px;
  vertical-align: top;
}
.is-large.wc-block-cart .wc-block-cart-items td:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
  padding-right: 0;
}
.is-large.wc-block-cart .wc-block-cart-items td:last-child {
  padding-right: 16px;
}
.is-large.wc-block-cart .wc-block-components-radio-control__input {
  left: 0;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
  border: 0;
  border-radius: 0;
  margin: 0;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  box-shadow: none;
  display: inline;
  background: transparent;
  font-size: 0.75em;
  display: block;
  font-weight: 600;
  padding: 0.25rem 0;
  text-align: right;
  text-transform: uppercase;
}
.is-large.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-components-shipping-calculator,
.is-large.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
  padding-left: 16px;
  padding-right: 16px;
}
.is-large.wc-block-cart .wc-block-cart__payment-options {
  padding: 16px 0 0;
}
.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
  padding: 0;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
  display: none;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
  box-sizing: border-box;
  margin: 0;
  padding-right: 3.7735849057%;
  width: 65%;
  min-height: 10em;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-line-items-block {
  min-height: 15em;
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-line-items-block
  > * {
  visibility: hidden;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-line-items-block:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-line-items-block {
    -webkit-animation: none;
    animation: none;
  }
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
  box-sizing: border-box;
  margin: 0;
  padding-left: 2.2641509434%;
  width: 35%;
  min-height: 12em;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-proceed-to-checkout-block {
  min-height: 3em;
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  box-shadow: none;
  z-index: 1;
  margin: 0 0 1em;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-accepted-payment-methods-block
  > *,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-express-payment-block
  > *,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block
  > *,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-proceed-to-checkout-block
  > * {
  visibility: hidden;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-proceed-to-checkout-block:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-accepted-payment-methods-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-express-payment-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-order-summary-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-proceed-to-checkout-block {
    -webkit-animation: none;
    animation: none;
  }
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block {
  height: 20em;
}
@media only screen and (max-width: 700px) {
  .wp-block-woocommerce-cart.is-loading {
    padding-top: 16px;
  }
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-filled-cart-block {
    flex-direction: column;
    margin: 0 auto 16px;
  }
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-totals-block {
    padding: 0;
    width: 100%;
  }
}
.wc-block-mini-cart {
  display: inline-block;
}
.wc-block-mini-cart__button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
  display: flex;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  padding: 0.75em 0.5em;
}
.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 0.6;
}
.wc-block-mini-cart__amount {
  display: none;
}
.wc-block-mini-cart__tax-label {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .wc-block-mini-cart__amount {
    display: initial;
    font-weight: 600;
    margin-right: 8px;
  }
}
.modal-open .wc-block-mini-cart__button {
  pointer-events: none;
}
.wc-block-mini-cart__drawer {
  font-size: 1rem;
}
.wc-block-mini-cart__drawer .components-modal__content {
  padding: 0;
  position: relative;
}
.wc-block-mini-cart__drawer .components-modal__header {
  position: absolute;
  top: 40px;
  right: 16px;
}
.wc-block-mini-cart__drawer .components-modal__header button {
  color: inherit;
  z-index: 9999;
}
.wc-block-mini-cart__drawer .components-modal__header svg {
  fill: currentColor;
}
.wp-block-woocommerce-mini-cart-contents {
  background: #fff;
  box-sizing: border-box;
  height: 100vh;
  padding: 0;
  justify-content: center;
}
.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block-woocommerce-empty-mini-cart-contents-block {
  justify-content: center;
}
.wp-block-woocommerce-filled-mini-cart-contents-block {
  justify-content: space-between;
}
.wp-block-woocommerce-empty-mini-cart-contents-block
  .wc-block-mini-cart__empty-cart-wrapper {
  overflow-y: auto;
  padding: 40px 16px 16px;
}
h2.wc-block-mini-cart__title {
  font-size: 2em;
  margin: 40px 16px 0;
}
.wc-block-mini-cart__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px 16px 0;
}
.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
  margin-bottom: auto;
  margin-right: -16px;
  padding-right: 16px;
}
.wc-block-mini-cart__items
  .wc-block-mini-cart__products-table
  .wc-block-cart-items__row {
  padding-top: 8px;
  padding-bottom: 8px;
}
.wc-block-mini-cart__items
  .wc-block-mini-cart__products-table
  .wc-block-cart-items__row:last-child:after {
  content: none;
}
.wc-block-mini-cart__footer {
  border-top: 1px solid #ddd;
  padding: 24px 16px;
}
.wc-block-mini-cart__footer
  .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
  font-weight: 600;
  margin-bottom: 16px;
}
.wc-block-mini-cart__footer
  .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal
  .wc-block-components-totals-item__description {
  display: none;
  font-size: 0.75em;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .wc-block-mini-cart__footer
    .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal
    .wc-block-components-totals-item__description {
    display: unset;
  }
}
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
  display: flex;
  gap: 16px;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-mini-cart__footer-cart.wc-block-components-button {
  box-shadow: inset 0 0 0 1px currentColor;
  color: currentColor;
  display: none;
  flex-grow: 1;
  font-weight: 600;
}
@media only screen and (min-width: 480px) {
  .wc-block-mini-cart__footer
    .wc-block-mini-cart__footer-actions
    .wc-block-mini-cart__footer-cart.wc-block-components-button {
    display: inline-flex;
  }
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-mini-cart__footer-checkout {
  flex-grow: 1;
  font-weight: 600;
}
.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
  margin-top: 16px;
}
.wc-block-mini-cart__shopping-button {
  display: flex;
  justify-content: center;
}
.wc-block-mini-cart__shopping-button a {
  border: 2px solid;
  color: currentColor;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none;
}
.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  margin-top: 1.5em;
}
.wc-block-components-checkbox label {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #50575e;
  border-radius: 2px;
  box-sizing: border-box;
  height: 1.5em;
  width: 1.5em;
  margin: 0 16px 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  background-color: #fff;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: #fff;
  border-color: #50575e;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: 2px solid #50575e;
  outline-offset: 2px;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:after,
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:before {
  content: "";
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:not(:checked)
  + .wc-block-components-checkbox__mark {
  display: none;
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: rgba(0, 0, 0, 0.1);
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: 2px solid hsla(0, 0%, 100%, 0.6);
  outline-offset: 2px;
}
.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
  color: #cc1818;
}
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:hover {
  border-color: #cc1818;
}
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:focus {
  outline: 2px solid #cc1818;
  outline-offset: 2px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #000;
  position: absolute;
  margin-left: 0.1875em;
  margin-top: 0.0625em;
  width: 1.125em;
  height: 1.125em;
  pointer-events: none;
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__mark {
  fill: #fff;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  vertical-align: middle;
  line-height: 1.5em;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .wc-block-components-checkbox__mark {
    display: none;
  }
}
.theme-twentytwentyone
  .has-dark-controls
  .wc-block-components-checkbox__input[type="checkbox"],
.theme-twentytwentyone .wc-block-components-checkbox__input[type="checkbox"] {
  background-color: #fff;
  border-color: var(--form--border-color);
  position: relative;
}
.theme-twentytwentyone
  .has-dark-controls
  .wc-block-components-checkbox__input[type="checkbox"]:checked,
.theme-twentytwentyone
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: var(--form--border-color);
}
.theme-twentytwentyone .wc-block-components-checkbox__mark {
  display: none;
}
.wc-block-components-panel.has-border {
  position: relative;
}
.wc-block-components-panel.has-border:after {
  border-style: solid;
  border-width: 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-panel.has-border
  + .wc-block-components-panel.has-border:after {
  border-top-width: 0;
}
.wc-block-components-panel.has-border.no-top-border {
  position: relative;
}
.wc-block-components-panel.has-border.no-top-border:after {
  border-style: solid;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 0 1px;
}
.wc-block-components-panel__button {
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  height: auto;
  line-height: 1;
  margin: 0.375em 0 0;
  padding: 0.375em 32px 0 0;
  position: relative;
  text-align: left;
  width: 100%;
  word-break: break-word;
}
.wc-block-components-panel__button[aria-expanded="true"] {
  padding-bottom: 0.375em;
  margin-bottom: 0.375em;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  background: transparent;
  box-shadow: none;
}
.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
  fill: currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.wc-block-components-panel__content[hidden] {
  display: none;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-panel__button {
  background-color: inherit;
  color: inherit;
}
.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
  background: none transparent;
  color: inherit;
}
.theme-twentyseventeen
  .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen
  .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty
  .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty
  .wc-block-components-panel__button.wc-block-components-panel__button:hover {
  background: none transparent;
}
.wc-block-components-totals-wrapper {
  position: relative;
  padding: 16px 0;
}
.wc-block-components-totals-wrapper:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-wrapper.has-bottom-border:after {
  border-bottom-width: 1px;
}
.wc-block-components-totals-wrapper:empty {
  padding: 0;
}
.wc-block-components-totals-wrapper:empty:after {
  content: none;
}
.wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > * {
  position: relative;
  padding: 16px 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > :after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > :last-child:after {
  border-bottom-width: 0;
}
.wc-block-components-discounts-meta
  .wc-block-components-totals-wrapper:first-child {
  position: relative;
}
.wc-block-components-discounts-meta
  .wc-block-components-totals-wrapper:first-child:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.wc-block-components-totals-item__label {
  flex-grow: 1;
}
.wc-block-components-totals-item__value {
  font-weight: 700;
  white-space: nowrap;
}
.wc-block-components-totals-item__description {
  font-size: 0.875em;
  width: 100%;
}
.wc-block-product-categories {
  margin-bottom: 1em;
}
.wc-block-product-categories.is-dropdown {
  display: flex;
}
.wc-block-product-categories select {
  margin-right: 0.5em;
}
.wc-block-product-categories-list--has-images {
  list-style: none outside;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item {
  margin: 4px 0 4px 60px;
  list-style: none outside;
  clear: both;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item
  ul {
  margin: 4px 0 0;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item__image {
  max-width: 50px;
  display: inline-block;
  padding: 0;
  margin: 0 0.5em 0 -60px;
  position: relative;
  vertical-align: middle;
  border: 1px solid #eee;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item__image
  img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.wc-block-product-categories-list-item-count:before {
  content: " (";
}
.wc-block-product-categories-list-item-count:after {
  content: ")";
}
.wp-block-woocommerce-product-categories.is-loading
  .wc-block-product-categories__placeholder {
  display: inline-block;
  height: 1em;
  width: 50%;
  min-width: 200px;
  background: currentColor;
  opacity: 0.2;
}
.wc-block-product-categories__button {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0.5em;
  position: relative;
  overflow: hidden;
}
.wc-block-product-categories__button svg {
  fill: currentColor;
  outline: none;
}
.rtl .wc-block-product-categories__button svg {
  transform: rotate(180deg);
}
.wc-block-product-categories__button:active {
  color: currentColor;
}
.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.3;
}
.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled="true"]:focus {
  box-shadow: none;
}
.wc-block-product-search .wc-block-product-search__fields {
  display: flex;
}
.wc-block-product-search .wc-block-product-search__field {
  padding: 6px 8px;
  line-height: 1.8;
  flex-grow: 1;
}
.wc-block-product-search .wc-block-product-search__button {
  display: flex;
  align-items: center;
  margin: 0 0 0 6px;
  cursor: pointer;
  padding: 0 0.5em;
  position: relative;
  overflow: hidden;
}
.wc-block-product-search .wc-block-product-search__button svg {
  fill: currentColor;
  outline: none;
}
.rtl .wc-block-product-search .wc-block-product-search__button svg {
  transform: rotate(180deg);
}
.wc-block-product-search .wc-block-product-search__button:active {
  color: currentColor;
}
.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search
  .wc-block-product-search__button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.3;
}
.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search
  .wc-block-product-search__button[aria-disabled="true"]:focus {
  box-shadow: none;
}
.wp-block-woocommerce-price-filter {
  border-style: none !important;
}
.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
  border-radius: inherit;
  border-color: inherit;
}
.wc-block-price-filter__controls input {
  border-radius: inherit !important;
  border-color: inherit !important;
  border-style: solid;
}
.wp-block-woocommerce-attribute-filter {
  border-style: none !important;
}
.wc-block-attribute-filter {
  margin-bottom: 24px;
  border-radius: inherit;
  border-color: inherit;
}
.wc-block-attribute-filter.style-dropdown {
  display: flex;
  gap: 16px;
  border-radius: inherit;
  border-color: inherit;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list {
  margin: 0;
  width: 100%;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
  cursor: pointer;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  cursor: pointer;
  display: inline-block;
}
.wc-block-attribute-filter .wc-block-attribute-filter-dropdown {
  flex-grow: 1;
  max-width: unset;
  width: 0;
  border-radius: inherit;
  border-color: inherit;
}
.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,
.wc-block-attribute-filter
  .wc-block-dropdown-selector
  .wc-block-dropdown-selector__list
  .wc-block-attribute-filter-list-count {
  opacity: 0.6;
}
.wc-block-attribute-filter
  .wc-block-components-dropdown-selector__input-wrapper {
  height: 100%;
  border-radius: inherit;
  border-color: inherit;
}
.wc-block-stock-filter {
  margin-bottom: 24px;
}
.wc-block-stock-filter .wc-block-stock-filter-list {
  margin: 0;
}
.wc-block-stock-filter .wc-block-stock-filter-list li label {
  cursor: pointer;
}
.wc-block-stock-filter .wc-block-stock-filter-list li input {
  cursor: pointer;
  display: inline-block;
}
.wc-block-stock-filter .is-single,
.wc-block-stock-filter
  .wc-block-dropdown-selector
  .wc-block-dropdown-selector__list {
  opacity: 0.6;
}
.wc-block-stock-filter .wc-block-stock-filter__button {
  margin-top: 8px;
}
.wc-block-active-filters {
  margin-bottom: 24px;
  overflow: hidden;
}
.wc-block-active-filters .wc-block-active-filters__clear-all {
  font-size: 1em;
  float: right;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}
.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  background: transparent;
  color: inherit;
}
.wc-block-active-filters .wc-block-active-filters__list {
  margin: 0 0 4px;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.wc-block-active-filters .wc-block-active-filters__list li {
  margin: 0;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.wc-block-active-filters .wc-block-active-filters__list li ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li:first-child
  .wc-block-active-filters__list-item-type {
  margin: 0;
}
.wc-block-active-filters .wc-block-active-filters__list-item-type {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 16px 0 0;
  display: block;
}
.wc-block-active-filters .wc-block-active-filters__list-item-operator {
  font-weight: 400;
  font-style: italic;
}
.wc-block-active-filters .wc-block-active-filters__list-item-name {
  font-weight: 700;
  display: block;
  position: relative;
  padding: 0 16px 0 0;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 0 0;
  color: currentColor;
}
.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
  display: inline;
}
.wc-block-active-filters
  .wc-block-active-filters__list--chips
  .wc-block-active-filters__list-item-type {
  display: none;
}
.wc-block-active-filters
  .wc-block-active-filters__list--chips
  .wc-block-components-chip {
  font-size: 0.875em;
  margin-top: 0.1875em;
  margin-bottom: 0.1875em;
}
@-webkit-keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
:where(div[data-block-name="woocommerce/legacy-template"]) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
#wp-admin-bar-titan-menu::after {
  clear: both;
}
#wp-admin-bar-titan-menu .dashicons {
  font: 400 20px/1 dashicons;
}
#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-icon {
  display: inline-block !important;
  width: 20px;
  height: 25px;
  margin-top: 6px;
  margin-right: 5px;
  float: left;
  background: url(../../../plugins/anti-spam/assets/img/titan-icon.png) 0 0
    no-repeat;
}
#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title {
  display: inline-block !important;
  overflow: hidden;
}
#wp-admin-bar-titan-menu .wtitan-admin-bar-menu-title .dashicons {
  font-size: 20px !important;
  padding: 6px 0 !important;
}
#wp-admin-bar-titan-menu .ab-item .dashicons {
  font-size: 14px;
  padding: 6px 0;
}
#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-heart {
  color: #fb7976;
}
#wp-admin-bar-titan-menu .ab-item .dashicons.dashicons-dashboard {
  color: #fff;
}
#wp-admin-bar-titan-menu .wtitan-count-bubble {
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0 0 0 5px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ca4a1f;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: #ebe9eb;
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
  content: " ";
  display: table;
}
.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
  clear: both;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  content: " ";
  display: table;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
  content: " ";
  display: table;
}
.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
  clear: both;
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
}
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
  content: " ";
  display: table;
}
.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.woocommerce form .password-input input[type="password"],
.woocommerce-page form .password-input input[type="password"] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}
@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}
@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}
#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}
@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}
@charset "UTF-8";
:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: #ebe9eb;
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-display: swap;
  font-family: star;
  src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(../../../plugins/woocommerce/assets/fonts/star.eot?#iefix)
      format("embedded-opentype"),
    url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),
    url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),
    url(../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: WooCommerce;
  src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix)
      format("embedded-opentype"),
    url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff)
      format("woff"),
    url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf)
      format("truetype"),
    url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.admin-bar p.demo_store {
  top: 32px;
}
.clear {
  clear: both;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg)
    center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg)
    center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #77a464;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper
  .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: left;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: left;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce
  div.product
  form.cart
  .group_table
  td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce
  div.product
  form.cart
  .group_table
  .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #96588a;
  color: #fff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: 400;
}
.woocommerce table.shop_table td del {
  font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce
  table.woocommerce-MyAccount-downloads
  td
  .woocommerce-MyAccount-downloads-file::before,
.woocommerce
  table.woocommerce-MyAccount-downloads
  th
  .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
  content: " ";
  display: table;
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700;
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item::after,
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item::before {
  content: " ";
  display: table;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  a,
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  span {
  padding: 1px 0;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item--chosen
  a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #462940;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}
.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
  display: block !important;
}
.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table;
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}
.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}
.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}
.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
}
#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
  content: " ";
  display: table;
}
#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}
#add_payment_method
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-checkout
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination {
  margin-bottom: 0;
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}
#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left;
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400;
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside;
}
#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  content: " ";
  display: table;
}
#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before {
  content: " ";
  display: table;
}
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after {
  clear: both;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9;
}
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label {
  cursor: pointer;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover {
  background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg);
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: 400;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}
nav ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
abbr[title],
dfn[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input[type="submit"],
input[type="button"],
button {
  margin: 0;
  padding: 0;
}
input,
select,
a img {
  vertical-align: middle;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
.clear {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  zoom: 1;
}
.clear-fix {
  zoom: 1;
}
.clear-fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
dl {
  width: 100%;
  overflow: hidden;
}
dt {
  float: left;
  width: 30%;
  clear: left;
  margin-bottom: 12px;
}
dd {
  float: left;
  width: 70%;
  margin-bottom: 15px;
}
big {
  font-size: 15px;
}
code,
kbd {
  border: 1px dotted;
  padding: 5px 12px;
  margin: 0 10px;
}
sup {
  vertical-align: super;
  font-size: 11px;
}
sub {
  vertical-align: sub;
  font-size: 11px;
}
.gallery-item .gallery-icon {
  margin-right: 10px;
}
i {
  margin-right: 5px;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
ul,
ol {
  margin-bottom: 20px;
  margin-left: 30px;
}
body {
  line-height: 1.7;
  font-family: Arial, Helvetica, sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-bottom: 18px;
  font-weight: 400;
}
.post-password-form input[type="submit"] {
  margin-left: 20px;
  margin-bottom: 0;
}
.post-password-form input[type="password"] {
  margin-left: 10px;
  padding: 10px 15px;
}
.container {
  padding: 0;
  margin: 0 auto;
}
.column,
.columns {
  float: left;
  position: relative;
  min-height: 1px;
}
.one-ninth {
  width: 11.111%;
}
.one-eighth {
  width: 12.5%;
}
.one-seventh {
  width: 14.285%;
}
.one-fifth {
  width: 20%;
}
.two-fifth {
  width: 40%;
}
.three-fifth {
  width: 60%;
}
.four-fifth {
  width: 80%;
}
.one {
  width: 8.333%;
}
.two {
  width: 16.666%;
}
.three {
  width: 25%;
}
.four {
  width: 33.333%;
}
.five {
  width: 41.666%;
}
.six {
  width: 50%;
}
.seven {
  width: 58.334%;
}
.eight {
  width: 66.667%;
}
.nine {
  width: 75%;
}
.ten {
  width: 83.334%;
}
.eleven {
  width: 91.667%;
}
.twelve {
  width: 100%;
}
.ie7 .sf-mega-section.three {
  width: 24%;
}
.limoking-item {
  margin: 0 15px 20px;
  min-height: 1px;
}
.limoking-full-size-wrapper .limoking-item-no-space {
  margin-bottom: 0;
}
.limoking-item-no-space {
  margin: 0 20px 40px;
}
.limoking-item-no-space .limoking-item {
  margin: 0;
}
.limoking-item.limoking-main-content {
  margin-bottom: 55px;
}
.limoking-item.limoking-divider-item {
  margin-bottom: 50px;
}
.section-container,
.limoking-item-start-content,
.limoking-parallax-wrapper,
.limoking-color-wrapper {
  padding-top: 60px;
}
.limoking-color-wrapper,
.limoking-parallax-wrapper,
.limoking-full-size-wrapper {
  padding-bottom: 40px;
}
.limoking-full-size-wrapper .limoking-item,
.limoking-full-size-wrapper .limoking-item-no-space {
  margin-left: 0;
  margin-right: 0;
}
.ie7 .limoking-item-start-content {
  overflow: hidden;
}
audio {
  width: 100%;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  position: relative;
  clear: both;
  float: right;
  top: -31px;
}
img,
video {
  max-width: 100%;
  height: auto;
  width: auto;
}
.ms-container video {
  max-width: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 0;
  outline: none;
  padding: 6px;
  max-width: 100%;
}
a {
  transition: color 300ms, background-color 300ms, opacity 300ms;
  -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
  -o-transition: color 300ms, background-color 300ms, opacity 300ms;
  -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}
.body-wrapper {
  overflow: hidden;
}
.body-wrapper.limoking-boxed-style {
  margin: 0 auto;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
img.limoking-full-boxed-background {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  img.limoking-full-boxed-background {
    left: 50%;
    margin-left: -512px;
  }
}
.content-wrapper {
  position: relative;
  z-index: 89;
}
.top-navigation-wrapper {
  position: relative;
  z-index: 98;
  padding: 11px 0;
  font-size: 13px;
  line-height: 18px;
}
.top-navigation-left {
  float: left;
  margin: 0 15px;
}
.top-navigation-right {
  float: right;
  margin: 0 15px;
}
.top-social-wrapper .social-icon {
  font-size: 14px;
  display: inline;
  margin-left: 6px;
}
.top-social-wrapper .social-icon a {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.top-social-wrapper .social-icon a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.limoking-navigation-substitute {
  position: relative;
  z-index: 91;
}
#limoking-menu-search-button {
  margin: 2px 0 0 40px;
  float: right;
  cursor: pointer;
  max-width: 15px;
}
.limoking-header-transparent #limoking-menu-search-button {
  opacity: 1;
  filter: alpha(opacity=100);
}
#limoking-menu-search {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 250px;
  display: none;
}
#limoking-menu-search input[type="text"] {
  margin: 0;
  background: transparent;
  padding: 20px 23px;
}
#limoking-menu-search input[type="submit"] {
  display: none;
}
.limoking-menu-search-button-sep {
  position: absolute;
}
.limoking-login-form input[type="text"],
.limoking-login-form input[type="email"],
.limoking-login-form input[type="password"] {
  width: 200px;
  padding: 12px;
  margin-bottom: 5px;
}
.limoking-login-form label {
  display: block;
  margin-bottom: 4px;
}
.limoking-login-form p {
  margin-bottom: 0;
  margin-top: 9px;
  overflow: hidden;
}
.limoking-login-form p:first-child {
  margin-top: 0;
}
.limoking-login-form input[type="submit"] {
  margin-bottom: 0;
}
.limoking-login-form input[type="checkbox"] {
  margin: 2px 10px 0 0;
  float: left;
}
.limoking-login-form .login-remember {
  padding-top: 3px;
}
.limoking-top-woocommerce-button {
  cursor: pointer;
  width: 15px;
  text-align: right;
  font-size: 10px;
  position: relative;
  padding-top: 3px;
}
.limoking-top-woocommerce-button img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.limoking-top-woocommerce-button .limoking-cart-item-count {
  position: absolute;
  right: -6px;
  top: -6px;
}
.limoking-top-woocommerce-wrapper {
  float: right;
  padding-left: 40px;
}
.limoking-top-woocommerce {
  text-align: center;
  display: none;
  top: 100%;
  position: absolute;
  right: 15px;
}
.limoking-top-woocommerce .limoking-top-woocommerce-inner {
  padding: 30px 40px 23px;
}
.limoking-top-woocommerce .limoking-cart-count {
  margin-bottom: 8px;
}
.limoking-top-woocommerce .limoking-cart-amount {
  margin-bottom: 20px;
}
.limoking-top-woocommerce-inner > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.limoking-header-wrapper {
  z-index: 99;
  position: relative;
}
.limoking-logo-container,
.limoking-header-container {
  position: relative;
  z-index: 97;
}
.limoking-logo {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.limoking-logo h1 {
  margin-bottom: 0;
  line-height: 0;
}
.limoking-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.limoking-fixed-header .limoking-logo {
  margin-top: 16px;
  margin-bottom: 16px;
}
.limoking-fixed-header .limoking-logo img {
  max-height: 38px;
  width: auto;
}
.limoking-fixed-header .limoking-navigation-wrapper {
  margin-top: 25px;
}
.limoking-fixed-header .limoking-main-menu > li > a {
  padding-bottom: 18px;
}
.limoking-fixed-header .limoking-navigation-slide-bar {
  display: none;
}
.limoking-fixed-header.limoking-header-inner {
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.limoking-fixed-header
  .limoking-navigation-wrapper
  .limoking-main-menu
  > li
  > a {
  font-size: 12px;
  padding-bottom: 23px;
}
.header-inner-header-style-2.limoking-header-inner.limoking-fixed-header,
.header-inner-header-style-3 .limoking-header-inner.limoking-fixed-header {
  position: fixed;
}
.header-inner-header-style-5.limoking-fixed-header .limoking-logo-right-text {
  display: none;
}
.header-inner-header-style-5.limoking-fixed-header
  #limoking-navigation-gimmick {
  display: none;
}
.admin-bar .limoking-fixed-header {
  top: 32px;
}
.header-style-2-wrapper #limoking-header-substitute {
  display: none;
}
.header-style-3-wrapper #limoking-header-substitute {
  display: none;
}
.header-inner-header-style-3.limoking-header-inner.limoking-fixed-header {
  position: fixed;
}
.limoking-navigation-wrapper {
  margin: 0 15px;
  float: right;
}
.limoking-navigation-wrapper .limoking-navigation-container {
  position: relative;
  line-height: 0;
}
.limoking-navigation-wrapper .limoking-main-menu > li {
  padding: 0;
}
.limoking-navigation-wrapper .limoking-main-menu > li > a {
  font-size: 12px;
  padding: 0 0 45px 40px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.limoking-navigation-wrapper .limoking-main-menu > li:first-child > a {
  padding-left: 0;
}
.limoking-navigation-wrapper .limoking-main-menu > li > a.sf-with-ul-pre,
.limoking-navigation-wrapper .limoking-main-menu > li > a.sf-with-ul {
  padding-right: 0;
}
.limoking-navigation-wrapper .limoking-main-menu > li > a.sf-with-ul:after {
  top: 11px;
  right: 0;
  display: none;
}
#limoking-navigation-gimmick {
  position: absolute;
  bottom: 0;
  padding: 0 23px;
  left: -999px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.limoking-page-title-wrapper {
  padding: 125px 0 75px;
  position: relative;
  z-index: 89;
  line-height: 1;
  text-align: center;
  background-image: url(../../../themes/limoking/images/page-title-background.jpg);
  background-repeat: repeat;
  background-position: center;
}
.limoking-page-title-wrapper .limoking-page-title-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.limoking-page-title-wrapper .limoking-page-title-container {
  position: relative;
}
.limoking-page-title-wrapper .limoking-page-title {
  font-size: 52px;
  margin: 0 13px;
  display: block;
  font-weight: 600;
}
.limoking-page-title-wrapper .limoking-page-caption {
  font-size: 30px;
  margin: 16px 17px 0;
  display: block;
  font-weight: 400;
}
.limoking-full-size-wrapper .limoking-item-title-head {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.header-style-2-wrapper .limoking-logo-container {
  padding-top: 1px;
  padding-bottom: 1px;
}
.header-style-2-wrapper .limoking-logo {
  float: none;
}
.header-style-2-wrapper .limoking-logo-inner {
  margin: 0 auto;
}
.header-style-2-wrapper .limoking-logo-right-text {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  text-align: right;
  margin-right: 15px;
}
.header-inner-header-style-2.limoking-header-inner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.header-inner-header-style-2 .limoking-navigation {
  display: inline-block;
  line-height: 1.7;
  text-align: left;
  padding-right: 23px;
}
.header-inner-header-style-2 .limoking-navigation-wrapper {
  padding-top: 19px;
  margin-top: 0;
  line-height: 0;
  text-align: center;
}
.header-inner-header-style-2
  .limoking-navigation-wrapper
  .limoking-main-menu
  > li
  > a {
  padding-bottom: 19px;
  padding-left: 50px;
  font-weight: 700;
}
.header-inner-header-style-2
  .limoking-navigation-wrapper
  .limoking-main-menu
  > li:first-child
  > a {
  padding-left: 23px;
}
.header-inner-header-style-2 .limoking-navigation-wrapper {
  float: none;
  margin-right: 15px;
}
.header-inner-header-style-2 .sf-menu .limoking-normal-menu > ul {
  left: 23px;
}
.header-inner-header-style-2 #limoking-menu-search-button {
  position: absolute;
  right: 15px;
}
.header-style-3-wrapper .limoking-logo-right-text {
  float: right;
  font-size: 13px;
  text-align: right;
  margin-right: 15px;
}
.header-inner-header-style-3.limoking-header-inner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.header-inner-header-style-3 .limoking-navigation-wrapper {
  padding-top: 19px;
  margin-top: 0;
}
.header-inner-header-style-3
  .limoking-navigation-wrapper
  .limoking-main-menu
  > li
  > a {
  padding-bottom: 19px;
  padding-left: 46px;
  font-weight: 700;
}
.header-inner-header-style-3
  .limoking-navigation-wrapper
  .limoking-main-menu
  > li:first-child
  > a {
  padding-left: 23px;
}
.header-inner-header-style-3 .limoking-navigation-wrapper {
  float: none;
  margin-right: 15px;
}
.header-inner-header-style-3 .sf-menu .limoking-normal-menu > ul {
  left: 23px;
}
.limoking-header-wrapper.header-style-5-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
.limoking-header-wrapper.header-style-5-wrapper .limoking-logo-right-wrapper {
  float: right;
  text-align: right;
}
.limoking-header-wrapper.header-style-5-wrapper
  .limoking-logo-right-wrapper
  .limoking-navigation-wrapper {
  text-align: left;
}
.limoking-header-wrapper.header-style-5-wrapper .limoking-logo-right-text {
  font-size: 16px;
}
.limoking-header-wrapper.header-style-5-wrapper #limoking-navigation-gimmick {
  border-bottom-width: 3px;
  padding: 0;
  bottom: auto;
  margin-top: 26px;
}
.header-style-5-title-wrapper.limoking-page-title-wrapper {
  padding-top: 200px;
}
.limoking-heading-shortcode.with-background {
  padding: 8px 19px;
  display: inline-block;
}
.limoking-heading-shortcode i {
  margin-right: 10px;
}
.limoking-color-wrapper,
.limoking-parallax-wrapper {
  overflow: hidden;
  background-position: center 0;
  background-repeat: repeat;
  position: relative;
}
.with-sidebar-container .with-sidebar-content {
  float: right;
}
.limoking-widget-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.limoking-sidebar .limoking-widget-title {
  display: inline-block;
  padding-right: 4px;
}
.widget.limoking-widget {
  margin-bottom: 40px;
}
.limoking-stunning-item.limoking-item {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.limoking-stunning-item .stunning-item-title {
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  display: inline;
}
.limoking-stunning-item .stunning-item-caption {
  display: inline;
}
.limoking-stunning-item .stunning-item-content {
  display: table-cell;
  vertical-align: middle;
}
.limoking-stunning-item .stunning-item-button {
  display: table-cell;
  padding: 40px 15px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.limoking-stunning-item .stunning-item-button:after {
  font-family: fontAwesome;
  margin-left: 15px;
}
.limoking-stunning-text-item.type-center {
  text-align: center;
  margin-bottom: 35px;
}
.limoking-stunning-text-item.type-center .stunning-text-title {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 25px;
}
.limoking-stunning-text-item.type-center .stunning-text-caption {
  font-size: 16px;
}
.limoking-stunning-text-item.type-center .stunning-text-button {
  margin: 15px 0 0;
}
.limoking-stunning-text-item.type-normal.limoking-button-on {
  padding-right: 190px;
  position: relative;
}
.limoking-stunning-text-item.type-normal .stunning-text-title {
  font-size: 29px;
  margin-bottom: 18px;
}
.limoking-stunning-text-item.type-normal .stunning-text-caption {
  font-size: 16px;
}
.limoking-stunning-text-item.type-normal .stunning-text-button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  margin-right: 0;
}
.limoking-stunning-text-item.with-padding {
  padding: 35px 35px 15px;
}
.limoking-stunning-text-item.with-padding.with-border {
  border-width: 3px;
  border-style: solid;
}
.limoking-stunning-text-item.with-padding.limoking-button-on {
  padding-right: 200px;
}
.limoking-stunning-text-item.with-padding .stunning-text-button {
  right: 40px;
}
.limoking-stunning-text-item.with-padding .stunning-text-caption {
  margin-bottom: 20px;
}
.footer-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
}
.footer-wrapper a {
  cursor: pointer;
}
.footer-wrapper .widget.limoking-widget {
  margin-bottom: 50px;
}
.footer-wrapper .limoking-widget-title {
  margin-bottom: 30px;
}
.footer-container {
  padding-top: 50px;
}
.ie7 .footer-wrapper {
  overflow: hidden;
}
.copyright-left {
  margin: 0 15px;
  float: left;
}
.copyright-right {
  margin: 0 15px;
  float: right;
}
.copyright-wrapper {
  border-top-width: 1px;
  border-top-style: solid;
}
.copyright-container {
  padding: 15px 0;
}
.limoking-shortcode-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.page-not-found-block {
  text-align: center;
  padding: 50px 50px 60px;
  margin: 50px 0 50px;
}
.page-not-found-block .page-not-found-title {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 17px;
}
.page-not-found-block .page-not-found-caption {
  font-size: 20px;
  margin-bottom: 35px;
}
.page-not-found-block .page-not-found-icon {
  font-size: 89px;
  line-height: 1;
  margin-bottom: 20px;
}
.page-not-found-search {
  max-width: 300px;
  margin: 0 auto;
}
.page-not-found-search .gdl-search-form {
  padding-right: 30px;
}
.page-not-found-search .gdl-search-form input[type="text"] {
  padding: 12px 15px;
  font-size: 15px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.page-not-found-search .gdl-search-form input[type="submit"] {
  background-image: url(../../../themes/limoking/images/light/icon-search.png);
}
body.search .page-not-found-block {
  margin-top: 0;
}
.limoking-title-item {
  margin-bottom: 20px;
}
.limoking-title-item .limoking-item-title-wrapper.limoking-item {
  margin-bottom: 0;
}
.limoking-item-title-wrapper.limoking-item {
  margin-bottom: 30px;
  position: relative;
}
.limoking-item-title-wrapper .limoking-item-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.limoking-item-title-wrapper .limoking-item-title-caption {
  margin-top: 12px;
}
.limoking-item-title-wrapper .limoking-item-title-link {
  display: inline-block;
}
.limoking-item-title-wrapper.limoking-small .limoking-item-title {
  font-size: 18px;
  line-height: 26px;
}
.limoking-item-title-wrapper.limoking-small .limoking-item-title-caption,
.limoking-item-title-wrapper.limoking-small .limoking-item-title-link {
  font-size: 13px;
  font-style: italic;
}
.limoking-item-title-wrapper.limoking-medium .limoking-item-title {
  font-size: 26px;
  line-height: 34px;
}
.limoking-item-title-wrapper.limoking-medium .limoking-item-title-caption,
.limoking-item-title-wrapper.limoking-medium .limoking-item-title-link {
  font-size: 15px;
}
.limoking-item-title-wrapper.limoking-large .limoking-item-title {
  font-size: 42px;
}
.limoking-item-title-wrapper.limoking-large .limoking-item-title-caption,
.limoking-item-title-wrapper.limoking-large .limoking-item-title-link {
  font-size: 17px;
}
.limoking-item-title-wrapper.limoking-extra-large .limoking-item-title {
  font-size: 52px;
}
.limoking-item-title-wrapper.limoking-extra-large .limoking-item-title-caption,
.limoking-item-title-wrapper.limoking-extra-large .limoking-item-title-link {
  font-size: 17px;
}
.limoking-item-title-wrapper.limoking-center {
  text-align: center;
}
.limoking-item-title-wrapper.limoking-center .limoking-item-title-link {
  margin-top: 10px;
}
.limoking-item-title-wrapper.limoking-center-icon-divider {
  text-align: center;
}
.limoking-item-title-center-icon-divider {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.limoking-item-title-content-icon-divider-wrapper {
  margin: 12px 0 2px;
  display: inline-block;
}
.limoking-item-title-content-icon-divider-wrapper i {
  font-size: 15px;
  margin: 0 25px;
  display: inline-block;
}
.limoking-item-title-wrapper.limoking-center-divider {
  text-align: center;
}
.limoking-item-title-wrapper.limoking-center-divider
  .limoking-item-title-head-inner {
  position: relative;
}
.limoking-item-title-wrapper.limoking-center-divider .limoking-item-title {
  display: inline-block;
}
.limoking-item-title-wrapper.limoking-center-divider .limoking-item-title-link {
  margin-top: 10px;
}
.limoking-item-title-center-divider {
  position: absolute;
  top: 50%;
  display: none;
  width: 80px;
  border-bottom: 1px;
  border-style: solid;
}
.limoking-item-title-center-divider.limoking-left {
  right: 50%;
  margin-left: 25px;
}
.limoking-item-title-center-divider.limoking-right {
  left: 50%;
  margin-right: 25px;
}
.limoking-item-title-wrapper.limoking-left .limoking-nav-title {
  float: right;
}
.limoking-item-title-wrapper.limoking-left .limoking-item-title {
  float: left;
}
.limoking-item-title-wrapper.limoking-left .limoking-item-title-head-inner {
  overflow: hidden;
}
.limoking-item-title-wrapper.limoking-left.limoking-medium .limoking-nav-title {
  margin-top: 6px;
}
.limoking-item-title-wrapper.limoking-left.limoking-large .limoking-nav-title {
  margin-top: 17px;
}
.limoking-item-title-wrapper.limoking-left.limoking-extra-large
  .limoking-nav-title {
  margin-top: 20px;
}
.limoking-item-title-wrapper.limoking-left-divider .limoking-nav-title {
  float: right;
}
.limoking-item-title-wrapper.limoking-left-divider .limoking-item-title {
  float: left;
  margin-top: 2px;
}
.limoking-item-title-wrapper.limoking-left-divider
  .limoking-item-title-head-inner {
  overflow: hidden;
}
.limoking-item-title-wrapper.limoking-left-divider.limoking-medium
  .limoking-nav-title {
  margin-top: 4px;
}
.limoking-item-title-wrapper.limoking-left-divider.limoking-large
  .limoking-nav-title {
  margin-top: 13px;
}
.limoking-item-title-wrapper.limoking-left-divider.limoking-extra-large
  .limoking-nav-title {
  margin-top: 15px;
}
.limoking-item-title-wrapper.limoking-left-divider
  .limoking-item-title-head-inner {
  position: relative;
}
.limoking-item-title-wrapper.limoking-left-divider
  .limoking-item-title-left-divider {
  position: absolute;
  top: 50%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.limoking-nav-title .limoking-flex-prev {
  margin-right: 10px;
  margin-left: 0;
  cursor: pointer;
}
.limoking-nav-title .limoking-flex-next {
  margin-right: 0;
  margin-left: 10px;
  cursor: pointer;
}
.limoking-item-title-wrapper.limoking-center.limoking-small .limoking-nav-title,
.limoking-item-title-wrapper.limoking-center.limoking-medium
  .limoking-nav-title {
  margin-top: 15px;
  font-size: 22px;
}
.limoking-item-title-wrapper.limoking-center.limoking-large .limoking-nav-title,
.limoking-item-title-wrapper.limoking-center.limoking-extra-large
  .limoking-nav-title {
  margin-top: 15px;
  padding-bottom: 3px;
  font-size: 26px;
}
.limoking-item-title-wrapper.limoking-center-divider.limoking-small
  .limoking-nav-title,
.limoking-item-title-wrapper.limoking-center-divider.limoking-medium
  .limoking-nav-title {
  margin-top: 15px;
  font-size: 22px;
}
.limoking-item-title-wrapper.limoking-center-divider.limoking-large
  .limoking-nav-title,
.limoking-item-title-wrapper.limoking-center-divider.limoking-extra-large
  .limoking-nav-title {
  margin-top: 15px;
  padding-bottom: 3px;
  font-size: 26px;
}
.limoking-item-title-wrapper.limoking-center-icon-divider
  .limoking-nav-title
  .limoking-flex-prev {
  margin-right: 15px;
}
.limoking-item-title-wrapper.limoking-center-icon-divider
  .limoking-nav-title
  .limoking-flex-next {
  margin-left: 15px;
}
.limoking-item-title-wrapper.limoking-center-icon-divider.limoking-small
  .limoking-nav-title,
.limoking-item-title-wrapper.limoking-center-icon-divider.limoking-medium
  .limoking-nav-title {
  font-size: 24px;
}
.limoking-item-title-wrapper.limoking-center-icon-divider.limoking-large
  .limoking-nav-title,
.limoking-item-title-wrapper.limoking-center-icon-divider.limoking-extra-large
  .limoking-nav-title {
  font-size: 24px;
}
.limoking-item-title-wrapper.limoking-left
  .limoking-nav-title
  .limoking-flex-prev {
  margin-right: 9px;
  margin-left: 15px;
}
.limoking-item-title-wrapper.limoking-left
  .limoking-nav-title
  .limoking-flex-next {
  margin-left: 9px;
}
.limoking-item-title-wrapper.limoking-left.limoking-small .limoking-nav-title,
.limoking-item-title-wrapper.limoking-left.limoking-medium .limoking-nav-title {
  font-size: 23px;
  line-height: 1;
}
.limoking-item-title-wrapper.limoking-left.limoking-large .limoking-nav-title,
.limoking-item-title-wrapper.limoking-left.limoking-extra-large
  .limoking-nav-title {
  font-size: 23px;
}
.limoking-item-title-wrapper.limoking-left-divider
  .limoking-nav-title
  .limoking-flex-prev {
  margin-right: 9px;
  margin-left: 15px;
  font-size: 24px;
}
.limoking-item-title-wrapper.limoking-left-divider
  .limoking-nav-title
  .limoking-flex-next {
  margin-left: 9px;
  font-size: 24px;
}
.limoking-item-title-wrapper.limoking-left-divider.limoking-small
  .limoking-nav-title,
.limoking-item-title-wrapper.limoking-left-divider.limoking-medium
  .limoking-nav-title {
  font-size: 16px;
}
.limoking-item-title-wrapper.limoking-left-divider.limoking-large
  .limoking-nav-title,
.limoking-item-title-wrapper.limoking-left-divider.limoking-extra-large
  .limoking-nav-title {
  font-size: 18px;
}
.accordion-tab > .accordion-content {
  display: none;
}
.accordion-tab.active > .accordion-content {
  display: block;
}
.limoking-accordion-item.style-1 .accordion-tab {
  overflow: hidden;
  padding: 11px 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.limoking-accordion-item.style-1 .accordion-tab:first-child {
  border: 0;
  padding-top: 0;
}
.limoking-accordion-item.style-1 .accordion-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 0;
  cursor: pointer;
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms;
}
.limoking-accordion-item.style-1 .accordion-title i {
  margin-right: 20px;
  font-size: 13px;
  width: 9px;
  height: 13px;
  padding: 12px 14px 10px;
  display: inline-block;
}
.limoking-accordion-item.style-1 .accordion-content {
  padding-top: 12px;
  margin-left: 57px;
}
.limoking-accordion-item.style-1 .accordion-title span {
  overflow: hidden;
  display: block;
}
.limoking-accordion-item.style-1 .accordion-title i {
  float: left;
  transition: color 200ms, background-color 200ms;
  -moz-transition: color 200ms, background-color 200ms;
  -o-transition: color 200ms, background-color 200ms;
  -webkit-transition: color 200ms, background-color 200ms;
}
.limoking-accordion-item.style-2 .accordion-tab {
  overflow: hidden;
  padding-bottom: 4px;
}
.limoking-accordion-item.style-2 .accordion-title {
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
  cursor: pointer;
}
.limoking-accordion-item.style-2 .accordion-title i {
  margin-right: 20px;
  font-size: 13px;
}
.limoking-accordion-item.style-2 .accordion-content {
  margin-left: 31px;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}
.limoking-button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  font-size: 13px;
  padding: 14px 27px;
  margin-bottom: 15px;
  margin-right: 15px;
  outline: none;
  cursor: pointer;
  font-style: italic;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 1px;
}
.limoking-button.small {
  font-size: 11px;
  padding: 11px 17px;
}
.limoking-button.large {
  font-size: 15px;
  padding: 15px 28px;
}
.limoking-button.with-border {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.limoking-button .limoking-icon {
  margin-right: 5px;
  letter-spacing: 1px;
}
.limoking-border-button {
  padding: 11px 25px;
  border-width: 2px;
  border-style: solid;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.limoking-about-us-item.limoking-plain .about-us-title {
  font-size: 30px;
  margin-bottom: 22px;
  font-weight: 700;
}
.limoking-about-us-item.limoking-plain .limoking-button {
  margin-top: 9px;
}
.limoking-about-us-item.limoking-with-caption .about-us-title {
  font-size: 30px;
  margin-bottom: 4px;
  font-weight: 700;
}
.limoking-about-us-item.limoking-with-caption .about-us-caption {
  font-size: 16px;
  margin-bottom: 22px;
  font-style: italic;
}
.limoking-about-us-item.limoking-with-caption .limoking-button {
  margin-top: 9px;
}
.limoking-about-us-item.limoking-with-divider .about-us-title {
  font-size: 35px;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.limoking-about-us-item.limoking-with-divider .about-us-title-divider {
  max-width: 100%;
  width: 135px;
  border-bottom-width: 2px;
  border-style: solid;
  margin-bottom: 30px;
}
.limoking-about-us-item.limoking-with-divider .limoking-button {
  margin-top: 9px;
}
.limoking-column-service-item .column-service-image {
  float: left;
  margin-right: 32px;
}
.limoking-column-service-item .column-service-icon {
  float: left;
  margin-right: 32px;
  font-size: 30px;
  line-height: 18px;
}
.limoking-column-service-item .column-service-icon i {
  margin: 0;
  vertical-align: middle;
}
.limoking-column-service-item .column-service-title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.limoking-column-service-item .column-service-caption {
  margin-bottom: 10px;
}
.limoking-column-service-item .column-service-content-wrapper {
  overflow: hidden;
}
.limoking-column-service-item .column-service-read-more {
  font-style: italic;
}
.limoking-column-service-item.limoking-small .column-service-image {
  max-width: 45px;
}
.limoking-column-service-item.limoking-small .column-service-icon {
  font-size: 30px;
}
.limoking-column-service-item.limoking-small .column-service-title {
  font-size: 17px;
}
.limoking-column-service-item.limoking-small .column-service-caption {
  font-size: 13px;
}
.limoking-column-service-item.limoking-medium .column-service-image {
  max-width: 50px;
}
.limoking-column-service-item.limoking-medium .column-service-icon {
  font-size: 35px;
}
.limoking-column-service-item.limoking-medium .column-service-title {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.limoking-column-service-item.limoking-medium .column-service-caption {
  font-size: 16px;
  font-style: italic;
}
.limoking-column-service-item.limoking-large .column-service-image {
  max-width: 60px;
}
.limoking-column-service-item.limoking-large .column-service-icon {
  font-size: 40px;
}
.limoking-column-service-item.limoking-large .column-service-title {
  font-size: 23px;
}
.limoking-column-service-item.limoking-large .column-service-caption {
  font-size: 16px;
}
.limoking-service-with-image-item .service-with-image-thumbnail {
  max-width: 190px;
  float: left;
  margin-right: 40px;
  background: #fff;
  padding: 7px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.limoking-service-with-image-item .service-with-image-thumbnail img {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.limoking-service-with-image-item .service-with-image-title {
  font-size: 18px;
  margin-top: 35px;
}
.limoking-service-with-image-item .service-with-image-content-wrapper {
  overflow: hidden;
}
.limoking-service-with-image-item.limoking-right {
  text-align: right;
}
.limoking-service-with-image-item.limoking-right .service-with-image-thumbnail {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}
.limoking-service-half-background-item {
  overflow: hidden;
}
.limoking-service-half-background-item
  .limoking-half-left
  .limoking-item-margin {
  margin: 0 30px 0 15px;
}
.limoking-service-half-background-item .limoking-half-left {
  width: 50%;
  float: left;
  padding: 70px 0 999px;
  margin-bottom: -939px;
}
.limoking-service-half-background-item .limoking-half-left .half-container {
  margin-right: 0;
  margin-left: auto;
}
.limoking-service-half-background-item .limoking-left-service-title {
  font-size: 20px;
  font-weight: 700;
}
.limoking-service-half-background-item
  .limoking-half-right
  .limoking-item-margin {
  margin: 0 15px 0 40px;
}
.limoking-service-half-background-item .limoking-half-right {
  width: 50%;
  float: left;
  padding: 70px 0 999px;
  margin-bottom: -939px;
}
.limoking-service-half-background-item .limoking-half-right .half-container {
  margin-left: 0;
  margin-right: auto;
}
.limoking-service-half-background-item .limoking-right-service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.limoking-feature-media-item .feature-media-button {
  margin-top: 15px;
}
.limoking-feature-media-item.limoking-left .feature-media-thumbnail {
  float: left;
  margin-right: 55px;
  width: 37%;
}
.limoking-feature-media-item.limoking-left .feature-media-content-wrapper {
  overflow: hidden;
}
.limoking-feature-media-item.limoking-center {
  text-align: center;
}
.limoking-feature-media-item.limoking-center .feature-media-thumbnail {
  max-width: 700px;
  margin: 0 auto 40px;
}
.limoking-feature-media-item.limoking-center .feature-media-content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.limoking-feature-media-item.limoking-center .feature-media-divider {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 40px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.limoking-feature-media-item .limoking-item-title-wrapper.limoking-item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
.limoking-divider {
  border-bottom-width: 1px;
  border-style: solid;
  margin: 0 auto;
  max-width: 100%;
}
.limoking-divider.double {
  height: 3px;
  border-top-width: 1px;
}
.limoking-divider.dotted {
  border-style: dashed;
}
.limoking-divider.double-dotted {
  height: 3px;
  border-top-width: 1px;
  border-style: dashed;
}
.limoking-divider.thick {
  border-bottom-width: 3px;
}
.limoking-divider-with-icon {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.limoking-divider-with-icon .limoking-divider-icon-outer {
  display: inline-block;
  padding: 7px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.limoking-divider-with-icon .limoking-divider-icon {
  font-size: 15px;
  line-height: 15px;
  width: 15px;
  text-align: center;
  margin: 0 auto;
  padding: 13px;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.limoking-divider-with-icon-left,
.limoking-divider-with-icon-right {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: absolute;
  top: 28px;
}
.limoking-divider-with-icon-left {
  left: 0;
  right: 50%;
  margin-right: 40px;
}
.limoking-divider-with-icon-right {
  right: 0;
  left: 50%;
  margin-left: 40px;
}
.limoking-box-with-icon-item {
  text-align: center;
  padding: 40px 30px 20px;
  position: relative;
}
.limoking-box-with-icon-item > i {
  font-size: 45px;
  display: inline-block;
  margin-bottom: 22px;
  margin-right: 0;
}
.limoking-box-with-icon-item .box-with-icon-title {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
.limoking-box-with-icon-item.pos-left {
  text-align: left;
  padding: 30px 40px 20px;
}
.limoking-box-with-icon-item.pos-left > i {
  float: left;
  margin: 5px 25px 0 0;
}
.limoking-box-with-icon-item.type-circle .box-with-circle-icon {
  padding: 18px;
  display: inline-block;
  width: 22px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.limoking-box-with-icon-item.type-circle .box-with-circle-icon > i {
  font-size: 22px;
  margin-right: 0;
}
.limoking-box-with-icon-item.type-circle.pos-top {
  padding-top: 50px;
}
.limoking-box-with-icon-item.type-circle.pos-top .box-with-circle-icon {
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.limoking-box-with-icon-item.type-circle.pos-left {
  margin-left: 40px;
  padding-left: 50px;
}
.limoking-box-with-icon-item.type-circle.pos-left .box-with-circle-icon {
  left: -30px;
  top: 50%;
  margin-top: -30px;
}
i.limoking-icon {
  margin-right: 10px;
}
.limoking-frame-shortcode {
  line-height: 1;
}
.limoking-frame-shortcode.limoking-align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.limoking-frame-shortcode.limoking-align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.limoking-frame-shortcode.limoking-align-center {
  text-align: center;
  margin-bottom: 20px;
}
.limoking-frame-shortcode .limoking-frame-caption {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.limoking-frame {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.limoking-frame img {
  display: block;
}
.limoking-frame.frame-type-border {
  padding: 6px;
  border-style: solid;
  border-width: 1px;
}
.limoking-frame.frame-type-solid {
  padding: 5px;
}
.limoking-frame.frame-type-rounded {
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.limoking-frame.frame-type-circle {
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.limoking-frame.frame-type-solid.frame-type-circle
  .limoking-image-link-shortcode,
.limoking-frame.frame-type-border.frame-type-circle
  .limoking-image-link-shortcode {
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.limoking-frame.frame-type-solid.frame-type-rounded
  .limoking-image-link-shortcode,
.limoking-frame.frame-type-border.frame-type-rounded
  .limoking-image-link-shortcode {
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.limoking-image-frame-item {
  text-align: center;
  line-height: 0;
}
.limoking-image-frame-item .image-frame-item {
  display: inline-block;
  line-height: 1;
}
.limoking-image-frame-item .limoking-image-frame-content {
  position: absolute;
  top: 50%;
  right: 60px;
  left: 60px;
  line-height: 1.6;
  text-align: center;
  opacity: 0;
}
.limoking-image-frame-item .limoking-image-frame-content-title {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.limoking-image-frame-item .limoking-image-frame-content-caption {
  font-size: 13px;
}
.limoking-image-frame-item .limoking-image-frame-content p {
  margin-bottom: 0;
}
.limoking-link-type-content
  .limoking-image-link-shortcode
  .limoking-image-link-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../../themes/limoking/images/image-hover-gradient.png) 0 0
    repeat-x;
}
.limoking-image-link-shortcode {
  position: relative;
}
.limoking-image-link-shortcode .limoking-image-link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.limoking-image-link-shortcode .limoking-image-link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  line-height: 1;
  margin-left: -12px;
  margin-top: -12px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
}
.limoking-image-link-shortcode .limoking-image-link-icon i {
  margin-right: 0;
}
.limoking-personnel-item.carousel.round-style {
  padding-top: 45px;
}
.limoking-personnel-item.carousel .personnel-item {
  margin: 0 15px;
}
.limoking-personnel-item.carousel.box-style .personnel-item {
  padding-top: 35px;
}
.limoking-personnel-item.carousel .personnel-item:first-child {
  margin-left: 0;
}
.personnel-content .limoking-icon {
  margin-right: 5px;
}
.limoking-personnel-item.box-style .personnel-item-inner {
  padding: 25px 30px;
  position: relative;
}
.limoking-personnel-item.box-style .personnel-item-inner:after {
  content: "";
  height: 0;
  width: 0;
  border: 12px solid transparent;
  position: absolute;
  right: 0;
  bottom: -24px;
}
.limoking-personnel-item.box-style .personnel-info {
  margin-top: 30px;
  text-align: center;
}
.limoking-personnel-item.box-style .personnel-author {
  font-size: 21px;
  font-weight: 700;
}
.limoking-personnel-item.box-style .personnel-author-image {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
  border-width: 3px;
  border-style: solid;
  overflow: hidden;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
.limoking-personnel-item.box-style .personnel-position {
  font-size: 15px;
}
.limoking-personnel-item.box-style .personnel-content {
  text-align: center;
  margin-top: 15px;
}
.limoking-personnel-item.box-style .personnel-social {
  text-align: center;
  font-size: 20px;
  margin-top: 14px;
}
.limoking-personnel-item.box-style .personnel-social i {
  margin: 0 1px;
}
.limoking-personnel-item.modern-style .personnel-info {
  padding: 14px 20px;
  margin-bottom: 28px;
}
.limoking-personnel-item.modern-style .personnel-author {
  font-size: 18px;
  font-weight: 700;
}
.limoking-personnel-item.modern-style .personnel-position {
  font-size: 14px;
  font-style: italic;
}
.limoking-personnel-item.modern-style .personnel-item-inner {
  background: transparent;
}
.limoking-personnel-item.plain-style .personnel-item-inner {
  padding: 25px 30px;
  position: relative;
}
.limoking-personnel-item.plain-style .personnel-item-inner:after {
  content: "";
  height: 0;
  width: 0;
  border: 12px solid transparent;
  position: absolute;
  right: 0;
  bottom: -24px;
}
.limoking-personnel-item.plain-style .personnel-info {
  margin-top: 20px;
  text-align: center;
}
.limoking-personnel-item.plain-style .personnel-author {
  font-size: 21px;
  font-weight: 700;
}
.limoking-personnel-item.plain-style .personnel-position {
  font-size: 15px;
}
.limoking-personnel-item.plain-style .personnel-content {
  text-align: center;
  margin-top: 20px;
}
.limoking-personnel-item.plain-style .personnel-social {
  text-align: center;
  font-size: 22px;
  margin-top: 14px;
}
.limoking-personnel-item.box-style {
  margin-top: 35px;
}
.limoking-personnel-item.plain-style .personnel-social i {
  margin: 0 10px 0 0;
}
.limoking-personnel-item.plain-style.limoking-left .personnel-info,
.limoking-personnel-item.plain-style.limoking-left .personnel-content {
  text-align: left;
}
.limoking-personnel-item.plain-style.limoking-left .personnel-author {
  font-size: 17px;
  text-align: left;
  font-weight: 700;
}
.limoking-personnel-item.plain-style.limoking-left .personnel-position {
  font-size: 13px;
  text-align: left;
}
.limoking-personnel-item.plain-style.limoking-left .personnel-social {
  font-size: 14px;
  text-align: left;
}
.limoking-personnel-item.round-style .personnel-item,
.limoking-personnel-item.round-style .personnel-author-image {
  position: relative;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.limoking-personnel-item.round-style .personnel-item img {
  display: block;
}
.limoking-personnel-item.round-style .personnel-item-inner {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 40px;
  right: 40px;
  text-align: center;
  background: transparent;
}
.limoking-personnel-item.round-style .personnel-author {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.limoking-personnel-item.round-style .personnel-position {
  font-size: 16px;
  font-style: italic;
}
.limoking-personnel-item.round-style .personnel-content {
  margin-top: 20px;
}
.limoking-pie-chart-item {
  text-align: center;
}
.limoking-pie-chart-item .limoking-chart {
  margin: 0 auto 30px;
}
.limoking-pie-chart-item .pie-chart-title {
  font-size: 17px;
  font-weight: 400;
}
.limoking-skill-bar-wrapper {
  margin-bottom: 15px;
}
.limoking-skill-bar-wrapper.limoking-size-small .limoking-skill-bar {
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.limoking-skill-bar-wrapper .limoking-skill-bar-progress {
  width: 0;
  position: relative;
}
.limoking-skill-bar-wrapper.limoking-size-small .limoking-skill-bar-progress {
  height: 6px;
}
.limoking-skill-bar-wrapper.limoking-size-medium .limoking-skill-bar-progress {
  padding: 8px 0;
  font-size: 15px;
}
.limoking-skill-bar-wrapper.limoking-size-large .limoking-skill-bar-progress {
  padding: 14px 0;
  font-size: 17px;
}
.limoking-skill-bar-wrapper .skill-bar-content {
  font-weight: 700;
}
.limoking-skill-bar-wrapper.limoking-size-small .skill-bar-content {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.limoking-skill-bar-wrapper.limoking-size-small .skill-bar-percent {
  float: right;
  font-weight: 700;
  font-size: 13px;
}
.limoking-skill-bar-wrapper.limoking-size-small {
  margin-bottom: 20px;
}
.limoking-skill-bar-wrapper.limoking-size-medium .skill-bar-content {
  padding: 0 16px;
}
.limoking-skill-bar-wrapper.limoking-size-medium .skill-bar-content i {
  position: absolute;
  font-size: 15px;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.limoking-skill-bar-wrapper.limoking-size-large .skill-bar-content {
  padding: 0 22px;
}
.limoking-skill-bar-wrapper.limoking-size-large .skill-bar-content i {
  position: absolute;
  font-size: 18px;
  right: 16px;
  top: 50%;
  margin-top: -9px;
}
.limoking-skill-item-wrapper {
  text-align: center;
  line-height: 1;
}
.limoking-skill-item-wrapper i {
  font-size: 47px;
  line-height: 1;
  margin-bottom: 25px;
}
.limoking-skill-item-wrapper .limoking-skill-item-title {
  font-size: 51px;
  margin-bottom: 18px;
  font-weight: 300;
}
.limoking-skill-item-wrapper .limoking-skill-item-divider {
  width: 32px;
  margin: 0 auto 30px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.limoking-skill-item-wrapper .limoking-skill-item-caption {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.limoking-skill-item-wrapper.limoking-type-2 {
  margin: 0;
  padding: 80px 20px;
}
.limoking-notification {
  padding: 13px;
}
.limoking-notification > i {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}
.limoking-notification > .notification-content {
  display: block;
  overflow: hidden;
}
.limoking-notification.color-background {
  padding: 16px;
}
.limoking-notification.color-border {
  border-width: 3px;
  border-style: solid;
}
.limoking-tab-item.horizontal > .tab-title-wrapper {
  overflow: hidden;
}
.limoking-tab-item.horizontal > .tab-title-wrapper .tab-title {
  float: left;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  padding: 11px 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.limoking-tab-item.horizontal > .tab-title-wrapper .tab-title:first-child {
  border-left-width: 1px;
}
.limoking-tab-item.horizontal > .tab-title-wrapper .tab-title i {
  margin-right: 10px;
}
.limoking-tab-item.horizontal > .tab-title-wrapper .tab-title.active {
  border-bottom-width: 0;
  padding-bottom: 12px;
}
.limoking-tab-item.horizontal > .tab-content-wrapper {
  margin-top: -1px;
  padding: 20px 20px 0;
  border-width: 1px;
  border-style: solid;
}
.limoking-tab-item.horizontal > .tab-content-wrapper .tab-content {
  display: none;
}
.limoking-tab-item.horizontal > .tab-content-wrapper .tab-content.active {
  display: block;
}
.limoking-tab-item.vertical > .tab-title-wrapper {
  float: left;
  margin-right: -1px;
  max-width: 40%;
  text-align: center;
}
.limoking-tab-item.vertical > .tab-title-wrapper .tab-title {
  border-style: solid;
  border-width: 0 1px 1px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  padding: 11px 30px;
  margin-bottom: 0;
  cursor: pointer;
}
.limoking-tab-item.vertical > .tab-title-wrapper .tab-title:first-child {
  border-top-width: 1px;
}
.limoking-tab-item.vertical > .tab-title-wrapper .tab-title.active {
  padding-bottom: 12px;
  border-right-width: 0;
}
.limoking-tab-item.vertical > .tab-title-wrapper .tab-title i {
  margin-right: 10px;
}
.limoking-tab-item.vertical > .tab-content-wrapper {
  overflow: hidden;
  padding: 20px 20px 0;
  border-width: 1px;
  border-style: solid;
}
.limoking-tab-item.vertical > .tab-content-wrapper .tab-content {
  display: none;
}
.limoking-tab-item.vertical > .tab-content-wrapper .tab-content.active {
  display: block;
}
.limoking-tab-item.vertical.right > .tab-title-wrapper {
  float: right;
  margin-left: -1px;
  margin-right: 0;
}
.limoking-tab-item.vertical.right > .tab-title-wrapper .tab-title.active {
  border-right-width: 1px;
  border-left-width: 0;
}
table {
  width: 100%;
  text-align: center;
}
table tr td {
  padding: 15px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
table tr th {
  padding: 13px 0;
  font-size: 16px;
  font-weight: 400;
}
table.style-2 {
  border-spacing: 2px;
  border-collapse: separate;
}
table.style-2 tr td {
  border-bottom-width: 0;
}
.limoking-testimonial-item-wrapper
  .limoking-item-title-nav.limoking-nav-container {
  margin-top: 30px;
}
.limoking-testimonial-item.carousel .testimonial-item {
  margin: 0 15px;
}
.limoking-testimonial-item.carousel .testimonial-item:first-child {
  margin-left: 0;
}
.limoking-testimonial-item.round-style .testimonial-item {
  padding-bottom: 35px;
}
.limoking-testimonial-item.round-style .testimonial-item-inner {
  padding: 30px 30px 60px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.limoking-testimonial-item.round-style .testimonial-info {
  margin-top: 15px;
}
.limoking-testimonial-item.round-style .testimonial-author {
  font-weight: 700;
}
.limoking-testimonial-item.round-style .testimonial-author-image {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -35px;
  border-width: 3px;
  border-style: solid;
  overflow: hidden;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
.limoking-testimonial-item.modern-style .testimonial-item-inner:before {
  content: "“";
  font-size: 150px;
  line-height: 1;
  float: left;
  margin-right: 22px;
}
.limoking-testimonial-item.modern-style .testimonial-item-inner {
  padding: 25px 22px 26px;
}
.limoking-testimonial-item.modern-style .testimonial-content {
  font-size: 16.5px;
  font-style: italic;
}
.limoking-testimonial-item.modern-style .testimonial-author-image {
  max-width: 50px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.limoking-testimonial-item.modern-style .testimonial-author-image img {
  display: block;
}
.limoking-testimonial-item.modern-style .testimonial-info {
  overflow: hidden;
  font-size: 13px;
  padding-top: 3px;
}
.limoking-testimonial-item.modern-style .testimonial-author {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.limoking-testimonial-item.modern-style .testimonial-author span {
  display: none;
}
.limoking-testimonial-item.modern-style .testimonial-item-content-wrapper {
  overflow: hidden;
}
.limoking-testimonial-item.box-style .testimonial-item {
  padding-bottom: 75px;
}
.limoking-testimonial-item.box-style .testimonial-item-inner {
  padding: 25px 30px;
  position: relative;
}
.limoking-testimonial-item.box-style .testimonial-item-inner:after {
  content: "";
  height: 0;
  width: 0;
  border: 12px solid transparent;
  position: absolute;
  right: 0;
  bottom: -24px;
}
.limoking-testimonial-item.box-style .testimonial-info {
  margin-top: 15px;
  text-align: right;
}
.limoking-testimonial-item.box-style .testimonial-author {
  font-weight: 700;
}
.limoking-testimonial-item.box-style .testimonial-author-image {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 34px;
  bottom: -75px;
}
.limoking-testimonial-item.plain-style .testimonial-item {
  text-align: center;
  font-size: 16px;
}
.limoking-testimonial-item.plain-style .testimonial-item-inner {
  padding: 25px 30px;
  position: relative;
}
.limoking-testimonial-item.plain-style .testimonial-item-inner:after {
  content: "";
  height: 0;
  width: 0;
  border: 12px solid transparent;
  position: absolute;
  right: 0;
  bottom: -24px;
}
.limoking-testimonial-item.plain-style .testimonial-info {
  margin-top: 15px;
  font-size: 17px;
}
.limoking-testimonial-item.plain-style .testimonial-author {
  font-weight: 700;
}
.limoking-testimonial-item.plain-style .testimonial-author:before {
  content: "- ";
  font-weight: 700;
  display: inline;
}
.limoking-testimonial-item.plain-style .testimonial-position {
  font-size: 14px;
  font-style: italic;
}
.limoking-testimonial-item.plain-style.large .testimonial-item {
  font-size: 18px;
}
.limoking-testimonial-item.plain-style.limoking-left .testimonial-item {
  text-align: left;
}
.limoking-testimonial-item.plain-style.limoking-left
  .testimonial-author:before {
  display: none;
}
.limoking-testimonial-item.plain-style.limoking-left .testimonial-author {
  display: block;
  font-size: 16px;
}
.limoking-testimonial-item.plain-style.limoking-left .testimonial-author span {
  display: none;
}
.limoking-testimonial-item.plain-style.limoking-left .testimonial-position {
  display: block;
  font-size: 13px;
  margin-top: 2px;
}
blockquote {
  background-repeat: no-repeat;
  background-position: 20px 24px;
  font-size: 18px;
  font-style: italic;
  background-image: url(../../../themes/limoking/images/dark/quote-small.png);
  background-size: 24px 20px;
  padding: 15px 20px 17px 68px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  margin-bottom: 20px;
}
blockquote.limoking-align-left {
  width: 33%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
blockquote.limoking-align-right {
  width: 33%;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.limoking-dropcap {
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 7px;
  margin-left: 2px;
  float: left;
  font-size: 25px;
  font-size: 29px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  float: left;
}
div.limoking-dropcap.limoking-type-circle {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-size: 18px;
  margin-right: 10px;
}
.limoking-styled-box-head-wrapper {
  overflow: hidden;
}
.limoking-styled-box-head {
  overflow: hidden;
  height: 40px;
}
.limoking-styled-box-corner {
  float: right;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-right-color: transparent;
}
.limoking-styled-box-body {
  padding: 45px 40px 25px;
}
.limoking-styled-box-body.with-head {
  padding-top: 5px;
}
.limoking-styled-box-body .limoking-styled-box-head-wrapper {
  overflow: hidden;
}
pre {
  overflow: auto;
  background: #f3f3f3;
  margin-bottom: 20px;
  padding: 10px 22px 5px;
}
.limoking-code-item {
  padding: 7px 15px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.limoking-code-item .limoking-code-title {
  font-weight: 700;
  cursor: pointer;
}
.limoking-code-item .limoking-code-title i {
  font-size: 9px;
  margin-right: 7px;
}
.limoking-code-item .limoking-code-content {
  padding: 8px 14px;
  display: none;
  line-height: 2;
}
.limoking-code-item.active .limoking-code-content {
  display: block;
  line-height: 2;
}
.limoking-process-wrapper .limoking-process-tab {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.limoking-process-wrapper .limoking-process-tab .limoking-process-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
  padding: 30px;
  overflow: hidden;
  border-width: 3px;
  border-style: solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.limoking-process-wrapper .limoking-process-tab .limoking-process-icon i {
  margin-right: 0;
}
.limoking-process-wrapper .limoking-process-tab .limoking-process-tab-content {
  overflow: hidden;
}
.limoking-process-wrapper .limoking-process-tab .limoking-process-title {
  font-size: 21px;
  margin-bottom: 17px;
  font-weight: 400;
}
.limoking-process-wrapper .limoking-process-tab .process-line {
  position: absolute;
}
.limoking-process-wrapper
  .limoking-process-tab
  .process-line
  .process-line-divider {
  position: absolute;
}
.limoking-process-wrapper.limoking-vertical-process
  .limoking-process-tab
  .limoking-process-icon {
  float: left;
  margin-right: 30px;
  text-align: center;
}
.limoking-process-wrapper.limoking-vertical-process
  .limoking-process-tab
  .process-line {
  top: 110px;
  bottom: 0;
  left: 35px;
  width: 20px;
}
.limoking-process-wrapper.limoking-vertical-process
  .limoking-process-tab
  .process-line
  .process-line-divider {
  left: 50%;
  margin-left: -1px;
  bottom: 5px;
  top: 0;
  border-left-width: 1px;
  border-left-style: dashed;
}
.limoking-process-wrapper.limoking-vertical-process
  .limoking-process-tab
  .process-line
  .fa-chevron-down,
.limoking-process-wrapper.limoking-vertical-process
  .limoking-process-tab
  .process-line
  .icon-chevron-down {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 20px;
}
.limoking-process-wrapper.limoking-horizontal-process {
  text-align: center;
}
.limoking-process-wrapper.limoking-horizontal-process
  .limoking-process-tab
  .limoking-process-icon {
  margin: 0 auto 30px;
}
.limoking-process-wrapper.limoking-horizontal-process
  .limoking-process-tab
  .process-line {
  top: 35px;
  left: 50%;
  right: -50%;
  height: 20px;
}
.limoking-process-wrapper.limoking-horizontal-process
  .limoking-process-tab
  .process-line
  .process-line-divider {
  left: 75px;
  right: 55px;
  top: 50%;
  margin-top: -1px;
  border-top-width: 1px;
  border-top-style: dashed;
}
.limoking-process-wrapper.limoking-horizontal-process
  .limoking-process-tab
  .process-line
  .fa-chevron-right,
.limoking-process-wrapper.limoking-horizontal-process
  .limoking-process-tab
  .process-line
  .icon-chevron-right {
  position: absolute;
  right: 50px;
  margin: 0;
  font-size: 20px;
}
.limoking-banner-images ul.slides li {
  margin: 0 15px;
}
.limoking-banner-images ul.slides li:first-child {
  margin-left: 0;
}
.limoking-banner-description-item .limoking-banner-title {
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: 400;
}
.limoking-banner-description-item .limoking-banner-description {
  margin-bottom: 25px;
}
.limoking-banner-description-item .nav-container {
  overflow: hidden;
}
.limoking-banner-description-item .nav-container.style-1 .flex-direction-nav {
  margin-left: 0;
}
.limoking-banner-description-item .nav-container.style-1 .flex-control-nav {
  display: none;
}
.limoking-banner-images ul.slides li img {
  width: auto;
  display: inline-block;
}
.limoking-banner-images ul.slides li {
  text-align: center;
}
.limoking-banner-item-wrapper .flex-direction-nav {
  line-height: 1;
}
.limoking-banner-item-wrapper .flex-direction-nav a {
  padding-top: 18px;
  padding-bottom: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.limoking-banner-item-wrapper .flex-direction-nav .flex-prev {
  background: transparent;
  left: -60px;
  font-size: 30px;
}
.limoking-banner-item-wrapper .flex-direction-nav .flex-next {
  background: transparent;
  right: -60px;
  font-size: 30px;
}
.limoking-banner-item-wrapper:hover .flex-direction-nav .flex-prev,
.limoking-banner-item-wrapper:hover .flex-direction-nav .flex-next {
  opacity: 1;
  filter: alpha(opacity=100);
}
.limoking-gallery-item.limoking-item {
  margin: 0 9px;
}
.limoking-gallery-item.limoking-item .gallery-item {
  margin: 0 6px 12px;
}
.limoking-gallery-item.limoking-item .gallery-item img {
  display: block;
  margin: 0 auto;
}
.limoking-gallery-item.limoking-item .gallery-caption {
  display: block;
  text-align: center;
  padding: 7px 0 6px;
}
.limoking-gallery-item.limoking-item.limoking-gallery-thumbnail .gallery-item {
  padding: 5px;
  cursor: pointer;
}
.limoking-gallery-item.limoking-item .limoking-gallery-thumbnail-container {
  margin: 0 5px 12px;
  position: relative;
  overflow: hidden;
}
.limoking-gallery-item.limoking-item
  .limoking-gallery-thumbnail-container
  .limoking-gallery-thumbnail {
  display: none;
}
.limoking-gallery-item.limoking-item
  .limoking-gallery-thumbnail-container
  .limoking-gallery-thumbnail:first-child {
  display: block;
}
.limoking-gallery-item.limoking-item .limoking-gallery-thumbnail-container img {
  margin: 0 auto;
  display: block;
}
.limoking-gallery-item.limoking-item
  .limoking-gallery-thumbnail-container
  .gallery-caption-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.limoking-gallery-item.limoking-item
  .limoking-gallery-thumbnail-container
  .gallery-caption {
  padding: 10px 15px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: inline-block;
  max-width: 60%;
}
.limoking-banner-images.limoking-item .flex-direction-nav i {
  margin-right: 0;
  font-size: 24px;
}
.limoking-caption-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
}
.limoking-caption-wrapper .limoking-caption-inner {
  margin: 0 auto;
}
.limoking-caption-wrapper.position-center {
  text-align: center;
}
.limoking-caption-wrapper.position-left .limoking-caption {
  float: left;
  text-align: left;
}
.limoking-caption-wrapper.position-right .limoking-caption {
  float: right;
  text-align: left;
}
.limoking-caption-wrapper.position-center .limoking-caption {
  display: inline-block;
}
.limoking-caption-wrapper .limoking-caption {
  max-width: 40%;
  padding: 25px 28px;
}
.limoking-caption-wrapper .limoking-caption .limoking-caption-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.limoking-full-size-wrapper .limoking-caption-wrapper.position-post-right {
  max-width: 350px;
}
.limoking-caption-wrapper .limoking-caption {
  opacity: 0.77;
  filter: alpha(opacity=77);
}
.limoking-caption-wrapper.post-slider .limoking-caption {
  max-width: none;
  background: transparent;
}
.limoking-caption-wrapper.post-slider .limoking-caption .blog-info {
  float: left;
  margin-right: 10px;
  margin-bottom: 13px;
}
.limoking-post-slider-item.style-post-bottom .limoking-caption .blog-info {
  display: none;
}
.limoking-caption-wrapper.position-post-left {
  right: auto;
  top: 0;
  max-width: 40%;
}
.limoking-caption-wrapper.position-post-right {
  left: auto;
  top: 0;
  max-width: 40%;
}
.limoking-post-slider-item.style-post-left .limoking-caption,
.limoking-post-slider-item.style-post-right .limoking-caption {
  padding: 30px 25px;
}
.limoking-post-slider-item.style-post-left .flex-direction-nav .flex-prev {
  left: 40%;
}
.limoking-post-slider-item.style-post-right .flex-direction-nav .flex-next {
  right: 40%;
}
.limoking-caption-wrapper.post-slider,
.limoking-post-slider-item.style-post-left .flex-prev,
.limoking-post-slider-item.style-post-left .flex-next,
.limoking-post-slider-item.style-post-right .flex-prev,
.limoking-post-slider-item.style-post-right .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.limoking-post-slider-item {
  padding-bottom: 25px;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-caption {
  position: relative;
  margin: 0;
  display: inline-block;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-caption-inner {
  position: relative;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-caption-date {
  position: absolute;
  top: -33px;
  left: 0;
  padding: 5px 12px;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-caption-title {
  margin-bottom: 0;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-title-link {
  font-size: 18px;
  position: absolute;
  right: -26px;
  top: 0;
  height: 30px;
  padding: 22px 10px;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-title-link
  i {
  margin-right: 0;
}
.limoking-stack-image {
  position: relative;
  margin-bottom: 40px;
}
.limoking-stack-image img {
  display: block;
}
body .ls-v5 .ls-bottom-slidebuttons a {
  width: 18px;
}
body .ls-v5 .ls-bottom-slidebuttons,
body .ls-v5 .ls-nav-start,
body .ls-v5 .ls-nav-stop,
body .ls-v5 .ls-nav-sides {
  top: -45px;
}
body .ls-v5 .ls-nav-prev {
  left: 20px;
}
body .ls-v5 .ls-nav-next {
  right: 20px;
}
body .ms-skin-default .ms-nav-prev,
body .ms-skin-default .ms-nav-next {
  width: 27px;
  height: 46px;
  margin-top: -13px;
}
body .ms-skin-default .ms-nav-prev {
  background: url(../../../themes/limoking/images/master-slider-left.png);
}
body .ms-skin-default .ms-nav-next {
  background: url(../../../themes/limoking/images/master-slider-right.png);
}
body .ms-skin-default .ms-bullet {
  background-image: none;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -webkit-transition: background-color 200ms;
  margin-bottom: 20px;
  width: 8px;
  height: 8px;
}
body .ms-skin-default .ms-bullet-selected {
  background-image: none;
}
body .ms-skin-default .ms-inner-controls-cont {
  position: static;
}
body .ms-skin-default .ms-bullet.ms-bullet-selected,
body .ms-skin-default .ms-bullet:hover {
  background: #949494;
}
body .ms-skin-default .ms-slide .ms-slide-vcbtn {
  top: auto;
  bottom: 60px;
  right: 50%;
  margin-right: -14px;
}
.limoking-price-item {
  text-align: center;
}
.limoking-price-item .price-item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
.limoking-price-item .price-item-image {
  margin-bottom: 18px;
}
.limoking-list-menu {
  padding: 13px 22px;
}
.limoking-list-menu .limoking-menu-item-content {
  position: relative;
  min-height: 38px;
}
.limoking-list-menu .limoking-menu-title {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 2px;
  font-weight: 400;
}
.limoking-list-menu .limoking-menu-ingredients-caption {
  font-size: 14px;
  margin-bottom: 2px;
}
.limoking-list-menu .limoking-menu-price {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-weight: 600;
}
.limoking-list-menu .limoking-list-menu-gimmick {
  border-top: 1px;
  border-style: dashed;
  position: absolute;
  top: 10px;
}
.limoking-list-menu .limoking-menu-icon {
  margin-right: 12px;
}
.limoking-price-inner-item {
  margin: 0 3px;
  border-style: solid;
  border-width: 1px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.limoking-price-item .price-title-wrapper {
  padding-bottom: 5px;
  text-align: center;
}
.limoking-price-item .price-title {
  font-size: 19px;
  padding: 6px 0;
  margin: 0;
}
.limoking-price-item .price-tag {
  font-size: 22px;
  line-height: 1;
  padding: 25px 0;
  font-weight: 700;
  background-image: url(../../../themes/limoking/images/light/price-tag-shadow.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}
.limoking-price-item .price-content {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 5px;
}
.limoking-price-item .price-content ul {
  list-style: none;
  margin-left: 0;
}
.limoking-price-item .price-content ul li {
  padding: 12px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.limoking-price-item .price-button {
  text-align: center;
}
.limoking-price-item .price-button .limoking-button {
  margin: 0 0 25px;
}
.limoking-price-item .best-price {
  margin-top: -25px;
}
.limoking-price-item .best-price .price-title {
  font-size: 22px;
}
.limoking-price-item .best-price .price-tag {
  padding: 34px 20px;
  font-size: 30px;
}
.limoking-price-item .best-price .price-button {
  padding-bottom: 15px;
}
.limoking-pagination {
  margin: 0 20px;
  text-align: right;
  margin-bottom: 60px;
}
.limoking-pagination a {
  cursor: pointer;
}
.limoking-pagination .page-numbers.current {
  cursor: default;
}
.limoking-pagination .page-numbers {
  display: inline-block;
  padding: 7px 12px;
  margin-right: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.limoking-social-share {
  margin-bottom: 60px;
  line-height: 1;
  background: transparent !important;
}
.limoking-social-share .social-share-title {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 2px;
}
.limoking-social-share a {
  display: inline-block;
  width: 29px;
  margin-right: 7px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: transparent !important;
}
.limoking-social-share a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.limoking-social-share a img {
  display: block;
}
.limoking-post-author {
  margin-bottom: 45px;
}
.limoking-post-author .post-author {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 700;
}
.limoking-post-author .post-author-title {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  letter-spacing: 1px;
}
.limoking-post-author .post-author-avartar {
  float: left;
  margin-right: 20px;
}
.limoking-post-author .post-author-content {
  overflow: hidden;
}
.limoking-comments-area {
  margin-bottom: 60px;
}
.limoking-comments-area .comments-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 8px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  letter-spacing: 2px;
}
.limoking-comments-area ol.commentlist {
  list-style: none;
  margin-left: 0;
}
.limoking-comments-area ol.commentlist .comment-article {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.limoking-comments-area ol.commentlist ol.children {
  list-style: none;
  margin-left: 40px;
}
.limoking-comments-area .comment-avatar {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.limoking-comments-area .comment-avatar img {
  display: block;
}
.limoking-comments-area .comment-body {
  overflow: hidden;
  position: relative;
}
.limoking-comments-area .comment-author {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.limoking-comments-area .comment-reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
}
.limoking-comments-area .comment-reply i {
  margin-right: 12px;
}
.limoking-comments-area .comment-time {
  line-height: 20px;
  margin-bottom: 5px;
}
.limoking-comments-area .comment-time i {
  font-size: 16px;
  line-height: 20px;
  float: left;
  margin-right: 6px;
}
.limoking-comments-area .comment-time time {
  font-style: italic;
}
.limoking-comments-area .comment-content {
  margin-top: 15px;
}
.comment-respond .comment-form {
  width: 101%;
}
.comment-respond .comment-reply-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  letter-spacing: 2px;
}
.comment-respond .comment-form-head > input {
  float: left;
  width: 28.5%;
  margin: 0 0 0 1.5%;
  padding: 11px 1.5%;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-respond .comment-form-head > input:first-child {
  width: 30%;
  margin-left: 0%;
}
.comment-respond .comment-form-comment > textarea {
  margin: 9px 0 0;
  padding: 11px 2%;
  width: 95%;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.comment-respond .comment-form-comment > textarea:focus {
  outline: none;
}
.comment-respond .form-submit > input[type="submit"] {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 11px;
}
.comment-form-comment {
  margin-bottom: 12px;
}
p.comment-form-cookies-consent {
  margin-top: 12px;
}
ul.car-list {
  list-style: none;
  margin-left: 0;
}
ul.car-list li {
  line-height: 2.2;
}
ul.car-list li:before {
  content: "\f192";
  font-family: fontAwesome;
  margin-right: 12px;
}
.single-car .limoking-car-info-wrapper {
  float: right;
  width: 350px;
  margin-left: 30px;
  padding-bottom: 40px;
}
.single-car .limoking-car-info-thumbnail {
  line-height: 0;
  margin-bottom: 40px;
}
.single-car .limoking-car-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.single-car .limoking-car-rate img {
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.single-car .limoking-car-rate-info-wrapper {
  overflow: hidden;
}
.single-car .limoking-car-rate-wrapper {
  margin-bottom: 30px;
}
.single-car .car-rate-info-head {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.single-car .car-rate-info-caption {
  font-size: 12px;
}
.single-car .car-rate-info-amount {
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 9px;
}
.single-car .car-rate-info-price {
  font-size: 24px;
  font-weight: 700;
  margin-right: 4px;
}
.single-car .limoking-car-rate {
  padding-top: 23px;
  padding-bottom: 20px;
  border-top-width: 1px;
  border-top-style: solid;
}
.single-car .limoking-car-rate:first-child {
  padding-top: 0;
  border-top: 0;
}
.single-car .limoking-car-info {
  padding: 13px 20px;
  margin-bottom: 2px;
}
.single-car .limoking-car-info i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
.single-car .single-book-now {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0 12px;
}
.single-car .limoking-car-content-wrapper {
  overflow: hidden;
  padding-bottom: 40px;
}
.single-car .limoking-car-thumbnail.limoking-slider {
  margin: 0 -15px;
}
.single-car .limoking-car-thumbnail.limoking-slider .gallery-column {
  max-width: 80px;
  display: inline-block;
}
.single-car
  .limoking-car-thumbnail.limoking-slider
  .limoking-gallery-item.limoking-item {
  margin-bottom: 20px;
}
.single-car
  .limoking-car-thumbnail.limoking-slider
  .limoking-gallery-item.limoking-item.limoking-gallery-thumbnail
  .gallery-item {
  padding: 0;
}
.limoking-car-button {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  padding: 14px 23px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  letter-spacing: 1px;
}
.car-thumbnail {
  position: relative;
  overflow: hidden;
  line-height: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.car-thumbnail .flex-control-nav {
  display: none;
}
.car-thumbnail .car-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.car-thumbnail .car-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  padding: 7px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.4);
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.car-thumbnail .car-overlay-icon .car-icon {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  padding: 17px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.car-thumbnail .car-overlay-icon i {
  margin-right: 0;
  color: #fff;
}
.car-thumbnail .car-overlay-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.car-thumbnail .flexslider .flex-prev,
.car-thumbnail .flexslider .flex-next {
  opacity: 0.7;
}
.limoking-car-carousel-item .limoking-car-item:first-child {
  margin-left: 0;
}
.car-item-filter {
  margin: 0 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
.car-item-filter a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.car-item-filter .limoking-separator {
  margin: 0 15px;
  font-weight: 400;
}
.car-item-filter .limoking-separator:first-child {
  display: none;
}
.limoking-classic-car .car-thumbnail {
  margin-bottom: 30px;
}
.limoking-classic-car .car-title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.limoking-classic-car .limoking-car-info-inner {
  margin-bottom: 30px;
}
.limoking-classic-car .limoking-car-info {
  margin-bottom: 8px;
}
.limoking-classic-car .limoking-car-info i {
  display: inline-block;
  margin-right: 16px;
  width: 18px;
}
.limoking-classic-car .car-rate-info-amount {
  float: right;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 9px;
}
.limoking-classic-car .car-rate-info-price {
  font-size: 25px;
  font-weight: 700;
  margin-right: 4px;
}
.limoking-classic-car .car-rate-info-price i {
  font-size: 18px;
  margin-right: 10px;
}
.limoking-item.limoking-car-item.limoking-classic-car {
  margin-bottom: 60px;
}
.limoking-modern-car .car-title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.limoking-modern-car .car-thumbnail {
  margin-bottom: 30px;
}
.limoking-item.limoking-car-item.limoking-modern-car {
  margin-bottom: 35px;
}
.limoking-car-column-2 .limoking-modern-car .car-title {
  font-size: 17px;
}
.limoking-car-column-4 .limoking-classic-car .car-rate-info-amount {
  margin-top: -13px;
  margin-bottom: 17px;
  float: left;
}
.limoking-car-column-2 .limoking-classic-car .car-title {
  font-size: 21px;
}
.limoking-car-column-2 .limoking-classic-car .car-rate-info-price {
  font-size: 28px;
}
.limoking-car-column-2 .limoking-classic-car .car-rate-info-amount {
  font-size: 16px;
}
.limoking-car-column-2 .limoking-classic-car .car-rate-info-price i {
  font-size: 21px;
}
.type-modern-car .limoking-pagination {
  margin-top: 20px;
}
.limoking-blog-thumbnail {
  position: relative;
  text-align: center;
}
.limoking-blog-thumbnail .icon-bullhorn {
  margin-right: 9px;
}
.limoking-blog-thumbnail .limoking-sticky-banner {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 15px;
  text-transform: uppercase;
  right: 0;
}
.limoking-blog-thumbnail {
  background: #000;
}
.limoking-blog-thumbnail.limoking-audio {
  background: transparent;
}
.format-gallery .limoking-blog-thumbnail {
  background: transparent;
}
.limoking-blog-thumbnail > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.limoking-blog-carousel-item.limoking-item .limoking-blog-grid:first-child {
  margin-left: 0;
}
.limoking-item.limoking-blog-grid {
  margin-bottom: 50px;
}
.limoking-blog-grid .limoking-blog-thumbnail {
  margin-bottom: 27px;
}
.limoking-blog-grid .limoking-blog-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 800;
}
.limoking-blog-grid .limoking-blog-content {
  margin-bottom: 0;
}
.limoking-blog-grid .limoking-blog-info {
  margin-bottom: 12px;
  font-size: 13px;
  font-style: italic;
}
.limoking-blog-grid .limoking-blog-info .blog-info {
  display: inline;
  margin-left: 20px;
}
.limoking-blog-grid .limoking-blog-info .blog-info i {
  font-size: 14px;
  margin-right: 10px;
}
.limoking-blog-grid .limoking-blog-info .blog-info:first-child {
  margin-left: 0;
}
.limoking-blog-grid .excerpt-read-more {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 11px 22px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.limoking-blog-widget.limoking-item {
  margin-bottom: 28px;
}
.limoking-blog-widget .limoking-blog-thumbnail {
  width: 62px;
  float: left;
  margin-right: 17px;
}
.limoking-blog-widget .limoking-blog-thumbnail .limoking-sticky-banner {
  display: none;
}
.limoking-blog-widget .limoking-blog-title {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.limoking-blog-widget .limoking-blog-info .blog-info {
  font-size: 13px;
  display: inline;
  font-style: italic;
}
.limoking-blog-widget .limoking-blog-info .blog-info i {
  display: none;
}
.limoking-blog-widget .limoking-blog-info .limoking-sep {
  margin: 0 8px;
}
.limoking-blog-widget .limoking-blog-info .blog-info:first-child .limoking-sep {
  display: none;
}
.limoking-blog-widget .post-header {
  overflow: hidden;
}
.limoking-item.limoking-blog-medium {
  margin-bottom: 50px;
}
.limoking-blog-medium .limoking-blog-thumbnail {
  margin-right: 30px;
  float: left;
  width: 35%;
}
.limoking-blog-medium .limoking-blog-content-wrapper {
  overflow: hidden;
}
.limoking-blog-medium .limoking-blog-title {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.limoking-blog-medium .limoking-blog-info {
  margin-bottom: 20px;
  font-size: 13px;
  font-style: italic;
}
.limoking-blog-medium .limoking-blog-info .blog-info {
  display: inline;
  margin-left: 25px;
}
.limoking-blog-medium .limoking-blog-info .blog-info i {
  font-size: 14px;
  margin-right: 10px;
}
.limoking-blog-medium .limoking-blog-info .blog-info:first-child {
  margin-left: 0;
}
.limoking-blog-medium .limoking-blog-content {
  margin-bottom: 22px;
}
.limoking-blog-medium .excerpt-read-more {
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 0;
  padding: 11px 22px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.limoking-item.limoking-blog-full {
  margin-bottom: 60px;
}
.blog-item-holder .limoking-blog-full .limoking-blog-content {
  margin-bottom: 0;
}
.limoking-blog-full {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.limoking-blog-full:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.limoking-blog-full .excerpt-read-more {
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 0;
  padding: 11px 22px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.limoking-blog-full .limoking-blog-title {
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  margin-bottom: 4px;
}
.limoking-blog-full .limoking-blog-thumbnail {
  text-align: center;
  margin-bottom: 28px;
}
.limoking-blog-full .limoking-blog-info {
  margin-bottom: 20px;
  font-size: 13px;
  font-style: italic;
}
.limoking-blog-full .limoking-blog-info .blog-info {
  display: inline;
  margin-left: 25px;
}
.limoking-blog-full .limoking-blog-info .blog-info i {
  font-size: 14px;
  margin-right: 10px;
}
.limoking-blog-full .limoking-blog-info .blog-info:first-child {
  margin-left: 0;
}
.limoking-blog-full .limoking-single-blog-tag {
  margin-bottom: 25px;
}
.limoking-blog-full .limoking-single-blog-tag i {
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
  margin-right: 20px;
  float: left;
}
.limoking-blog-full .limoking-single-blog-tag a {
  line-height: 12px;
  padding: 11px 16px;
  display: inline-block;
  margin-right: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.limoking-blog-full .limoking-single-blog-tag .sep {
  display: none;
}
body.single .limoking-blog-full {
  border-bottom: 0;
}
.limoking-blog-thumbnail .flex-control-nav {
  display: none;
}
.limoking-blog-thumbnail .flexslider .flex-prev,
.limoking-blog-thumbnail .flexslider .flex-next {
  opacity: 0.7;
}
.limoking-single-nav > div i {
  font-size: 18px;
  line-height: 20px;
  padding: 5px 12px;
  background: transparent !important;
}
.single-post .limoking-single-nav {
  margin-bottom: 60px;
  width: 100%;
}
.single-post .limoking-single-nav > div.previous-nav {
  padding-right: 10px;
  float: left;
}
.single-post .limoking-single-nav > div.previous-nav i {
  margin-right: 3px;
}
.single-post .limoking-single-nav > div.next-nav {
  padding-left: 10px;
  float: right;
  text-align: right;
}
.single-post .limoking-single-nav > div.next-nav i {
  margin-left: 3px;
}
.single-post .limoking-single-nav > div.next-nav,
.single-post .limoking-single-nav > div.previous-nav {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
.limoking-outer-nav.limoking-nav-container i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.limoking-outer-nav.limoking-nav-container span {
  cursor: pointer;
  transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -webkit-transition: background-color 200ms;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.limoking-outer-nav.limoking-nav-container span.limoking-flex-next {
  display: block;
  position: absolute;
  padding: 0 15px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 13px;
}
.limoking-outer-nav.limoking-nav-container span.limoking-flex-next i {
  margin-left: 5px;
}
.limoking-outer-nav.limoking-nav-container span.limoking-flex-prev {
  display: block;
  position: absolute;
  padding: 0 15px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13px;
}
.limoking-outer-nav.limoking-nav-container span.limoking-flex-prev i {
  margin-right: 5px;
}
.limoking-single-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 199;
  overflow-y: auto;
}
.limoking-single-lightbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  padding: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-image: url(../../../themes/limoking/images/port-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.limoking-single-lightbox-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.limoking-single-lightbox-close .limoking-exit {
  width: 25px;
  height: 25px;
  padding: 25px;
  float: right;
  cursor: pointer;
  background: url(../../../themes/limoking/images/single-port-close.png) center
    no-repeat #000;
}
.limoking-single-lightbox-container {
  padding: 40px;
}
.limoking-single-lightbox-title {
  margin: 20px 20px 0;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.limoking-portfolio-info .portfolio-info .info-head {
  font-weight: 700;
  margin-right: 7px;
}
.limoking-portfolio-info .limoking-social-share {
  padding: 10px 0 0;
  background: transparent;
}
.limoking-portfolio-info .social-share-title {
  display: none;
}
.single-portfolio .limoking-single-nav i {
  margin-right: 2px;
}
.single-portfolio .limoking-single-nav > div.previous-nav {
  float: left;
}
.single-portfolio .limoking-single-nav > div.next-nav {
  float: left;
}
.single-portfolio .limoking-single-nav {
  position: absolute;
  right: 0;
  top: 5px;
}
.limoking-related-portfolio .head {
  font-size: 24px;
  font-weight: 700;
  margin: 0 20px 30px;
}
.limoking-related-portfolio.portfolio-item-holder {
  margin-bottom: 5px;
}
.limoking-portfolio-style1 .limoking-portfolio-thumbnail {
  text-align: center;
  margin-bottom: 55px;
}
.limoking-portfolio-style1 .limoking-portfolio-thumbnail img {
  display: block;
  margin: 0 auto;
}
.limoking-portfolio-style1 .limoking-portfolio-description {
  width: 62%;
  float: left;
  margin-right: 3%;
  position: relative;
}
.limoking-portfolio-style1 .limoking-portfolio-content .head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.limoking-portfolio-style1 .limoking-portfolio-info {
  width: 35%;
  float: right;
  position: relative;
}
.limoking-portfolio-style1 .portfolio-info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.limoking-class-both-sidebar
  .limoking-portfolio-style1
  .limoking-portfolio-description,
.limoking-class-left-sidebar
  .limoking-portfolio-style1
  .limoking-portfolio-description,
.limoking-class-right-sidebar
  .limoking-portfolio-style1
  .limoking-portfolio-description {
  float: none;
  margin-right: 0;
  width: auto;
}
.limoking-class-both-sidebar
  .limoking-portfolio-style1
  .limoking-portfolio-info,
.limoking-class-left-sidebar
  .limoking-portfolio-style1
  .limoking-portfolio-info,
.limoking-class-right-sidebar
  .limoking-portfolio-style1
  .limoking-portfolio-info {
  width: auto;
  float: none;
  margin-bottom: 30px;
}
.limoking-portfolio-style2.limoking-item-start-content {
  margin-bottom: 35px;
}
.limoking-portfolio-style2 .limoking-portfolio-thumbnail {
  text-align: center;
  margin: 0 30px 30px 0;
  max-width: 60%;
  float: left;
}
.limoking-portfolio-style2 .limoking-portfolio-thumbnail.limoking-video,
.limoking-portfolio-style2 .limoking-portfolio-thumbnail.limoking-slider {
  width: 60%;
}
.limoking-portfolio-style2 .limoking-portfolio-thumbnail img {
  display: block;
  margin: 0 auto;
}
.limoking-portfolio-style2 .limoking-portfolio-content {
  overflow: hidden;
  position: relative;
}
.limoking-portfolio-style2 .limoking-portfolio-content .head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.limoking-portfolio-style2 .limoking-portfolio-info {
  margin-bottom: 45px;
}
.limoking-portfolio-style2 .portfolio-info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.limoking-class-both-sidebar
  .limoking-portfolio-style2
  .limoking-portfolio-thumbnail,
.limoking-class-left-sidebar
  .limoking-portfolio-style2
  .limoking-portfolio-thumbnail,
.limoking-class-right-sidebar
  .limoking-portfolio-style2
  .limoking-portfolio-thumbnail {
  max-width: 100%;
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: auto !important;
}
.portfolio-thumbnail {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.portfolio-thumbnail .flex-control-nav {
  display: none;
}
.portfolio-thumbnail .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-thumbnail .portfolio-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  padding: 7px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.portfolio-thumbnail .portfolio-overlay-icon .portfolio-icon {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  padding: 17px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.portfolio-thumbnail .portfolio-overlay-icon i {
  margin-right: 0;
  color: #fff;
}
.portfolio-thumbnail .portfolio-overlay-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-thumbnail .flexslider .flex-prev,
.portfolio-thumbnail .flexslider .flex-next {
  opacity: 0.7;
}
.limoking-classic-portfolio.limoking-item {
  margin-bottom: 45px;
}
.limoking-classic-portfolio .portfolio-thumbnail {
  margin-bottom: 26px;
}
.limoking-classic-portfolio
  .portfolio-thumbnail.limoking-video
  .portfolio-content-wrapper {
  display: none;
}
.limoking-classic-portfolio .portfolio-thumbnail img {
  display: block;
  margin: 0 auto;
}
.limoking-classic-portfolio .portfolio-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.limoking-classic-portfolio .portfolio-info {
  font-size: 13px;
  font-style: italic;
}
.limoking-classic-portfolio .portfolio-info .info-head {
  display: none;
}
.limoking-classic-portfolio .portfolio-excerpt {
  margin-top: 14px;
}
.limoking-classic-portfolio .excerpt-read-more {
  display: none;
}
.type-classic-portfolio .limoking-pagination {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.type-classic-portfolio-no-space .portfolio-classic-content {
  padding: 0 20px;
}
.type-classic-portfolio-no-space .limoking-pagination {
  margin-top: -20px;
}
.limoking-isotope[data-layout="masonry"]
  .limoking-modern-portfolio.limoking-item {
  margin: 0 4% 30px;
}
.limoking-item-no-space
  .limoking-isotope[data-layout="masonry"]
  .limoking-modern-portfolio.limoking-item {
  margin: 0;
}
.limoking-item-no-space .limoking-modern-portfolio.limoking-item {
  margin-bottom: 0;
}
.limoking-modern-portfolio.limoking-item {
  margin-bottom: 30px;
}
.limoking-modern-portfolio .portfolio-thumbnail img {
  display: block;
  margin: 0 auto;
}
.limoking-modern-portfolio
  .portfolio-thumbnail.limoking-video
  .portfolio-content-wrapper {
  display: none;
}
.limoking-modern-portfolio .portfolio-title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 700;
}
.limoking-modern-portfolio .limoking-portfolio-info {
  font-size: 13px;
  font-style: italic;
  margin-top: 2px;
}
.limoking-modern-portfolio .limoking-portfolio-info .info-head {
  display: none;
}
.type-modern-portfolio .limoking-pagination {
  margin-top: 20px;
}
.type-modern-portfolio-no-space .limoking-pagination {
  margin-top: 50px;
}
.limoking-item-no-space .portfolio-thumbnail {
  margin-left: -1px;
}
.limoking-item-no-space .limoking-modern-portfolio .portfolio-title {
  margin-bottom: 20px;
}
.limoking-portfolio-carousel-item .limoking-portfolio-item:first-child {
  margin-left: 0;
}
.portfolio-item-filter {
  margin: 0 15px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
.portfolio-item-filter a {
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.portfolio-item-filter .limoking-separator {
  margin: 0 10px;
}
.portfolio-item-filter .limoking-separator:first-child {
  display: none;
}
.limoking-now-loading {
  height: 32px;
  padding: 40px 0 80px;
  display: none;
  background: url(../../../themes/limoking/images/dark/now-loading.gif) center
    no-repeat;
}
.list-with-icon {
  margin-bottom: 30px;
  padding-bottom: 0;
  margin-top: 3px;
}
.list-with-icon .list-with-icon-image {
  width: 46px;
  font-size: 0;
}
.list-with-icon .list-with-icon-icon {
  width: 26px;
  height: 26px;
  font-size: 20px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.list-with-icon .list-with-icon-icon i {
  margin: 0;
}
.list-with-icon .list-with-icon-title {
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.list-with-icon .list-with-icon-content {
  overflow: hidden;
}
.list-with-icon.limoking-left {
  text-align: left;
}
.list-with-icon.limoking-left .list-with-icon-image,
.list-with-icon.limoking-left .list-with-icon-icon {
  float: left;
  margin-right: 28px;
}
.list-with-icon.limoking-right {
  text-align: right;
}
.list-with-icon.limoking-right .list-with-icon-image,
.list-with-icon.limoking-right .list-with-icon-icon {
  float: right;
  margin-left: 28px;
}
.format-aside .limoking-blog-content {
  font-size: 20px;
  font-style: italic;
  padding: 30px 30px 30px;
  line-height: 1.5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5 px;
}
.format-aside .limoking-blog-content p:last-child {
  margin-bottom: 0;
}
.format-quote .limoking-top-quote blockquote {
  font-weight: 700;
  font-size: 25px;
  font-style: normal;
  line-height: 1.4;
  padding: 0 0 0 55px;
  border-top-width: 0;
  border-bottom-width: 0;
  background-size: 34px 29px;
  background-position: 0 7px;
  background-image: url(../../../themes/limoking/images/dark/quote.png);
}
.format-quote .limoking-top-quote blockquote,
.format-quote .limoking-top-quote blockquote p {
  margin-bottom: 12px;
}
.format-quote .limoking-quote-author {
  font-size: 14px;
  font-weight: 700;
  padding-left: 55px;
}
.post.format-quote .limoking-blog-content {
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.limoking-blog-grid .post.format-quote .limoking-blog-content {
  padding: 30px;
}
.format-link .limoking-blog-content {
  margin-bottom: 0;
}
.limoking-blog-full .post.format-link .limoking-blog-content {
  margin-bottom: 0;
}
.post.format-link {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  margin-bottom: 70px;
  padding: 40px 0 40px;
}
.limoking-blog-full .post.format-link .limoking-blog-title {
  margin-bottom: 5px;
}
.limoking-blog-grid .post.format-link {
  padding: 30px;
}
.limoking-blog-content {
  margin-bottom: 40px;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_rss ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul {
  position: relative;
  list-style: none;
  margin-left: 0;
}
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_pages ul ul,
.widget_rss ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul {
  margin-top: 15px;
  margin-bottom: 0;
}
.widget_recent_entries ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_pages ul ul li:last-child,
.widget_rss ul ul li:last-child,
.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.footer-wrapper .widget_recent_entries ul li,
.footer-wrapper .widget_recent_comments ul li,
.footer-wrapper .widget_pages ul li,
.footer-wrapper .widget_rss ul li,
.footer-wrapper .widget_archive ul li,
.footer-wrapper .widget_categories ul li,
.footer-wrapper .widget_nav_menu ul li,
.footer-wrapper .widget_meta ul li {
  border-bottom-width: 1px;
}
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_pages ul li:before,
.widget_rss ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -1px;
}
.tagcloud a {
  font-size: 11px !important;
  display: block;
  float: left;
  padding: 8px 13px;
  margin-right: 7px;
  margin-top: 7px;
  border: 0 solid;
  border-color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.tagcloud a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tagcloud {
  display: inline-block;
}
.gdl-search-form {
  padding-right: 22px;
  position: relative;
  padding-right: 32px;
}
.gdl-search-form input[type="text"] {
  letter-spacing: 1px;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  padding: 15px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}
.gdl-search-form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -8px 0 0;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: transparent !important;
  background-size: 16px 16px;
  background-image: url(../../../themes/limoking/images/dark/icon-search.png);
  border: none;
}
.recent-post-widget {
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 15px;
}
.recent-post-widget .recent-post-widget-thumbnail {
  max-width: 70px;
  float: left;
  margin-right: 15px;
}
.recent-post-widget .recent-post-widget-thumbnail img {
  display: block;
}
.recent-post-widget .recent-post-widget-content {
  overflow: hidden;
  margin-top: 5px;
}
.recent-post-widget .recent-post-widget-title {
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 2px;
  font-weight: 600;
}
.recent-post-widget .recent-post-widget-info {
  line-height: 22px;
}
.recent-post-widget .recent-post-widget-info i {
  font-size: 15px;
  margin-right: 9px;
}
.top-rated-post-widget {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
}
.top-rated-post-widget .top-rated-post-rating {
  color: #fff;
  background: #f5be3b;
}
.top-rated-post-widget .top-rated-post-rating {
  width: 26px;
  height: 20px;
  padding: 15px 12px;
  text-align: center;
  float: left;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}
.top-rated-post-widget .top-rated-post-title {
  overflow: hidden;
  margin-top: 10px;
}
.limoking-recent-comment-widget .recent-comment-widget-thumbnail {
  overflow: hidden;
  float: left;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.limoking-recent-comment-widget .recent-comment-widget-content {
  overflow: hidden;
}
.limoking-recent-comment-widget .recent-commnet-widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.limoking-recent-comment-widget .recent-comment-widget-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.limoking-recent-comment-widget .recent-comment-widget-info {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
ul.limoking-twitter-widget {
  list-style: none;
  margin-left: 0;
}
ul.limoking-twitter-widget li {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
ul.limoking-twitter-widget li:before {
  font-size: 19px;
  line-height: 24px;
  float: left;
  margin-right: 20px;
  margin-top: 2px;
  font-family: FontAwesome;
  content: "\f099";
  *zoom: expression(
    this.runtimeStyle[ "zoom" ]= "1",
    this.innerHTML= "&#xf099;"
  );
}
ul.limoking-twitter-widget li .limoking-twitter {
  margin-bottom: 20px;
  overflow: hidden;
}
.limoking-recent-port2-widget .recent-port-widget-thumbnail {
  max-width: 70px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.footer-wrapper .limoking-recent-port2-widget .recent-port-widget-thumbnail {
  max-width: 70px;
}
.limoking-flickr-widget .flickr_badge_image {
  max-width: 70px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.footer-wrapper .limoking-flickr-widget .flickr_badge_image {
  max-width: 57px;
}
.limoking-post-slider-widget .flex-control-nav {
  display: none;
}
.limoking-post-slider-widget .limoking-caption-title {
  padding: 7px;
  font-size: 13px;
  text-align: center;
}
.limoking-post-slider-widget .flex-direction-nav li a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -30px;
}
.widget_calendar caption {
  font-size: 14px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.widget_calendar th {
  font-size: 11px;
  font-weight: 700;
}
.widget_calendar table,
.widget_calendar tr,
.widget_calendar td {
  padding: 10px 0;
}
.widget_calendar table tfoot td {
  border-bottom: 0;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.limoking-chart {
  position: relative;
  text-align: center;
  display: inline-block;
}
.limoking-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  max-height: none\9;
}
.limoking-chart .chart-content-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1;
  z-index: 1;
}
.limoking-chart .chart-content-wrapper .chart-content-inner {
  position: relative;
  left: -50%;
  margin-top: -25%;
}
.limoking-chart .chart-content-wrapper .chart-content {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
.limoking-chart .chart-content-wrapper .chart-percent-number {
  font-size: 24px;
  display: block;
}
.limoking-chart .chart-content-wrapper .chart-content i {
  font-size: 25px;
  margin-top: -28px;
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
}
.limoking-mailchimp-form .yks-require-description {
  display: none;
}
.limoking-mailchimp-form .yks-mailchimpFormDivRowLabel,
.limoking-mailchimp-form .yks-mailchimpFormDivRowField {
  display: block;
  margin-bottom: 3px;
  width: auto;
}
.limoking-mailchimp-form .yks-mailchimpFormDivRow {
  margin-top: 9px;
}
.limoking-mailchimp-form .yks-mailchimpFormDivRow:first-child {
  margin-top: 0;
}
.limoking-mailchimp-form input[type="text"],
.limoking-mailchimp-form input[type="email"],
.limoking-mailchimp-form input[type="password"] {
  width: 200px;
  padding: 12px;
  margin-bottom: 5px;
}
.limoking-mailchimp-form p,
.limoking-mailchimp-form input[type="submit"] {
  margin-bottom: 0;
}
.limoking-mailchimp-form .yks-status .yks-success {
  white-space: normal;
  text-align: center;
  margin: 0 auto;
  padding: 5px 12px;
}
.limoking-wpml-language-selector img {
  margin-right: 12px;
  vertical-align: middle;
}
.limoking-woocommerce-cart .sub-menu-item {
  padding-top: 12px;
  margin-top: 12px;
  border-top-width: 1px;
  border-top-style: solid;
}
.limoking-woocommerce-cart .sub-menu-item:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.limoking-woocommerce-cart .sub-menu-item .head {
  font-weight: 700;
}
.limoking-woocommerce-cart .limoking-button {
  margin-bottom: 0;
}
.limoking-woocommerce-cart .limoking-button:last-child {
  margin-right: 0;
}
.limoking-woocommerce-cart .sub-menu-item .limoking-button {
  margin-top: 9px;
}
.limoking-fluid-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.limoking-fluid-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
  padding: 16px 19px;
  width: 100%;
  font-size: 13px;
  border: 0;
}
.wpcf7 input[type="submit"] {
  padding: 10px 20px;
  letter-spacing: 0;
  text-transform: none;
}
.wpcf7 span.wpcf7-form-control-wrap {
  display: block;
  padding-right: 46px;
  margin-top: 7px;
}
.footer-wrapper .wpcf7 p {
  margin-bottom: 10px;
}
.footer-wrapper .wpcf7 input[type="text"],
.footer-wrapper .wpcf7 input[type="email"],
.footer-wrapper .wpcf7 input[type="password"],
.footer-wrapper .wpcf7 textarea {
  padding: 15px 18px;
  width: 100%;
}
.footer-wrapper .wpcf7 span.wpcf7-form-control-wrap {
  padding-right: 38px;
  margin-top: 5px;
}
.wpcf7 input:focus::input-placeholder {
  color: transparent;
}
.wpcf7 input:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7 input:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7 input:focus:-moz-placeholder {
  color: transparent;
}
.wpcf7 input:focus:-ms-input-placeholder {
  color: transparent;
}
.wpcf7 textarea:focus::input-placeholder {
  color: transparent;
}
.wpcf7 textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7 textarea:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7 textarea:focus:-moz-placeholder {
  color: transparent;
}
.wpcf7 textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.limoking-bg-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.limoking-player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
}
@media only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  blockquote {
    background-image: url(../../../themes/limoking/images/dark/quote@2x.png);
    background-repeat: no-repeat;
  }
  .gdl-search-form input[type="submit"] {
    background-image: url(../../../themes/limoking/images/dark/icon-search@2x.png);
  }
  .page-not-found-search .gdl-search-form input[type="submit"] {
    background-image: url(../../../themes/limoking/images/light/icon-search@2x.png);
  }
}
.limoking-top-woocommerce-button {
  color: #fff;
}
.limoking-top-woocommerce-inner {
  background: #242424;
}
.limoking-top-woocommerce,
.limoking-top-woocommerce-inner > a {
  color: #fff;
}
.master-slider-parent {
  padding-bottom: 0px !important;
}
.icon-angle-left,
.icon-angle-right,
.icon-minus,
.icon-plus {
  line-height: 1;
}
.icon-angle-left:before {
  content: "\f104";
  font-family: fontAwesome;
  font-style: normal;
}
.icon-angle-right:before {
  content: "\f105";
  font-family: fontAwesome;
  font-style: normal;
}
.icon-minus:before {
  content: "\f068";
  font-family: fontAwesome;
  font-style: normal;
}
.icon-plus:before {
  content: "\f067";
  font-family: fontAwesome;
  font-style: normal;
}
span.limoking-icon-inline-text {
  letter-spacing: 1.7px;
}
span.gdlr-icon-shortcode {
  display: inline-block;
}
.limoking-car-contact-form {
  display: none;
}
.limoking-rate-table-wrapper {
  padding-bottom: 100px;
}
.limoking-rate-table-mobile-wrapper {
  padding-bottom: 60px;
  display: none;
}
.limoking-rate-table-mobile-wrapper
  .limoking-rate-table-column
  .limoking-rate-column {
  width: 100%;
}
.limoking-rate-table-mobile-wrapper
  .limoking-rate-table-column
  .limoking-rate-button {
  width: 100%;
  margin-bottom: 40px;
}
.limoking-rate-table-mobile-wrapper .limoking-rate-table-column.limoking-col-1 {
  padding-top: 0;
}
.limoking-rate-table-mobile-wrapper
  .limoking-rate-table-column.limoking-col-1
  .rate-table-car-image {
  display: block;
}
.limoking-rate-table-mobile-wrapper
  .limoking-rate-table-column.limoking-col-1
  .rate-table-car-title {
  padding: 0;
}
.limoking-rate-table-column {
  float: left;
  min-height: 1px;
}
.limoking-rate-table-column.limoking-col-1 {
  width: 30%;
}
.limoking-rate-table-column.limoking-col-2 {
  width: 70%;
}
.limoking-rate-table-column .limoking-rate-button {
  float: left;
  text-align: center;
  width: 33%;
  margin-right: 2px;
}
.limoking-rate-table-column .limoking-rate-column {
  float: left;
  text-align: center;
  width: 33%;
  margin-right: 2px;
  padding-bottom: 99px;
  margin-bottom: -99px;
}
.limoking-rate-table-head-wrapper .limoking-rate-table-column-inner {
  padding: 24px 0 10px;
  position: relative;
}
.limoking-rate-table-head-wrapper .rate-table-title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.limoking-rate-table-head-wrapper .rate-table-caption {
  font-size: 13px;
  margin-top: -3px;
}
.limoking-rate-table-head-wrapper .rate-table-ribbon {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 20px;
}
.limoking-rate-table-head-wrapper .rate-table-ribbon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -150px;
  border-style: solid;
  border-top-width: 20px;
  border-bottom: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}
.limoking-rate-table-content-wrapper {
  padding-top: 30px;
  overflow: hidden;
}
.limoking-rate-table-content-wrapper
  .limoking-rate-table-content-row:first-child
  .limoking-rate-column {
  border: 0;
}
.limoking-rate-table-content-row {
  padding-bottom: 15px;
}
.limoking-rate-table-content-row .limoking-rate-column {
  padding-top: 26px;
  border-top-width: 1px;
  border-top-style: solid;
}
.limoking-rate-table-column.limoking-col-1 {
  padding-top: 26px;
}
.limoking-rate-table-column.limoking-col-1 .rate-table-car-image {
  display: table-cell;
  vertical-align: middle;
}
.limoking-rate-table-column.limoking-col-1 .rate-table-car-image img {
  display: block;
  max-width: 110px;
}
.limoking-rate-table-column.limoking-col-1 .rate-table-car-title {
  display: table-cell;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 22px;
  vertical-align: middle;
  font-size: 13px;
  margin-bottom: 0;
}
.limoking-rate-table-column.limoking-col-2 .rate-table-price {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.limoking-rate-table-column.limoking-col-2 .rate-table-price-text {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
}
.limoking-rate-table-column .rate-table-book-now {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 0 14px;
}
.limoking-rate-table-mobile-wrapper .limoking-rate-table-column.limoking-col-1,
.limoking-rate-table-mobile-wrapper .limoking-rate-table-column.limoking-col-2 {
  width: 50%;
}
body .fancybox-skin {
  background: #f3f3f3;
}
.limoking-car-contact-form label {
  color: #6d6d6d;
}
.limoking-car-contact-form h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-bottom: 25px;
}
.limoking-car-contact-form input[type="date"],
.limoking-car-contact-form input[type="text"],
.limoking-car-contact-form input[type="email"],
.limoking-car-contact-form input[type="password"],
.limoking-car-contact-form textarea,
.limoking-car-contact-form
  .wpcf7
  .limoking-combobox
  span.wpcf7-form-control-wrap
  select {
  background: #fff;
  color: #898989;
}
.limoking-car-contact-form {
  width: 640px;
  padding: 20px;
  max-width: 100%;
  padding-bottom: 0;
}
.limoking-car-contact-form .wpcf7-contact-full {
  margin-bottom: 20px;
}
.limoking-car-contact-form .wpcf7-contact-half-left {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.limoking-car-contact-form .wpcf7-contact-half-right {
  float: left;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.limoking-car-contact-form .wpcf7 input[type="date"],
.limoking-car-contact-form .wpcf7 input[type="text"],
.limoking-car-contact-form .wpcf7 input[type="email"],
.limoking-car-contact-form .wpcf7 input[type="password"],
.limoking-car-contact-form .wpcf7 textarea {
  padding: 10px 26px 10px 15px;
}
.limoking-car-contact-form .wpcf7 span.wpcf7-form-control-wrap {
  padding-right: 40px;
}
.limoking-car-contact-form .wpcf7 textarea {
  height: 80px;
}
.limoking-car-contact-form div.wpcf7 img.ajax-loader {
  display: none;
}
.limoking-car-contact-form .wpcf7 input[type="submit"] {
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  padding: 15px 0 14px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.limoking-car-contact-form
  .wpcf7
  .limoking-combobox
  span.wpcf7-form-control-wrap {
  padding-right: 0;
  overflow: hidden;
}
.limoking-car-contact-form
  .wpcf7
  .limoking-combobox
  span.wpcf7-form-control-wrap
  select {
  outline: none;
  width: 115%;
  padding: 10px 26px 10px 15px;
  font-size: 13px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.limoking-car-contact-form
  .wpcf7
  .limoking-combobox
  span.wpcf7-form-control-wrap:after {
  font-family: fontAwesome;
  content: "\f107";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -12px;
  font-size: 15px;
}
.sf-menu,
.sf-menu .limoking-normal-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .limoking-normal-menu,
.sf-menu .limoking-normal-menu li {
  position: relative;
}
.sf-menu .limoking-normal-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu .limoking-normal-menu li:hover > ul,
.sf-menu .limoking-normal-menu.sfHover > ul,
.sf-menu .limoking-normal-menu li.sfHover > ul {
  display: block;
}
.sf-menu .limoking-normal-menu a {
  display: block;
  position: relative;
}
.sf-menu .limoking-normal-menu ul ul {
  top: 1px;
  left: 100%;
  margin-left: 1px;
}
.sf-menu > .limoking-mega-menu .sf-mega {
  position: absolute;
  display: none;
  right: 0;
  z-index: 99;
}
.sf-menu > .limoking-mega-menu li:hover > .sf-mega,
.sf-menu > .limoking-mega-menu.sfHover > .sf-mega,
.sf-menu > .limoking-mega-menu li.sfHover > .sf-mega {
  display: block;
}
.sf-menu > .limoking-mega-menu > a {
  display: block;
  position: relative;
}
.sf-menu {
  float: left;
}
.sf-menu > li {
  float: left;
}
.sf-menu > li > a {
  font-size: 13px;
  padding: 10px 5px;
  margin-right: 16px;
  text-decoration: none;
  zoom: 1;
}
.sf-menu li a.sf-with-ul:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 0;
  line-height: 20px;
  height: 20px;
  margin-top: -9px;
}
.sf-menu > li > a.sf-with-ul {
  padding-right: 17px;
  *padding-right: 10px;
}
.sf-menu i {
  margin-right: 7px;
}
.sf-menu li li i {
  margin-right: 10px;
}
.sf-menu > .limoking-normal-menu ul {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  min-width: 190px;
  *width: 12em;
}
.sf-menu > .limoking-normal-menu li {
  white-space: nowrap;
  *white-space: normal;
}
.sf-menu > .limoking-normal-menu li a {
  padding: 10px 15px;
  border-top-width: 1px;
  border-top-style: solid;
  zoom: 1;
}
.sf-menu > .limoking-normal-menu li:first-child > a {
  border-top-width: 0;
}
.sf-menu > .limoking-normal-menu li > a.sf-with-ul {
  padding-right: 30px;
}
.sf-menu > .limoking-normal-menu li > a.sf-with-ul:after {
  content: "\f105";
  top: 50%;
  margin-top: -10px;
  right: 10px;
  border-color: transparent;
}
.sf-menu > .limoking-normal-menu .sub-menu {
  border-top-width: 0;
  border-top-style: solid;
}
.sf-menu > .limoking-mega-menu .sf-mega {
  left: 0;
  right: 0;
  margin: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu > .limoking-mega-menu .sf-mega {
  border-top-width: 0;
  border-top-style: solid;
}
.sf-mega-section {
  float: left;
}
.sf-mega-section .sf-mega-section-inner {
  padding: 20px 25px 30px;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}
.sf-mega-section.first-column .sf-mega-section-inner {
  border-left-width: 0;
}
.sf-mega-section[data-row="1"] .sf-mega-section-inner {
  border-top-width: 0;
}
.sf-mega-section-inner > a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  display: block;
  margin-bottom: 13px;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.sf-mega-section-inner > ul {
  text-transform: none;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.sf-mega-section-inner > ul > li > a {
  padding: 7px 10px;
  display: block;
}
.sf-mega-section-inner > ul > li {
  margin-bottom: 0;
}
.limoking-top-menu.sf-menu li a.sf-with-ul:after {
  display: none;
}
.limoking-top-menu.sf-menu > li i {
  margin-right: 9px;
  font-size: 14px;
}
.limoking-top-menu.sf-menu > li > a {
  padding: 8px 15px 8px 16px;
  margin-right: 0;
  line-height: 18px;
  border-style: solid;
  border-left-width: 1px;
}
.limoking-top-menu.sf-menu > li:last-child > a {
  border-right-width: 1px;
}
.limoking-top-menu.sf-menu > .limoking-mega-menu .sf-mega {
  left: auto;
  right: auto;
  border-top: 0;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  \-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin: 2px 0 0;
  padding: 20px 20px;
  white-space: nowrap;
  min-width: 120px;
  *white-space: normal;
  *min-width: 250px;
}
.limoking-top-menu.sf-menu > li .sub-menu-item {
  line-height: 1;
  margin-top: 15px;
}
.limoking-top-menu.sf-menu > li .sub-menu-item:first-child {
  margin-top: 0;
}
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: relative;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 43px;
  height: 39px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}
.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 68%;
  height: 4px;
  background: #fff;
  top: 8px;
  left: 17%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
.dl-menuwrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 38px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: FontAwesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-size: 16px;
  color: #fff;
}
.dl-menuwrapper li.dl-back:after {
  left: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 15px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
}
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
} /*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  src: url(../../../themes/limoking/plugins/font-awesome-new/fonts/fontawesome-webfont.eot?v=4.4.0);
  src: url("../../../themes/limoking/plugins/font-awesome-new/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url(../../../themes/limoking/plugins/font-awesome-new/fonts/fontawesome-webfont.woff2?v=4.4.0)
      format("woff2"),
    url(../../../themes/limoking/plugins/font-awesome-new/fonts/fontawesome-webfont.woff?v=4.4.0)
      format("woff"),
    url(../../../themes/limoking/plugins/font-awesome-new/fonts/fontawesome-webfont.ttf?v=4.4.0)
      format("truetype"),
    url("../../../themes/limoking/plugins/font-awesome-new/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
@font-face {
  font-display: swap;
  font-family: "ElegantIcons";
  src: url(../../../themes/limoking/plugins/elegant-font/fonts/ElegantIcons.eot);
  src: url("../../../themes/limoking/plugins/elegant-font/fonts/ElegantIcons.eot?#iefix")
      format("embedded-opentype"),
    url(../../../themes/limoking/plugins/elegant-font/fonts/ElegantIcons.woff)
      format("woff"),
    url(../../../themes/limoking/plugins/elegant-font/fonts/ElegantIcons.ttf)
      format("truetype"),
    url("../../../themes/limoking/plugins/elegant-font/fonts/ElegantIcons.svg#ElegantIcons")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrow_up,
.arrow_down,
.arrow_left,
.arrow_right,
.arrow_left-up,
.arrow_right-up,
.arrow_right-down,
.arrow_left-down,
.arrow-up-down,
.arrow_up-down_alt,
.arrow_left-right_alt,
.arrow_left-right,
.arrow_expand_alt2,
.arrow_expand_alt,
.arrow_condense,
.arrow_expand,
.arrow_move,
.arrow_carrot-up,
.arrow_carrot-down,
.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2up,
.arrow_carrot-2down,
.arrow_carrot-2left,
.arrow_carrot-2right,
.arrow_carrot-up_alt2,
.arrow_carrot-down_alt2,
.arrow_carrot-left_alt2,
.arrow_carrot-right_alt2,
.arrow_carrot-2up_alt2,
.arrow_carrot-2down_alt2,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right_alt2,
.arrow_triangle-up,
.arrow_triangle-down,
.arrow_triangle-left,
.arrow_triangle-right,
.arrow_triangle-up_alt2,
.arrow_triangle-down_alt2,
.arrow_triangle-left_alt2,
.arrow_triangle-right_alt2,
.arrow_back,
.icon_minus-06,
.icon_plus,
.icon_close,
.icon_check,
.icon_minus_alt2,
.icon_plus_alt2,
.icon_close_alt2,
.icon_check_alt2,
.icon_zoom-out_alt,
.icon_zoom-in_alt,
.icon_search,
.icon_box-empty,
.icon_box-selected,
.icon_minus-box,
.icon_plus-box,
.icon_box-checked,
.icon_circle-empty,
.icon_circle-slelected,
.icon_stop_alt2,
.icon_stop,
.icon_pause_alt2,
.icon_pause,
.icon_menu,
.icon_menu-square_alt2,
.icon_menu-circle_alt2,
.icon_ul,
.icon_ol,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_document_alt,
.icon_documents_alt,
.icon_pencil,
.icon_pencil-edit_alt,
.icon_pencil-edit,
.icon_folder-alt,
.icon_folder-open_alt,
.icon_folder-add_alt,
.icon_info_alt,
.icon_error-oct_alt,
.icon_error-circle_alt,
.icon_error-triangle_alt,
.icon_question_alt2,
.icon_question,
.icon_comment_alt,
.icon_chat_alt,
.icon_vol-mute_alt,
.icon_volume-low_alt,
.icon_volume-high_alt,
.icon_quotations,
.icon_quotations_alt2,
.icon_clock_alt,
.icon_lock_alt,
.icon_lock-open_alt,
.icon_key_alt,
.icon_cloud_alt,
.icon_cloud-upload_alt,
.icon_cloud-download_alt,
.icon_image,
.icon_images,
.icon_lightbulb_alt,
.icon_gift_alt,
.icon_house_alt,
.icon_genius,
.icon_mobile,
.icon_tablet,
.icon_laptop,
.icon_desktop,
.icon_camera_alt,
.icon_mail_alt,
.icon_cone_alt,
.icon_ribbon_alt,
.icon_bag_alt,
.icon_creditcard,
.icon_cart_alt,
.icon_paperclip,
.icon_tag_alt,
.icon_tags_alt,
.icon_trash_alt,
.icon_cursor_alt,
.icon_mic_alt,
.icon_compass_alt,
.icon_pin_alt,
.icon_pushpin_alt,
.icon_map_alt,
.icon_drawer_alt,
.icon_toolbox_alt,
.icon_book_alt,
.icon_calendar,
.icon_film,
.icon_table,
.icon_contacts_alt,
.icon_headphones,
.icon_lifesaver,
.icon_piechart,
.icon_refresh,
.icon_link_alt,
.icon_link,
.icon_loading,
.icon_blocked,
.icon_archive_alt,
.icon_heart_alt,
.icon_star_alt,
.icon_star-half_alt,
.icon_star,
.icon_star-half,
.icon_tools,
.icon_tool,
.icon_cog,
.icon_cogs,
.arrow_up_alt,
.arrow_down_alt,
.arrow_left_alt,
.arrow_right_alt,
.arrow_left-up_alt,
.arrow_right-up_alt,
.arrow_right-down_alt,
.arrow_left-down_alt,
.arrow_condense_alt,
.arrow_expand_alt3,
.arrow_carrot_up_alt,
.arrow_carrot-down_alt,
.arrow_carrot-left_alt,
.arrow_carrot-right_alt,
.arrow_carrot-2up_alt,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left_alt,
.arrow_carrot-2right_alt,
.arrow_triangle-up_alt,
.arrow_triangle-down_alt,
.arrow_triangle-left_alt,
.arrow_triangle-right_alt,
.icon_minus_alt,
.icon_plus_alt,
.icon_close_alt,
.icon_check_alt,
.icon_zoom-out,
.icon_zoom-in,
.icon_stop_alt,
.icon_menu-square_alt,
.icon_menu-circle_alt,
.icon_document,
.icon_documents,
.icon_pencil_alt,
.icon_folder,
.icon_folder-open,
.icon_folder-add,
.icon_folder_upload,
.icon_folder_download,
.icon_info,
.icon_error-circle,
.icon_error-oct,
.icon_error-triangle,
.icon_question_alt,
.icon_comment,
.icon_chat,
.icon_vol-mute,
.icon_volume-low,
.icon_volume-high,
.icon_quotations_alt,
.icon_clock,
.icon_lock,
.icon_lock-open,
.icon_key,
.icon_cloud,
.icon_cloud-upload,
.icon_cloud-download,
.icon_lightbulb,
.icon_gift,
.icon_house,
.icon_camera,
.icon_mail,
.icon_cone,
.icon_ribbon,
.icon_bag,
.icon_cart,
.icon_tag,
.icon_tags,
.icon_trash,
.icon_cursor,
.icon_mic,
.icon_compass,
.icon_pin,
.icon_pushpin,
.icon_map,
.icon_drawer,
.icon_toolbox,
.icon_book,
.icon_contacts,
.icon_archive,
.icon_heart,
.icon_profile,
.icon_group,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_music,
.icon_pause_alt,
.icon_phone,
.icon_upload,
.icon_download,
.social_facebook,
.social_twitter,
.social_pinterest,
.social_googleplus,
.social_tumblr,
.social_tumbleupon,
.social_wordpress,
.social_instagram,
.social_dribbble,
.social_vimeo,
.social_linkedin,
.social_rss,
.social_deviantart,
.social_share,
.social_myspace,
.social_skype,
.social_youtube,
.social_picassa,
.social_googledrive,
.social_flickr,
.social_blogger,
.social_spotify,
.social_delicious,
.social_facebook_circle,
.social_twitter_circle,
.social_pinterest_circle,
.social_googleplus_circle,
.social_tumblr_circle,
.social_stumbleupon_circle,
.social_wordpress_circle,
.social_instagram_circle,
.social_dribbble_circle,
.social_vimeo_circle,
.social_linkedin_circle,
.social_rss_circle,
.social_deviantart_circle,
.social_share_circle,
.social_myspace_circle,
.social_skype_circle,
.social_youtube_circle,
.social_picassa_circle,
.social_googledrive_alt2,
.social_flickr_circle,
.social_blogger_circle,
.social_spotify_circle,
.social_delicious_circle,
.social_facebook_square,
.social_twitter_square,
.social_pinterest_square,
.social_googleplus_square,
.social_tumblr_square,
.social_stumbleupon_square,
.social_wordpress_square,
.social_instagram_square,
.social_dribbble_square,
.social_vimeo_square,
.social_linkedin_square,
.social_rss_square,
.social_deviantart_square,
.social_share_square,
.social_myspace_square,
.social_skype_square,
.social_youtube_square,
.social_picassa_square,
.social_googledrive_square,
.social_flickr_square,
.social_blogger_square,
.social_spotify_square,
.social_delicious_square,
.icon_printer,
.icon_calulator,
.icon_building,
.icon_floppy,
.icon_drive,
.icon_search-2,
.icon_id,
.icon_id-2,
.icon_puzzle,
.icon_like,
.icon_dislike,
.icon_mug,
.icon_currency,
.icon_wallet,
.icon_pens,
.icon_easel,
.icon_flowchart,
.icon_datareport,
.icon_briefcase,
.icon_shield,
.icon_percent,
.icon_globe,
.icon_globe-2,
.icon_target,
.icon_hourglass,
.icon_balance,
.icon_rook,
.icon_printer-alt,
.icon_calculator_alt,
.icon_building_alt,
.icon_floppy_alt,
.icon_drive_alt,
.icon_search_alt,
.icon_id_alt,
.icon_id-2_alt,
.icon_puzzle_alt,
.icon_like_alt,
.icon_dislike_alt,
.icon_mug_alt,
.icon_currency_alt,
.icon_wallet_alt,
.icon_pens_alt,
.icon_easel_alt,
.icon_flowchart_alt,
.icon_datareport_alt,
.icon_briefcase_alt,
.icon_shield_alt,
.icon_percent_alt,
.icon_globe_alt,
.icon_clipboard {
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.arrow_up:before {
  content: "\21";
}
.arrow_down:before {
  content: "\22";
}
.arrow_left:before {
  content: "\23";
}
.arrow_right:before {
  content: "\24";
}
.arrow_left-up:before {
  content: "\25";
}
.arrow_right-up:before {
  content: "\26";
}
.arrow_right-down:before {
  content: "\27";
}
.arrow_left-down:before {
  content: "\28";
}
.arrow-up-down:before {
  content: "\29";
}
.arrow_up-down_alt:before {
  content: "\2a";
}
.arrow_left-right_alt:before {
  content: "\2b";
}
.arrow_left-right:before {
  content: "\2c";
}
.arrow_expand_alt2:before {
  content: "\2d";
}
.arrow_expand_alt:before {
  content: "\2e";
}
.arrow_condense:before {
  content: "\2f";
}
.arrow_expand:before {
  content: "\30";
}
.arrow_move:before {
  content: "\31";
}
.arrow_carrot-up:before {
  content: "\32";
}
.arrow_carrot-down:before {
  content: "\33";
}
.arrow_carrot-left:before {
  content: "\34";
}
.arrow_carrot-right:before {
  content: "\35";
}
.arrow_carrot-2up:before {
  content: "\36";
}
.arrow_carrot-2down:before {
  content: "\37";
}
.arrow_carrot-2left:before {
  content: "\38";
}
.arrow_carrot-2right:before {
  content: "\39";
}
.arrow_carrot-up_alt2:before {
  content: "\3a";
}
.arrow_carrot-down_alt2:before {
  content: "\3b";
}
.arrow_carrot-left_alt2:before {
  content: "\3c";
}
.arrow_carrot-right_alt2:before {
  content: "\3d";
}
.arrow_carrot-2up_alt2:before {
  content: "\3e";
}
.arrow_carrot-2down_alt2:before {
  content: "\3f";
}
.arrow_carrot-2left_alt2:before {
  content: "\40";
}
.arrow_carrot-2right_alt2:before {
  content: "\41";
}
.arrow_triangle-up:before {
  content: "\42";
}
.arrow_triangle-down:before {
  content: "\43";
}
.arrow_triangle-left:before {
  content: "\44";
}
.arrow_triangle-right:before {
  content: "\45";
}
.arrow_triangle-up_alt2:before {
  content: "\46";
}
.arrow_triangle-down_alt2:before {
  content: "\47";
}
.arrow_triangle-left_alt2:before {
  content: "\48";
}
.arrow_triangle-right_alt2:before {
  content: "\49";
}
.arrow_back:before {
  content: "\4a";
}
.icon_minus-06:before {
  content: "\4b";
}
.icon_plus:before {
  content: "\4c";
}
.icon_close:before {
  content: "\4d";
}
.icon_check:before {
  content: "\4e";
}
.icon_minus_alt2:before {
  content: "\4f";
}
.icon_plus_alt2:before {
  content: "\50";
}
.icon_close_alt2:before {
  content: "\51";
}
.icon_check_alt2:before {
  content: "\52";
}
.icon_zoom-out_alt:before {
  content: "\53";
}
.icon_zoom-in_alt:before {
  content: "\54";
}
.icon_search:before {
  content: "\55";
}
.icon_box-empty:before {
  content: "\56";
}
.icon_box-selected:before {
  content: "\57";
}
.icon_minus-box:before {
  content: "\58";
}
.icon_plus-box:before {
  content: "\59";
}
.icon_box-checked:before {
  content: "\5a";
}
.icon_circle-empty:before {
  content: "\5b";
}
.icon_circle-slelected:before {
  content: "\5c";
}
.icon_stop_alt2:before {
  content: "\5d";
}
.icon_stop:before {
  content: "\5e";
}
.icon_pause_alt2:before {
  content: "\5f";
}
.icon_pause:before {
  content: "\60";
}
.icon_menu:before {
  content: "\61";
}
.icon_menu-square_alt2:before {
  content: "\62";
}
.icon_menu-circle_alt2:before {
  content: "\63";
}
.icon_ul:before {
  content: "\64";
}
.icon_ol:before {
  content: "\65";
}
.icon_adjust-horiz:before {
  content: "\66";
}
.icon_adjust-vert:before {
  content: "\67";
}
.icon_document_alt:before {
  content: "\68";
}
.icon_documents_alt:before {
  content: "\69";
}
.icon_pencil:before {
  content: "\6a";
}
.icon_pencil-edit_alt:before {
  content: "\6b";
}
.icon_pencil-edit:before {
  content: "\6c";
}
.icon_folder-alt:before {
  content: "\6d";
}
.icon_folder-open_alt:before {
  content: "\6e";
}
.icon_folder-add_alt:before {
  content: "\6f";
}
.icon_info_alt:before {
  content: "\70";
}
.icon_error-oct_alt:before {
  content: "\71";
}
.icon_error-circle_alt:before {
  content: "\72";
}
.icon_error-triangle_alt:before {
  content: "\73";
}
.icon_question_alt2:before {
  content: "\74";
}
.icon_question:before {
  content: "\75";
}
.icon_comment_alt:before {
  content: "\76";
}
.icon_chat_alt:before {
  content: "\77";
}
.icon_vol-mute_alt:before {
  content: "\78";
}
.icon_volume-low_alt:before {
  content: "\79";
}
.icon_volume-high_alt:before {
  content: "\7a";
}
.icon_quotations:before {
  content: "\7b";
}
.icon_quotations_alt2:before {
  content: "\7c";
}
.icon_clock_alt:before {
  content: "\7d";
}
.icon_lock_alt:before {
  content: "\7e";
}
.icon_lock-open_alt:before {
  content: "\e000";
}
.icon_key_alt:before {
  content: "\e001";
}
.icon_cloud_alt:before {
  content: "\e002";
}
.icon_cloud-upload_alt:before {
  content: "\e003";
}
.icon_cloud-download_alt:before {
  content: "\e004";
}
.icon_image:before {
  content: "\e005";
}
.icon_images:before {
  content: "\e006";
}
.icon_lightbulb_alt:before {
  content: "\e007";
}
.icon_gift_alt:before {
  content: "\e008";
}
.icon_house_alt:before {
  content: "\e009";
}
.icon_genius:before {
  content: "\e00a";
}
.icon_mobile:before {
  content: "\e00b";
}
.icon_tablet:before {
  content: "\e00c";
}
.icon_laptop:before {
  content: "\e00d";
}
.icon_desktop:before {
  content: "\e00e";
}
.icon_camera_alt:before {
  content: "\e00f";
}
.icon_mail_alt:before {
  content: "\e010";
}
.icon_cone_alt:before {
  content: "\e011";
}
.icon_ribbon_alt:before {
  content: "\e012";
}
.icon_bag_alt:before {
  content: "\e013";
}
.icon_creditcard:before {
  content: "\e014";
}
.icon_cart_alt:before {
  content: "\e015";
}
.icon_paperclip:before {
  content: "\e016";
}
.icon_tag_alt:before {
  content: "\e017";
}
.icon_tags_alt:before {
  content: "\e018";
}
.icon_trash_alt:before {
  content: "\e019";
}
.icon_cursor_alt:before {
  content: "\e01a";
}
.icon_mic_alt:before {
  content: "\e01b";
}
.icon_compass_alt:before {
  content: "\e01c";
}
.icon_pin_alt:before {
  content: "\e01d";
}
.icon_pushpin_alt:before {
  content: "\e01e";
}
.icon_map_alt:before {
  content: "\e01f";
}
.icon_drawer_alt:before {
  content: "\e020";
}
.icon_toolbox_alt:before {
  content: "\e021";
}
.icon_book_alt:before {
  content: "\e022";
}
.icon_calendar:before {
  content: "\e023";
}
.icon_film:before {
  content: "\e024";
}
.icon_table:before {
  content: "\e025";
}
.icon_contacts_alt:before {
  content: "\e026";
}
.icon_headphones:before {
  content: "\e027";
}
.icon_lifesaver:before {
  content: "\e028";
}
.icon_piechart:before {
  content: "\e029";
}
.icon_refresh:before {
  content: "\e02a";
}
.icon_link_alt:before {
  content: "\e02b";
}
.icon_link:before {
  content: "\e02c";
}
.icon_loading:before {
  content: "\e02d";
}
.icon_blocked:before {
  content: "\e02e";
}
.icon_archive_alt:before {
  content: "\e02f";
}
.icon_heart_alt:before {
  content: "\e030";
}
.icon_star_alt:before {
  content: "\e031";
}
.icon_star-half_alt:before {
  content: "\e032";
}
.icon_star:before {
  content: "\e033";
}
.icon_star-half:before {
  content: "\e034";
}
.icon_tools:before {
  content: "\e035";
}
.icon_tool:before {
  content: "\e036";
}
.icon_cog:before {
  content: "\e037";
}
.icon_cogs:before {
  content: "\e038";
}
.arrow_up_alt:before {
  content: "\e039";
}
.arrow_down_alt:before {
  content: "\e03a";
}
.arrow_left_alt:before {
  content: "\e03b";
}
.arrow_right_alt:before {
  content: "\e03c";
}
.arrow_left-up_alt:before {
  content: "\e03d";
}
.arrow_right-up_alt:before {
  content: "\e03e";
}
.arrow_right-down_alt:before {
  content: "\e03f";
}
.arrow_left-down_alt:before {
  content: "\e040";
}
.arrow_condense_alt:before {
  content: "\e041";
}
.arrow_expand_alt3:before {
  content: "\e042";
}
.arrow_carrot_up_alt:before {
  content: "\e043";
}
.arrow_carrot-down_alt:before {
  content: "\e044";
}
.arrow_carrot-left_alt:before {
  content: "\e045";
}
.arrow_carrot-right_alt:before {
  content: "\e046";
}
.arrow_carrot-2up_alt:before {
  content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}
.arrow_carrot-2left_alt:before {
  content: "\e049";
}
.arrow_carrot-2right_alt:before {
  content: "\e04a";
}
.arrow_triangle-up_alt:before {
  content: "\e04b";
}
.arrow_triangle-down_alt:before {
  content: "\e04c";
}
.arrow_triangle-left_alt:before {
  content: "\e04d";
}
.arrow_triangle-right_alt:before {
  content: "\e04e";
}
.icon_minus_alt:before {
  content: "\e04f";
}
.icon_plus_alt:before {
  content: "\e050";
}
.icon_close_alt:before {
  content: "\e051";
}
.icon_check_alt:before {
  content: "\e052";
}
.icon_zoom-out:before {
  content: "\e053";
}
.icon_zoom-in:before {
  content: "\e054";
}
.icon_stop_alt:before {
  content: "\e055";
}
.icon_menu-square_alt:before {
  content: "\e056";
}
.icon_menu-circle_alt:before {
  content: "\e057";
}
.icon_document:before {
  content: "\e058";
}
.icon_documents:before {
  content: "\e059";
}
.icon_pencil_alt:before {
  content: "\e05a";
}
.icon_folder:before {
  content: "\e05b";
}
.icon_folder-open:before {
  content: "\e05c";
}
.icon_folder-add:before {
  content: "\e05d";
}
.icon_folder_upload:before {
  content: "\e05e";
}
.icon_folder_download:before {
  content: "\e05f";
}
.icon_info:before {
  content: "\e060";
}
.icon_error-circle:before {
  content: "\e061";
}
.icon_error-oct:before {
  content: "\e062";
}
.icon_error-triangle:before {
  content: "\e063";
}
.icon_question_alt:before {
  content: "\e064";
}
.icon_comment:before {
  content: "\e065";
}
.icon_chat:before {
  content: "\e066";
}
.icon_vol-mute:before {
  content: "\e067";
}
.icon_volume-low:before {
  content: "\e068";
}
.icon_volume-high:before {
  content: "\e069";
}
.icon_quotations_alt:before {
  content: "\e06a";
}
.icon_clock:before {
  content: "\e06b";
}
.icon_lock:before {
  content: "\e06c";
}
.icon_lock-open:before {
  content: "\e06d";
}
.icon_key:before {
  content: "\e06e";
}
.icon_cloud:before {
  content: "\e06f";
}
.icon_cloud-upload:before {
  content: "\e070";
}
.icon_cloud-download:before {
  content: "\e071";
}
.icon_lightbulb:before {
  content: "\e072";
}
.icon_gift:before {
  content: "\e073";
}
.icon_house:before {
  content: "\e074";
}
.icon_camera:before {
  content: "\e075";
}
.icon_mail:before {
  content: "\e076";
}
.icon_cone:before {
  content: "\e077";
}
.icon_ribbon:before {
  content: "\e078";
}
.icon_bag:before {
  content: "\e079";
}
.icon_cart:before {
  content: "\e07a";
}
.icon_tag:before {
  content: "\e07b";
}
.icon_tags:before {
  content: "\e07c";
}
.icon_trash:before {
  content: "\e07d";
}
.icon_cursor:before {
  content: "\e07e";
}
.icon_mic:before {
  content: "\e07f";
}
.icon_compass:before {
  content: "\e080";
}
.icon_pin:before {
  content: "\e081";
}
.icon_pushpin:before {
  content: "\e082";
}
.icon_map:before {
  content: "\e083";
}
.icon_drawer:before {
  content: "\e084";
}
.icon_toolbox:before {
  content: "\e085";
}
.icon_book:before {
  content: "\e086";
}
.icon_contacts:before {
  content: "\e087";
}
.icon_archive:before {
  content: "\e088";
}
.icon_heart:before {
  content: "\e089";
}
.icon_profile:before {
  content: "\e08a";
}
.icon_group:before {
  content: "\e08b";
}
.icon_grid-2x2:before {
  content: "\e08c";
}
.icon_grid-3x3:before {
  content: "\e08d";
}
.icon_music:before {
  content: "\e08e";
}
.icon_pause_alt:before {
  content: "\e08f";
}
.icon_phone:before {
  content: "\e090";
}
.icon_upload:before {
  content: "\e091";
}
.icon_download:before {
  content: "\e092";
}
.social_facebook:before {
  content: "\e093";
}
.social_twitter:before {
  content: "\e094";
}
.social_pinterest:before {
  content: "\e095";
}
.social_googleplus:before {
  content: "\e096";
}
.social_tumblr:before {
  content: "\e097";
}
.social_tumbleupon:before {
  content: "\e098";
}
.social_wordpress:before {
  content: "\e099";
}
.social_instagram:before {
  content: "\e09a";
}
.social_dribbble:before {
  content: "\e09b";
}
.social_vimeo:before {
  content: "\e09c";
}
.social_linkedin:before {
  content: "\e09d";
}
.social_rss:before {
  content: "\e09e";
}
.social_deviantart:before {
  content: "\e09f";
}
.social_share:before {
  content: "\e0a0";
}
.social_myspace:before {
  content: "\e0a1";
}
.social_skype:before {
  content: "\e0a2";
}
.social_youtube:before {
  content: "\e0a3";
}
.social_picassa:before {
  content: "\e0a4";
}
.social_googledrive:before {
  content: "\e0a5";
}
.social_flickr:before {
  content: "\e0a6";
}
.social_blogger:before {
  content: "\e0a7";
}
.social_spotify:before {
  content: "\e0a8";
}
.social_delicious:before {
  content: "\e0a9";
}
.social_facebook_circle:before {
  content: "\e0aa";
}
.social_twitter_circle:before {
  content: "\e0ab";
}
.social_pinterest_circle:before {
  content: "\e0ac";
}
.social_googleplus_circle:before {
  content: "\e0ad";
}
.social_tumblr_circle:before {
  content: "\e0ae";
}
.social_stumbleupon_circle:before {
  content: "\e0af";
}
.social_wordpress_circle:before {
  content: "\e0b0";
}
.social_instagram_circle:before {
  content: "\e0b1";
}
.social_dribbble_circle:before {
  content: "\e0b2";
}
.social_vimeo_circle:before {
  content: "\e0b3";
}
.social_linkedin_circle:before {
  content: "\e0b4";
}
.social_rss_circle:before {
  content: "\e0b5";
}
.social_deviantart_circle:before {
  content: "\e0b6";
}
.social_share_circle:before {
  content: "\e0b7";
}
.social_myspace_circle:before {
  content: "\e0b8";
}
.social_skype_circle:before {
  content: "\e0b9";
}
.social_youtube_circle:before {
  content: "\e0ba";
}
.social_picassa_circle:before {
  content: "\e0bb";
}
.social_googledrive_alt2:before {
  content: "\e0bc";
}
.social_flickr_circle:before {
  content: "\e0bd";
}
.social_blogger_circle:before {
  content: "\e0be";
}
.social_spotify_circle:before {
  content: "\e0bf";
}
.social_delicious_circle:before {
  content: "\e0c0";
}
.social_facebook_square:before {
  content: "\e0c1";
}
.social_twitter_square:before {
  content: "\e0c2";
}
.social_pinterest_square:before {
  content: "\e0c3";
}
.social_googleplus_square:before {
  content: "\e0c4";
}
.social_tumblr_square:before {
  content: "\e0c5";
}
.social_stumbleupon_square:before {
  content: "\e0c6";
}
.social_wordpress_square:before {
  content: "\e0c7";
}
.social_instagram_square:before {
  content: "\e0c8";
}
.social_dribbble_square:before {
  content: "\e0c9";
}
.social_vimeo_square:before {
  content: "\e0ca";
}
.social_linkedin_square:before {
  content: "\e0cb";
}
.social_rss_square:before {
  content: "\e0cc";
}
.social_deviantart_square:before {
  content: "\e0cd";
}
.social_share_square:before {
  content: "\e0ce";
}
.social_myspace_square:before {
  content: "\e0cf";
}
.social_skype_square:before {
  content: "\e0d0";
}
.social_youtube_square:before {
  content: "\e0d1";
}
.social_picassa_square:before {
  content: "\e0d2";
}
.social_googledrive_square:before {
  content: "\e0d3";
}
.social_flickr_square:before {
  content: "\e0d4";
}
.social_blogger_square:before {
  content: "\e0d5";
}
.social_spotify_square:before {
  content: "\e0d6";
}
.social_delicious_square:before {
  content: "\e0d7";
}
.icon_printer:before {
  content: "\e103";
}
.icon_calulator:before {
  content: "\e0ee";
}
.icon_building:before {
  content: "\e0ef";
}
.icon_floppy:before {
  content: "\e0e8";
}
.icon_drive:before {
  content: "\e0ea";
}
.icon_search-2:before {
  content: "\e101";
}
.icon_id:before {
  content: "\e107";
}
.icon_id-2:before {
  content: "\e108";
}
.icon_puzzle:before {
  content: "\e102";
}
.icon_like:before {
  content: "\e106";
}
.icon_dislike:before {
  content: "\e0eb";
}
.icon_mug:before {
  content: "\e105";
}
.icon_currency:before {
  content: "\e0ed";
}
.icon_wallet:before {
  content: "\e100";
}
.icon_pens:before {
  content: "\e104";
}
.icon_easel:before {
  content: "\e0e9";
}
.icon_flowchart:before {
  content: "\e109";
}
.icon_datareport:before {
  content: "\e0ec";
}
.icon_briefcase:before {
  content: "\e0fe";
}
.icon_shield:before {
  content: "\e0f6";
}
.icon_percent:before {
  content: "\e0fb";
}
.icon_globe:before {
  content: "\e0e2";
}
.icon_globe-2:before {
  content: "\e0e3";
}
.icon_target:before {
  content: "\e0f5";
}
.icon_hourglass:before {
  content: "\e0e1";
}
.icon_balance:before {
  content: "\e0ff";
}
.icon_rook:before {
  content: "\e0f8";
}
.icon_printer-alt:before {
  content: "\e0fa";
}
.icon_calculator_alt:before {
  content: "\e0e7";
}
.icon_building_alt:before {
  content: "\e0fd";
}
.icon_floppy_alt:before {
  content: "\e0e4";
}
.icon_drive_alt:before {
  content: "\e0e5";
}
.icon_search_alt:before {
  content: "\e0f7";
}
.icon_id_alt:before {
  content: "\e0e0";
}
.icon_id-2_alt:before {
  content: "\e0fc";
}
.icon_puzzle_alt:before {
  content: "\e0f9";
}
.icon_like_alt:before {
  content: "\e0dd";
}
.icon_dislike_alt:before {
  content: "\e0f1";
}
.icon_mug_alt:before {
  content: "\e0dc";
}
.icon_currency_alt:before {
  content: "\e0f3";
}
.icon_wallet_alt:before {
  content: "\e0d8";
}
.icon_pens_alt:before {
  content: "\e0db";
}
.icon_easel_alt:before {
  content: "\e0f0";
}
.icon_flowchart_alt:before {
  content: "\e0df";
}
.icon_datareport_alt:before {
  content: "\e0f2";
}
.icon_briefcase_alt:before {
  content: "\e0f4";
}
.icon_shield_alt:before {
  content: "\e0d9";
}
.icon_percent_alt:before {
  content: "\e0da";
}
.icon_globe_alt:before {
  content: "\e0de";
}
.icon_clipboard:before {
  content: "\e0e6";
}
.glyph {
  float: left;
  text-align: center;
  padding: 0.75em;
  margin: 0.4em 1.5em 0.75em 0;
  width: 6em;
  text-shadow: none;
}
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}
.glyph div {
  padding-bottom: 10px;
}
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: 0.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.glyph .fs1 {
  font-size: 2em;
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../../../themes/limoking/plugins/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../../themes/limoking/plugins/fancybox/fancybox_loading.gif)
    center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 20%;
  width: 40%;
  height: 60%;
  cursor: pointer;
  text-decoration: none;
  background: transparent
    url(../../../themes/limoking/plugins/fancybox/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../../themes/limoking/plugins/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../../../themes/limoking/plugins/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../../../themes/limoking/plugins/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0;
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav i {
  margin-right: 0;
}
.flex-direction-nav a {
  z-index: 10;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 30px 13px;
  margin: -35px 0 0;
  position: absolute;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
.flex-direction-nav .flex-prev {
  left: 0;
  padding-right: 13px;
}
.flex-direction-nav .flex-next {
  right: 0;
  padding-left: 13px;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 0.8;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.nav-container.style-1 .flex-direction-nav {
  *height: auto;
  float: left;
  margin-left: 15px;
}
.nav-container.style-1 .flex-direction-nav li {
  float: left;
  margin-right: 3px;
}
.nav-container.style-1 .flex-direction-nav a {
  position: static;
  opacity: 1;
  margin: 0;
  padding: 6px 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nav-container.style-1 .flex-control-nav {
  display: none;
}
.flex-control-nav-wrapper {
  text-align: center;
  line-height: 0;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
}
.flex-control-nav {
  display: inline-block;
  padding: 15px 0 0;
}
.flex-control-nav li {
  margin: 0 3px;
  float: left;
}
.flex-control-paging li a {
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  text-indent: -9999px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
html body {
  min-width: 300px;
}
#limoking-responsive-navigation {
  display: none;
}
@media only screen and (max-width: 1100px) {
  body .header-style-5-wrapper .limoking-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  body .header-style-5-wrapper .limoking-logo-inner {
    margin: 0 auto;
  }
  body .header-style-5-wrapper .limoking-navigation {
    display: inline-block;
    text-align: left;
    line-height: 1.7;
  }
  body
    .header-style-5-wrapper
    .limoking-navigation-wrapper
    .limoking-main-menu
    > li
    > a {
    padding-bottom: 20px;
  }
  body .limoking-header-wrapper.header-style-5-wrapper .limoking-header-inner {
    padding-top: 1px;
  }
  body
    .limoking-header-wrapper.header-style-5-wrapper
    .limoking-logo-right-wrapper {
    float: none;
  }
  body
    .limoking-header-wrapper.header-style-5-wrapper
    .limoking-logo-right-text {
    text-align: center;
    margin-top: 0;
  }
  body
    .limoking-header-wrapper.header-style-5-wrapper
    .limoking-logo-right-wrapper
    .limoking-navigation-wrapper {
    float: none;
    text-align: center;
    line-height: 0;
  }
  body
    .limoking-header-wrapper.header-style-5-wrapper
    #limoking-navigation-gimmick {
    margin-top: -15px;
  }
  .limoking-header-wrapper.header-style-5-wrapper {
    position: relative;
  }
}
@media only screen and (max-width: 959px) {
  body .container {
    max-width: 768px;
  }
  body .body-wrapper.limoking-boxed-style {
    max-width: 808px;
  }
  .limoking-hide-in-tablet {
    display: none;
  }
  .limoking-hide-in-tablet-mobile {
    display: none;
  }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
  .limoking-fixed-header {
    display: none;
  }
  .gdlr-icon-shortcode {
    margin-bottom: 10px;
  }
  .single-car .limoking-car-info-wrapper {
    width: 300px;
  }
  .limoking-rate-table-column .limoking-rate-column {
    margin-right: 1px;
  }
  .limoking-rate-table-column .limoking-rate-button {
    margin-right: 1px;
  }
  #limoking-menu-search-button {
    display: none;
  }
  .header-inner-header-style-2
    .limoking-navigation-wrapper
    .limoking-main-menu
    > li
    > a {
    padding-left: 30px;
  }
  .header-inner-header-style-2 .sf-menu .limoking-normal-menu > ul {
    left: 7px;
  }
  .header-inner-header-style-3
    .limoking-navigation-wrapper
    .limoking-main-menu
    > li
    > a {
    padding-left: 30px;
  }
  .header-inner-header-style-3 .sf-menu .limoking-normal-menu > ul {
    left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  body .container {
    max-width: 420px;
  }
  body .body-wrapper.limoking-boxed-style {
    max-width: 460px;
  }
  body .body-wrapper {
    overflow: hidden;
  }
  .one-ninth,
  .one-eighth,
  .one-seventh,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%;
  }
  .limoking-hide-in-tablet {
    display: block;
  }
  .limoking-hide-in-mobile {
    display: none;
  }
  .limoking-service-half-background-item .limoking-half-left,
  .limoking-service-half-background-item .limoking-half-right {
    float: none;
    width: auto;
    padding: 70px 0;
    margin: 0;
  }
  .limoking-service-half-background-item
    .limoking-half-left
    .limoking-item-margin,
  .limoking-service-half-background-item
    .limoking-half-right
    .limoking-item-margin {
    margin: 0 15px;
  }
  .limoking-service-half-background-item .limoking-half-left .half-container,
  .limoking-service-half-background-item .limoking-half-right .half-container {
    max-width: 420px;
    margin: 0 auto;
  }
  body .top-navigation-left {
    float: none;
    text-align: center;
    padding: 3px 0;
  }
  body .top-navigation-right {
    float: none;
    text-align: center;
    padding: 3px 0;
  }
  body .limoking-logo {
    padding-right: 60px;
    float: none;
  }
  body .limoking-logo-inner {
    margin-left: 0;
  }
  body .limoking-logo-container {
    padding-top: 1px;
  }
  #limoking-responsive-navigation {
    display: block;
    height: 0;
    position: static;
    float: none;
  }
  #limoking-responsive-navigation .dl-trigger {
    position: absolute;
    right: 15px;
    top: 25px;
    margin-top: 0;
  }
  .dl-menuwrapper > .dl-menu,
  .dl-menuwrapper > .dl-submenu {
    margin: 20px 0 0;
    width: 390px;
    text-align: left;
  }
  .limoking-navigation-wrapper {
    display: none;
  }
  body .limoking-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body .limoking-header-container {
    padding-top: 1px;
  }
  .header-style-2-wrapper .limoking-logo-right-text,
  .header-style-3-wrapper .limoking-logo-right-text,
  .header-style-5-wrapper .limoking-logo-right-text {
    float: none;
    position: static;
    text-align: center;
    margin-top: 0;
    top: auto;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-right: 0;
  }
  .limoking-item-title-head .limoking-nav-title {
    display: none;
  }
  .limoking-title-left .about-us-title-wrapper {
    width: auto;
    float: none;
    text-align: center;
  }
  .limoking-title-left .about-us-title-divider {
    margin-right: auto;
    margin-bottom: 26px;
  }
  .limoking-list-menu {
    padding: 0;
  }
  .limoking-stunning-text-item {
    text-align: center;
  }
  .limoking-stunning-text-item.type-normal.limoking-button-on {
    padding-right: 0;
  }
  .limoking-stunning-text-item.type-normal .stunning-text-button {
    position: static;
    margin-top: 0;
  }
  .limoking-stunning-text-item.with-padding.limoking-button-on {
    padding-right: 35px;
  }
  .limoking-stunning-item .stunning-item-content {
    display: block;
    padding: 35px 0 30px;
  }
  .limoking-stunning-item .stunning-item-button {
    display: block;
    padding: 10px 15px;
    margin-bottom: 38px;
  }
  .limoking-stunning-item.limoking-item {
    display: block;
    width: auto;
  }
  .limoking-stunning-item .stunning-item-title {
    display: block;
    margin-bottom: 12px;
  }
  .limoking-stunning-item .stunning-item-caption {
    display: block;
  }
  .limoking-service-with-image-item .service-with-image-thumbnail {
    float: none;
    margin: 0 auto;
  }
  .limoking-service-with-image-item .service-with-image-content-wrapper {
    text-align: center;
  }
  .limoking-feature-media-item.limoking-left .feature-media-thumbnail {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .limoking-feature-media-item .feature-media-icon {
    display: none;
  }
  html .woocommerce ul.products li.product,
  html .woocommerce-page ul.products li.product {
    width: 99% !important;
  }
  .limoking-rate-table-wrapper {
    display: none;
  }
  .limoking-rate-table-mobile-wrapper {
    display: block;
  }
  .limoking-portfolio-style1 .limoking-portfolio-description {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .limoking-portfolio-style1 .limoking-portfolio-info {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .limoking-portfolio-style2 .limoking-portfolio-thumbnail {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: auto !important;
  }
  .limoking-blog-medium .limoking-blog-thumbnail {
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  .single-car .limoking-car-info-wrapper {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .limoking-caption-wrapper .limoking-caption .limoking-caption-text {
    display: none;
  }
  .limoking-caption-wrapper .limoking-caption .limoking-caption-title {
    margin-bottom: 0;
    font-size: 15px;
  }
  .limoking-caption-wrapper .limoking-caption {
    max-width: 100%;
    padding: 13px 12px;
  }
  .limoking-item-title .limoking-flex-prev {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
  }
  .limoking-item-title .limoking-flex-next {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 419px) {
  body .container {
    max-width: 300px;
  }
  body .body-wrapper.limoking-boxed-style {
    max-width: 340px;
  }
  .gdlr-service-half-background-item .gdlr-half-left .half-container,
  .gdlr-service-half-background-item .gdlr-half-right .half-container {
    max-width: 300px;
  }
  .dl-menuwrapper .dl-menu,
  .dl-menuwrapper > .dl-submenu {
    width: 270px;
  }
  .limoking-classic-car .car-rate-info-amount {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
}
html.ltie9 body,
body {
  min-width: 1140px;
}
.container {
  max-width: 1140px;
}
.limoking-caption-wrapper .limoking-caption-inner {
  max-width: 1140px;
}
.body-wrapper.limoking-boxed-style {
  max-width: 1220px;
  overflow: hidden;
}
.body-wrapper.limoking-boxed-style .limoking-header-wrapper {
  max-width: 1220px;
  margin: 0 auto;
}
.limoking-logo-inner {
  max-width: 205px;
}
.limoking-logo {
  margin-top: 50px;
}
.limoking-logo {
  margin-bottom: 45px;
}
.limoking-logo-right-text {
  margin-top: 42px;
}
.limoking-navigation-wrapper {
  margin-top: 35px;
}
.limoking-navigation-wrapper .limoking-main-menu > li > a {
  padding-bottom: 45px;
}
.top-social-wrapper .social-icon a {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.limoking-title-font {
  font-family: "Montserrat";
}
body,
input,
textarea,
select,
.limoking-content-font,
.limoking-car-contact-form .wpcf7 input[type="submit"] {
  font-family: "Hind";
}
.limoking-info-font,
.limoking-plain .about-us-caption,
.limoking-normal .about-us-caption,
.limoking-button,
input[type="button"],
input[type="submit"] {
  font-family: "Merriweather";
}
.limoking-testimonial-item.modern-style .testimonial-item-inner:before {
  font-family: "Mystery Quest";
}
.limoking-navigation {
  font-family: "Hind";
}
.limoking-slider-item {
  font-family: "Montserrat";
}
body {
  font-size: 14px;
}
h1 {
  font-size: 47px;
}
h2 {
  font-size: 41px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 16px;
}
.limoking-navigation-wrapper .limoking-main-menu > li > a {
  font-size: 13px;
}
.top-navigation-wrapper {
  background-color: #171717;
}
.top-navigation-wrapper {
  color: #8e8e8e;
}
.top-navigation-wrapper a {
  color: #f2f2f2;
}
.limoking-header-inner,
.limoking-header-wrapper.header-style-3-wrapper,
.limoking-header-wrapper.header-style-2-wrapper {
  background-color: #232323;
}
.limoking-header-wrapper.header-style-5-wrapper .limoking-header-inner {
  background-color: rgba(35, 35, 35, 0.75);
}
@media only screen and (max-width: 1100px) {
  .limoking-header-wrapper.header-style-5-wrapper .limoking-header-inner {
    background-color: #232323;
  }
}
.limoking-main-menu > li > a,
.limoking-cart-item-count {
  color: #a2a2a2;
}
.limoking-header-wrapper.header-style-3-wrapper .limoking-header-inner,
.limoking-header-wrapper.header-style-2-wrapper .limoking-header-inner {
  background-color: #232323;
  background-color: rgba(35, 35, 35, 0.75);
}
.limoking-main-menu > li:hover > a,
.limoking-main-menu > li.current-menu-item > a,
.limoking-main-menu > li.current-menu-ancestor > a {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
#limoking-navigation-gimmick {
  border-bottom-color: #1eacc7;
}
.limoking-top-woocommerce-inner,
.limoking-menu-search {
  background: #2b2b2b;
  background: rgba(43, 43, 43, 0.8);
}
.limoking-top-woocommerce,
.limoking-top-woocommerce-inner > a,
.limoking-menu-search input[type="text"] {
  color: #fff;
}
.limoking-main-menu > .limoking-normal-menu .sub-menu,
.limoking-main-menu > .limoking-mega-menu .sf-mega {
  border-top-color: #1c1c1c;
}
.limoking-main-menu > .limoking-normal-menu li,
.limoking-main-menu > .limoking-mega-menu .sf-mega {
  background-color: #2e2e2e;
}
.limoking-main-menu > li > .sub-menu a,
.limoking-main-menu > li > .sf-mega a {
  color: #bebebe;
}
.limoking-main-menu > li > .sub-menu a:hover,
.limoking-main-menu > li > .sub-menu .current-menu-item > a,
.limoking-main-menu > li > .sub-menu .current-menu-ancestor > a,
.limoking-main-menu > li > .sf-mega a:hover,
.limoking-main-menu > li > .sf-mega .current-menu-item > a,
.limoking-main-menu > li > .sf-mega .current-menu-ancestor > a {
  color: #fff;
}
.limoking-main-menu .limoking-normal-menu li > a.sf-with-ul:after {
  border-left-color: #fff;
}
.limoking-main-menu .sf-mega-section-inner > ul > li > a:hover,
.limoking-main-menu .sf-mega-section-inner > ul > li.current-menu-item > a {
  background-color: #2a2a2a;
}
.limoking-main-menu > li > .sub-menu *,
.limoking-main-menu > li > .sf-mega * {
  border-color: #373737;
}
.limoking-main-menu > li > .sf-mega .sf-mega-section-inner > a {
  color: #fff;
}
.limoking-main-menu > li > .sf-mega .sf-mega-section-inner > a:hover,
.limoking-main-menu
  > li
  > .sf-mega
  .sf-mega-section-inner.current-menu-item
  > a,
.limoking-main-menu
  > li
  > .sf-mega
  .sf-mega-section-inner.current-menu-ancestor
  > a {
  color: #fff;
}
#limoking-responsive-navigation.dl-menuwrapper button {
  background-color: #3a3a3a;
}
#limoking-responsive-navigation.dl-menuwrapper button:hover,
#limoking-responsive-navigation.dl-menuwrapper button.dl-active,
#limoking-responsive-navigation.dl-menuwrapper ul {
  background-color: #303030;
}
body {
  background-color: #ddd;
}
.body-wrapper,
.limoking-single-lightbox-container {
  background-color: #fff;
}
.limoking-page-title,
.limoking-page-title-gimmick {
  color: #fff;
}
.limoking-page-caption {
  color: #a6dde8;
}
h1,
h2,
h3,
h4,
h5,
h6,
.limoking-title,
.limoking-title a {
  color: #454545;
}
.limoking-item-title-wrapper .limoking-item-title {
  color: #292929;
  border-color: #292929;
}
.limoking-item-title-divider {
  border-color: #333;
}
.limoking-item-title-wrapper .limoking-item-caption {
  color: #9b9b9b;
}
body {
  color: gray;
}
a {
  color: #1eacc7;
}
a:hover {
  color: #6db7c6;
}
body * {
  border-color: #ddd;
}
.page-not-found-block {
  background-color: #d65938;
}
.page-not-found-block {
  color: #fff;
}
.page-not-found-search .gdl-search-form input[type="text"] {
  background-color: #963a20;
}
.page-not-found-search .gdl-search-form input[type="text"] {
  color: #d57f5c;
}
.limoking-sidebar .limoking-widget-title {
  color: #383838;
}
.limoking-sidebar * {
  border-color: #eee;
}
.limoking-sidebar ul li:before {
  border-color: #bdbdbd;
}
.gdl-search-form input {
  background-color: #f7f7f7;
}
.gdl-search-form input {
  color: #9d9d9d;
}
.gdl-search-form input {
  border-color: #ebebeb;
}
.tagcloud a {
  background-color: #1eacc7;
}
.tagcloud a,
.tagcloud a:hover {
  color: #fff;
}
.about-us-title {
  color: #3a3a3a;
}
.about-us-caption {
  color: #9f9f9f;
}
.about-us-title-divider {
  border-color: #1eacc7;
}
.limoking-accordion-item.style-1 .pre-active .accordion-title {
  color: #3c3c3c;
}
.limoking-accordion-item.style-1 .accordion-title {
  color: #8d8d8d;
}
.limoking-accordion-item.style-1 .accordion-title i {
  background-color: #f3f3f3;
}
.limoking-accordion-item.style-1 .accordion-title i {
  color: #a8a8a8;
}
.limoking-accordion-item.style-1 .accordion-title i.icon-minus {
  background-color: #1eacc7;
}
.limoking-accordion-item.style-1 .accordion-title i.icon-minus {
  color: #fff;
}
.limoking-banner-item-wrapper .flex-direction-nav .flex-prev,
.limoking-banner-item-wrapper .flex-direction-nav .flex-next {
  color: #999;
}
.limoking-box-with-icon-item {
  background-color: #f5f5f5;
}
.limoking-box-with-icon-item > i,
.limoking-box-with-icon-item .box-with-icon-title {
  color: #585858;
}
.limoking-box-with-icon-item {
  color: #929292;
}
.limoking-car-button,
.limoking-car-button:hover,
.limoking-button,
.limoking-button:hover,
input[type="button"],
input[type="submit"],
.limoking-top-menu > .limoking-mega-menu .sf-mega a.limoking-button,
.single-book-now,
.single-book-now:hover {
  color: #fff;
}
.limoking-car-button,
.limoking-button,
input[type="button"],
input[type="submit"],
.single-book-now {
  background-color: #1eacc7;
}
.limoking-border-button {
  border-color: #1eacc7;
  color: #1eacc7;
}
.limoking-button {
  border-color: #e6e6e6;
}
.column-service-title {
  color: #444;
}
.column-service-content {
  color: #909090;
}
.column-service-icon i {
  color: #1eacc7;
}
.limoking-column-service-item.limoking-type-2 .column-service-icon {
  border-color: #1eacc7;
}
.list-with-icon .list-with-icon-title {
  color: #333;
}
.list-with-icon .list-with-icon-icon {
  border-color: #333;
  color: #333;
}
.limoking-menu-title,
.limoking-menu-icon,
.limoking-menu-price {
  color: #1eacc7;
}
.limoking-menu-ingredients-caption {
  color: #818181;
}
.limoking-list-menu-gimmick {
  border-color: #000;
  color: #000;
}
.limoking-pie-chart-item .pie-chart-title {
  color: #313131;
}
.limoking-price-inner-item {
  background-color: #f9f9f9;
}
.limoking-price-item .price-title-wrapper {
  background-color: #454545;
}
.limoking-price-item .price-title {
  color: #fff;
}
.limoking-price-item .price-tag {
  background-color: #838383;
}
.limoking-price-item .best-price .price-tag {
  background-color: #1eacc7;
}
.limoking-price-item .price-tag {
  color: #fff;
}
.limoking-process-tab .limoking-process-icon {
  background-color: #f3f3f3;
}
.limoking-process-tab .limoking-process-icon {
  border-color: #e3e3e3;
}
.limoking-process-tab .limoking-process-icon i {
  color: #aaa;
}
.limoking-process-tab .process-line .process-line-divider {
  border-color: #e3e3e3;
}
.limoking-process-tab .process-line .icon-chevron-down,
.limoking-process-tab .process-line .icon-chevron-right {
  color: #e3e3e3;
}
.limoking-process-wrapper .limoking-process-tab .limoking-process-title {
  color: #454545;
}
.limoking-skill-item-wrapper {
  color: #3a3a3a;
}
.stunning-text-title,
.stunning-item-title {
  color: #414141;
}
.stunning-text-caption,
.stunning-item-caption {
  color: #949494;
}
.tab-title-wrapper .tab-title {
  background-color: #f9f9f9;
}
.tab-title-wrapper .tab-title {
  color: #3b3b3b;
}
.tab-title-wrapper .tab-title.active,
.tab-content-wrapper {
  background-color: #fff;
}
table tr th {
  background-color: #1eacc7;
}
table tr th {
  color: #fff;
}
table.style-2 tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.style-2 tr:nth-child(odd) {
  color: #949494;
}
table.style-2 tr:nth-child(even) {
  background-color: #f3f3f3;
}
table.style-2 tr:nth-child(even) {
  color: #949494;
}
.limoking-blog-title,
.limoking-blog-title a {
  color: #474747;
}
.limoking-blog-title a:hover {
  color: #1eacc7;
}
.blog-info,
.blog-info a,
.blog-info i {
  color: #929292;
}
.limoking-blog-thumbnail .limoking-sticky-banner {
  background-color: #232323;
}
.limoking-blog-thumbnail .limoking-sticky-banner,
.limoking-blog-thumbnail .limoking-sticky-banner i {
  color: #fff;
}
.limoking-social-share,
.limoking-social-share a {
  background-color: #f3f3f3;
}
.limoking-social-share .social-share-title {
  color: #353535;
}
.limoking-standard-style .limoking-single-blog-tag a {
  background-color: #1eacc7;
}
.limoking-standard-style .limoking-single-blog-tag a {
  color: #fff;
}
.format-aside .limoking-blog-content {
  background-color: #1eacc7;
}
.format-aside .limoking-blog-content {
  color: #fff;
}
.format-quote .limoking-top-quote blockquote {
  color: #8d8d8d;
}
.format-quote .limoking-quote-author {
  color: #1eacc7;
}
.limoking-single-nav > div i {
  background-color: #f3f3f3;
}
.limoking-single-nav > div i {
  color: #8d8d8d;
}
.car-title a,
.limoking-rate-table-column.limoking-col-1 .rate-table-car-title a {
  color: #545454;
}
.car-title a:hover {
  color: #1eacc7;
}
.single-car .limoking-car-info {
  background-color: #f5f5f5;
}
.single-car .limoking-car-info {
  color: #737373;
}
.limoking-classic-car .car-rate-info-price,
.single-car .car-rate-info-price {
  color: #1eacc7;
}
.limoking-classic-car .car-rate-info-amount,
.single-car .car-rate-info-amount {
  color: #5c5c5c;
}
.single-car .car-rate-info-caption {
  color: #9c9c9c;
}
.limoking-rate-table-head-wrapper .limoking-rate-table-column-inner {
  background: #232323;
}
.limoking-rate-table-head-wrapper .rate-table-ribbon:after {
  border-top-color: #232323;
}
.limoking-rate-table-head-wrapper .rate-table-title {
  color: #fff;
}
.limoking-rate-table-head-wrapper .rate-table-caption {
  color: #b2b2b2;
}
.limoking-rate-table-head-wrapper
  .limoking-feature
  .limoking-rate-table-column-inner,
.limoking-rate-table-column .rate-table-book-now {
  background: #1eacc7;
}
.limoking-rate-table-head-wrapper .limoking-feature .rate-table-ribbon:after {
  border-top-color: #1eacc7;
}
.limoking-rate-table-head-wrapper .limoking-feature .rate-table-title,
.limoking-rate-table-head-wrapper .limoking-feature .rate-table-caption,
.limoking-rate-table-column .rate-table-book-now {
  color: #fff;
}
.limoking-rate-table-column .limoking-rate-column {
  background: #f5f5f5;
}
.limoking-rate-table-content-wrapper .rate-table-price {
  color: #1eacc7;
}
.limoking-rate-table-content-wrapper .rate-table-price-text {
  color: #232323;
}
.limoking-rate-table-content-wrapper .rate-table-price-caption,
.limoking-rate-table-content-wrapper .rate-table-price.rate-table-price-none {
  color: #9c9c9c;
}
.portfolio-item-filter a,
.car-item-filter a {
  color: #aeaeae;
}
.portfolio-item-filter a.active,
.car-item-filter a.active {
  color: #1eacc7;
}
.limoking-image-link-shortcode .limoking-image-link-overlay,
.portfolio-thumbnail .portfolio-overlay,
.car-thumbnail .car-overlay {
  background-color: #fff;
}
.portfolio-thumbnail .portfolio-overlay-icon .portfolio-icon,
.car-thumbnail .car-overlay-icon .car-icon {
  background-color: #1eacc7;
}
.portfolio-title a {
  color: #545454;
}
.portfolio-title a:hover {
  color: #1eacc7;
}
.portfolio-info,
.portfolio-info a {
  color: #a2a2a2;
}
.limoking-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: #ebebeb;
}
.limoking-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #979797;
}
.limoking-pagination .page-numbers:hover,
.limoking-pagination .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #1eacc7;
}
.limoking-pagination .page-numbers:hover,
.limoking-pagination .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
}
.limoking-personnel-item.modern-style .personnel-info {
  background-color: #1eacc7;
}
.limoking-personnel-item.modern-style .personnel-author,
.limoking-personnel-item.modern-style .personnel-position {
  color: #fff;
}
.limoking-personnel-item .personnel-item-inner {
  background-color: #f5f5f5;
}
.limoking-personnel-item.round-style .personnel-item {
  background-color: #1eacc7;
}
.limoking-personnel-item .personnel-author {
  color: #3b3b3b;
}
.limoking-personnel-item .personnel-author-image {
  border-color: #1eacc7;
}
.limoking-personnel-item .personnel-position {
  color: #acacac;
}
.limoking-personnel-item .personnel-content {
  color: #959595;
}
.limoking-personnel-item .personnel-social i {
  color: #3b3b3b;
}
.limoking-testimonial-item .testimonial-item-inner,
.limoking-testimonial-item .testimonial-author-image {
  background-color: #f5f5f5;
}
.limoking-testimonial-item .testimonial-content {
  color: #9b9b9b;
}
.limoking-testimonial-item .testimonial-author {
  color: #1eacc7;
}
.limoking-testimonial-item .testimonial-position {
  color: #4d4d4d;
}
.limoking-testimonial-item.modern-style .testimonial-item-inner:before {
  color: #1eacc7;
}
.limoking-testimonial-item .testimonial-author-image {
  border-color: #1eacc7;
}
.limoking-testimonial-item.box-style .testimonial-item-inner:after {
  border-top-color: #ddd;
  border-left-color: #ddd;
}
.limoking-gallery-thumbnail .gallery-item {
  background-color: #e5e5e5;
}
.limoking-gallery-thumbnail-container .gallery-caption {
  background-color: #000;
}
.limoking-gallery-thumbnail-container .gallery-caption {
  color: #fff;
}
.nivo-controlNav a,
.flex-control-paging li a {
  background-color: #fff;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #5e5e5e;
}
.nivo-controlNav a,
.flex-control-paging li a {
  border-color: #5e5e5e !important;
}
.nivo-directionNav a,
.flex-direction-nav a,
.ls-flawless .ls-nav-prev,
.ls-flawless .ls-nav-next {
  background-color: #000;
}
body .nivo-directionNav a,
body .flex-direction-nav a,
body .flex-direction-nav a:hover,
.ls-flawless .ls-nav-prev,
.ls-flawless .ls-nav-next {
  color: #fff;
}
.limoking-caption {
  background-color: #000;
}
.limoking-caption-title {
  color: #fff;
}
.limoking-caption-text {
  color: #fff;
}
.limoking-caption-wrapper.post-slider {
  background-color: #000;
}
.limoking-caption-wrapper.post-slider .limoking-caption-title {
  color: #fff;
}
.limoking-caption-wrapper.post-slider .limoking-caption-text {
  color: #ddd;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-caption-date,
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-title-link {
  color: #fff;
}
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-caption-date,
.limoking-post-slider-item.style-no-excerpt
  .limoking-caption-wrapper
  .limoking-title-link {
  background-color: #1eacc7;
}
.limoking-item-title-wrapper .limoking-flex-prev,
.limoking-item-title-wrapper .limoking-flex-next {
  color: #6d6d6d;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background-color: #f5f5f5;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  color: #b5b5b5;
}
input::input-placeholder {
  color: #b5b5b5;
}
input::-webkit-input-placeholder {
  color: #b5b5b5;
}
input::-moz-placeholder {
  color: #b5b5b5;
}
input:-moz-placeholder {
  color: #b5b5b5;
}
input:-ms-input-placeholder {
  color: #b5b5b5;
}
textarea::input-placeholder {
  color: #b5b5b5;
}
textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}
textarea::-moz-placeholder {
  color: #b5b5b5;
}
textarea:-moz-placeholder {
  color: #b5b5b5;
}
textarea:-ms-input-placeholder {
  color: #b5b5b5;
}
.footer-wrapper {
  background-color: #252525;
}
.footer-wrapper .limoking-widget-title,
.footer-wrapper .limoking-widget-title a {
  color: #ddd;
}
.footer-wrapper {
  color: #bfbfbf;
}
.footer-wrapper a {
  color: #7f7f7f;
}
.footer-wrapper a:hover {
  color: #cecece;
}
.footer-wrapper * {
  border-color: #363636;
}
.footer-wrapper input[type="text"],
.footer-wrapper input[type="email"],
.footer-wrapper input[type="password"],
.footer-wrapper textarea {
  background-color: #141414;
}
.footer-wrapper input[type="text"],
.footer-wrapper input[type="email"],
.footer-wrapper input[type="password"],
.footer-wrapper textarea {
  color: #828282;
}
.footer-wrapper input[type="text"],
.footer-wrapper input[type="email"],
.footer-wrapper input[type="password"],
.footer-wrapper textarea {
  border-color: #313131;
}
.footer-wrapper .limoking-button,
.footer-wrapper .limoking-button:hover,
.footer-wrapper input[type="button"],
.footer-wrapper input[type="submit"] {
  color: #fff;
}
.footer-wrapper .limoking-button,
.footer-wrapper input[type="button"],
.footer-wrapper input[type="submit"] {
  background-color: #1eacc7;
}
.footer-wrapper .tagcloud a {
  background-color: #1eacc7;
}
.footer-wrapper .tagcloud a,
.footer-wrapper .tagcloud a:hover {
  color: #fff;
}
.copyright-wrapper {
  background-color: #0f0f0f;
}
.copyright-wrapper {
  color: #6b6b6b;
}
.footer-wrapper .copyright-wrapper {
  border-color: #0f0f0f;
}
html .woocommerce span.onsale,
html .woocommerce-page span.onsale,
html .woocommerce-message,
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
html
  .woocommerce-page
  #content
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active {
  background: #1eacc7;
}
html .woocommerce .star-rating,
html .woocommerce-page .star-rating,
html .woocommerce .star-rating:before,
html .woocommerce-page .star-rating:before,
html .woocommerce div.product span.price,
html .woocommerce div.product p.price,
html .woocommerce #content div.product span.price,
html .woocommerce #content div.product p.price,
html .woocommerce-page div.product span.price,
html .woocommerce-page div.product p.price,
html .woocommerce-page #content div.product span.price,
html .woocommerce-page #content div.product p.price {
  color: #1eacc7;
}
html .woocommerce-message a.button,
html .woocommerce-error a.button,
html .woocommerce-info a.button,
html .woocommerce-message,
html .woocommerce-error,
html .woocommerce-info,
html .woocommerce span.onsale,
html .woocommerce-page span.onsale,
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce nav.woocommerce-pagination ul li span.current,
html .woocommerce-page nav.woocommerce-pagination ul li span.current,
html .woocommercenav.woocommerce-pagination ul li a:hover,
html .woocommerce-page nav.woocommerce-pagination ul li a:hover {
  color: #fff;
}
html .woocommerce-info {
  background: #389ec5;
}
html .woocommerce-error {
  background: #c23030;
}
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce #content input.button.alt:hover,
html .woocommerce-page a.button.alt:hover,
html .woocommerce-page button.button.alt:hover,
html .woocommerce-page input.button.alt:hover,
html .woocommerce-page #respond input#submit.alt:hover,
html .woocommerce-page #content input.button.alt:hover,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt,
html .woocommerce #content input.button.alt,
html .woocommerce-page a.button.alt,
html .woocommerce-page button.button.alt,
html .woocommerce-page input.button.alt,
html .woocommerce-page #respond input#submit.alt,
html .woocommerce-page #content input.button.alt,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce #respond input#submit,
html .woocommerce #content input.button,
html .woocommerce-page a.button,
html .woocommerce-page button.button,
html .woocommerce-page input.button,
html .woocommerce-page #respond input#submit,
html .woocommerce-page #content input.button,
html .woocommerce a.button:hover,
html .woocommerce button.button:hover,
html .woocommerce input.button:hover,
html .woocommerce #respond input#submit:hover,
html .woocommerce #content input.button:hover,
html .woocommerce-page a.button:hover,
html .woocommerce-page button.button:hover,
html .woocommerce-page input.button:hover,
html .woocommerce-page #respond input#submit:hover,
html .woocommerce-page #content input.button:hover,
html .woocommerce ul.products li.product a.loading,
html .woocommerce div.product form.cart .button,
html .woocommerce #content div.product form.cart .button,
html .woocommerce-page div.product form.cart .button,
html .woocommerce-page #content div.product form.cart .button {
  background: #1eacc7;
}
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce #content input.button.alt:hover,
html .woocommerce-page a.button.alt:hover,
html .woocommerce-page button.button.alt:hover,
html .woocommerce-page input.button.alt:hover,
html .woocommerce-page #respond input#submit.alt:hover,
html .woocommerce-page #content input.button.alt:hover,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt,
html .woocommerce #content input.button.alt,
html .woocommerce-page a.button.alt,
html .woocommerce-page button.button.alt,
html .woocommerce-page input.button.alt,
html .woocommerce-page #respond input#submit.alt,
html .woocommerce-page #content input.button.alt,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce #respond input#submit,
html .woocommerce #content input.button,
html .woocommerce-page a.button,
html .woocommerce-page button.button,
html .woocommerce-page input.button,
html .woocommerce-page #respond input#submit,
html .woocommerce-page #content input.button,
html .woocommerce a.button:hover,
html .woocommerce button.button:hover,
html .woocommerce input.button:hover,
html .woocommerce #respond input#submit:hover,
html .woocommerce #content input.button:hover,
html .woocommerce-page a.button:hover,
html .woocommerce-page button.button:hover,
html .woocommerce-page input.button:hover,
html .woocommerce-page #respond input#submit:hover,
html .woocommerce-page #content input.button:hover,
html .woocommerce ul.products li.product a.loading,
html .woocommerce div.product form.cart .button,
html .woocommerce #content div.product form.cart .button,
html .woocommerce-page div.product form.cart .button,
html .woocommerce-page #content div.product form.cart .button {
  color: #fff;
}
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce #content input.button.alt:hover,
html .woocommerce-page a.button.alt:hover,
html .woocommerce-page button.button.alt:hover,
html .woocommerce-page input.button.alt:hover,
html .woocommerce-page #respond input#submit.alt:hover,
html .woocommerce-page #content input.button.alt:hover,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt,
html .woocommerce #content input.button.alt,
html .woocommerce-page a.button.alt,
html .woocommerce-page button.button.alt,
html .woocommerce-page input.button.alt,
html .woocommerce-page #respond input#submit.alt,
html .woocommerce-page #content input.button.alt,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce #respond input#submit,
html .woocommerce #content input.button,
html .woocommerce-page a.button,
html .woocommerce-page button.button,
html .woocommerce-page input.button,
html .woocommerce-page #respond input#submit,
html .woocommerce-page #content input.button,
html .woocommerce a.button:hover,
html .woocommerce button.button:hover,
html .woocommerce input.button:hover,
html .woocommerce #respond input#submit:hover,
html .woocommerce #content input.button:hover,
html .woocommerce-page a.button:hover,
html .woocommerce-page button.button:hover,
html .woocommerce-page input.button:hover,
html .woocommerce-page #respond input#submit:hover,
html .woocommerce-page #content input.button:hover,
html .woocommerce ul.products li.product a.loading,
html .woocommerce div.product form.cart .button,
html .woocommerce #content div.product form.cart .button,
html .woocommerce-page div.product form.cart .button,
html .woocommerce-page #content div.product form.cart .button {
  border-bottom: 3px solid #1aa3b2;
}
html .woocommerce #reviews #comments ol.commentlist li img.avatar,
html .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  background: #ebebeb;
}
html .woocommerce #reviews #comments ol.commentlist li img.avatar,
html .woocommerce-page #reviews #comments ol.commentlist li img.avatar,
html .woocommerce #reviews #comments ol.commentlist li .comment-text,
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text,
html .woocommerce ul.products li.product a img,
html .woocommerce-page ul.products li.product a img,
html .woocommerce ul.products li.product a img:hover,
html .woocommerce-page ul.products li.product a img:hover,
html .woocommerce-page div.product div.images img,
html .woocommerce-page #content div.product div.images img,
html .woocommerce form.login,
html .woocommerce form.checkout_coupon,
html .woocommerce form.register,
html .woocommerce-page form.login,
html .woocommerce-page form.checkout_coupon,
html .woocommerce-page form.register,
html .woocommerce table.cart td.actions .coupon .input-text,
html .woocommerce #content table.cart td.actions .coupon .input-text,
html .woocommerce-page table.cart td.actions .coupon .input-text,
html .woocommerce-page #content table.cart td.actions .coupon .input-text {
  border: 1px solid #ebebeb;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs:before,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th,
html .woocommerce-page table.shop_table tfoot td,
html .woocommerce-page table.shop_table tfoot th,
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th,
html .woocommerce-page table.shop_table tfoot td,
html .woocommerce-page table.shop_table tfoot th {
  border-bottom: 1px solid #ebebeb;
}
html .woocommerce .cart-collaterals .cart_totals table tr:first-child th,
html .woocommerce .cart-collaterals .cart_totals table tr:first-child td,
html .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
html .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 3px #ebebeb solid;
}
html .woocommerce .cart-collaterals .cart_totals tr td,
html .woocommerce .cart-collaterals .cart_totals tr th,
html .woocommerce-page .cart-collaterals .cart_totals tr td,
html .woocommerce-page .cart-collaterals .cart_totals tr th {
  border-bottom: 2px solid #ebebeb;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
html .woocommerce table.cart a.remove,
html .woocommerce #content table.cart a.remove,
html .woocommerce-page table.cart a.remove,
html .woocommerce-page #content table.cart a.remove,
html .woocommerce #payment,
html .woocommerce-page #payment,
html .woocommerce .customer_details,
html .woocommerce ul.order_details,
html .woocommerce nav.woocommerce-pagination ul li a,
html .woocommerce-page nav.woocommerce-pagination ul li a,
html .woocommerce form .form-row input.input-text,
html .woocommerce form .form-row textarea,
html .woocommerce-page form .form-row input.input-text,
html .woocommerce-page form .form-row textarea,
html .woocommerce .quantity input.qty,
html .woocommerce #content .quantity input.qty,
html .woocommerce-page .quantity input.qty,
html .woocommerce-page #content .quantity input.qty,
html .woocommerce .widget_shopping_cart .total,
html .woocommerce-page .widget_shopping_cart .total {
  background: #f3f3f3;
}
html .woocommerce .quantity input.qty,
html .woocommerce #content .quantity input.qty,
html .woocommerce-page .quantity input.qty,
html .woocommerce-page #content .quantity input.qty {
  border: 1px solid #f3f3f3;
}
html .woocommerce .widget_shopping_cart .total,
html .woocommerce-page .widget_shopping_cart .total {
  border-top: 2px solid #e5e5e5;
}
html .woocommerce table.cart a.remove:hover,
html .woocommerce #content table.cart a.remove:hover,
html .woocommerce-page table.cart a.remove:hover,
html .woocommerce-page #content table.cart a.remove:hover,
html #payment div.payment_box,
html .woocommerce-page #payment div.payment_box {
  background: #e5e5e5;
}
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th,
html .woocommerce-page table.shop_table tfoot td,
html .woocommerce-page table.shop_table tfoot th,
.cart-subtotal th,
.shipping th,
.total th,
html .woocommerce table.shop_attributes .alt th,
html .woocommerce-page table.shop_attributes .alt th,
html .woocommerce ul.products li.product .price,
html.woocommerce-page ul.products li.product .price {
  color: #333;
}
html .woocommerce ul.products li.product .price del,
html .woocommerce-page ul.products li.product .price del,
html .woocommerce table.cart a.remove,
html .woocommerce #content table.cart a.remove,
html .woocommerce-page table.cart a.remove,
html .woocommerce-page #content table.cart a.remove {
  color: #888;
}
html .woocommerce .quantity .plus,
html .woocommerce .quantity .minus,
html .woocommerce #content .quantity .plus,
html .woocommerce #content .quantity .minus,
html .woocommerce-page .quantity .plus,
html .woocommerce-page .quantity .minus,
html .woocommerce-page #content .quantity .plus,
html .woocommerce-page #content .quantity .minus {
  border: 1px solid #a0a0a0;
}
html .woocommerce .quantity .plus,
html .woocommerce .quantity .minus,
html .woocommerce #content .quantity .plus,
html .woocommerce #content .quantity .minus,
html .woocommerce-page .quantity .plus,
html .woocommerce-page .quantity .minus,
html .woocommerce-page #content .quantity .plus,
html .woocommerce-page #content .quantity .minus {
  color: #fff;
}
html .woocommerce .quantity .plus,
html .woocommerce #content .quantity .plus,
html .woocommerce-page .quantity .plus,
html .woocommerce-page #content .quantity .plus,
html .woocommerce .quantity .plus:hover,
html .woocommerce #content .quantity .plus:hover,
html .woocommerce-page .quantity .plus:hover,
html .woocommerce-page #content .quantity .plus:hover {
  background: #9a9a9a;
}
html .woocommerce .quantity .minus,
html .woocommerce #content .quantity .minus,
html .woocommerce-page .quantity .minus,
html .woocommerce-page #content .quantity .minus,
html .woocommerce .quantity .minus:hover,
html .woocommerce #content .quantity .minus:hover,
html .woocommerce-page .quantity .minus:hover,
html .woocommerce-page #content .quantity .minus:hover {
  background: #b6b6b6;
}
.half-container {
  max-width: 570px;
}
.limoking-skin-dark-skin,
.limoking-skin-dark-skin .limoking-skin-content {
  color: #fff;
}
.limoking-skin-dark-skin i,
.limoking-skin-dark-skin .limoking-flex-prev,
.limoking-skin-dark-skin .limoking-flex-next {
  color: #fff;
}
.limoking-skin-dark-skin h1,
.limoking-skin-dark-skin h2,
.limoking-skin-dark-skin h3,
.limoking-skin-dark-skin h4,
.limoking-skin-dark-skin h5,
.limoking-skin-dark-skin h6,
.limoking-skin-dark-skin .limoking-skin-title,
.limoking-skin-dark-skin .limoking-skin-title a {
  color: #fff;
}
.limoking-skin-dark-skin .limoking-skin-title a:hover {
  color: #fff;
}
.limoking-skin-dark-skin .limoking-skin-info,
.limoking-skin-dark-skin .limoking-skin-info a,
.limoking-skin-dark-skin .limoking-skin-info a:hover {
  color: #fff;
}
.limoking-skin-dark-skin a,
.limoking-skin-dark-skin .limoking-skin-link,
.limoking-skin-dark-skin .limoking-skin-link-color {
  color: #1eacc7;
}
.limoking-skin-dark-skin a:hover,
.limoking-skin-dark-skin .limoking-skin-link:hover {
  color: #fff;
}
.limoking-skin-dark-skin .limoking-skin-box,
.limoking-skin-dark-skin .limoking-column-service-item .limoking-skin-box {
  background-color: #1eacc7;
}
.limoking-skin-dark-skin *,
.limoking-skin-dark-skin .limoking-skin-border {
  border-color: #fff;
}
.limoking-skin-dark-skin .limoking-button,
.limoking-skin-dark-skin .limoking-button:hover,
.limoking-skin-dark-skin input[type="button"],
.limoking-skin-dark-skin input[type="submit"] {
  color: #fff;
  background-color: #1eacc7;
}
.limoking-skin-dark-testimonial,
.limoking-skin-dark-testimonial .limoking-skin-content {
  color: #fff;
}
.limoking-skin-dark-testimonial i,
.limoking-skin-dark-testimonial .limoking-flex-prev,
.limoking-skin-dark-testimonial .limoking-flex-next {
  color: #fff;
}
.limoking-skin-dark-testimonial h1,
.limoking-skin-dark-testimonial h2,
.limoking-skin-dark-testimonial h3,
.limoking-skin-dark-testimonial h4,
.limoking-skin-dark-testimonial h5,
.limoking-skin-dark-testimonial h6,
.limoking-skin-dark-testimonial .limoking-skin-title,
.limoking-skin-dark-testimonial .limoking-skin-title a {
  color: #fff;
}
.limoking-skin-dark-testimonial .limoking-skin-title a:hover {
  color: #fff;
}
.limoking-skin-dark-testimonial .limoking-skin-info,
.limoking-skin-dark-testimonial .limoking-skin-info a,
.limoking-skin-dark-testimonial .limoking-skin-info a:hover {
  color: #fff;
}
.limoking-skin-dark-testimonial a,
.limoking-skin-dark-testimonial .limoking-skin-link,
.limoking-skin-dark-testimonial .limoking-skin-link-color {
  color: #eb4c4c;
}
.limoking-skin-dark-testimonial a:hover,
.limoking-skin-dark-testimonial .limoking-skin-link:hover {
  color: #fff;
}
.limoking-skin-dark-testimonial .limoking-skin-box,
.limoking-skin-dark-testimonial
  .limoking-column-service-item
  .limoking-skin-box {
  background-color: #2b2b2b;
}
.limoking-skin-dark-testimonial *,
.limoking-skin-dark-testimonial .limoking-skin-border {
  border-color: #fff;
}
.limoking-skin-dark-testimonial .limoking-button,
.limoking-skin-dark-testimonial .limoking-button:hover,
.limoking-skin-dark-testimonial input[type="button"],
.limoking-skin-dark-testimonial input[type="submit"] {
  color: #fff;
  background-color: #fff;
}
.limoking-skin-light-grey,
.limoking-skin-light-grey .limoking-skin-content {
  color: #999;
}
.limoking-skin-light-grey i,
.limoking-skin-light-grey .limoking-flex-prev,
.limoking-skin-light-grey .limoking-flex-next {
  color: #e0e0e0;
}
.limoking-skin-light-grey h1,
.limoking-skin-light-grey h2,
.limoking-skin-light-grey h3,
.limoking-skin-light-grey h4,
.limoking-skin-light-grey h5,
.limoking-skin-light-grey h6,
.limoking-skin-light-grey .limoking-skin-title,
.limoking-skin-light-grey .limoking-skin-title a {
  color: #eb4c4c;
}
.limoking-skin-light-grey .limoking-skin-title a:hover {
  color: #eb4c4c;
}
.limoking-skin-light-grey .limoking-skin-info,
.limoking-skin-light-grey .limoking-skin-info a,
.limoking-skin-light-grey .limoking-skin-info a:hover {
  color: #828282;
}
.limoking-skin-light-grey a,
.limoking-skin-light-grey .limoking-skin-link,
.limoking-skin-light-grey .limoking-skin-link-color {
  color: #282828;
}
.limoking-skin-light-grey a:hover,
.limoking-skin-light-grey .limoking-skin-link:hover {
  color: #848484;
}
.limoking-skin-light-grey .limoking-skin-box,
.limoking-skin-light-grey .limoking-column-service-item .limoking-skin-box {
  background-color: #a5a5a5;
}
.limoking-skin-light-grey *,
.limoking-skin-light-grey .limoking-skin-border {
  border-color: #eaeaea;
}
.limoking-skin-light-grey .limoking-button,
.limoking-skin-light-grey .limoking-button:hover,
.limoking-skin-light-grey input[type="button"],
.limoking-skin-light-grey input[type="submit"] {
  color: #a3a3a3;
  background-color: #f2f2f2;
}
.limoking-skin-darkblue,
.limoking-skin-darkblue .limoking-skin-content {
  color: #c9c9c9;
}
.limoking-skin-darkblue i,
.limoking-skin-darkblue .limoking-flex-prev,
.limoking-skin-darkblue .limoking-flex-next {
  color: #1eacc7;
}
.limoking-skin-darkblue h1,
.limoking-skin-darkblue h2,
.limoking-skin-darkblue h3,
.limoking-skin-darkblue h4,
.limoking-skin-darkblue h5,
.limoking-skin-darkblue h6,
.limoking-skin-darkblue .limoking-skin-title,
.limoking-skin-darkblue .limoking-skin-title a {
  color: #fff;
}
.limoking-skin-darkblue .limoking-skin-title a:hover {
  color: #fff;
}
.limoking-skin-darkblue .limoking-skin-info,
.limoking-skin-darkblue .limoking-skin-info a,
.limoking-skin-darkblue .limoking-skin-info a:hover {
  color: #fff;
}
.limoking-skin-darkblue a,
.limoking-skin-darkblue .limoking-skin-link,
.limoking-skin-darkblue .limoking-skin-link-color {
  color: #1eacc7;
}
.limoking-skin-darkblue a:hover,
.limoking-skin-darkblue .limoking-skin-link:hover {
  color: #fff;
}
.limoking-skin-darkblue .limoking-skin-box,
.limoking-skin-darkblue .limoking-column-service-item .limoking-skin-box {
  background-color: #1eacc7;
}
.limoking-skin-darkblue *,
.limoking-skin-darkblue .limoking-skin-border {
  border-color: #1eacc7;
}
.limoking-skin-darkblue .limoking-button,
.limoking-skin-darkblue .limoking-button:hover,
.limoking-skin-darkblue input[type="button"],
.limoking-skin-darkblue input[type="submit"] {
  color: #fff;
  background-color: #1eacc7;
}
.limoking-skin-about-us,
.limoking-skin-about-us .limoking-skin-content {
  color: #757575;
}
.limoking-skin-about-us i,
.limoking-skin-about-us .limoking-flex-prev,
.limoking-skin-about-us .limoking-flex-next {
  color: #1eacc7;
}
.limoking-skin-about-us h1,
.limoking-skin-about-us h2,
.limoking-skin-about-us h3,
.limoking-skin-about-us h4,
.limoking-skin-about-us h5,
.limoking-skin-about-us h6,
.limoking-skin-about-us .limoking-skin-title,
.limoking-skin-about-us .limoking-skin-title a {
  color: #4d4d4d;
}
.limoking-skin-about-us .limoking-skin-title a:hover {
  color: #4d4d4d;
}
.limoking-skin-about-us .limoking-skin-info,
.limoking-skin-about-us .limoking-skin-info a,
.limoking-skin-about-us .limoking-skin-info a:hover {
  color: #9e9c9c;
}
.limoking-skin-about-us a,
.limoking-skin-about-us .limoking-skin-link,
.limoking-skin-about-us .limoking-skin-link-color {
  color: #1eacc7;
}
.limoking-skin-about-us a:hover,
.limoking-skin-about-us .limoking-skin-link:hover {
  color: #4bb2c6;
}
.limoking-skin-about-us .limoking-skin-box,
.limoking-skin-about-us .limoking-column-service-item .limoking-skin-box {
  background-color: #4d4d4d;
}
.limoking-skin-about-us *,
.limoking-skin-about-us .limoking-skin-border {
  border-color: #1eacc7;
}
.limoking-skin-about-us .limoking-button,
.limoking-skin-about-us .limoking-button:hover,
.limoking-skin-about-us input[type="button"],
.limoking-skin-about-us input[type="submit"] {
  color: #fff;
  background-color: #1eacc7;
}
.limoking-header-wrapper {
  position: relative;
}
.limoking-rate-table-mobile-wrapper .limoking-rate-table-column.limoking-col-1,
.limoking-rate-table-mobile-wrapper .limoking-rate-table-column.limoking-col-2 {
  width: 50%;
}
html .woocommerce-message,
html .woocommerce-error,
html .woocommerce-info {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .limoking-item-start-content {
  padding-top: 20px;
}
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce #content input.button.alt:hover,
html .woocommerce-page a.button.alt:hover,
html .woocommerce-page button.button.alt:hover,
html .woocommerce-page input.button.alt:hover,
html .woocommerce-page #respond input#submit.alt:hover,
html .woocommerce-page #content input.button.alt:hover,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt,
html .woocommerce #content input.button.alt,
html .woocommerce-page a.button.alt,
html .woocommerce-page button.button.alt,
html .woocommerce-page input.button.alt,
html .woocommerce-page #respond input#submit.alt,
html .woocommerce-page #content input.button.alt,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce #respond input#submit,
html .woocommerce #content input.button,
html .woocommerce-page a.button,
html .woocommerce-page button.button,
html .woocommerce-page input.button,
html .woocommerce-page #respond input#submit,
html .woocommerce-page #content input.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 13px 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-shadow: none;
  font-weight: 700;
}
html .woocommerce ul.products li.product h3,
html .woocommerce-page ul.products li.product h3 {
  font-size: 18px;
  font-weight: lighter;
  padding-top: 5px;
}
html .woocommerce ul.products li.product,
html .woocommerce-page ul.products li.product {
  text-align: center;
}
html .woocommerce ul.products li.product .price,
html .woocommerce-page ul.products li.product .price {
  font-size: 24px;
  font-weight: 600;
}
.product ins {
  text-decoration: none;
}
del span.amount {
  font-size: 14px;
}
html .woocommerce ul.products li.product .price del {
  display: inline;
}
html .woocommerce div.product p.price del,
html .woocommerce div.product span.price del {
  display: inline;
}
html .woocommerce span.onsale,
html .woocommerce-page span.onsale {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 5px;
  line-height: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  min-width: 40px;
  margin-top: 12px;
  margin-left: 12px;
}
html .woocommerce ul.products li.product .onsale,
html .woocommerce-page ul.products li.product .onsale {
  margin: -18px -18px 0 0;
}
html .woocommerce ul.products li.product a img,
html .woocommerce-page ul.products li.product a img,
html .woocommerce ul.products li.product a img:hover,
html .woocommerce-page ul.products li.product a img:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
html .woocommerce ul.products li.product a:hover,
html .woocommerce-page ul.products li.product a:hover {
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
html .woocommerce div.product span.price,
html .woocommerce div.product p.price,
html .woocommerce #content div.product span.price,
html .woocommerce #content div.product p.price,
html .woocommerce-page div.product span.price,
html .woocommerce-page div.product p.price,
html .woocommerce-page #content div.product span.price,
html .woocommerce-page #content div.product p.price {
  font-size: 22px;
  font-weight: 700;
}
html .woocommerce div.product div.images img,
html .woocommerce #content div.product div.images img,
html .woocommerce-page div.product div.images img,
html .woocommerce-page #content div.product div.images img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
html .woocommerce-result-count,
html .woocommerce-page .woocommerce-result-count,
html .woocommerce .woocommerce-ordering,
html .woocommerce-page .woocommerce-ordering {
  margin-bottom: 45px;
}
html .woocommerce ul.products li.product a img,
html .woocommerce-page ul.products li.product a img {
  margin: 0 0 20px;
}
.woocommerce .tagged_as,
.woocommerce .posted_in {
  display: block;
}
html .woocommerce .quantity input.qty,
html .woocommerce #content .quantity input.qty,
html .woocommerce-page .quantity input.qty,
html .woocommerce-page #content .quantity input.qty {
  width: 50px;
  height: 49px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html .woocommerce .quantity,
html .woocommerce #content .quantity,
html .woocommerce-page .quantity,
html .woocommerce-page #content .quantity {
  width: 73px;
}
html .woocommerce .quantity .plus,
html .woocommerce .quantity .minus,
html .woocommerce #content .quantity .plus,
html .woocommerce #content .quantity .minus,
html .woocommerce-page .quantity .plus,
html .woocommerce-page .quantity .minus,
html .woocommerce-page #content .quantity .plus,
html .woocommerce-page #content .quantity .minus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 26px;
  width: 24px;
  line-height: 12px;
}
html .woocommerce div.product form.cart .button,
html .woocommerce #content div.product form.cart .button,
html .woocommerce-page div.product form.cart .button,
html .woocommerce-page #content div.product form.cart .button {
  margin-left: 5px;
  padding: 18px;
  text-shadow: none;
}
html .woocommerce div.product form.cart,
html .woocommerce #content div.product form.cart,
html .woocommerce-page div.product form.cart,
html .woocommerce-page #content div.product form.cart {
  margin: 36px 0 30px;
}
.product_title.entry-title {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 13px;
}
html .woocommerce .woocommerce-breadcrumb,
html .woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 22px;
  margin-top: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 20px;
}
html .single-product.woocommerce .woocommerce-breadcrumb,
html .single-product.woocommerce-page .woocommerce-breadcrumb {
  border-bottom: 0;
  margin-bottom: 3px;
}
html .woocommerce .related ul.products li.product,
html .woocommerce .related ul li.product,
html .woocommerce .upsells.products ul.products li.product,
html .woocommerce .upsells.products ul li.product,
html .woocommerce-page .related ul.products li.product,
html .woocommerce-page .related ul li.product,
html .woocommerce-page .upsells.products ul.products li.product,
html .woocommerce-page .upsells.products ul li.product {
  width: 24%;
}
.woocommerce-tabs h2 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.related.products h2 {
  font-size: 24px;
  font-weight: lighter;
  margin-top: 50px;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs,
html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  padding-top: 35px;
  padding-left: 0;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  margin: 0 -2px;
  padding: 8px 20px;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
html
  .woocommerce-page
  #content
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active {
  border-bottom-color: transparent;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li a,
html .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
html .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #b0b0b0;
  text-shadow: none;
}
html .woocommerce ul.tabs li:before,
html .woocommerce ul.tabs li:after {
  display: none;
}
html .woocommerce div.product .woocommerce-tabs .panel,
html .woocommerce #content div.product .woocommerce-tabs .panel,
html .woocommerce-page div.product .woocommerce-tabs .panel,
html .woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 0 70px;
}
html .woocommerce .products ul,
html .woocommerce ul.products,
html .woocommerce-page .products ul,
html .woocommerce-page ul.products {
  margin-bottom: 40px;
}
html .woocommerce #reviews #comments ol.commentlist li .comment-text,
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html .woocommerce #reviews #comments ol.commentlist li .comment-text,
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  padding: 20px;
}
html .woocommerce .add_review {
  padding-left: 50px;
}
html .woocommerce-message,
html .woocommerce-error,
html .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html .woocommerce-message:before,
html .woocommerce-error:before,
html .woocommerce-info:before {
  background-color: transparent;
}
html .woocommerce-message:before,
html .woocommerce-error:before,
html .woocommerce-info:before {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  line-height: 26px;
  text-shadow: none;
  left: 16px;
}
html .woocommerce-message,
html .woocommerce-error,
html .woocommerce-info {
  padding: 15px 13px 15px 45px;
  margin: 0 0 25px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  border-top: 0;
  text-shadow: none;
}
html .woocommerce-message a.button,
html .woocommerce-error a.button,
html .woocommerce-info a.button,
html .woocommerce-message a.button:hover,
html .woocommerce-error a.button:hover,
html .woocommerce-info a.button:hover {
  background: transparent;
  border-bottom: 0px !important;
  padding: 5px 4px;
}
html .woocommerce-info:before {
  font-size: 16px;
  margin-top: -5px;
}
html .woocommerce .products .star-rating,
html .woocommerce-page .products .star-rating {
  display: inline-block;
  font-size: 14px;
}
html .woocommerce a.added_to_cart,
html .woocommerce-page a.added_to_cart {
  display: block;
  margin-left: 23px;
}
html .woocommerce a.button.added:before,
html .woocommerce button.button.added:before,
html .woocommerce input.button.added:before,
html .woocommerce #respond input#submit.added:before,
html .woocommerce #content input.button.added:before,
html .woocommerce-page a.button.added:before,
html .woocommerce-page button.button.added:before,
html .woocommerce-page input.button.added:before,
html .woocommerce-page #respond input#submit.added:before,
html .woocommerce-page #content input.button.added:before {
  top: 49px;
  right: auto;
  left: 17px;
}
html .woocommerce table.shop_table,
html .woocommerce-page table.shop_table {
  border: 0;
}
html .woocommerce table.shop_table th,
html .woocommerce-page table.shop_table th {
  padding: 15px 12px;
  font-size: 15px;
}
html .woocommerce table.shop_table td,
html .woocommerce-page table.shop_table td {
  border-top: 0;
}
html .woocommerce .shop_table .quantity.buttons_added {
  margin: 0;
}
html .woocommerce table.cart a.remove,
html .woocommerce #content table.cart a.remove,
html .woocommerce-page table.cart a.remove,
html .woocommerce-page #content table.cart a.remove {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  font-weight: 400;
}
html .woocommerce table.cart a.remove:hover,
html .woocommerce #content table.cart a.remove:hover,
html .woocommerce-page table.cart a.remove:hover,
html .woocommerce-page #content table.cart a.remove:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  font-weight: 400;
}
html .woocommerce table.cart img,
html .woocommerce #content table.cart img,
html .woocommerce-page table.cart img,
html .woocommerce-page #content table.cart img {
  width: 66px;
}
html .woocommerce table.shop_table td,
html .woocommerce-page table.shop_table td {
  padding: 12px 12px;
}
html .woocommerce table.cart td.actions .coupon .input-text,
html .woocommerce #content table.cart td.actions .coupon .input-text,
html .woocommerce-page table.cart td.actions .coupon .input-text,
html .woocommerce-page #content table.cart td.actions .coupon .input-text {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 6px 6px 5px;
  margin: 0 11px 0 0;
  outline: 0;
  line-height: 27px;
}
html .woocommerce table.cart td.actions .button.alt,
html .woocommerce #content table.cart td.actions .button.alt,
html .woocommerce-page table.cart td.actions .button.alt,
html .woocommerce-page #content table.cart td.actions .button.alt {
  margin-left: 10px;
}
html .woocommerce .cart-collaterals .shipping_calculator,
html .woocommerce-page .cart-collaterals .shipping_calculator {
  display: inline-block;
}
html .woocommerce .cart-collaterals .cart_totals,
html .woocommerce-page .cart-collaterals .cart_totals {
  display: inline-block;
  float: left;
}
html .woocommerce .cart-collaterals .cart_totals h2,
html .woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 15px;
  float: left;
}
html .woocommerce .cart-collaterals .cart_totals tr td,
html .woocommerce .cart-collaterals .cart_totals tr th,
html .woocommerce-page .cart-collaterals .cart_totals tr td,
html .woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 0;
  padding: 15px;
}
html .woocommerce .cart-collaterals .cart_totals tr.shipping th,
html .woocommerce-page .cart-collaterals .cart_totals tr.shipping th {
  font-size: 14px;
}
html .woocommerce .cart-collaterals .shipping_calculator h2,
html .woocommerce-page .cart-collaterals .shipping_calculator h2 {
  font-size: 15px;
}
html .woocommerce .cart-collaterals .shipping_calculator,
html .woocommerce-page .cart-collaterals .shipping_calculator {
  margin-top: 0;
}
html .woocommerce table.shop_table,
html .woocommerce-page table.shop_table {
  margin: 0 -1px 45px 0;
}
html .woocommerce .cart-collaterals,
html .woocommerce-page .cart-collaterals {
  margin-bottom: 50px;
}
html .woocommerce form .form-row input.input-text,
html .woocommerce form .form-row textarea,
html .woocommerce-page form .form-row input.input-text,
html .woocommerce-page form .form-row textarea {
  padding: 15px;
}
html .woocommerce form .form-row select,
html .woocommerce-page form .form-row select {
  height: 30px;
}
html .woocommerce form .form-row,
html .woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 12px;
}
html .woocommerce-cart .cart-collaterals .cart_totals p {
  margin-bottom: 10px;
}
html .woocommerce .woocommerce-ordering select,
html .woocommerce-page .woocommerce-ordering select {
  height: 30px;
}
html .woocommerce form .form-row textarea,
html .woocommerce-page form .form-row textarea {
  height: 47px;
}
html .woocommerce .checkout h3 {
  font-size: 20px;
  margin: 20px 0 30px;
}
html .woocommerce table.shop_table tfoot tr.total td,
html .woocommerce table.shop_table tfoot tr.total th,
html .woocommerce-page table.shop_table tfoot tr.total td,
html .woocommerce-page table.shop_table tfoot tr.total th {
  border-bottom: 0;
}
html .woocommerce .col2-set,
html .woocommerce-page .col2-set {
  margin-bottom: 40px;
}
html .woocommerce #payment,
html .woocommerce-page #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 15px 2px 15px;
}
html .woocommerce #payment div.payment_box:after,
html .woocommerce-page #payment div.payment_box:after {
  display: none;
}
html #payment div.payment_box,
html .woocommerce-page #payment div.payment_box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
}
html .woocommerce #payment ul.payment_methods,
html .woocommerce-page #payment ul.payment_methods {
  border-bottom: 0;
}
html .woocommerce #payment div.form-row,
html .woocommerce-page #payment div.form-row {
  border-top: 0;
}
html .woocommerce table.shop_table tfoot tr:last-child td,
html .woocommerce table.shop_table tfoot tr:last-child th,
html .woocommerce-page table.shop_table tfoot tr:last-child td,
html .woocommerce-page table.shop_table tfoot tr:last-child th {
  border-bottom: 0;
}
html .woocommerce .customer_details {
  margin-bottom: 45px;
  padding: 20px;
}
html .woocommerce ul.order_details {
  padding: 20px;
}
html .woocommerce .order_details.bacs_details,
html .woocommerce-page .order_details.bacs_details {
  margin: 0 0 40px;
}
html .woocommerce .order_details,
html .woocommerce-page .order_details {
  margin: 0 0 20px;
}
html .woocommerce form .form-row-first,
html .woocommerce form .form-row-last,
html .woocommerce-page form .form-row-first,
html .woocommerce-page form .form-row-last {
  width: 48%;
}
html .woocommerce .lost_password,
html .woocommerce-page .lost_password {
  margin-left: 15px;
}
html .woocommerce .checkout_coupon .form-row.form-row-first,
html .woocommerce-page .checkout_coupon .form-row.form-row-first,
html .woocommerce .checkout_coupon .form-row.form-row-last,
html .woocommerce-page .checkout_coupon .form-row.form-row-last {
  margin-bottom: 0;
}
.woocommerce .limoking-item-start-content.sidebar-right-item,
.woocommerce-page .limoking-item-start-content.sidebar-right-item,
.woocommerce .limoking-item-start-content.sidebar-left-item,
.woocommerce-page .limoking-item-start-content.sidebar-left-item {
  padding-top: 60px;
}
html .woocommerce .limoking-sidebar h3.limoking-widget-title,
html .woocommerce-page .limoking-sidebar h3.limoking-widget-title {
  font-size: 14px;
}
html .woocommerce .woocommerce-content h1.page-title,
html .woocommerce-page .woocommerce-content h1.page-title {
  display: none;
}
html .woocommerce-result-count {
  display: none;
}
html .woocommerce .woocommerce-ordering,
html .woocommerce-page .woocommerce-ordering {
  margin: 0 0 22px;
  float: left;
}
html .woocommerce ul.cart_list li img,
html .woocommerce ul.product_list_widget li img,
html .woocommerce-page ul.cart_list li img,
html .woocommerce-page ul.product_list_widget li img {
  width: 65px;
  float: left;
  margin-left: 0;
  margin-right: 18px;
  margin-bottom: 10px;
}
html .woocommerce ul.cart_list li,
html .woocommerce ul.product_list_widget li,
html .woocommerce-page ul.cart_list li,
html .woocommerce-page ul.product_list_widget li {
  padding: 15px 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
html .woocommerce ul.cart_list li a,
html .woocommerce ul.product_list_widget li a,
html .woocommerce-page ul.cart_list li a,
html .woocommerce-page ul.product_list_widget li a {
  font-size: 14px;
}
html .woocommerce ul.cart_list li del .amount,
html .woocommerce ul.product_list_widget li del .amount,
html .woocommerce-page ul.cart_list li del .amount,
html .woocommerce-page ul.product_list_widget li del .amount {
  margin-top: 0;
  font-size: 11px;
  font-weight: 400;
}
html .woocommerce ul.cart_list li ins .amount,
html .woocommerce ul.product_list_widget li ins .amount,
html .woocommerce-page ul.cart_list li ins .amount,
html .woocommerce-page ul.product_list_widget li ins .amount {
  margin-left: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 4px;
}
html .woocommerce ul.cart_list li .amount,
html .woocommerce ul.product_list_widget li .amount,
html .woocommerce-page ul.cart_list li .amount,
html .woocommerce-page ul.product_list_widget li .amount {
  font-size: 14px;
  font-weight: 700;
}
html .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
html
  .woocommerce-page
  .widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #f3f3f3;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #f1f1f1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}
html .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
html
  .woocommerce-page
  .widget_price_filter
  .ui-slider-horizontal
  .ui-slider-range {
  top: 0;
  height: 100%;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  border: 1px solid #522100;
  cursor: pointer;
  background: #ff9852;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff9852),
    to(#ff7a1f)
  );
  background: -webkit-linear-gradient(#ff9852, #ff7a1f);
  background: -moz-linear-gradient(center top, #ff9852 0%, #ff7a1f 100%);
  background: -moz-gradient(center top, #ff9852 0%, #ff7a1f 100%);
  outline: none;
  top: -0.3em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
html .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  border: 1px solid #cecece;
  background: #e4e4e4;
  box-shadow: none;
}
html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
html
  .woocommerce-page
  .widget_price_filter
  .ui-slider
  .ui-slider-handle:last-child {
  margin-left: -1em;
}
html .woocommerce .widget_price_filter .price_slider_amount,
html .woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
html .woocommerce .widget_price_filter .price_slider_amount .price_label,
html .woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
  float: right;
}
html .woocommerce .ui-widget-content {
  border: 0;
}
html .woocommerce .widget_price_filter .ui-slider-horizontal,
html .woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 0.6em;
}
html .woocommerce .widget_price_filter .price_slider,
html .woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1.9em;
}
html
  .woocommerce
  .with-sidebar-content
  ul.products
  li.product.limoking-1-product-per-row {
  width: 99%;
}
html
  .woocommerce
  .with-sidebar-content
  ul.products
  li.product.limoking-2-product-per-row {
  width: 48%;
}
html
  .woocommerce
  .with-sidebar-content
  ul.products
  li.product.limoking-3-product-per-row {
  width: 29.5%;
}
html
  .woocommerce
  .with-sidebar-content
  ul.products
  li.product.limoking-4-product-per-row {
  width: 22%;
}
html
  .woocommerce
  .with-sidebar-content
  ul.products
  li.product.limoking-5-product-per-row {
  width: 16.5%;
}
html .woocommerce .limoking-widget.widget_product_search input[type="text"],
html .woocommerce .limoking-widget.widget_product_search input[type="email"],
html
  .woocommerce
  .limoking-widget.widget_product_search
  input[type="password"] {
  width: 57%;
  padding: 15px;
}
html .woocommerce .limoking-widget.widget_product_search input[type="submit"] {
  padding: 13px 17px;
  margin-bottom: 0;
}
html .woocommerce .limoking-widget.widget_product_search .screen-reader-text {
  display: none;
}
.woocommerce ul.product-categories li:before,
.woocommerce-page ul.product-categories li:before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  border-style: solid;
  border-width: 1px;
  margin-top: -1px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.woocommerce ul.product-categories li,
.woocommerce-page ul.product-categories li {
  margin-bottom: 12px;
  padding-left: 30px;
  line-height: 20px;
  padding-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.woocommerce ul.product-categories,
.woocommerce-page ul.product-categories {
  list-style: none;
  margin-left: 0;
  position: relative;
}
html .woocommerce .star-rating,
html .woocommerce-page .star-rating {
  margin: 5px 0 5px;
}
html .woocommerce .widget_shopping_cart .total,
html .woocommerce-page .widget_shopping_cart .total {
  padding: 7px 12px;
  font-weight: 700;
  margin-top: 10px;
}
html .woocommerce ul.cart_list li:last-child,
html .woocommerce-page ul.cart_list li:last-child {
  border-bottom-width: 0;
  padding-left: 2em;
}
html
  .woocommerce
  .widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  a:first-child,
html
  .woocommerce-page
  .widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  a:first-child {
  margin-right: 5px;
}
html .woocommerce nav.woocommerce-pagination ul,
html .woocommerce #content nav.woocommerce-pagination ul,
html .woocommerce-page nav.woocommerce-pagination ul,
html .woocommerce-page #content nav.woocommerce-pagination ul {
  border: 0;
}
hmtl .woocommerce nav.woocommerce-pagination ul li,
html .woocommerce #content nav.woocommerce-pagination ul li,
html .woocommerce-page nav.woocommerce-pagination ul li,
html .woocommerce-page #content nav.woocommerce-pagination ul li {
  border-right: 0;
}
html .woocommerce nav.woocommerce-pagination ul li span.current,
html .woocommerce-page nav.woocommerce-pagination ul li span.current,
html .woocommercenav.woocommerce-pagination ul li a:hover,
html .woocommerce-page nav.woocommerce-pagination ul li a:hover {
  margin-right: 4px;
  padding: 9px 7px;
}
html .woocommerce nav.woocommerce-pagination ul li a,
html .woocommerce-page nav.woocommerce-pagination ul li a {
  margin-right: 4px;
  padding: 9px 7px;
}
html .woocommerce nav.woocommerce-pagination,
html .woocommerce #content nav.woocommerce-pagination,
html .woocommerce-page nav.woocommerce-pagination,
html .woocommerce-page #content nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -20px;
  display: inline-block;
  float: right;
}
html .woocommerce .with-sidebar-content ul.products li.product,
html .woocommerce-page .with-sidebar-content ul.products li.product {
  width: 29.5%;
}
html .woocommerce ul.products li.product,
html .woocommerce-page ul.products li.product {
  margin-top: 25px;
}
html .woocommerce-info a.showcoupon {
  margin-left: 15px;
}
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th,
html .woocommerce-page table.shop_table tfoot td,
html .woocommerce-page table.shop_table tfoot th,
.cart-subtotal th,
.shipping th,
.total th,
html .woocommerce table.shop_attributes .alt th,
html .woocommerce-page table.shop_attributes .alt th {
  background: transparent;
}
.woocommerce ul.cart_list li dl dt {
  display: inline;
  clear: none;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce ul.cart_list li dl dd {
  display: inline;
  clear: none;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce ul.cart_list .quantity {
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  html .woocommerce div.product div.images,
  html .woocommerce #content div.product div.images,
  html .woocommerce-page div.product div.images,
  html .woocommerce-page #content div.product div.images {
    width: 100%;
  }
  html .woocommerce div.product div.summary,
  html .woocommerce #content div.product div.summary,
  html .woocommerce-page div.product div.summary,
  html .woocommerce-page #content div.product div.summary {
    width: 100%;
  }
  html .woocommerce table.shop_table .product-price,
  html .woocommerce-page table.shop_table .product-quantity {
    display: none;
  }
  html .woocommerce .cart-collaterals .cart_totals,
  html .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    margin-bottom: 30px;
  }
  html .woocommerce .cart-collaterals .shipping_calculator,
  html .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
  }
  html .woocommerce table.cart td.actions .button.alt,
  html .woocommerce #content table.cart td.actions .button.alt,
  html .woocommerce-page table.cart td.actions .button.alt,
  html .woocommerce-page #content table.cart td.actions .button.alt {
    margin-top: 10px;
  }
  html .woocommerce .col2-set .col-1,
  html .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
  html .woocommerce .col2-set .col-2,
  html .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  html .woocommerce .order_details li,
  html .woocommerce-page .order_details li {
    border-right: 0;
    width: 100%;
    padding: 10px 5px;
  }
  html .woocommerce-cart .cart-collaterals .cart_totals p {
    margin-bottom: 15px;
  }
  html .woocommerce form .form-row input.input-text,
  html .woocommerce form .form-row textarea {
    border: none;
  }
}
@media only screen and (max-width: 419px) {
  html .woocommerce table.cart td.actions .coupon,
  html .woocommerce #content table.cart td.actions .coupon,
  html .woocommerce-page table.cart td.actions .coupon,
  html .woocommerce-page #content table.cart td.actions .coupon {
    float: right;
    margin-bottom: 10px;
  }
}
[data-input="map-search-control"] {
  background: #fff;
}
[data-input="map-search-control"] {
  font-size: 0.875em;
}
[data-input="map-search-control"] {
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 50% !important;
}
[data-input="map-search-control"] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid transparent !important;
  border-radius: 2px 0 0 2px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
}
[data-input="map-search-control"]:focus {
  border-color: #4d90fe;
}
div.wpgmp_before_listing h2 {
  margin: 0;
}
.wpgmp_filter_wrappers {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.wpgmp_filter_wrappers {
  background: #efefef;
  padding: 20px;
  border-radius: 2px;
}
div.wpgmp_listing_header,
div.categories_filter,
div.wpgmp_before_listing {
  float: left;
  width: 100%;
  margin: 0;
}
div.wpgmp_before_listing h2 {
  margin: 0;
}
.wpgmp_before_listing {
  line-height: 1em;
}
div.categories_filter select {
  background: #212f3d;
}
.wpgmp_toggle_main_container input[type="submit"],
div.categories_filter select {
  color: #fff;
}
div.wpgmp_search_form input.wpgmp_search_input,
[data-input="map-search-control"],
div.categories_filter select {
  font-size: 0.875em;
}
div.wpgmp_listing_header,
div.categories_filter,
div.wpgmp_before_listing {
  float: left;
  width: 100%;
  margin: 0;
}
div.categories_filter select {
  margin-top: 0.85714em;
  margin-right: 0.85714em;
  border: 0;
  box-shadow: none !important;
  display: block;
  padding: 0.7142857em 2.85714em 0.7142857em 0.7142857em;
  float: left;
  border-radius: 0;
  height: inherit;
  max-width: 225px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../../../plugins/wp-google-map-plugin/assets/images/white_select_arrow.png)
    no-repeat 99% 50% #212f3d;
}
div.categories_filter select::-ms-expand {
  display: none;
}
.categories_filter input[type="button"] {
  background: #212f3d;
}
@media only screen and (min-width: 0) and (max-width: 319px) {
  .categories_filter select {
    width: 100%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px;
  }
  .wpgmp_map_container .gm-style-iw {
    max-width: 80% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .categories_filter select {
    width: 100%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px;
  }
  .wpgmp_map_container .gm-style-iw {
    max-width: 80% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .categories_filter select {
    width: 48%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px;
  }
}
.categories_filter select {
  margin-bottom: 10px;
  padding: 0;
  height: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .categories_filter select {
    margin-bottom: 10px;
    padding: 0;
    height: 30px;
  }
  .categories_filter select {
    width: 48%;
    margin-bottom: 10px;
    padding: 4px;
    height: 30px;
    font-size: 10px;
  }
}
@media (max-width: 650px) {
  div.categories_filter select {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
  }
}
.wpgmp_map_parent {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.wpgmp_map_parent .gm-control-active,
.wpgmp_map_parent .gm-style-mtc button {
  background: #fff !important;
} /*! 
 * Master Slider WordPress Main CSS File
 * @date Feb 2022
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
}
.ms-ie img {
  border: none;
}
.ms-ie8 * {
  opacity: inherit;
  -webkit-filter: inherit;
  filter: inherit;
}
.ms-ie7 {
  zoom: 1;
}
.ms-moz .ms-slide-bgcont > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.master-slider a,
.master-slider a:hover {
  -webkit-transition: none;
  transition: none;
}
.wpb_row .master-slider-parent *,
.master-slider-parent * {
  box-sizing: content-box;
}
.master-slider-parent {
  margin-left: auto;
  margin-right: auto;
}
.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}
.ms-layout-partialview .ms-container {
  overflow: hidden;
}
.master-slider img,
.ms-slide-bgvideocont video {
  max-width: none;
}
.master-slider.ms-fullheight {
  height: 100%;
}
.ms-slide-auto-height {
  display: table;
}
.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(../../../plugins/masterslider/public/assets/css/common/loading-2.gif)
    no-repeat center #fff;
  border-radius: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}
.ms-def-cursor {
  cursor: auto !important;
}
.ms-grab-cursor {
  cursor: url(../../../plugins/masterslider/public/assets/css/common/grab.png),
    move;
}
.ms-grabbing-cursor {
  cursor: url(../../../plugins/masterslider/public/assets/css/common/grabbing.png),
    move;
}
.ms-ie .ms-grab-cursor {
  cursor: move;
}
.ms-ie .ms-grabbing-cursor {
  cursor: move;
}
.ms-view {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.ms-view .ms-slide-container {
  position: relative;
}
.ms-slide {
  position: absolute;
  height: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110;
}
.ms-ie .ms-slide-link {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7)
    0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}
.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}
.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0;
}
.ms-inner-controls-cont,
.ms-container {
  position: relative;
  margin: 0 auto;
}
.ms-slide .ms-slide-bgcont img,
.ms-container,
.ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
  position: absolute;
  pointer-events: auto;
}
.ms-layer-mask {
  position: absolute;
  overflow: hidden;
}
.ms-layer-mask .ms-layer {
  position: relative;
}
.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0;
  pointer-events: none;
}
.ms-overlay-layers {
  position: absolute;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: #000;
  padding: 0;
  margin: 0;
  border: none;
}
.ms-slide .ms-pattern {
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  z-index: 108;
  position: absolute;
  top: 0;
}
.ms-wk .ms-pattern {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}
.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}
.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 109;
}
.ms-wk .ms-scroll-parallax-cont {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}
.ms-action-layer {
  cursor: pointer;
}
.ms-btn-container {
  position: absolute;
}
.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: #000;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}
.ms-default-btn {
  background: #0074a2;
  border-radius: 5px;
  color: #fff;
}
.ms-default-btn:hover {
  background-color: #0098d5;
}
.ms-default-btn:active {
  top: 1px;
}
.ms-layer.video-box {
  background: #000;
}
.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 110;
}
.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}
.ms-btn-m {
  padding: 12px 40px;
}
.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}
.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}
.ms-btn-round {
  border-radius: 5px;
}
.ms-btn-circle {
  border-radius: 100px;
}
.ms-btn-outline-round {
  border-radius: 5px;
}
.ms-btn-outline-circle {
  border-radius: 100px;
}
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 110;
}
.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}
.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url(../../../plugins/masterslider/public/assets/css/common/video-close-btn.png)
    no-repeat 0 3px;
  padding-left: 15px;
  height: 15px;
  color: #dbdbdb;
  margin-top: 7px;
}
.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px);
}
.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}
.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}
.ms-thumb-list.ms-dir-h {
  width: 100%;
}
.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}
.ms-thumbs-cont {
  position: relative;
}
.ms-thumb-frame img {
  width: 100%;
  height: auto;
}
.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ms-thumb-frame-selected {
  opacity: 1;
}
.ms-tabs .ms-thumb-frame {
  background-color: #f6f6f6;
  text-shadow: 0 1px 1px #fff;
  color: #222;
  border: solid 1px #fff;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.ms-tabs.ms-has-thumb .ms-tab-thumb {
  width: auto;
}
.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}
.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0;
}
.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
  margin-top: -12px;
}
.ms-tabs .ms-thumb {
  padding: 20px 20px;
}
.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #ededed;
}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #f6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #ededed;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0;
  top: auto;
  border-bottom: 0;
  border-top: solid 12px #f6f6f6;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #ededed;
}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #ededed;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #ededed;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #ededed;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #ededed;
}
.ms-thumb-alt {
  text-align: center;
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd,
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: #fff;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  right: 0;
  left: auto;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after,
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0;
  display: block;
  border-right-color: #fff;
  width: 6px;
  height: 1px;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  left: 7px;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd,
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: #fff;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  bottom: 0;
  top: auto;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after,
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0 5px 5px 5px;
  display: block;
  border-bottom-color: #fff;
  height: 1px;
  top: 5px;
  width: 0;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0 5px;
  border-top-color: #fff;
  top: 7px;
}
.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont {
  top: 0 !important;
}
.ms-tabs.ms-has-thumb .ms-thumb-frame {
  height: auto !important;
}
.ms-tabs.ms-has-thumb .ms-thumb {
  padding: 0;
}
.ms-tabs.ms-has-thumb .ms-tab-context {
  padding: 20px;
}
.ms-tabs.ms-align-left .ms-tab-thumb {
  float: left;
  margin-right: 20px;
}
.ms-tabs.ms-align-right .ms-tab-thumb {
  float: right;
  margin-left: 20px;
}
.ms-bullet {
  cursor: pointer;
  float: left;
}
.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}
.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-sbar {
  position: absolute;
}
.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}
.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}
.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}
.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}
.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ms-timerbar {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}
.ms-time-bar {
  -webkit-transition: width 120ms linear;
  transition: width 120ms linear;
}
.ms-ie7 .ms-tooltip-arrow {
  height: 0;
}
.ms-slide-info {
  position: absolute;
}
.ms-slide-info.ms-dir-v {
  top: 0;
}
.ms-slide-info.ms-dir-h {
  width: 100%;
}
@-webkit-keyframes ms-point-anim {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ms-point-anim {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}
.ms-pattern.ms-patt-1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-4 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-5 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-6 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-7 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-8 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-9 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-10 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-11 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-12 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-13 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-14 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-15 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-16 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-17 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-18 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-19 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-20 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-21 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-22 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-23 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-24 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-25 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-26 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-27 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);
}
.ms-pattern.ms-patt-28 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);
}
.ms-pattern.ms-patt-29 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);
}
.ms-pattern.ms-patt-30 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);
}
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png)
    no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png)
    no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}
.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}
.ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1.png)
    no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}
.ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px;
}
.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-default .ms-tooltip {
  max-width: 200px;
}
.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  margin-left: -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-default .ms-slide .ms-slide-vpbtn,
  .ms-skin-default .ms-video-btn,
  .ms-skin-default .ms-slide .ms-slide-vcbtn,
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev,
  .ms-skin-default .ms-bullet {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-1-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn {
  width: 54px;
  height: 54px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png)
    no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}
.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
  width: 27px;
  height: 26px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png)
    no-repeat -24px -29px;
  top: 30px;
  right: 30px;
}
.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
  width: 53px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1.png);
  background-position: -79px -19px;
  height: 61px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -26px;
  position: absolute;
  z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -79px -97px;
}
.ms-skin-black-1 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-black-1 .ms-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 4px;
  border: solid 1px rgb(58, 58, 58);
}
.ms-skin-black-1 .ms-bullet-selected {
  background-color: #000;
}
.ms-skin-black-1 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: #fff;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  top: -10px;
}
.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: #fff;
  border-right-color: rgba(0, 0, 0, 0.8);
  left: -10px;
}
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: #000;
  border-left-color: rgba(0, 0, 0, 0.8);
  right: -10px;
}
.ms-skin-black-1 .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #444;
  background: #000;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-black-1 .ms-tooltip {
  max-width: 200px;
}
.ms-skin-black-1 .ms-tooltip-cont {
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 #000;
  color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
  .ms-skin-black-1 .ms-video-btn,
  .ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
  .ms-skin-black-1 .ms-nav-next,
  .ms-skin-black-1 .ms-nav-prev {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-1-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn {
  width: 45px;
  height: 45px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2.png)
    #000 no-repeat -16px -103px;
  border: solid 3px rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-background-clip: padding-box;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}
.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover {
  background-color: #3d3d3d;
}
.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
  width: 25px;
  height: 25px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2.png)
    #000 no-repeat -27px -36px;
  border: solid 2px #fff;
  border-color: rgba(255, 255, 255, 0.4);
  top: 15px;
  right: 15px;
}
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn {
  border-radius: 50px;
}
.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
  position: absolute;
  cursor: pointer;
  z-index: 110;
  width: 45px;
  height: 45px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2.png)
    #000;
  background-clip: padding-box;
  background-position: -88px -26px;
  border: solid 3px rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 30px;
  margin-top: -22px;
}
.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn {
  border-radius: 90px;
}
.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover {
  background-color: #3d3d3d;
}
.ms-skin-black-2 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -86px -103px;
}
.ms-skin-black-2 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-black-2 .ms-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  border: solid 3px #fff;
  border-color: rgba(0, 0, 0, 0.44);
  margin: 4px;
  background-position: -34px -117px;
}
.ms-skin-black-2.round-skin .ms-bullet {
  border-radius: 15px;
}
.ms-skin-black-2 .ms-bullet-selected {
  background-color: #000;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
}
.ms-skin-black-2 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-black-2 .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
  display: none;
}
.ms-skin-black-2 .ms-tooltip {
  max-width: 200px;
}
.ms-skin-black-2 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
  .ms-skin-black-2 .ms-video-btn,
  .ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
  .ms-skin-black-2 .ms-nav-next,
  .ms-skin-black-2 .ms-nav-prev {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/black-skin-2-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn {
  width: 54px;
  height: 54px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2.png)
    no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}
.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
  width: 27px;
  height: 26px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2.png)
    no-repeat -24px -29px;
  top: 30px;
  right: 30px;
}
.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
  width: 53px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2.png);
  background-position: -79px -19px;
  height: 61px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -26px;
  position: absolute;
  z-index: 110;
}
.ms-skin-light-2 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -79px -97px;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-light-2 .ms-bullet {
  width: 9px;
  height: 9px;
  background: #000;
  margin: 4px;
  border: solid 1px rgb(58, 58, 58);
}
.ms-skin-light-2 .ms-bullet-selected {
  background-color: #fff;
}
.ms-skin-light-2 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-light-2 .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-light-2 .ms-tooltip {
  max-width: 200px;
}
.ms-skin-light-2 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-2 .ms-video-btn,
  .ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-2 .ms-nav-next,
  .ms-skin-light-2 .ms-nav-prev {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-2-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn {
  width: 50px;
  height: 50px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png)
    no-repeat -15px -149px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
  width: 31px;
  height: 29px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png)
    no-repeat -26px -28px;
  top: 30px;
  right: 30px;
}
.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
  width: 50px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png);
  background-position: -82px -22px;
  height: 50px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -25px;
  position: absolute;
  z-index: 110;
}
.ms-skin-light-3 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -81px -99px;
}
.ms-skin-light-3 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-light-3 .ms-bullet {
  width: 16px;
  height: 16px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3.png)
    no-repeat;
  background-position: -31px -114px;
  margin: 4px;
}
.ms-skin-light-3 .ms-bullet-selected {
  background-position: -31px -81px;
}
.ms-skin-light-3 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-light-3 .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-light-3 .ms-tooltip {
  max-width: 200px;
}
.ms-skin-light-3 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-3 .ms-video-btn,
  .ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-3 .ms-nav-next,
  .ms-skin-light-3 .ms-nav-prev,
  .ms-skin-light-3 .ms-bullet {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-3-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn {
  width: 54px;
  height: 54px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png)
    no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}
.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
  width: 27px;
  height: 26px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png)
    no-repeat -24px -29px;
  top: 30px;
  right: 30px;
}
.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
  width: 54px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4.png);
  background-position: -77px -5px;
  height: 68px;
  cursor: pointer;
  top: 50%;
  left: -27px;
  margin-top: -40px;
  position: absolute;
  z-index: 110;
}
.ms-skin-light-4 .ms-nav-next {
  right: -27px;
  left: auto;
  background-position: -79px -83px;
}
.ms-skin-light-4 .ms-thumb-frame-selected {
  opacity: 0.6;
}
.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
  bottom: -60px;
  width: 100%;
  height: 60px;
}
.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
  height: 100%;
  width: 60px;
  right: -60px;
  top: 0;
}
.ms-skin-light-4 .ms-thumb-frame {
  cursor: pointer;
  float: left;
  width: 60px;
  height: 60px;
  margin: 1px 0 0 1px;
  overflow: hidden;
}
.ms-skin-light-4 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-light-4 .ms-bullet {
  width: 9px;
  height: 9px;
  background: #b9b9b9;
  margin: 4px;
  border: solid 1px rgb(163, 163, 163);
}
.ms-skin-light-4 .ms-bullet-selected {
  background-color: #fff;
}
.ms-skin-light-4 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: #fff;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-light-4 .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #e0e0e0;
  background: #4b8aac;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #fff;
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-light-4 .ms-tooltip {
  max-width: 200px;
}
.ms-skin-light-4 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-4 .ms-video-btn,
  .ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-4 .ms-nav-next,
  .ms-skin-light-4 .ms-nav-prev {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-4-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn {
  width: 32px;
  height: 32px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png)
    #000 no-repeat -24px -160px;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}
.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover {
  background-color: #646464;
}
.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png)
    #fff no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}
.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
  width: 32px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png)
    #fff;
  background-position: -94px -32px;
  height: 32px;
  cursor: pointer;
  bottom: 40px;
  left: 40px;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}
.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover {
  background-color: #e0e0e0;
}
.ms-skin-light-5 .ms-nav-next {
  left: 73px;
  background-position: -93px -110px;
}
.ms-skin-light-5 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-light-5 .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5.png)
    no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}
.ms-skin-light-5 .ms-bullet-selected {
  background-position: -34px -84px;
}
.ms-skin-light-5 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-light-5 .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}
.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
  display: none;
}
.ms-skin-light-5 .ms-tooltip {
  max-width: 200px;
}
.ms-skin-light-5 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-5 .ms-video-btn,
  .ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-5 .ms-nav-next,
  .ms-skin-light-5 .ms-nav-prev {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-5-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn {
  width: 45px;
  height: 45px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png)
    #fff no-repeat -16px -103px;
  border: solid 3px rgb(112, 112, 112);
  border-color: rgba(0, 0, 0, 0.27);
  -webkit-background-clip: padding-box;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}
.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover {
  background-color: #e0e0e0;
}
.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
  width: 25px;
  height: 25px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png)
    #fff no-repeat -27px -36px;
  top: 15px;
  right: 15px;
}
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn {
  border-radius: 30px;
}
.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
  position: absolute;
  cursor: pointer;
  z-index: 110;
  width: 45px;
  height: 45px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6.png)
    #fff;
  background-clip: padding-box;
  background-position: -88px -26px;
  border: solid 3px rgb(112, 112, 112);
  border-color: rgba(0, 0, 0, 0.27);
  top: 50%;
  left: 30px;
  margin-top: -22px;
}
.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
  border-radius: 90px;
}
.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover {
  background-color: #e0e0e0;
}
.ms-skin-light-6 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -86px -103px;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-light-6 .ms-bullet {
  width: 8px;
  height: 8px;
  background: #000;
  -webkit-background-clip: padding-box;
  border: solid 3px #fff;
  border-color: rgba(255, 255, 255, 0.44);
  margin: 4px;
  background-position: -34px -117px;
}
.ms-skin-light-6.round-skin .ms-bullet {
  border-radius: 15px;
}
.ms-skin-light-6 .ms-bullet-selected {
  background-color: #fff;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.44);
}
.ms-skin-light-6 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-light-6 .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
  display: none;
}
.ms-skin-light-6 .ms-tooltip {
  max-width: 200px;
}
.ms-skin-light-6 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-6 .ms-video-btn,
  .ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-6 .ms-nav-next,
  .ms-skin-light-6 .ms-nav-prev {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/light-skin-6-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn {
  width: 47px;
  height: 46px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png)
    no-repeat -16px -152px;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -24px;
}
.ms-skin-metro .ms-slide .ms-slide-vcbtn {
  width: 47px;
  height: 47px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png)
    no-repeat -16px -19px;
  top: 15px;
  right: 15px;
}
.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
  width: 47px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png);
  background-position: -83px -23px;
  height: 47px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -24px;
  position: absolute;
  z-index: 110;
}
.ms-skin-metro .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -81px -100px;
}
.ms-skin-metro .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-metro .ms-bullet {
  width: 16px;
  height: 16px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin.png)
    no-repeat;
  background-position: -31px -114px;
  margin: 4px;
}
.ms-skin-metro .ms-bullet-selected {
  background-position: -31px -81px;
}
.ms-skin-metro .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-metro .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-metro .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-metro .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-metro .ms-tooltip {
  max-width: 200px;
}
.ms-skin-metro .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-metro .ms-slide .ms-slide-vpbtn,
  .ms-skin-metro .ms-video-btn,
  .ms-skin-metro .ms-slide .ms-slide-vcbtn,
  .ms-skin-metro .ms-nav-next,
  .ms-skin-metro .ms-nav-prev,
  .ms-skin-metro .ms-bullet {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/metro-skin-retina.png);
    background-size: 152px 225px;
  }
}
.ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn {
  width: 55px;
  height: 55px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg)
    no-repeat 24px 18px #fff;
  border: solid 1px #3d3d3d;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
  background-color: #f1f1f1;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
  width: 31px;
  height: 31px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg)
    no-repeat -289px 6px #fff;
  border-radius: 50%;
  border: solid 1px #3d3d3d;
  top: 18px;
  right: 30px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
  background: url(../../../plugins/masterslider/public/assets/css/skins/minimal.svg)
    no-repeat #fff;
  background-position: -178px 17px;
  border: solid 1px #3d3d3d;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -27px;
  position: absolute;
  z-index: 110;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover {
  background-color: #f1f1f1;
}
.ms-skin-minimal .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -75px 17px;
}
.ms-skin-minimal .ms-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border: solid 1px #3d3d3d;
  border-radius: 50%;
  margin: 4px;
  background-position: -34px -117px;
}
.ms-skin-minimal .ms-bullet-selected {
  background: #3d3d3d;
}
.ms-skin-minimal .ms-time-bar {
  height: 3px;
  background: #fff;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}
.ms-skin-minimal .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}
.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}
.ms-skin-minimal .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-minimal .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #bbb;
  background: #fff;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-minimal .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-minimal .ms-tooltip {
  max-width: 200px;
}
.ms-skin-minimal .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 #fff;
  margin-left: -1px;
}
.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn {
  width: 60px;
  height: 60px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png)
    no-repeat -10px -144px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
  width: 24px;
  height: 24px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png)
    no-repeat -27px -30px;
  top: 30px;
  right: 30px;
}
.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
  width: 60px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png);
  background-position: -76px -17px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -30px;
  position: absolute;
  z-index: 110;
}
.ms-skin-contrast .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -77px -91px;
}
.ms-skin-contrast .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-skin-contrast .ms-bullet {
  width: 16px;
  height: 16px;
  background: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin.png)
    no-repeat;
  background-position: -31px -114px;
  margin: 4px;
}
.ms-skin-contrast .ms-bullet-selected {
  background-position: -31px -81px;
}
.ms-skin-contrast .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}
.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: #fc3116;
  border-top-color: rgba(252, 49, 22, 0.8);
  bottom: -10px;
}
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: #fc3116;
  border-bottom-color: rgba(252, 49, 22, 0.8);
  top: -10px;
}
.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: #fc3116;
  border-right-color: rgba(252, 49, 22, 0.8);
  left: -10px;
}
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: #fc3116;
  border-left-color: rgba(252, 49, 22, 0.8);
  right: -10px;
}
.ms-skin-contrast .ms-tooltip-point {
  cursor: pointer;
}
.ms-skin-contrast .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #636363;
  background: #000;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}
.ms-skin-contrast .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: #fff;
  background: rgba(255, 255, 255, 0.99);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: ms-point-anim 1.5s infinite;
  -moz-animation: ms-point-anim 1.5s infinite;
  -webkit-animation: ms-point-anim 1.5s infinite;
  -o-animation: ms-point-anim 1.5s infinite;
}
.ms-skin-contrast .ms-tooltip {
  max-width: 200px;
}
.ms-skin-contrast .ms-tooltip-cont {
  padding: 10px;
  background: #fc3116;
  background: rgba(252, 49, 22, 0.8);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .ms-skin-contrast .ms-slide .ms-slide-vpbtn,
  .ms-skin-contrast .ms-video-btn,
  .ms-skin-contrast .ms-slide .ms-slide-vcbtn,
  .ms-skin-contrast .ms-nav-next,
  .ms-skin-contrast .ms-nav-prev,
  .ms-skin-contrast .ms-bullet {
    background-image: url(../../../plugins/masterslider/public/assets/css/skins/contrast-skin-retina.png);
    background-size: 152px 225px;
  }
}
.ms-caro3d-template .ms-container {
  padding: 10px 0 50px 0;
}
.ms-caro3d-template .ms-slide {
  -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255, 255, 255, 0.5)));
}
.ms-caro3d-template .ms-slide-bgcont {
  border-radius: 8px;
}
.ms-dis-slider-cont {
  position: relative;
  padding: 3.2% 8.5% 24%;
  max-width: 508px;
}
.ms-display-cont .ms-view {
  background-color: #17171a;
}
.ms-display-cont {
  max-width: 614px;
  position: relative;
  margin: 0 auto;
}
.ms-display-bg {
  max-width: 100%;
  position: absolute;
}
.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -80px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.ms-display-template .ms-nav-next {
  background-position: -59px -9px;
  right: -80px;
  left: auto;
}
.ms-display-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -50%;
  right: 50%;
  width: 100px;
}
.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-display-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -112px -25px;
  margin: 4px;
}
.ms-display-template .ms-bullet-selected {
  background-position: -143px -25px;
}
.ms-gallery-template .ms-gallery-botcont {
  height: 55px;
  background: #000;
  color: #fff;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  position: relative;
}
.ms-gallery-template .ms-gal-playbtn {
  width: 55px;
  height: 100%;
  float: left;
  cursor: pointer;
  background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png)
    no-repeat 6px 6px;
}
.ms-gallery-template .ms-gal-playbtn.btn-pause {
  background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png)
    no-repeat -55px 7px;
}
.ms-gallery-template .ms-gal-thumbtoggle {
  position: absolute;
  right: 0;
  z-index: 110;
  width: 55px;
  height: 100%;
  cursor: pointer;
  background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png)
    no-repeat -53px -41px;
}
.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
  background: url(../../../plugins/masterslider/public/assets/css/templates/gallery-btns.png)
    no-repeat 4px -41px;
}
.ms-gallery-template .ms-slide-num {
  float: left;
  padding: 17px 9px;
  color: #727272;
}
.ms-gallery-template .ms-slide-info {
  float: left;
  padding: 18px 4px;
  position: relative;
  width: auto;
}
.ms-gallery-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 18px;
  right: 105px;
  width: 100px;
}
.ms-gallery-template .ms-bullet {
  width: 8px;
  height: 8px;
  background: #1e1e1e;
  margin: 4px;
  border-radius: 15px;
}
.ms-gallery-template .ms-bullet-selected {
  background-color: #fff;
}
.ms-gallery-template .ms-timerbar {
  width: 100%;
  top: -4px;
  height: 4px;
  position: absolute;
  background: rgba(0, 0, 0, 0.32);
}
.ms-gallery-template .ms-time-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.7);
}
.ms-gallery-template .ms-thumb-list.ms-dir-h {
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.95);
  padding-top: 1px;
}
.ms-gallery-template .ms-thumb-frame {
  cursor: pointer;
  float: left;
  width: 175px;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.ms-gallery-template .ms-thumb-frame-selected {
  opacity: 1;
}
.ms-gallery-template .ms-gal-thumbcont {
  overflow: hidden;
  width: 100%;
  height: 115px;
  position: absolute;
  top: -115px;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
  height: 0;
  top: 0;
}
@media (max-width: 570px) {
  .ms-gallery-template .ms-slide-info {
    display: none;
  }
}
.ms-laptop-template .ms-laptop-cont .ms-view {
  background-color: #17171a;
}
.ms-laptop-template .ms-laptop-cont {
  max-width: 645px;
  position: relative;
  margin: 0 auto;
}
.ms-laptop-template .ms-lt-slider-cont {
  position: relative;
  padding: 5% 11.9% 20%;
  max-width: 492px;
}
.ms-laptop-template .ms-laptop-bg {
  max-width: 100%;
  position: absolute;
}
.ms-laptop-template .ms-nav-prev,
.ms-laptop-template .ms-nav-next {
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -80px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.ms-laptop-template .ms-nav-next {
  background-position: -59px -9px;
  right: -80px;
  left: auto;
}
.ms-laptop-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -40%;
  right: 50%;
  width: 100px;
}
.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-laptop-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -112px -25px;
  margin: 4px;
}
.ms-laptop-template .ms-bullet-selected {
  background-position: -143px -25px;
}
.ms-tablet-template .ms-tablet-cont .ms-view {
  background-color: #17171a;
}
.ms-tablet-template .ms-tablet-cont {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}
.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
  max-width: 842px;
}
.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
  padding: 4.1% 12.1% 10%;
  max-width: 632px;
}
.ms-tablet-template .ms-lt-slider-cont {
  position: relative;
  padding: 11.1% 11% 22%;
  max-width: 400px;
}
.ms-tablet-template .ms-tablet-bg {
  max-width: 100%;
  position: absolute;
}
.ms-tablet-template .ms-nav-prev,
.ms-tablet-template .ms-nav-next {
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -120px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.ms-tablet-template .ms-nav-next {
  background-position: -59px -9px;
  right: -120px;
  left: auto;
}
.ms-tablet-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -18%;
  right: 50%;
  width: 100px;
}
.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-tablet-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -112px -25px;
  margin: 4px;
}
.ms-tablet-template .ms-bullet-selected {
  background-position: -143px -25px;
}
.ms-phone-template .ms-phone-cont .ms-view {
  background-color: #17171a;
}
.ms-phone-template .ms-phone-cont {
  max-width: 386px;
  position: relative;
  margin: 0 auto;
}
.ms-phone-template.ms-phone-land .ms-phone-cont {
  max-width: 666px;
}
.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
  position: relative;
  padding: 4.6% 16.1% 10% 15.5%;
  max-width: 455px;
}
.ms-phone-template .ms-lt-slider-cont {
  position: relative;
  padding: 26.2% 16.5% 33% 16.8%;
  max-width: 258px;
}
.ms-phone-template .ms-phone-bg {
  max-width: 100%;
  position: absolute;
}
.ms-phone-template .ms-nav-prev,
.ms-phone-template .ms-nav-next {
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -120px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.ms-phone-template .ms-nav-next {
  background-position: -59px -9px;
  right: -120px;
  left: auto;
}
.ms-phone-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -30%;
  right: 50%;
  width: 100px;
}
.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-phone-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../../../plugins/masterslider/public/assets/css/templates/device-skin.png)
    no-repeat -112px -25px;
  margin: 4px;
}
.ms-phone-template .ms-bullet-selected {
  background-position: -143px -25px;
}
.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
  bottom: -21%;
}
.ms-phone-template.ms-phone-land .ms-nav-next {
  right: -150px;
}
.ms-phone-template.ms-phone-land .ms-nav-prev {
  left: -150px;
}
.ms-partialview-template .ms-slide-info {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.ms-partialview-template .ms-slide-info h3 {
  margin: 5px;
  font-weight: 300;
  font-size: 23pt;
  color: #222;
}
.ms-partialview-template .ms-slide-info h4 {
  margin: 5px;
  font-weight: 300;
  font-size: 14pt;
  color: #7a7a7a;
}
.ms-partialview-template .ms-slide-info p {
  font-size: 10pt;
  margin: 6px;
}
.ms-showcase2-template .ms-view {
  background: transparent;
}
.ms-staff-carousel {
  margin: 25px auto;
  position: relative;
}
.ms-staff-carousel .ms-view {
  overflow: visible;
  background-color: transparent;
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
  background: url(../../../plugins/masterslider/public/assets/css/templates/staff-arrows.png)
    #fff no-repeat -7px -57px;
  width: 35px;
  height: 40px;
  left: -35px;
  margin-top: -17px;
  box-shadow: 0 1px 0 0 rgb(190, 190, 190);
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.ms-staff-carousel .ms-nav-next {
  background-position: -6px -7px;
  right: -35px;
  left: auto;
}
.ms-staff-carousel .ms-staff-info {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 30px;
  min-height: 300px;
  color: #222;
}
.ms-staff-carousel .ms-staff-info h3 {
  font-weight: 300;
  font-size: 22pt;
  margin: 0;
}
.ms-staff-carousel .ms-staff-info h4 {
  font-weight: 300;
  color: #787878;
  font-size: 15pt;
  margin: 3px;
}
.ms-staff-carousel.ms-round .ms-slide-bgcont {
  border-radius: 5000px;
  border: solid 8px rgb(230, 230, 230);
  margin: 0 -8px;
}
.ms-staff-carousel.ms-round .ms-view {
  padding-bottom: 8%;
}
.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
  background-color: transparent;
  box-shadow: none;
  left: -45px;
}
.ms-staff-carousel.ms-round .ms-nav-next {
  left: auto;
  right: -45px;
}
.ms-tabs-template .ms-thumb-frame h3 {
  font-weight: 400;
  font-size: 13pt;
  margin: 0;
}
.ms-tabs-template .ms-thumb-frame p {
  font-size: 10pt;
  margin: 4px 0;
}
.ms-tabs-template .ms-thumb-frame-selected h3 {
  color: #4b8aac;
}
.ms-vertical-template .ms-nav-prev,
.ms-vertical-template .ms-nav-next {
  top: 10px;
  left: 50%;
  background: url(../../../plugins/masterslider/public/assets/css/templates/vertical-arrows.png)
    no-repeat;
  background-position: -11px -6px;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  margin-top: 0;
}
.ms-vertical-template .ms-nav-next {
  top: auto;
  bottom: 10px;
  background-position: -11px -53px;
}
.ms-vertical-template .ms-thumblist-fwd,
.ms-vertical-template .ms-thumblist-bwd {
  width: 100%;
  position: absolute;
  top: 0;
  height: 15px;
  cursor: pointer;
  background: url(../../../plugins/masterslider/public/assets/css/templates/vertical-arrows.png)
    no-repeat;
  background-position: 50% -106px;
}
.ms-vertical-template .ms-thumblist-bwd {
  top: auto;
  bottom: 0;
  background-position: 50% -145px;
}
.msp-preset-btn-84 {
  background-color: #1eacc7;
  color: #fff;
  padding: 15px 20px;
}
.msp-preset-btn-84:hover {
  background-color: #ca89cc;
  color: #fff;
}
.msp-preset-btn-84:active {
  top: 1px;
}
.msp-preset-btn-85 {
  background-color: #b97ebb;
  color: #fff;
}
.msp-preset-btn-85:hover {
  background-color: #ca89cc;
  color: #fff;
}
.msp-preset-btn-85:active {
  top: 1px;
}
.msp-preset-btn-86 {
  color: #b97ebb;
  border: solid 1px #b97ebb;
}
.msp-preset-btn-86:hover {
  border-color: #ca89cc;
  color: #ca89cc;
}
.msp-preset-btn-86:active {
  top: 1px;
}
.msp-preset-btn-87 {
  background-color: #b97ebb;
  color: #fff;
}
.msp-preset-btn-87:hover {
  background-color: #ca89cc;
  color: #fff;
}
.msp-preset-btn-87:active {
  top: 1px;
}
.msp-preset-btn-88 {
  background-color: #b97ebb;
  color: #fff;
  box-shadow: 0 5px #9a699c;
}
.msp-preset-btn-88:hover {
  background-color: #ca89cc;
  box-shadow: 0 4px #9a699c;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-88:active {
  box-shadow: 0 2px #9a699c;
  top: 3px;
}
.msp-preset-btn-89 {
  background-color: #5472d2;
  color: #fff;
}
.msp-preset-btn-89:hover {
  background-color: #5d7fe9;
  color: #fff;
}
.msp-preset-btn-89:active {
  top: 1px;
}
.msp-preset-btn-90 {
  background-color: #5472d2;
  color: #fff;
}
.msp-preset-btn-90:hover {
  background-color: #5d7fe9;
  color: #fff;
}
.msp-preset-btn-90:active {
  top: 1px;
}
.msp-preset-btn-91 {
  color: #5472d2;
  border: solid 1px #5472d2;
}
.msp-preset-btn-91:hover {
  border-color: #5d7fe9;
  color: #5d7fe9;
}
.msp-preset-btn-91:active {
  top: 1px;
}
.msp-preset-btn-92 {
  background-color: #5472d2;
  color: #fff;
}
.msp-preset-btn-92:hover {
  background-color: #5d7fe9;
  color: #fff;
}
.msp-preset-btn-92:active {
  top: 1px;
}
.msp-preset-btn-93 {
  background-color: #5472d2;
  color: #fff;
  box-shadow: 0 5px #4c68be;
}
.msp-preset-btn-93:hover {
  background-color: #5d7fe9;
  box-shadow: 0 4px #4c68be;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-93:active {
  box-shadow: 0 2px #4c68be;
  top: 3px;
}
.msp-preset-btn-94 {
  background-color: #00c1cf;
  color: #fff;
}
.msp-preset-btn-94:hover {
  background-color: #01d4e4;
  color: #fff;
}
.msp-preset-btn-94:active {
  top: 1px;
}
.msp-preset-btn-95 {
  background-color: #00c1cf;
  color: #fff;
}
.msp-preset-btn-95:hover {
  background-color: #01d4e4;
  color: #fff;
}
.msp-preset-btn-95:active {
  top: 1px;
}
.msp-preset-btn-96 {
  color: #00c1cf;
  border: solid 1px #00c1cf;
}
.msp-preset-btn-96:hover {
  border-color: #01d4e4;
  color: #01d4e4;
}
.msp-preset-btn-96:active {
  top: 1px;
}
.msp-preset-btn-97 {
  background-color: #00c1cf;
  color: #fff;
}
.msp-preset-btn-97:hover {
  background-color: #01d4e4;
  color: #fff;
}
.msp-preset-btn-97:active {
  top: 1px;
}
.msp-preset-btn-98 {
  background-color: #00c1cf;
  color: #fff;
  box-shadow: 0 5px #00afbc;
}
.msp-preset-btn-98:hover {
  background-color: #01d4e4;
  box-shadow: 0 4px #00afbc;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-98:active {
  box-shadow: 0 2px #00afbc;
  top: 3px;
}
.msp-preset-btn-99 {
  background-color: #4cadc9;
  color: #fff;
}
.msp-preset-btn-99:hover {
  background-color: #63b2c9;
  color: #fff;
}
.msp-preset-btn-99:active {
  top: 1px;
}
.msp-preset-btn-100 {
  background-color: #4cadc9;
  color: #fff;
}
.msp-preset-btn-100:hover {
  background-color: #63b2c9;
  color: #fff;
}
.msp-preset-btn-100:active {
  top: 1px;
}
.msp-preset-btn-101 {
  color: #4cadc9;
  border: solid 1px #4cadc9;
}
.msp-preset-btn-101:hover {
  border-color: #63b2c9;
  color: #63b2c9;
}
.msp-preset-btn-101:active {
  top: 1px;
}
.msp-preset-btn-102 {
  background-color: #4cadc9;
  color: #fff;
}
.msp-preset-btn-102:hover {
  background-color: #63b2c9;
  color: #fff;
}
.msp-preset-btn-102:active {
  top: 1px;
}
.msp-preset-btn-103 {
  background-color: #4cadc9;
  color: #fff;
  box-shadow: 0 5px #1aa2c9;
}
.msp-preset-btn-103:hover {
  background-color: #63b2c9;
  box-shadow: 0 4px #1aa2c9;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-103:active {
  box-shadow: 0 2px #1aa2c9;
  top: 3px;
}
.msp-preset-btn-104 {
  background-color: #cec2ab;
  color: #fff;
}
.msp-preset-btn-104:hover {
  background-color: #cebd9d;
  color: #fff;
}
.msp-preset-btn-104:active {
  top: 1px;
}
.msp-preset-btn-105 {
  background-color: #cec2ab;
  color: #fff;
}
.msp-preset-btn-105:hover {
  background-color: #cebd9d;
  color: #fff;
}
.msp-preset-btn-105:active {
  top: 1px;
}
.msp-preset-btn-106 {
  color: #cec2ab;
  border: solid 1px #cec2ab;
}
.msp-preset-btn-106:hover {
  border-color: #cebd9d;
  color: #cebd9d;
}
.msp-preset-btn-106:active {
  top: 1px;
}
.msp-preset-btn-107 {
  background-color: #cec2ab;
  color: #fff;
}
.msp-preset-btn-107:hover {
  background-color: #cebd9d;
  color: #fff;
}
.msp-preset-btn-107:active {
  top: 1px;
}
.msp-preset-btn-108 {
  background-color: #cec2ab;
  color: #fff;
  box-shadow: 0 5px #c2b7a2;
}
.msp-preset-btn-108:hover {
  background-color: #cebd9d;
  box-shadow: 0 4px #c2b7a2;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-108:active {
  box-shadow: 0 2px #c2b7a2;
  top: 3px;
}
.msp-preset-btn-109 {
  background-color: #50485b;
  color: #fff;
}
.msp-preset-btn-109:hover {
  background-color: #6a6176;
  color: #fff;
}
.msp-preset-btn-109:active {
  top: 1px;
}
.msp-preset-btn-110 {
  background-color: #50485b;
  color: #fff;
}
.msp-preset-btn-110:hover {
  background-color: #6a6176;
  color: #fff;
}
.msp-preset-btn-110:active {
  top: 1px;
}
.msp-preset-btn-111 {
  color: #50485b;
  border: solid 1px #50485b;
}
.msp-preset-btn-111:hover {
  border-color: #6a6176;
  color: #6a6176;
}
.msp-preset-btn-111:active {
  top: 1px;
}
.msp-preset-btn-112 {
  background-color: #50485b;
  color: #fff;
}
.msp-preset-btn-112:hover {
  background-color: #6a6176;
  color: #fff;
}
.msp-preset-btn-112:active {
  top: 1px;
}
.msp-preset-btn-113 {
  background-color: #50485b;
  color: #fff;
  box-shadow: 0 5px #412d5b;
}
.msp-preset-btn-113:hover {
  background-color: #6a6176;
  box-shadow: 0 4px #412d5b;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-113:active {
  box-shadow: 0 2px #412d5b;
  top: 3px;
}
.msp-preset-btn-114 {
  background-color: #8d6dc4;
  color: #fff;
}
.msp-preset-btn-114:hover {
  background-color: #977cc4;
  color: #fff;
}
.msp-preset-btn-114:active {
  top: 1px;
}
.msp-preset-btn-115 {
  background-color: #8d6dc4;
  color: #fff;
}
.msp-preset-btn-115:hover {
  background-color: #977cc4;
  color: #fff;
}
.msp-preset-btn-115:active {
  top: 1px;
}
.msp-preset-btn-116 {
  color: #8d6dc4;
  border: solid 1px #8d6dc4;
}
.msp-preset-btn-116:hover {
  border-color: #977cc4;
  color: #977cc4;
}
.msp-preset-btn-116:active {
  top: 1px;
}
.msp-preset-btn-117 {
  background-color: #8d6dc4;
  color: #fff;
}
.msp-preset-btn-117:hover {
  background-color: #977cc4;
  color: #fff;
}
.msp-preset-btn-117:active {
  top: 1px;
}
.msp-preset-btn-118 {
  background-color: #8d6dc4;
  color: #fff;
  box-shadow: 0 5px #7c51c4;
}
.msp-preset-btn-118:hover {
  background-color: #977cc4;
  box-shadow: 0 4px #7c51c4;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-118:active {
  box-shadow: 0 2px #7c51c4;
  top: 3px;
}
.msp-preset-btn-119 {
  background-color: #75d69c;
  color: #fff;
}
.msp-preset-btn-119:hover {
  background-color: #7de5a7;
  color: #fff;
}
.msp-preset-btn-119:active {
  top: 1px;
}
.msp-preset-btn-120 {
  background-color: #75d69c;
  color: #fff;
}
.msp-preset-btn-120:hover {
  background-color: #7de5a7;
  color: #fff;
}
.msp-preset-btn-120:active {
  top: 1px;
}
.msp-preset-btn-121 {
  color: #75d69c;
  border: solid 1px #75d69c;
}
.msp-preset-btn-121:hover {
  border-color: #7de5a7;
  color: #7de5a7;
}
.msp-preset-btn-121:active {
  top: 1px;
}
.msp-preset-btn-122 {
  background-color: #75d69c;
  color: #fff;
}
.msp-preset-btn-122:hover {
  background-color: #7de5a7;
  color: #fff;
}
.msp-preset-btn-122:active {
  top: 1px;
}
.msp-preset-btn-123 {
  background-color: #75d69c;
  color: #fff;
  box-shadow: 0 5px #41d67d;
}
.msp-preset-btn-123:hover {
  background-color: #7de5a7;
  box-shadow: 0 4px #41d67d;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-123:active {
  box-shadow: 0 2px #41d67d;
  top: 3px;
}
.msp-preset-btn-124 {
  background-color: #222;
  color: #fff;
}
.msp-preset-btn-124:hover {
  background-color: #333;
  color: #fff;
}
.msp-preset-btn-124:active {
  top: 1px;
}
.msp-preset-btn-125 {
  background-color: #222;
  color: #fff;
}
.msp-preset-btn-125:hover {
  background-color: #333;
  color: #fff;
}
.msp-preset-btn-125:active {
  top: 1px;
}
.msp-preset-btn-126 {
  color: #222;
  border: solid 1px #222;
}
.msp-preset-btn-126:hover {
  border-color: #333;
  color: #333;
}
.msp-preset-btn-126:active {
  top: 1px;
}
.msp-preset-btn-127 {
  background-color: #222;
  color: #fff;
}
.msp-preset-btn-127:hover {
  background-color: #333;
  color: #fff;
}
.msp-preset-btn-127:active {
  top: 1px;
}
.msp-preset-btn-128 {
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px #000;
}
.msp-preset-btn-128:hover {
  background-color: #333;
  box-shadow: 0 4px #000;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-128:active {
  box-shadow: 0 2px #000;
  top: 3px;
}
.msp-preset-btn-129 {
  background-color: #dedede;
  color: #666;
}
.msp-preset-btn-129:hover {
  background-color: #d1d1d1;
  color: #666;
}
.msp-preset-btn-129:active {
  top: 1px;
}
.msp-preset-btn-130 {
  background-color: #dedede;
  color: #666;
}
.msp-preset-btn-130:hover {
  background-color: #d1d1d1;
  color: #666;
}
.msp-preset-btn-130:active {
  top: 1px;
}
.msp-preset-btn-131 {
  color: #dedede;
  border: solid 1px #dedede;
}
.msp-preset-btn-131:hover {
  border-color: #d1d1d1;
  color: #d1d1d1;
}
.msp-preset-btn-131:active {
  top: 1px;
}
.msp-preset-btn-132 {
  background-color: #dedede;
  color: #666;
}
.msp-preset-btn-132:hover {
  background-color: #d1d1d1;
  color: #666;
}
.msp-preset-btn-132:active {
  top: 1px;
}
.msp-preset-btn-133 {
  background-color: #dedede;
  color: #666;
  box-shadow: 0 5px #cacaca;
}
.msp-preset-btn-133:hover {
  background-color: #d1d1d1;
  color: #666;
  box-shadow: 0 4px #cacaca;
  top: 1px;
}
.msp-preset-btn-133:active {
  box-shadow: 0 2px #cacaca;
  top: 3px;
}
.msp-preset-btn-134 {
  background-color: #f7be68;
  color: #fff;
}
.msp-preset-btn-134:hover {
  background-color: #e9b362;
  color: #fff;
}
.msp-preset-btn-134:active {
  top: 1px;
}
.msp-preset-btn-135 {
  background-color: #f7be68;
  color: #fff;
}
.msp-preset-btn-135:hover {
  background-color: #e9b362;
  color: #fff;
}
.msp-preset-btn-135:active {
  top: 1px;
}
.msp-preset-btn-136 {
  color: #f7be68;
  border: solid 1px #f7be68;
}
.msp-preset-btn-136:hover {
  border-color: #e9b362;
  color: #e9b362;
}
.msp-preset-btn-136:active {
  top: 1px;
}
.msp-preset-btn-137 {
  background-color: #f7be68;
  color: #fff;
}
.msp-preset-btn-137:hover {
  background-color: #e9b362;
  color: #fff;
}
.msp-preset-btn-137:active {
  top: 1px;
}
.msp-preset-btn-138 {
  background-color: #f7be68;
  color: #fff;
  box-shadow: 0 5px #e7af59;
}
.msp-preset-btn-138:hover {
  background-color: #e9b362;
  box-shadow: 0 4px #e7af59;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-138:active {
  box-shadow: 0 2px #e7af59;
  top: 3px;
}
.msp-preset-btn-139 {
  background-color: #5aa1e3;
  color: #fff;
}
.msp-preset-btn-139:hover {
  background-color: #5faaef;
  color: #fff;
}
.msp-preset-btn-139:active {
  top: 1px;
}
.msp-preset-btn-140 {
  background-color: #5aa1e3;
  color: #fff;
}
.msp-preset-btn-140:hover {
  background-color: #5faaef;
  color: #fff;
}
.msp-preset-btn-140:active {
  top: 1px;
}
.msp-preset-btn-141 {
  color: #5aa1e3;
  border: solid 1px #5aa1e3;
}
.msp-preset-btn-141:hover {
  border-color: #5faaef;
  color: #5faaef;
}
.msp-preset-btn-141:active {
  top: 1px;
}
.msp-preset-btn-142 {
  background-color: #5aa1e3;
  color: #fff;
}
.msp-preset-btn-142:hover {
  background-color: #5faaef;
  color: #fff;
}
.msp-preset-btn-142:active {
  top: 1px;
}
.msp-preset-btn-143 {
  background-color: #5aa1e3;
  color: #fff;
  box-shadow: 0 5px #4c87bf;
}
.msp-preset-btn-143:hover {
  background-color: #5faaef;
  box-shadow: 0 4px #4c87bf;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-143:active {
  box-shadow: 0 2px #4c87bf;
  top: 3px;
}
.msp-preset-btn-144 {
  background-color: #6dab3c;
  color: #fff;
}
.msp-preset-btn-144:hover {
  background-color: #76b941;
  color: #fff;
}
.msp-preset-btn-144:active {
  top: 1px;
}
.msp-preset-btn-145 {
  background-color: #6dab3c;
  color: #fff;
}
.msp-preset-btn-145:hover {
  background-color: #76b941;
  color: #fff;
}
.msp-preset-btn-145:active {
  top: 1px;
}
.msp-preset-btn-146 {
  color: #6dab3c;
  border: solid 1px #6dab3c;
}
.msp-preset-btn-146:hover {
  border-color: #76b941;
  color: #76b941;
}
.msp-preset-btn-146:active {
  top: 1px;
}
.msp-preset-btn-147 {
  background-color: #6dab3c;
  color: #fff;
}
.msp-preset-btn-147:hover {
  background-color: #76b941;
  color: #fff;
}
.msp-preset-btn-147:active {
  top: 1px;
}
.msp-preset-btn-148 {
  background-color: #6dab3c;
  color: #fff;
  box-shadow: 0 5px #5e9334;
}
.msp-preset-btn-148:hover {
  background-color: #76b941;
  box-shadow: 0 4px #5e9334;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-148:active {
  box-shadow: 0 2px #5e9334;
  top: 3px;
}
.msp-preset-btn-149 {
  background-color: #f4524d;
  color: #fff;
}
.msp-preset-btn-149:hover {
  background-color: #e04b47;
  color: #fff;
}
.msp-preset-btn-149:active {
  top: 1px;
}
.msp-preset-btn-150 {
  background-color: #f4524d;
  color: #fff;
}
.msp-preset-btn-150:hover {
  background-color: #e04b47;
  color: #fff;
}
.msp-preset-btn-150:active {
  top: 1px;
}
.msp-preset-btn-151 {
  color: #f4524d;
  border: solid 1px #f4524d;
}
.msp-preset-btn-151:hover {
  border-color: #e04b47;
  color: #e04b47;
}
.msp-preset-btn-151:active {
  top: 1px;
}
.msp-preset-btn-152 {
  background-color: #f4524d;
  color: #fff;
}
.msp-preset-btn-152:hover {
  background-color: #e04b47;
  color: #fff;
}
.msp-preset-btn-152:active {
  top: 1px;
}
.msp-preset-btn-153 {
  background-color: #f4524d;
  color: #fff;
  box-shadow: 0 5px #cb4440;
}
.msp-preset-btn-153:hover {
  background-color: #e04b47;
  box-shadow: 0 4px #cb4440;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-153:active {
  box-shadow: 0 2px #cb4440;
  top: 3px;
}
.msp-preset-btn-154 {
  background-color: #f79468;
  color: #fff;
}
.msp-preset-btn-154:hover {
  background-color: #e78a61;
  color: #fff;
}
.msp-preset-btn-154:active {
  top: 1px;
}
.msp-preset-btn-155 {
  background-color: #f79468;
  color: #fff;
}
.msp-preset-btn-155:hover {
  background-color: #e78a61;
  color: #fff;
}
.msp-preset-btn-155:active {
  top: 1px;
}
.msp-preset-btn-156 {
  color: #f79468;
  border: solid 1px #f79468;
}
.msp-preset-btn-156:hover {
  border-color: #e78a61;
  color: #e78a61;
}
.msp-preset-btn-156:active {
  top: 1px;
}
.msp-preset-btn-157 {
  background-color: #f79468;
  color: #fff;
}
.msp-preset-btn-157:hover {
  background-color: #e78a61;
  color: #fff;
}
.msp-preset-btn-157:active {
  top: 1px;
}
.msp-preset-btn-158 {
  background-color: #f79468;
  color: #fff;
  box-shadow: 0 5px #da835c;
}
.msp-preset-btn-158:hover {
  background-color: #e78a61;
  box-shadow: 0 4px #da835c;
  top: 1px;
  color: #fff;
}
.msp-preset-btn-158:active {
  box-shadow: 0 2px #da835c;
  top: 3px;
}
.msp-preset-btn-159 {
  background-color: #1eacc7;
  color: #fff;
  padding: 15px 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.msp-preset-btn-159:hover {
  background-color: #1eacc7;
  color: #fff;
  padding: 15px 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.msp-preset-btn-159:active {
  background-color: #1eacc7;
  color: #fff;
  padding: 15px 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.msp-cn-1-1 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 2px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.msp-cn-1-2 {
  font-family: "Hind";
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #fff;
}
.msp-cn-1-3 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.msp-cn-1-6 {
  font-family: "Hind";
  font-weight: 300;
  font-size: 29px;
  line-height: normal;
  color: #1eacc7;
  font-style: italic;
}
.msp-cn-2-7 {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  font-style: italic;
}
.msp-cn-2-1 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 59px;
  line-height: normal;
  color: #83dbec;
}
.msp-cn-2-2 {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  color: #a6dde8;
}
.msp-cn-2-3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 111px;
  letter-spacing: 3px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.msp-cn-2-9 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  color: #fff;
  font-style: italic;
}
.msp-cn-2-10 {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 53px;
  letter-spacing: 1px;
  line-height: normal;
  color: #fff;
}
.msp-cn-2-11 {
  font-family: "Hind";
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #ddd;
}
.msp-cn-1-12 {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  font-style: italic;
}
.msp-cn-2-13 {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 100px;
  line-height: normal;
  color: #fff;
}
.msp-cn-2-14 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 58px;
  line-height: normal;
  color: #1eacc7;
}
